.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:255,252,224;--color-primary-1:254,244,150;--color-primary-2:252,233,45;--color-primary-3:126,117,23;--color-primary-4:38,35,7;--color-secondary-0:227,233,235;--color-secondary-1:160,181,189;--color-secondary-2:65,107,123;--color-secondary-3:33,54,62;--color-secondary-4:10,16,18;--color-tertiary-0:255,255,255;--color-tertiary-1:179,196,202;--color-tertiary-2:129,157,167;--color-tertiary-3:77,94,100;--color-tertiary-4:2,58,79;--headlines-font-family:"Neuton";--paragraphs-font-family:"Neuton"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1d1d;background-image:url("https://images.assets-landingi.com/BinPYzo1/firsts.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:"open sans";height:43.1875rem;width:60rem;position:relative;display:block; }#nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { color:#e92691;display:block;width:22.3125rem;position:absolute;font-family:"marck script";font-size:7.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4166665077209rem;left:3.84375rem;height:9.75rem;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:rgba(var(--color-tertiary-0),1);display:block;width:24.93725rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.665363788605rem;left:2.5307769775391rem;height:22.5rem;display:block; }
#PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:0.125rem;top:21.5625rem;left:0rem;display:block; }
#sqNQF0nIe7JStakTJuDrHda4POsCfAdn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:22.5625rem;top:4.5937504768372rem;left:33.71875rem;overflow:hidden;display:block; }
#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT { 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; }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row .container { background-color: transparent; background-image: none; }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row .container > .video-iframe-container { display: none; }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row > .video-iframe-container { display: none; }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .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); }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row .container { border-width: 0; border-radius: 0; }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row .container { font-size:0.875rem;font-family:arial;height:245.125rem;width:60rem;position:relative;display:block; }#H2G4x2BrO3JwUKiKMMx6mpir04e1JqCd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#rdna6aTVn2sgRKqebCdeQPZ7CkPbOcRZ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5598964691163rem;left:1.125rem;height:8.4rem;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; }
#pykmGlzz1sH3Mvin7kGRpTI8qb4PH8SK { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.551561355591rem;left:0rem;height:8.4rem;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; }
#ultOzXTcgpO9LBzf4Umh5lAO7xtuJvZp { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:104.48073196411rem;left:0rem;height:18.9rem;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; }
#fSzKfSyIElyDa2Mp7kAaJTQfLmRdZKG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:164.75364875794rem;left:0rem;height:8.4rem;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; }
#JcBD7ATLdhIdk9vqnVnZx8pqp5mmZtfz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:177.27917671204rem;left:0rem;overflow:hidden;display:block; }
#sCtfrbGarN4n3MT5X9rVzhATm0X3Rwxn { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:235.42605018616rem;left:0rem;height:4.2rem;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; }
#zueZcNsvzdgU07O9PtA4AfGbbIrs6LVk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:21.091668605804rem;left:0rem;overflow:hidden;display:block; }
#wGppEWQA9FlcGsZG50JVRhGV5c0Sm6bi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:70.841669082644rem;left:0rem;overflow:hidden;display:block; }
#K21XzHlBx2dTTi8dCZwt2ulNp1KBALRr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:59.875rem;top:128.28646028042rem;left:0rem;overflow:hidden;display:block; }
#XhaIIXh5zUet5MKdZVH4KuUSTgyBd4X9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:214.56616020203rem;left:0rem;height:14.7rem;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; }
#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz { 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; }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row .container { background-color: transparent; background-image: none; }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row .container > .video-iframe-container { display: none; }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row > .video-iframe-container { display: none; }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .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); }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row .container { border-width: 0; border-radius: 0; }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row .container { font-size:0.875rem;font-family:arial;height:245.125rem;width:60rem;position:relative;display:block; }#HgQyyLwT5JxdhSoCwBoRuSKQQZ9Wa6Nz { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#rrNdlpWOdFc2JpTwFoMNk3KlpL5rzmAm { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5598964691163rem;left:1.125rem;height:8.4rem;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; }
#AOMVdi5K2W2AT4TkMFDGsDlzEsqP209X { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.551561355591rem;left:0rem;height:10.5rem;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; }
#NSmpl6JtK74XTkDQHquQWJSOTz3Kidnm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:104.48073196411rem;left:0rem;height:16.8rem;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; }
#CMhtHvgQRFUb3vi3cMWcM1WQBixfALMr { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:164.75364875794rem;left:0rem;height:6.3rem;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; }
#i3O89qOdFXTUgBOnc3clXG5V5T8NSMeJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:177.27917671204rem;left:0rem;overflow:hidden;display:block; }
#ET5MFUwpQHbVuGfATBFTBRXCAckW2UV1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:235.42605018616rem;left:0rem;height:4.2rem;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; }
#tySVeA2dVWWURATTdQ8TZ9Ip6WWtz0C4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:21.091668605804rem;left:0rem;overflow:hidden;display:block; }
#TSmeCcJI9dqaCCnzSGFbGOtnXQw2WQTw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:70.841669082644rem;left:0rem;overflow:hidden;display:block; }
#REECRqwvTD1S8QGBbBO7La7Em0MgxxpT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:59.875rem;top:128.28646028042rem;left:0rem;overflow:hidden;display:block; }
#evTaE0XPc6qeEkDZqEHkNRRTkq3v9xnD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:212.00365447998rem;left:0rem;height:18.9rem;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; }
#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT { 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; }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row .container { background-color: transparent; background-image: none; }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row .container > .video-iframe-container { display: none; }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row > .video-iframe-container { display: none; }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .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); }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row .container { border-width: 0; border-radius: 0; }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row .container { font-size:0.875rem;font-family:arial;height:245.125rem;width:60rem;position:relative;display:block; }#fb9WprWUv7Fi3nO4qzTpJVztXGvy9BxF { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#sbEifUkpGmzT2E9y7849VDdcMobKAKXX { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5598964691163rem;left:1.125rem;height:10.5rem;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; }
#hvO49BpTynlB8MOSB0TcFR04Db9OakUL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.614065170288rem;left:0rem;height:10.5rem;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; }
#rt5VVPZ4tqFSMKqem1CIBVsJoi3TXEb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:104.48073196411rem;left:0rem;height:23.1rem;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; }
#SZ1SbPLaKtp8nUrzbTiN6cgtXqofDJeF { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:164.75364875794rem;left:0rem;height:12.6rem;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; }
#wzUiK1lka5Cq5LwKH3eJ19c5fgoV5PRo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:182.21667098999rem;left:0rem;overflow:hidden;display:block; }
#zkNNLTyzHT0qiG295Rx6o44LqFQoZLJT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:238.05105209351rem;left:0rem;height:4.2rem;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; }
#Ri0hSzoNXrVM5gvGnFn1ZIGBvQHpcArh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:21.091668605804rem;left:0rem;overflow:hidden;display:block; }
#Adwg7Vmpsn1lVCivNGtsOPuHizVeW3HF { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:70.841669082644rem;left:0rem;overflow:hidden;display:block; }
#QC5Z5yhiBnGHuicd1SqdVpychIgmRuFG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:59.875rem;top:130.28646278381rem;left:0rem;overflow:hidden;display:block; }
#IqJx0mU0nbanaNZVirR0xZh6GDBab0HF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:219.12866020203rem;left:0rem;height:16.8rem;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; }
#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 { 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; }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row .container { background-color: transparent; background-image: none; }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row .container > .video-iframe-container { display: none; }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row > .video-iframe-container { display: none; }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .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); }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row .container { border-width: 0; border-radius: 0; }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row .container { font-size:0.875rem;font-family:arial;height:243.6875rem;width:60rem;position:relative;display:block; }#lxbNz9fgalw79gWsPpVsL7vFKtqC2WKD { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#UDzkxVTMUXZTOCybqHzNCx7kXBbIR19q { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5598964691163rem;left:1.125rem;height:8.4rem;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; }
#A0GnPa2dLpmphm3Agw8AgcFk1GHCHn4d { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.614065170288rem;left:0rem;height:14.7rem;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; }
#P5ARTqwTvWk9poRsrsqC6CrVmb4tCPfx { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:104.48073196411rem;left:0rem;height:23.1rem;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; }
#lqP52NXeCwMVqQsB9vdegKzL6nU7MODX { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:164.75364875794rem;left:0rem;height:12.6rem;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; }
#BDS2ipRGhX2eVfH41wyrokab8Mir5v36 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:182.21667098999rem;left:0rem;overflow:hidden;display:block; }
#akPVZ406xT0F0DeWJ2TwAkk2rapTotCr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:234.42604637146rem;left:0rem;height:4.2rem;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; }
#ZiewTO6TgkSSGryFVFf0AQLiUJKSzo9T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:21.091668605804rem;left:0rem;overflow:hidden;display:block; }
#zAzBTXuDbsAUD1dbo6odK74eUSPL3wc2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:70.841669082644rem;left:0rem;overflow:hidden;display:block; }
#FN23qtznQBZQhX5UXlq3kdz9igvllQ8x { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:59.875rem;top:130.28646278381rem;left:0rem;overflow:hidden;display:block; }
#y2X27mNVAlKCw1G2u2McHKKzrsG9N58T { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:219.12866020203rem;left:0rem;height:10.5rem;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; }
#TiwQfuLDuyHtBr525QcQll2F6AUyllZv { 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; }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row .container { background-color: transparent; background-image: none; }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row .container > .video-iframe-container { display: none; }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row > .video-iframe-container { display: none; }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .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); }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row .container { border-width: 0; border-radius: 0; }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row .container { font-size:0.875rem;font-family:arial;height:245.5625rem;width:60rem;position:relative;display:block; }#Rd67relqgbQ25aFOi6CTtIb3Kp5TTTPu { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#sO76A2yb2ZxLRytETDH0efawVOTWHQW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5598964691163rem;left:1.125rem;height:8.4rem;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; }
#AIrpms3saFI8lL9ZkwmFzfkuBcQl2Gfy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.614065170288rem;left:0rem;height:16.8rem;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; }
#gt7JWmy0DcPfh86EQmnJSvEwaxP4KbIw { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:109.23073196411rem;left:0rem;height:23.1rem;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; }
#dbW7NRrbf4ZAx8NVqxWGnZH1yRHmsClm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:166.37864685059rem;left:0rem;height:14.7rem;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; }
#gi5b1kAafou7EOO7q5QGv34AUfZAdekZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:185.27916908264rem;left:0rem;overflow:hidden;display:block; }
#snaWErVMnNvhvQcIEpK0SLw03xFUhqLH { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:236.17607021332rem;left:0rem;height:4.2rem;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; }
#ZslHTMSZyRzpaWOsCchAcLTmZ204uO8m { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:19.591682434082rem;left:0rem;overflow:hidden;display:block; }
#S2O634TZvgOzPuTGlvqMM7SCfqJ6pGDJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:76.529169082644rem;left:0rem;overflow:hidden;display:block; }
#cq6fobgBhgBorT51nuLtIKrMEX1Wwiah { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:59.875rem;top:132.72396087646rem;left:0rem;overflow:hidden;display:block; }
#ldTxxShfxMT7T7ZeuDQTm12mdTT4BETf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:219.12866020203rem;left:0rem;height:12.6rem;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; }
#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq { 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; }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row .container { background-color: transparent; background-image: none; }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row .container > .video-iframe-container { display: none; }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row > .video-iframe-container { display: none; }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .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); }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row .container { border-width: 0; border-radius: 0; }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row .container { font-size:0.875rem;font-family:arial;height:247.125rem;width:60rem;position:relative;display:block; }#f1Sh5ST1HaxNVbpVOfTFZ3p49g0toxpk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#Q0rcUrchwdCuT1mcTDktblvmcxR5wF3o { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5598964691163rem;left:1.125rem;height:8.4rem;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; }
#uNJDGWgMHdxusKVXi2JwkEoiVDtnoySS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.239063262939rem;left:0rem;height:23.1rem;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; }
#SticZaggHFTt9OW69tlEJFrSSZghD4zp { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:109.23073196411rem;left:0rem;height:27.3rem;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; }
#I8t6OpdU2cHbLrpUy8EkbvooIzlFCJgp { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:172.44114685059rem;left:0rem;height:12.6rem;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; }
#PTX9HLroGGPePo6lLGRDLTbiuGxSGs0H { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:190.09168243408rem;left:0rem;overflow:hidden;display:block; }
#leGDfLyv7MUN0h4WmgIXdZS6G3Hxo0zL { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:237.86354446411rem;left:0rem;height:4.2rem;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; }
#DRUaVuXEvhS2Ri8sfHHFhpOvxPxkQUVb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:19.591682434082rem;left:0rem;overflow:hidden;display:block; }
#UbaVV7ZHZhwxUrSSbKq5VoJWkGts498M { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:76.529169082644rem;left:0rem;overflow:hidden;display:block; }
#wpzlEv19hWba7QPzTmFIoqTVzxoqimsg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:59.875rem;top:138.78647422791rem;left:0rem;overflow:hidden;display:block; }
#PLKwCWCVTEkC7LG6KIUbvquKvqNM4Jf0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:223.87864685059rem;left:0rem;height:10.5rem;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; }
#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs { 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; }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row .container { background-color: transparent; background-image: none; }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row .container > .video-iframe-container { display: none; }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row > .video-iframe-container { display: none; }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .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); }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row .container { border-width: 0; border-radius: 0; }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row .container { font-size:0.875rem;font-family:arial;height:251.9375rem;width:60rem;position:relative;display:block; }#fq4fhVeTQ7vbkpbTwsNbEfIcqh4SPfVT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#RPWTx4cnUnkXa4ZseTNqSEoTaG6Wr5om { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5598964691163rem;left:1.125rem;height:10.5rem;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; }
#drb1xS0m4F15AFJLbBGwAx9GdurF2gu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:55.926563262939rem;left:0rem;height:21rem;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; }
#n1ESLvevTAGvqgAiQUWx56pxmA0RhDIx { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:114.16823959351rem;left:0rem;height:18.9rem;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; }
#ZfkylcwxDx9cfq8TLmKpf9B2JAW93XKd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:176.87865829468rem;left:0rem;height:8.4rem;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; }
#QnHS1SBCLNJTzJCc6duLpCTLl8E2sEBb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:190.09168243408rem;left:0rem;overflow:hidden;display:block; }
#xfmdyyt9DEuKu0zHt9HF9Pc2lKBuJds3 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:242.30104637146rem;left:0rem;height:4.2rem;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; }
#kDcwkwhSlUIz7ohWrdicQMI56RNHQnTz { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:20.77917098999rem;left:0rem;overflow:hidden;display:block; }
#HI8XdTwE8MgpKFqIOxExqiwQ4F6Qi8X4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:79.029167175294rem;left:0rem;overflow:hidden;display:block; }
#SAFeSsySRFJwZ0T24eRBq6lqTSwQStDv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:59.875rem;top:138.78647422791rem;left:0rem;overflow:hidden;display:block; }
#qPqE4Uxcp15mGe9TAuu1in3KdhAAT9or { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:227.81615066528rem;left:0rem;height:8.4rem;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; }
#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 { 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; }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row .container { background-color: transparent; background-image: none; }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row .container > .video-iframe-container { display: none; }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row > .video-iframe-container { display: none; }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .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); }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row .container { border-width: 0; border-radius: 0; }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row .container { font-size:0.875rem;font-family:arial;height:234.0625rem;width:60rem;position:relative;display:block; }#B2dwiKFQmGsbt8mrMWFo7iXTX2JhCUAr { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#SlLoGteO7twOTvbhm1aFdSUFmCVq01Ez { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5598964691163rem;left:1.125rem;height:8.4rem;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; }
#BX2sIkk369cKH3xhrVErgtZsrpvDoyQX { color:rgba(var(--color-tertiary-4),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:56.489064216614rem;left:0.4375rem;height:21rem;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; }
#vgEW4Td4U5HPUNtZ2zpCvHM0rTFxu7Id { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:114.16824483871rem;left:0rem;height:21rem;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; }
#FqPlgUys2zcz7uT4TIUbf06dX031LqJO { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:176.87864685059rem;left:0rem;height:10.5rem;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; }
#dcbl8wSqWBpTqJKFJwq6BypPUyty3eMq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:60rem;top:190.09168243408rem;left:0rem;overflow:hidden;display:block; }
#Wg6DrR5M5KtFyMZ3XsNxCphoQk2PL8Qc { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:226.42605781555rem;left:0rem;height:4.2rem;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; }
#raygDAZcGdupKOa1aThcO42xTVNiG0uX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:60rem;top:20.77917098999rem;left:0rem;overflow:hidden;display:block; }
#Fpi61OXVGp0nOKO2kZTbhXLgFuFOGL4W { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:60rem;top:77.841667175294rem;left:0rem;overflow:hidden;display:block; }
#KoSyZicKQ21H3936q1mOSzOFitREsVXx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:59.875rem;top:138.78647422791rem;left:0rem;overflow:hidden;display:block; }
#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh { 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; }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row .container { background-color: transparent; background-image: none; }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row .container > .video-iframe-container { display: none; }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row > .video-iframe-container { display: none; }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .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); }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row .container { border-width: 0; border-radius: 0; }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row .container { font-size:0.875rem;font-family:arial;height:176.75rem;width:60rem;position:relative;display:block; }#T09I5zb24sn90ysM2ZIQQif5KddBs1Ig { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#T6dtDfsV7ZOQ7JPEZ7CfDfo3JdOTR3bI { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:7.6848964691163rem;left:1.125rem;height:8.4rem;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; }
#l95LAk3TEu1D3LUc51ORRdKT18WqJPUF { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:19.997917294502rem;left:25.936981201172rem;height:16.8rem;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; }
#APiWCG2QTOexRmvuxrzuNvWsEypdTEkw { position:absolute;display:block;z-index:15009;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:14rem;width:25.125rem;top:21.397916913032rem;left:0rem;overflow:hidden;display:block; }
#uz8ZktGodDyhksZDx9vAWMwmBWyIoRQ4 { position:absolute;display:block;z-index:15010;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.875rem;width:30.1875rem;top:43.880729794502rem;left:27.874481201172rem;overflow:hidden;display:block; }
#D8Kqu18Zo0FkHnAfFicI2QcpoXhgeIT3 { position:absolute;display:block;z-index:15011;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:33.4375rem;width:60rem;top:66.497920989988rem;left:0rem;overflow:hidden;display:block; }
#xJXV06h9E3tfrOZtvXKPTsMO2tLg0GLF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:43.918230175972rem;left:0rem;height:18.9rem;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; }
#K8wqFoCJxKJmvcWTl26cQomKRZIUZ8ix { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:101.94115447998rem;left:1.5rem;height:8.4rem;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; }
#K9KBlU3iTVM5DgmUiO7lC0WEcErdVUQ2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:41.0625rem;top:112.84167480469rem;left:7.5328140258787rem;overflow:hidden;display:block; }
#yPK6wezsHqracJ9enNdRqMkXNKg1Ud8I { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:165.61354446411rem;left:1.71875rem;height:4.2rem;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; }
#DEoQb4lfa1mqLwTwuzx0Hzw7Z0vvukyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:141.00000858307rem;left:1.5rem;height:8.4rem;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; }
#PNDK5MmB1CiDTONShy19W2ouzsPvf0g5 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:154.12500190735rem;left:1.5rem;height:6.3rem;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; }
#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T { 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; }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row .container { background-color: transparent; background-image: none; }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row .container > .video-iframe-container { display: none; }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row > .video-iframe-container { display: none; }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .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); }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row .container { border-width: 0; border-radius: 0; }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row .container { font-size:0.875rem;font-family:arial;height:162.0625rem;width:60rem;position:relative;display:block; }#lPkbuunGzGhph90x3h8AE14rsZAKg6dN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:3.075rem;font-style:italic;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; }
#f4l65C5NdnH7Lls2tJhpgfVfnwqs1pna { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:7.6848964691163rem;left:1.125rem;height:6.3rem;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; }
#yUyV4HTda1oC47uE7l35Io1Sl1eUD9Sy { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:24.497917175293rem;left:24.469272613526rem;height:12.6rem;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; }
#igJIg331qMfxFf9W3iaE08fc7zeBObEe { position:absolute;display:block;z-index:15009;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:30rem;width:21.9375rem;top:16.745831489563rem;left:3.25rem;overflow:hidden;display:block; }
#CvL88yv1l8FaVOurPfBzA7Vu8BbmgifL { position:absolute;display:block;z-index:15010;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:30rem;width:30.1875rem;top:55.122404098511rem;left:28.719272613526rem;overflow:hidden;display:block; }
#dIueFqw3GFoOy6R3BmUh6DySNJdOvNQc { position:absolute;display:block;z-index:15011;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:30rem;width:25rem;top:93.748445510862rem;left:1.71875rem;overflow:hidden;display:block; }
#wBZUimdsBwClC4lIAm4qAi3QkXWiqHTW { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:60.043237686157rem;left:2.6875rem;height:16.8rem;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; }
#gFr5sl6cNuE4hIyTkUMN7ZVZJsIbOg8T { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:128.62865447998rem;left:1.5rem;height:16.8rem;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; }
#sc0UTTSAQuXvNWZPrv4dGc3p2kzUdmBe { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:149.11302947998rem;left:1.125rem;height:6.3rem;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; }
#AMLpwJa03CUC1r93C8SWtLngQntKqpEq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:25rem;top:98.154174804688rem;left:30.03125rem;overflow:hidden;display:block; }
#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF { 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; }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row .container { background-color: transparent; background-image: none; }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row .container > .video-iframe-container { display: none; }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row > .video-iframe-container { display: none; }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .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); }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row .container { border-width: 0; border-radius: 0; }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row .container { font-size:0.875rem;font-family:arial;height:210.4375rem;width:60rem;position:relative;display:block; }#XNA2Vf71MmwUiTo1LMfwSITah99aWPKh { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:3.075rem;font-style:italic;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; }
#ObPnJDw4xC6i9dsncqMfStULK8aAZLqt { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:7.6848964691163rem;left:1.125rem;height:6.3rem;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; }
#LXfMVCD7hxVpeuZzu3IWCxwtAZFI8WsL { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:52.935417175293rem;left:1.125rem;height:8.4rem;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; }
#R8wWfTTFtup4JQ8lKgCIfrdCKakcRCBT { position:absolute;display:block;z-index:15009;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:30rem;width:53.5rem;top:19.371354341507rem;left:2.8739585876465rem;overflow:hidden;display:block; }
#m5aUUufybbDUeAU1idbGlxQnBySoeQ6D { position:absolute;display:block;z-index:15010;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:30rem;width:53.5rem;top:65.434896469119rem;left:2.185417175293rem;overflow:hidden;display:block; }
#Q1TNrrMsC9GdolqG1oZFEQUkPJOztAnt { position:absolute;display:block;z-index:15011;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:30rem;width:53.5rem;top:115.93593788147rem;left:2.8739585876465rem;overflow:hidden;display:block; }
#HuSSFGBzB1BIgyAV0R4XArFmemuHqS6z { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:100.16823005676rem;left:1.5rem;height:12.6rem;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; }
#D7WbFJXHCXxDGh5nHIZttB80cnC4Etkh { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:149.12864685059rem;left:3.0005226135254rem;height:12.6rem;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; }
#vt0xftIEzUrp5INk0sbxA9r4lahU50fL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:53.5rem;top:164.91770839691rem;left:2.185417175293rem;overflow:hidden;display:block; }
#lcSaSKB1KZHhyJIGTGc45aEBSEUPI54s { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:200.55052185059rem;left:2.5625rem;height:4.2rem;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; }
#arokFB1o2QPI2ZTmlfcS6uoKI5FFoXFx { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:15.595314025879rem;left:1.125rem;height:2.1rem;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; }
#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 { 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; }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row .container { background-color: transparent; background-image: none; }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row .container > .video-iframe-container { display: none; }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row > .video-iframe-container { display: none; }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .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); }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row .container { border-width: 0; border-radius: 0; }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row .container { font-size:0.875rem;font-family:arial;height:146.6875rem;width:60rem;position:relative;display:block; }#b4VFwRqP1ZtAzreegV2VmKkD14LxwRVh { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:3.075rem;font-style:italic;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; }
#kFRA7686IBoFAgJeeQeTGGga5IsFrmol { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.772134542465rem;left:33.036811828613rem;height:18.9rem;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; }
#FJLBzd2k7EaHoFkz76ZGPQXIkgFXEub0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:52.43489074707rem;left:2.7189865112305rem;height:10.5rem;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; }
#HbbCQkbdFZ4Xr4SKF7sNTWaQab4EqGfv { position:absolute;display:block;z-index:15009;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:30rem;width:30rem;top:10.745146036148rem;left:0rem;overflow:hidden;display:block; }
#erMz6nKODxTPxUTeZ9Ao315d5UT7Cnn0 { position:absolute;display:block;z-index:15010;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:30rem;width:30rem;top:44.183235168457rem;left:29.999404907226rem;overflow:hidden;display:block; }
#wdAbvRWVp55Sgc6zQ6npss03NEETPsFZ { position:absolute;display:block;z-index:15011;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:30rem;width:30rem;top:104.37261962891rem;left:3.0741004943848rem;overflow:hidden;display:block; }
#edW5D4uXxVFCHncd2MCA4feIA5K1kSnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:77.059061050412rem;left:1.4997634887695rem;height:23.1rem;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; }
#WFDmvBh1Imo10QJkqX8Zw0Hm10iEKCTB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:112.02355194092rem;left:35.59895324707rem;height:14.7rem;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; }
#PPeO5yIEohnkszMxwAVTdXRcsTxTFHeS { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:138.32918357849rem;left:2.5627365112305rem;height:4.2rem;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; }
#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm { 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; }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row .container { background-color: transparent; background-image: none; }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row .container > .video-iframe-container { display: none; }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row > .video-iframe-container { display: none; }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .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); }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row .container { border-width: 0; border-radius: 0; }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row .container { font-size:0.875rem;font-family:arial;height:220.6875rem;width:60rem;position:relative;display:block; }#vK4HJgMb9Q8dEroTFtMhy4OkReIWGXp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#bmmFbq4CJP8smo3iwLfndlfTRbpW18rn { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.8103694915769rem;left:1.1245269775391rem;height:10.5rem;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; }
#hhC6GJNbTJLkCTzPg2d1gmh1Xznx4Ahm { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:52.748578071594rem;left:1.4370269775391rem;height:14.7rem;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; }
#apCkibApoAHPvIF2JI8DJ3dCgUJBwZqn { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:19.559066772461rem;left:0rem;overflow:hidden;display:block; }
#vk21TuhanNJKpgMMHRBFLbLb7kurTSxZ { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:68.497862815856rem;left:0rem;overflow:hidden;display:block; }
#MZ6PZMrFDZec1zUXV4z69sNlC8bJGTss { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:128.49845314026rem;left:0rem;overflow:hidden;display:block; }
#tX4a2hCa9UUStVDK6M1uAFSqP8fWGTk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:99.62297439575rem;left:1.1245269775391rem;height:27.3rem;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; }
#lwrUGxlEH3rvEwQKe9iOvfPpTgZe2spi { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:160.69126701355rem;left:1.1245269775391rem;height:10.5rem;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; }
#flHpL7Zo8iSy3bs2hQOx38uEv4FIe26Z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:174.16783523559rem;left:0rem;overflow:hidden;display:block; }
#MuOSza5VI7GBDbN8zsBQvcOkSgv70Jk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:208.98849678039rem;left:2.5627365112305rem;height:4.2rem;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; }
#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G { 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; }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row .container { background-color: transparent; background-image: none; }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row .container > .video-iframe-container { display: none; }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row > .video-iframe-container { display: none; }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .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); }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row .container { border-width: 0; border-radius: 0; }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row .container { font-size:0.875rem;font-family:arial;height:227.0625rem;width:60rem;position:relative;display:block; }#nK8Bwzay7yenLf6ZlmqT7T7PzQdywhtk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#s7McTKCICVD025As8Lx1domShz5Pxqcl { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:7.8107242584231rem;left:1.1245269775391rem;height:10.5rem;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; }
#oVBBQ2HCephBCZEtbQUh7p6qkQhwBmwy { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:52.748578071594rem;left:1.4370269775391rem;height:8.4rem;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; }
#nd3w1FAP4TVA6Wf2wflWv4GmT1VOUCFJ { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:21.185483932495rem;left:0rem;overflow:hidden;display:block; }
#eelCvtXEc3EttpZ9C5mnhQaNLe9gKboZ { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:64.685724258425rem;left:0rem;overflow:hidden;display:block; }
#d9iVwHoRuh0IuKdGu2SzRl4GPz6qLgar { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:128.49845314026rem;left:0rem;overflow:hidden;display:block; }
#rT89aTw8JPPTixcSabpvZ0wm7pQn4KQF { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:99.62297439575rem;left:1.1245269775391rem;height:23.1rem;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; }
#WKn7OIpIviIu5D8TEQ7ODMppEDpZcMzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:160.69126701355rem;left:1.1245269775391rem;height:10.5rem;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; }
#yziaXZvoMbzHTRgyNvM3vcQgHvxTcINQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:174.16783523559rem;left:0rem;overflow:hidden;display:block; }
#TWhyKTOTtBLFOAUb3AToWwbxxXwgwT9p { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:208.43688964844rem;left:1.4997634887695rem;height:8.4rem;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; }
#vbJBvDNDyfMm0cWuKnKtpunoTnfd8Axh { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:218.34693527222rem;left:2.5627365112305rem;height:4.2rem;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; }
#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG { 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; }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row .container { background-color: transparent; background-image: none; }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row .container > .video-iframe-container { display: none; }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row > .video-iframe-container { display: none; }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .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); }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row .container { border-width: 0; border-radius: 0; }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row .container { font-size:0.875rem;font-family:arial;height:228.375rem;width:60rem;position:relative;display:block; }#K9CdAze9O0qXI5CkE69hCrycVrTqqcCX { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#gBpgA9f8epi2cPR6qwNk1P1v5I39Tmct { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.4984607696531rem;left:1.1245269775391rem;height:10.5rem;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; }
#Ti9WP7gaE0IOn5oZyMHqeEzHDTtmLMe4 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:52.186901092529rem;left:1.1245269775391rem;height:10.5rem;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; }
#TL4SypscDHHQaoaM5Pcgpox133yH5H9p { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:21.185483932495rem;left:0rem;overflow:hidden;display:block; }
#TZESWTDKhmSeHTmiHwAr8zNzrqvpAXPW { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:64.685724258425rem;left:0rem;overflow:hidden;display:block; }
#HZlDQxnHPybPNqBnlssTEstnIyfwqtIU { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:128.49845314026rem;left:0rem;overflow:hidden;display:block; }
#PQQkLbNwTKoSplzfWJ88JEqlkQ2J0Zio { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:99.62297439575rem;left:1.1245269775391rem;height:25.2rem;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; }
#bvdb2xZ65u0dVuhglCszrLtc8Lia2wvp { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:160.69126701355rem;left:1.1245269775391rem;height:8.4rem;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; }
#hTkeUTp34Pd2y4L1zfXUJhyGrPLQSOJT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:172.91901397705rem;left:0rem;overflow:hidden;display:block; }
#viVciLoupL0AnKLtCnTTMmwUDk0TTtxk { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:206.12213516236rem;left:1.4997634887695rem;height:10.5rem;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; }
#kHs2BDpHBzElJBLt2qWXNfcfrmXvBMBp { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:219.85852432251rem;left:2.5627365112305rem;height:4.2rem;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; }
#Scz4wr19WPoqSLmpcc9lpflECacnnGlg { 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; }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row .container { background-color: transparent; background-image: none; }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row .container > .video-iframe-container { display: none; }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row > .video-iframe-container { display: none; }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .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); }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row .container { border-width: 0; border-radius: 0; }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row .container { font-size:0.875rem;font-family:arial;height:233.5625rem;width:60rem;position:relative;display:block; }#ubnUq4Kng9NECLRSICpBAK3tIaq520Lk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#BVk6UJylE1q4ZZer99xybom1i1ezrchx { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.4984607696531rem;left:1.1245269775391rem;height:8.4rem;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; }
#FHt6skA8vucUEgm9OWcXXe30K7O34cNe { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:52.186901092529rem;left:1.1245269775391rem;height:8.4rem;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; }
#p1gXILzbEgPoOwrlNJHpRNbp8dxxd2Rl { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:18.686668395996rem;left:0rem;overflow:hidden;display:block; }
#uMM0gTCiXMmFV1tdoViZvQNOfCTaGlXh { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:64.685724258425rem;left:0rem;overflow:hidden;display:block; }
#cOmq0is4RCbx68goD0HJQVOLgPKi6vJI { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:125.99904251099rem;left:0rem;overflow:hidden;display:block; }
#bfbowQvGSkD4C2fRfg2HJtf80LyTE9ZH { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:100.12310409546rem;left:0rem;height:23.1rem;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; }
#W5TsWy5Dew1smFpc6cvrdBvAF12NXEpf { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.459367375rem;height:3.271186125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:215.12427997589rem;left:13.231533050537rem;display:block; }
#z40HxNpk4NFGzeT2kF1gwCqSGO7qFkJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1gg8cbNpf9l6CcQSxIyRwkFsRoGqxrM { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:159.56735229493rem;left:1.1245269775391rem;height:10.5rem;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; }
#yykUhloTmlxHIacbkQ1t0wN5IuTTyt15 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:172.41949462891rem;left:0rem;overflow:hidden;display:block; }
#nvA8ZCM7mWHSNr8ADaF42k19mWcvcRAg { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:206.74952697754rem;left:1.4997634887695rem;height:8.4rem;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; }
#CKir5Fcvy3a4Dtl2IuK2dCek4SMMIAyO { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.535304875rem;height:3.285986125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:220.43623352051rem;left:24.168441772461rem;display:block; }
#KBQ46vQTQqfLIP9aNrXNP2epBtEfiZ8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grttxBRpye5pZWbnNAh6yWwea6GgRVi7 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:225.88777160644rem;left:2.5627365112305rem;height:4.2rem;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; }
#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU { 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; }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row .container { background-color: transparent; background-image: none; }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row .container > .video-iframe-container { display: none; }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row > .video-iframe-container { display: none; }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .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); }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row .container { border-width: 0; border-radius: 0; }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row .container { font-size:0.875rem;font-family:arial;height:228.75rem;width:60rem;position:relative;display:block; }#hcNuDw7G5TLmEyJpbzyUwHr883xkacfn { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#F4frCfTeFA1XGP6nKHA9gPPnQHHbphbD { color:rgba(var(--color-tertiary-4),1);display:block;width:57.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.4984607696531rem;left:1.1245269775391rem;height:10.5rem;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; }
#pbnP6IrBw5OTEv5KhD6RLxxt6iQhgmLn { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:52.186901092529rem;left:1.1245269775391rem;height:16.8rem;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; }
#NNPw0eg9tWRNfTW0ZAbGO5LfLITPtoca { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:18.686668395996rem;left:0rem;overflow:hidden;display:block; }
#tqZHlOAHg3DIc6Uwpam6houwBcKfCVxa { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:73.561197280881rem;left:0rem;overflow:hidden;display:block; }
#gxBPnIl0AZmizCdJTy6V9Cd5cXxdrCCx { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:129.37439727783rem;left:0rem;overflow:hidden;display:block; }
#nQD4Ng6rKXC5Si763ZZ8tkiveWurQBsy { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:107.12357139588rem;left:1.1245269775391rem;height:18.9rem;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; }
#yLPKX3KdeOGeW7JWa2HRg8tLEyqtQKJq { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.535179875rem;height:3.347536125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:217.68704938889rem;left:13.193653106689rem;display:block; }
#KI3FBtr1EL3u825Ws9OEc5gT3sMb2DTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vUMvLcmkgk8FEoVR2aKeEVSc7tzrRMT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:162.25495910644rem;left:1.1245269775391rem;height:8.4rem;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; }
#xQp8o9gn46hsL7LiwTHdGu4CgbhZJmNc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:173.48247909546rem;left:0rem;overflow:hidden;display:block; }
#Rs4ZD7r36dSowDkPEBEEnbuewsWJ6zEF { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:206.74952697754rem;left:1.4997634887695rem;height:8.4rem;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; }
#PBfT1ofu0vBI8aP9cuCCSegJZVTvwSDb { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:222.71127319336rem;left:2.5rem;height:4.2rem;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; }
#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE { 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; }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row .container { background-color: transparent; background-image: none; }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row .container > .video-iframe-container { display: none; }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row > .video-iframe-container { display: none; }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .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); }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row .container { border-width: 0; border-radius: 0; }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row .container { font-size:0.875rem;font-family:arial;height:232.6875rem;width:60rem;position:relative;display:block; }#CEByU22Hs4MyOavocZxifIznnHDo7sEv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#g7JdeIl26fpmu1GWohSL6esmkALQy6I8 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:6.9371433258056rem;left:1.1245269775391rem;height:10.5rem;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; }
#NpAktNGiHulQtSS5u2lPKIKyX30cabvF { color:rgba(var(--color-tertiary-4),1);display:block;width:56.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.687259674073rem;left:1.1245269775391rem;height:16.8rem;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; }
#nP6TVFU3PBlpDqVxS0a4Z52vvKU4rdke { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:18.686668395996rem;left:0rem;overflow:hidden;display:block; }
#iiEy2vUWiwNE9dTRowGqbLy7ZXrXbqHz { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:73.561197280881rem;left:0rem;overflow:hidden;display:block; }
#h3n3ZaPNAPoZTurALmNtiWGvbkuJBwcv { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:129.37439727783rem;left:0rem;overflow:hidden;display:block; }
#hETTr5w5kVB4nBpPDOw7wUpuKHLdxSUc { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:107.12357139588rem;left:1.1245269775391rem;height:18.9rem;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; }
#Oe3kZr00O0gkXJuZa0avdX7gcThTf5c9 { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.611492375rem;height:3.423886125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:220.4375rem;left:13.1875rem;display:block; }
#MHANMDaOTRXM7RaUeHSRSTrlyuP3HDlM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KoiHXL7CtM9SVw5nbM8y7QH6uMsrlGun { color:rgba(var(--color-tertiary-4),1);display:block;width:56.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:162.25495910644rem;left:1.1245269775391rem;height:8.4rem;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; }
#e4MnpIOVQ6TpNmx4OtUzvevZx8vTmuLU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:173.48247909546rem;left:0rem;overflow:hidden;display:block; }
#kT8DZF9e3PgiD8aLkEP21s39E809gRGU { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:206.74952697754rem;left:1.4997634887695rem;height:12.6rem;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; }
#gXONvZmv1AUcdigEAkGXnPeaQzFbQ45b { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:225.72264289856rem;left:2.5627365112305rem;height:4.2rem;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; }
#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ { 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; }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row .container { background-color: transparent; background-image: none; }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row .container > .video-iframe-container { display: none; }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row > .video-iframe-container { display: none; }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .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); }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row .container { border-width: 0; border-radius: 0; }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row .container { font-size:0.875rem;font-family:arial;height:242.6875rem;width:60rem;position:relative;display:block; }#ooIWZtyS2nt2xaNv6eN2PoPwuSOM8Ji4 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#kRW9UTpd4FnimaE26qPPwD6xI3nUGeF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:6.9371433258056rem;left:1.1245269775391rem;height:10.5rem;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; }
#NbltKL2RFE8h0cp8nT2yay1xkTeIseNQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.687259674073rem;left:1.1245269775391rem;height:8.4rem;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; }
#g4z26NBUcp78mhzReP2p54uOUpLbQM2i { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#avW9udRlLbsyvFxaT0bZ2N5Rl3TXHfuD { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:84.937250137331rem;left:0rem;overflow:hidden;display:block; }
#ogP4w150pzdbgZTrFOViuR63vJF4wy9u { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:129.37439727783rem;left:0rem;overflow:hidden;display:block; }
#JNurbgvcEMzpSToNnm1PXz4pmvZke29R { color:rgba(var(--color-tertiary-4),1);display:block;width:56.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:62.936784744263rem;left:1.1245269775391rem;height:8.4rem;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; }
#HNwXQwlPfEVgkrv204qVJUPqg36CUl6Q { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:72.437255859375rem;left:1.09375rem;height:8.4rem;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; }
#OD7qZ7beUMWowP5MbbewT5UTh6uQtXDL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:224.875rem;left:20.0625rem;height:6.3rem;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; }
#HkFn7v7T3Mm0s8hFnXBo3xAvvLRJHf8m { color:rgba(var(--color-tertiary-4),1);display:block;width:56.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:119.12404251099rem;left:1.1245269775391rem;height:8.4rem;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; }
#plIyoVT8wrLSxuC4o31iPNrQGI10kPbs { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.722429875rem;height:3.410273625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:228.93701553345rem;left:15.100021362305rem;display:block; }
#TPIbTDBgBSzETzC7CVsuTZXwWEAUrfXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkkuQyP3GMnl99z6538RhfTTeSQgcbmV { color:rgba(var(--color-tertiary-4),1);display:block;width:56.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:162.25495910644rem;left:1.1245269775391rem;height:6.3rem;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; }
#ovTGLfbz9ifK0nR8xCfgb5xMVbGRpK9m { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:171.18192100525rem;left:1.1245269775391rem;height:6.3rem;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; }
#TP4WSBvohDAwBhZO0DkHVOJu4AeQgHuT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:181.35769844055rem;left:0rem;overflow:hidden;display:block; }
#Li88WZPWecEg893BrGo8PyMnNkMQEo3v { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:215.26692008972rem;left:1.1245269775391rem;height:6.3rem;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; }
#iPTCpzgSriz5PFbeOIURX8CX5nx4bboZ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:233.73460006714rem;left:2.5627365112305rem;height:4.2rem;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; }
#yfkvk0G43uZOaa0W3orXZRwSdAENS18w { 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; }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row .container { background-color: transparent; background-image: none; }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row .container > .video-iframe-container { display: none; }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row > .video-iframe-container { display: none; }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .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); }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row .container { border-width: 0; border-radius: 0; }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row .container { font-size:0.875rem;font-family:arial;height:178.6875rem;width:60rem;position:relative;display:block; }#lhiRKkd8MdgVGihOfaceeGyzTQoThUTP { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.5619049072266rem;left:0rem;height:6.15rem;font-style:italic;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; }
#kLnslSElFV2rR5S6B8SF40p7H5hqKXXC { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.125rem;left:1.125rem;height:10.5rem;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; }
#C49RO86V6hVpyLwq1uslPR0EKZE0aapp { color:rgba(var(--color-tertiary-4),1);display:block;width:56.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.687259674073rem;left:1.1245269775391rem;height:10.5rem;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; }
#cqT2ld0TWCsZao6IZcd0CN2KZmUcTLFn { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#uH7EoeE0cSq35bdkeJBedrQsRwxDG5z9 { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:85.937494277956rem;left:0rem;overflow:hidden;display:block; }
#vdALhWbmFMXMmiFQbei0GKaHHuIcTPpT { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:129.37439727783rem;left:0rem;overflow:hidden;display:block; }
#fJDuLuxySu8t9HS41rmc6QTIB75eglTR { color:rgba(var(--color-tertiary-4),1);display:block;width:56.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:62.936784744263rem;left:1.1245269775391rem;height:8.4rem;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; }
#VPE3aIIob7WagSiOuP2TWhzSJIUcQd6P { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:72.437255859375rem;left:1.09375rem;height:10.5rem;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; }
#gceBpKlqk3eLxy9I3UPqkCSCoyCyNzye { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:162.33249664307rem;left:19.93607711792rem;height:8.4rem;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; }
#UTnLaw8COh3Grq3lScwuqH1fvSZKqDQT { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:119.875rem;left:1.1875rem;height:6.3rem;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; }
#LpfsmVw7FkrQEWuF4TNBZp7NAiUWZQon { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.722429875rem;height:3.410273625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:166.93713378906rem;left:15.100021362305rem;display:block; }
#nBntosouXreFFqynTFtPM1LoGDDTWcHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7rq57txnNMHiqiJDg55xxGwFBpDhQVx { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:171.74655914307rem;left:2.5627365112305rem;height:4.2rem;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; }
#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 { 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; }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row .container { background-color: transparent; background-image: none; }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row .container > .video-iframe-container { display: none; }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row > .video-iframe-container { display: none; }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .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); }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row .container { border-width: 0; border-radius: 0; }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row .container { font-size:0.875rem;font-family:arial;height:182.8125rem;width:60rem;position:relative;display:block; }#WINCwCHmJENuLDzr2vDvadtMZsp25oEl { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.2496452331543rem;left:-0.21886825561524rem;height:6.15rem;font-style:italic;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; }
#OIDq7xznllmrT7zU8Tw30uidgPuGgGck { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.125rem;left:1.125rem;height:10.5rem;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; }
#RT1UJWx5b5NeHRT6wwO9mfwPE1IsRZxz { color:rgba(var(--color-tertiary-4),1);display:block;width:56.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:54.124647140503rem;left:1.2180404663086rem;height:8.4rem;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; }
#E4kb62T9zcwLnarbT2Ac94ZrqM07c2H3 { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#km39L3DCerAO1ZZIKgq7ddTDuM7S3E2c { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:81.875rem;left:0rem;overflow:hidden;display:block; }
#LLBITk858hcreqT4z7xkZKXgqmRwJFLB { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:134.41642189026rem;left:0rem;overflow:hidden;display:block; }
#LbeEgxpBnm6kiTr64JT2ySIeTPtZvGT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:63.062265396119rem;left:1.1245269775391rem;height:8.4rem;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; }
#zfenN7RJ10SPg9b94x9mvXoViy9z3KhT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:72.4375rem;left:1.1875rem;height:8.4rem;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; }
#cw8k9kwRqokLUdwlTo44ruZT46hN5Trf { color:rgba(var(--color-tertiary-4),1);display:block;width:43.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:166.33285140991rem;left:8.3428039550781rem;height:6.3rem;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; }
#u1hHM9HzOchrTJcq1KvWlag7Su5ZbGQd { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:113rem;left:1.1979141235351rem;height:6.3rem;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; }
#Hz5DklI9MzgPl3U795JhuTz5aOfIKkKS { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:122.5625rem;left:1.125rem;height:8.4rem;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; }
#z2hS1JrQRLJUaXTGnJgOJVHhHIKzfIzQ { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.722429875rem;height:3.410273625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:170.11239814758rem;left:15.100021362305rem;display:block; }
#qcbXm75qvrzVMQke0fGTioOoMkO436Aa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qd8ltGx5epKIlI3OoksDW5ZorPS1Tm2R { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:176.55302238464rem;left:1.7181587219238rem;height:4.2rem;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; }
#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN { 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; }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row .container { background-color: transparent; background-image: none; }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row .container > .video-iframe-container { display: none; }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row > .video-iframe-container { display: none; }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .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); }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row .container { border-width: 0; border-radius: 0; }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row .container { font-size:0.875rem;font-family:arial;height:233.6875rem;width:60rem;position:relative;display:block; }#Le9ar4dmLtmccr923sqil3NPhr2Te3N6 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.84375rem;height:3.075rem;font-style:italic;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; }
#lGgcA7oSRayXSsZNUn1TWPSeRTJ6Av8N { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.125rem;left:1.125rem;height:10.5rem;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; }
#E38hn4kBJR1W0GUmv7sRai50d081ntqU { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.5625rem;left:1.75rem;height:8.4rem;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; }
#sKinPR8Bb7nHWX6kMeSMTut8Hy1hHodW { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#iTwkiIgzbK9owrmMKDhrGiD2Jp8rWdqd { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:81.875rem;left:0rem;overflow:hidden;display:block; }
#ewafXDyu6XcQGzILs63MFvV4gXlostMy { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:141.16666793823rem;left:0rem;overflow:hidden;display:block; }
#dqAoIb7zXvqDW7P56kpHyp4kiLTDHssI { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:63.0625rem;left:1.625rem;height:8.4rem;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; }
#Fr5boVK3RV8VK0UgAiXV7vF6M4bsePGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:72.4375rem;left:1.1875rem;height:8.4rem;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; }
#nl5ASJ93EmtCtsIPxnnOHbC6Rp4xoL4T { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:199.0625rem;left:1.125rem;height:8.4rem;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; }
#vSiwbkCb2yLdW6zOCE0ZkMa5IESMlRx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:208.0859375rem;left:1.125rem;height:8.4rem;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; }
#aK9HTnKChCACWyiekGo01nMGevPhLogU { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:113rem;left:1.1979141235351rem;height:8.4rem;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; }
#hM7TzDHUT1bBwUOyhUhblCAefdl33Enw { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:122.5625rem;left:1.125rem;height:6.3rem;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; }
#HXMiNUTuc3W1hIXp4AWZuhe1uRGM1DGe { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:131.875rem;left:1.125rem;height:8.4rem;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; }
#VFvy64ReMlF0dyU1w4mFdhHqfRk0NRHg { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:172rem;left:0.9375rem;height:8.4rem;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; }
#Ga0wm05Peahi7Asih8goiynxEQSx3dIH { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:181.25rem;left:1.09375rem;height:8.4rem;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; }
#VXUExXnQ8VJy9ncpKouMh5N2zNotRZ82 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:190.75rem;left:1.09375rem;height:6.3rem;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; }
#sUaJuoSM3l8xqoZTHQ5mC0GmFOc3LUTU { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.722429875rem;height:3.410273625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:218.81212234497rem;left:15.100021362305rem;display:block; }
#v6W0gg79mOFlRtrq4CM45SZu6uyISDp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTOD2oXVN21TwvJyvUeyTmLH0G2h43LX { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:225.26395225525rem;left:2.5627365112305rem;height:4.2rem;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; }
#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 { 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; }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row .container { background-color: transparent; background-image: none; }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row .container > .video-iframe-container { display: none; }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row > .video-iframe-container { display: none; }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .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); }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row .container { border-width: 0; border-radius: 0; }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row .container { font-size:0.875rem;font-family:arial;height:266.875rem;width:60rem;position:relative;display:block; }#uJ4yxgV9b458lnTsLg9Ji4FGbSoMkUTy { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.84375rem;height:6.15rem;font-style:italic;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; }
#oFuT4gJRzPU0oE0T0GznsSMkq2r4XGhy { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.1875rem;left:1.125rem;height:8.4rem;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; }
#DCFCM6MkBSVitUaZo4t41p3mEW05mMe4 { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.5625rem;left:1.75rem;height:8.4rem;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; }
#tmmVAP88G4PsmD7TUBIb2lHVK8HxlMzw { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#nGDq3eF1sOTDCOFyLOaNpTKZlZrmfSwo { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:81.875rem;left:0rem;overflow:hidden;display:block; }
#iLE8D59a4AaTaCe0gaZBKUscQ90Lv4hD { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:141.16666793823rem;left:0rem;overflow:hidden;display:block; }
#ZunUTWINThTNABG5mCilsvoFGQUNK4JK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:199.625rem;left:0rem;overflow:hidden;display:block; }
#ShprRhnV9vi4aEu0CZBy2cK2chcn6B9X { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:63.0625rem;left:1.625rem;height:8.4rem;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; }
#gXJsV9RWAHcyI5KEuBTTXecb2gv4eh4m { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:72.4375rem;left:1.1875rem;height:6.3rem;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; }
#uRgu0ICghfsb05IgRLaQT4WNxK7OHaM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:231.375rem;left:1.84375rem;height:8.4rem;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; }
#AM8T37Jx8yUGzqOrIgfdTPBN30x1P1gV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:240.5859375rem;left:1.84375rem;height:10.5rem;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; }
#uvW3TL5C9D17DFn5GPMUTd716IwUSQ7u { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:113rem;left:1.1979141235351rem;height:8.4rem;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; }
#u0EaMriVTaBCkA3dDCePP1SEGPxZG54t { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:122.5625rem;left:1.125rem;height:8.4rem;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; }
#bCPvaJLLSk87o6Gcc1u7uNL9ORIh61L2 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:131.875rem;left:1.125rem;height:6.3rem;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; }
#c784lcA8fWNEHTtx6Oe1AaivvwxKMCcE { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:172rem;left:0.9375rem;height:8.4rem;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; }
#JC17Icq1beRzuN7ZmC4LPCKCnMGQK9GK { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:181.25rem;left:1.09375rem;height:6.3rem;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; }
#cMQFWNTUf3Rx61b6wVITJDgDSoHqMzta { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:189.9375rem;left:1.09375rem;height:6.3rem;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; }
#UuaeLnW1yilq38QaGDCBsVxuHJddtwSu { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.722429875rem;height:3.410273625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:260.12427520752rem;left:15.100021362305rem;display:block; }
#LkKbImQMeum9xAUSa8Rir0mbhTsp4wlO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLQpvANmpt9N5lapcXHy0G98ShrTJwXm { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:252.53845596314rem;left:3.3185348510742rem;height:4.2rem;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; }
#Ou8E2aBpETHDveQiQkiPSewX0xhGociR { 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; }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row .container { background-color: transparent; background-image: none; }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row .container > .video-iframe-container { display: none; }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row > .video-iframe-container { display: none; }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .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); }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row .container { border-width: 0; border-radius: 0; }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row .container { font-size:0.875rem;font-family:arial;height:270.1875rem;width:60rem;position:relative;display:block; }#WzuNeMmUnpNrEX9F95do7gCUeVxnTmwO { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.84375rem;height:6.15rem;font-style:italic;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; }
#xO6ziGD6dusTn6wUNpDuXwO9WdHzNzbl { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.1875rem;left:1.125rem;height:8.4rem;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; }
#XnPysERUVCpdO3VwAbdywcuzynAP4Ztc { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.5625rem;left:1.75rem;height:8.4rem;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; }
#MzfE7OicRbLeaDcmwUHf6ItBJdIcgnNn { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#wC0cNHCbm25VIdhHTmysGoZTfmyKmZsS { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:81.875rem;left:0rem;overflow:hidden;display:block; }
#mQTzuafZkcuk3KCMp5B6lwK8XMSgk4BL { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:141.16666793823rem;left:0rem;overflow:hidden;display:block; }
#mDS2nv8vcOpEMTgmTHLiAUGQGDTbPeXe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:201.0625rem;left:0rem;overflow:hidden;display:block; }
#ybVJFHfobXEdx6wAKVlt9WBkJzXQVl4W { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:63.0625rem;left:1.625rem;height:8.4rem;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; }
#NKTtyZlrATJ5245eXsLyqHsEDg7tu359 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:72.4375rem;left:1.1875rem;height:6.3rem;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; }
#ThbdFXkevkPcHKx2oEVF4wLGD0lp6Zgp { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:231.6875rem;left:1.84375rem;height:10.5rem;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; }
#Mr9WgET4TR8MVt7inlT8C5HmAvJuwH4o { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:243.248046875rem;left:1.84375rem;height:10.5rem;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; }
#k66TU6ybwpIiDbbVH30aJOm6Txl7uz0B { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:113rem;left:1.1979141235351rem;height:8.4rem;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; }
#ROUwH8mObmQAub9fc9u0fVFG5T4A0BsC { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:122.5625rem;left:1.125rem;height:8.4rem;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; }
#mg1vghi7iAEnu7QsmdLLWE4FF9DiMiF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:131.875rem;left:1.125rem;height:8.4rem;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; }
#Oq4a5XON4FaNnhXvWINn1qNWXzbqmEyL { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:172rem;left:0.9375rem;height:8.4rem;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; }
#S1BkNpqq4iwXhk4fOLKE8PeQNlaEqA6F { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:181.25rem;left:1.09375rem;height:8.4rem;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; }
#srvUVCvMUqnnozKoirTvTWu0y5TUsykd { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:190.75rem;left:1.09375rem;height:8.4rem;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; }
#F0Eb4bZwFzagTLhhtNZRe2GATaHy4Jgs { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.798742375rem;height:3.486623625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:262.4375rem;left:15.125rem;display:block; }
#oCeDM0yVNZwX8AQtIpXcJNHT8LI3DNv0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9SM9NDXiedNVMw1Lk3zDlDxF5wWU89Q { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:255.79780960083rem;left:2.5627365112305rem;height:4.2rem;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; }
#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L { 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; }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row .container { background-color: transparent; background-image: none; }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row .container > .video-iframe-container { display: none; }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row > .video-iframe-container { display: none; }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .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); }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row .container { border-width: 0; border-radius: 0; }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row .container { font-size:0.875rem;font-family:arial;height:266.625rem;width:60rem;position:relative;display:block; }#fJw3aNt3JuNJFE17uULhLM5PaNBN2Paa { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.84375rem;height:6.15rem;font-style:italic;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; }
#Tf03o9iyHb4P3OZZOZ8nVq1IfmGfrbfB { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.1875rem;left:1.125rem;height:8.4rem;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; }
#WNbZfLfZJW5uFv7qbHs4x5AAVxEJEPyr { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.5625rem;left:1.75rem;height:8.4rem;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; }
#nEeBNcHkxbM7BH74kwkddHTzfcdn5naa { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#ZgJZMhHgozZdITv3s7BgoATPsP0Jwu7J { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:81.875rem;left:0rem;overflow:hidden;display:block; }
#pphBeITyNWebbUsCPTGWdRf2C2rWc9tn { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:139.8125rem;left:0rem;overflow:hidden;display:block; }
#cAmBVn6rJegi2R8FHU23slyiSXh78P16 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:201.0625rem;left:0rem;overflow:hidden;display:block; }
#cKX90U38UsMNI97Or61AZ9wlXr9RD1gi { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:63.0625rem;left:1.625rem;height:8.4rem;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; }
#JCXlqEihWbigoV1mHpUziUKSf54Ctf0m { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:72.4375rem;left:1.1875rem;height:8.4rem;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; }
#vMBZnc4JgsngW2VX0AXPBhKCp6MOqTn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:234.4375rem;left:1.84375rem;height:4.2rem;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; }
#C1Xm2dSZDCVe6G99530Em1XXolkf2P6w { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:240.9375rem;left:1.84375rem;height:8.4rem;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; }
#MsXpZ5xksppXiUKwR4ETtuDtX9Z674il { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:113rem;left:1.1979141235351rem;height:8.4rem;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; }
#zXfEl1oxih8ZLZ2a3y6FDdoBWfdQsziS { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:122.5625rem;left:1.125rem;height:8.4rem;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; }
#GdnbMfTTQbRJfgp4qBXPkmTkdwd2Ekip { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:131.875rem;left:1.125rem;height:8.4rem;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; }
#edhyGDRS0VZI7VZycTKSn6mX8seXwb6R { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:172rem;left:0.9375rem;height:8.4rem;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; }
#GtsdvoRmyGv0wV14lHqRT6PrwTH5Zcsn { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:180.5rem;left:1.09375rem;height:8.4rem;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; }
#ZfMPysazq3aRDS5PQOBTH7wMHOaBPwvc { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:189.875rem;left:1.09375rem;height:8.4rem;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; }
#UBIrOauKZbxdqa04gEH8LUzzTkDTyWlN { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.798742375rem;height:3.486623625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:258.5rem;left:14.3125rem;display:block; }
#Eetzu30m3tkqiaBZM3OBNUNLazEXQ4cL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#binWqZDMRfU44bqtvrcoulXIHiL5pqr2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:251.65066719055rem;left:2.5627365112305rem;height:4.2rem;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; }
#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF { 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; }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row .container { background-color: transparent; background-image: none; }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row .container > .video-iframe-container { display: none; }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row > .video-iframe-container { display: none; }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .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); }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row .container { border-width: 0; border-radius: 0; }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row .container { font-size:0.875rem;font-family:arial;height:263rem;width:60rem;position:relative;display:block; }#zyicdol2QByaTamheMh6kLGrKk3nzB3X { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.84375rem;height:6.15rem;font-style:italic;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; }
#m9CFZVxZWpOTXs9QcbvOfazoTcgPBonu { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:7.625rem;left:1.125rem;height:8.4rem;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; }
#bVJi7kvZTvfN5XPgqsLHM1JLZlXi96R0 { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.5625rem;left:1.75rem;height:6.3rem;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; }
#ywxuhK14nT8oSr4v0iNp9GpnW3ptMnDT { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#yCK2md4giZqdagKW4TeOmRFRCUWuDyMn { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:81.875rem;left:0rem;overflow:hidden;display:block; }
#lkpICWUC4TDd9CRIXKpLMzV2J0xBhp7P { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:139.8125rem;left:0rem;overflow:hidden;display:block; }
#EFnBxdqTMzZoMKAiFkAneP0h9O4isOAp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:201.0625rem;left:0rem;overflow:hidden;display:block; }
#p60296NJQLUNQRFKkrS7kLtPUI1l4ERC { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:63.0625rem;left:1.625rem;height:8.4rem;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; }
#rv8QhEchHE5RiNoznDveFG3DotM0TP4H { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:72.4375rem;left:1.1875rem;height:6.3rem;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; }
#ZO74D3KIOUtrt5wlyzbwLqRyt23hA4t0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:234.5rem;left:1.84375rem;height:4.2rem;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; }
#wqQLttSZfxi2M6Kk3saLcQHaaRVCzkIg { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:241.0625rem;left:1.84375rem;height:8.4rem;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; }
#S3gn1UOizLIcF4zh3GwrKpJn2GWHDWgi { color:rgba(var(--color-tertiary-4),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:113rem;left:1.1979141235351rem;height:6.3rem;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; }
#XUqHFXbFiT3k9Q3pa0mOEo11e4ev7VhP { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:122.5625rem;left:1.125rem;height:6.3rem;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; }
#D0HSqgKoSvFOrNrwU3GlyoeSKDnmtHlT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:131.875rem;left:1.125rem;height:6.3rem;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; }
#QUnCr1kmaVNW9TWs8L7WB6ZMthGilmts { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:172rem;left:0.9375rem;height:6.3rem;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; }
#ayTb1rpMwMfFni1xfrOfWvhgyPaC42u5 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:180.5rem;left:1.03125rem;height:6.3rem;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; }
#l9McfO5RVwTpkNVwBKie7T0rSsTMCbzM { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:189.875rem;left:1.09375rem;height:6.3rem;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; }
#lBM6anWFeyUwmxmLdRDQRN9nrKZeO9TN { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.798742375rem;height:3.486623625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:257.25rem;left:15.375rem;display:block; }
#xzin2ilUoFgTh0G4MPcQCErFEZURkxTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sEAMNlbZAJKShAA8ngLfC5NmPLO2R7vE { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:250.82147407532rem;left:2.5627365112305rem;height:4.2rem;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; }
#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln { 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; }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row .container { background-color: transparent; background-image: none; }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row .container > .video-iframe-container { display: none; }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row > .video-iframe-container { display: none; }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .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); }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row .container { border-width: 0; border-radius: 0; }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row .container { font-size:0.875rem;font-family:arial;height:253rem;width:60rem;position:relative;display:block; }#lDhET5Dorq7AplAqXCkmR1IxwXp2rkJw { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.5625rem;left:2.78125rem;height:6.15rem;font-style:italic;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; }
#RTZgMFcTZ6cS7KkDL4xlOA7fvJpWX1o2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.1875rem;left:2.96875rem;height:8.4rem;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; }
#mDqclsC4DOozhXdeaUCnRiGvCDWxkskM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.5625rem;left:2.5625rem;height:6.3rem;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; }
#Lkq1COXxXH9dbo1ULKFXZzbGpxn8azD8 { position:absolute;display:block;z-index:15009;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:30rem;width:60rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#zMUDob8BktfLLnFh8Tm267AzJJSqBK91 { position:absolute;display:block;z-index:15010;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:30rem;width:60rem;top:78.125rem;left:0rem;overflow:hidden;display:block; }
#rizFs2GUKa4utxpDtgdrpyf3cuFrG2w0 { position:absolute;display:block;z-index:15011;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:30rem;width:60rem;top:135.1875rem;left:0rem;overflow:hidden;display:block; }
#qArWXfWEwwfF1uwzwT6ITQgvT4gLdFrB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:60rem;top:189.1875rem;left:0rem;overflow:hidden;display:block; }
#ey1EItmEM7lbGWQN5qHTD0JrQnXTpxND { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:62rem;left:2.5625rem;height:6.3rem;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; }
#nPDFLklMQ0tQ6TvX5cOvrg6UD0nhJC2T { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:70.5625rem;left:2.5625rem;height:6.3rem;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; }
#kietQtPS36B5hTFPeyv8y8xLmT8afDyx { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:110.5rem;left:2.5625rem;height:4.2rem;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; }
#u3kgZVzBXXTRTg206l2en7w9CO9vifhA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:117.5rem;left:2.5625rem;height:6.3rem;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; }
#UUamWMXDTWGiEAtwu8G6mehpoHRrLeJI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:126.4375rem;left:2.5625rem;height:6.3rem;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; }
#uswTFdzufRN4kJXPuVWl5TxoxKWkS9Se { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:167.625rem;left:2.5625rem;height:4.2rem;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; }
#MBI8DGkyEmavL7vv3PXgvBOSK99pzT5A { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:173.9375rem;left:2.5625rem;height:4.2rem;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; }
#frvFoLTftRfzwo0pdyCAnfgPo8AXd0Kx { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:180.75rem;left:2.5625rem;height:4.2rem;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; }
#T1GSmnaBZ04EE4MaTKIgeMcTLP6hONTx { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:221.1875rem;left:2.5625rem;height:4.2rem;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; }
#QCqldaHEwa79PmPcypO50U3Cqw8KsEWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:227.4375rem;left:2.5625rem;height:8.4rem;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; }
#GiAeqlrD2vpTdTZmL9h8EMK6OEoJA1xV { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.798742375rem;height:3.486623625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:244.1875rem;left:15.125rem;display:block; }
#ns9kyvUIMyiPL7lWS1LTT1N2iWhZ4SFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#syZaZnnkHm5qBU00M7udlA6uLOSmi6lV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:237.89593124389rem;left:2.5627365112305rem;height:4.2rem;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; }
#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu { 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; }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row .container { background-color: transparent; background-image: none; }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row .container > .video-iframe-container { display: none; }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row > .video-iframe-container { display: none; }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .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); }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row .container { border-width: 0; border-radius: 0; }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row .container { font-size:0.875rem;font-family:arial;height:77.6875rem;width:60rem;position:relative;display:block; }#r6dz8qP7GBvFz7kgc9I1sBMuiTEGsuLK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.75rem;left:2.7916641235351rem;height:6.15rem;font-style:italic;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; }
#gz85TPrprPoP6pMleTptnepatCrRZfFh { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:2.75rem;left:28.416664123535rem;height:9.100375rem;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; }
#WsxgkNdd8gn37PHJx7TntRi8afhQHPXX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:56.375rem;left:29.625rem;height:18.2875rem;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; }
#BJyQp0LkBsZWqBakuhWbX3Zv6021Qqu9 { color:#9d8f7e;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:48.4375rem;left:16.1875rem;height:5.85rem;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; }
#QIoCbG9dMIn2l7Sofb9Lna1730T9meEb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.875rem;width:24.6875rem;top:57.75rem;left:1.75rem;display:block; }
#nDqJmLuL3av798AyLLEf51NiGW29dpW0 { position:absolute;display:block;z-index:15017;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:30rem;width:60rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W { 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; }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row .container { background-color: transparent; background-image: none; }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row .container > .video-iframe-container { display: none; }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row > .video-iframe-container { display: none; }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .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); }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row .container { border-width: 0; border-radius: 0; }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#qfTT8pFRhRUtRCWVTJJ9f1s6driUSsLT { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.505859375rem;left:35.3125rem;display:block; }
#Mfp2NQIAVLS8b6uScq4sLa1TQX5aDUCb { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.6875rem;left:27.25rem;height:3.07528125rem;font-style:italic;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; }
#TeffD4g7ZWez08VybmXVKkBHLwLKcput { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.125rem;width:22.1875rem;top:9.875rem;left:0.75rem;overflow:hidden;display:block; }
#tnTKpCRFXd6bDP6TiDG8gCqwEnHNkzuC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.8125rem;left:27.25rem;height:14.7rem;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; }
#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f { 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; }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row .container { background-color: transparent; background-image: none; }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row .container > .video-iframe-container { display: none; }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row > .video-iframe-container { display: none; }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .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); }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row .container { border-width: 0; border-radius: 0; }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row .container { font-size:0.875rem;font-family:arial;height:282.375rem;width:60rem;position:relative;display:block; }#l01yLcM4I4gNpRrOhyVPte3VfacalbuX { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.6790366172791rem;left:5.666015625rem;height:6.15rem;font-style:italic;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; }
#tT2E2yu84rKR2323aanoQB1Au0GfJ9Mn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:14.000000476837rem;left:2.4375rem;overflow:hidden;display:block; }
#Tm6bMMa9bnKSiRJskMhgWvH9VIkfa6sQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:11.220052242279rem;left:19.3125rem;height:23.1rem;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; }
#FsJl1yQXZd9IDBs9ZGzTJXwk2gMcMqPp { background-color:#1c1d1d;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.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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.125rem;left:4.15625rem;display:block; }
#X9RyTU2uLtcOOzNKy2FdpxQLxTb2tyGb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MJtXzXGCTgtUIOQkBImV3R7e9Fm9vvDT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:36.979166507721rem;left:3.541015625rem;height:37.8rem;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; }
#c1t74Gr6ARxzENlSfJ0Ip1QEHoVcOaU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:76.854167938231rem;left:3.541015625rem;height:12.6rem;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; }
#eEgxhcGCssEOCynbqR2fTTJl1gCOaaET { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:92.7285194397rem;left:10.15625rem;overflow:hidden;display:block; }
#eD5u051WuJqXtTAbx3z4a1Xoc13A99QW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:108.97850227356rem;left:2.5625rem;height:10.5rem;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; }
#WPn55KupLJpp4TZ0NQ0KoGiPpTXgSE1B { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:123.97852134704rem;left:3.541015625rem;height:18.9rem;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; }
#trUFyEpwtoZyve3d0dA8ioq8tJeuD874 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.0625rem;width:10.8125rem;top:146.91667175293rem;left:24.21875rem;overflow:hidden;display:block; }
#nLVII8O5zek6Nae9rCIlKkce6eSiS5h1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:164.04167175293rem;left:3.541015625rem;height:21rem;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; }
#uCmhQ41XLkQ8OdGw78CfmRP1ioF3WeVq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.6875rem;width:33.0625rem;top:188.41666793823rem;left:13.46875rem;overflow:hidden;display:block; }
#lZSZiMfQtbZ5dOV9qV4tGHIkeZsGXSG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:208.72852134704rem;left:2.5625rem;height:21rem;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; }
#qRPRDAl7O7g2UBqXNvebxqeunBBuxbqt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14rem;width:14rem;top:229.72916793823rem;left:23rem;overflow:hidden;display:block; }
#TyQinAZJaFNBmTWc5C0gH6vxkCnAaNJV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:242.0158495903rem;left:5.1254730224609rem;height:37.8rem;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; }
#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a { 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; }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row .container { background-color: transparent; background-image: none; }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row .container > .video-iframe-container { display: none; }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row > .video-iframe-container { display: none; }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .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); }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row .container { border-width: 0; border-radius: 0; }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row .container { font-size:0.875rem;font-family:arial;height:176.5rem;width:60rem;position:relative;display:block; }#ZllvCmImcPDCeykCBshsMSKvlkkiQ5Uw { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.943359375rem;left:14.125rem;display:block; }
#tLeblFtkvXsRtGF72QpOuWrPR9xF6TiL { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.25rem;left:5.90625rem;height:6.15rem;font-style:italic;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; }
#awgPLpS5L2wNbuHBqHIfKJpk3gyAkOgD { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:14.5625rem;left:5.90625rem;height:8.4rem;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; }
#qys7DG2plJmSurXGN4NLtFw1mqeOCHhR { position:absolute;display:block;z-index:15009;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:47.125rem;width:47.125rem;top:32.104167938233rem;left:6.4375rem;overflow:hidden;display:block; }
#NLSk8O6UBViSh7H5U9TduVZ2uN4ScRw9 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:83.916671752931rem;left:4.59375rem;height:92.4rem;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; }
#bBnbZ9yuWeCopREMPcBQBsgBEucpm0Vt { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:169.43712997436rem;left:2.5627365112305rem;height:4.2rem;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; }
#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH { 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; }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row .container { background-color: transparent; background-image: none; }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row .container > .video-iframe-container { display: none; }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row > .video-iframe-container { display: none; }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .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); }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row .container { border-width: 0; border-radius: 0; }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row .container { font-size:0.875rem;font-family:arial;height:156.125rem;width:60rem;position:relative;display:block; }#isrsQm2lMFkqpWLLIDVIGyEDTcKJmdn1 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:5.4375rem;left:24.385414123535rem;height:5.95rem;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; }
#eCJtbSQ3fxxR3LTodAITrsThPOKH4Cy2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.5625rem;width:23.9375rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#kTcaby6JghrXgyqXaQLSU9xf2qENHdgA { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:25.736980438233rem;left:4.15625rem;height:4.9875rem;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:justify;text-align-last:initial;display:block; }
#d7Jfx7LirCZcvuzFTbPAZr7E6BbvQUBJ { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.375rem;width:22.375rem;top:34.187498092651rem;left:0rem;display:none; }
#aTCkmM9mV1Ux8VEpQAmxAuG57LbaT71W { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:52.75rem;left:10rem;display:block; }
#PD9SJP9BVdkuAWhhyumMxLTPxCkoqeoF { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:32.861980438233rem;left:4.15625rem;height:1.6625rem;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; }
#tI1Tg7cXGX62JGm4wx64p76CMC1s41Th { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:36.861980438233rem;left:4.15625rem;height:13.3rem;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:justify;text-align-last:initial;display:block; }
#MeANeiTIPkt4qsTxeqqlSntZLaT4XtRG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:78.924480438231rem;left:4.15625rem;height:16.625rem;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:justify;text-align-last:initial;display:block; }
#NHyaeyOvIfoVfmt1H1d8c7gZIBT4VpU6 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:97.299480438231rem;left:4.15625rem;height:11.6375rem;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:justify;text-align-last:initial;display:block; }
#omLqiTn2HSuJ9htLv3ZQR6CsEmPZnRET { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:112.29948043823rem;left:4.15625rem;height:9.975rem;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:justify;text-align-last:initial;display:block; }
#T8Oh11S3cMFWH88xUTJSQi2ylgKJTTBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:126.36198043823rem;left:4.15625rem;height:11.6375rem;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:justify;text-align-last:initial;display:block; }
#cvXsTSd1XsFfoqdNN6owC4V9UwNnxIfw { color:rgba(var(--color-tertiary-4),1);display:block;width:33.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:137.29140281677rem;left:3.5197677612305rem;height:7.875rem;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; }
#OqAPnh9HsXUztuQ8HUnXq7ZtTzUcMPLX { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:148.96009445191rem;left:2.5627365112305rem;height:4.2rem;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; }
#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq { 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; }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row .container { background-color: transparent; background-image: none; }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row .container > .video-iframe-container { display: none; }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row > .video-iframe-container { display: none; }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .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); }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row .container { border-width: 0; border-radius: 0; }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row .container { font-size:0.875rem;font-family:arial;height:210.375rem;width:60rem;position:relative;display:block; }#iTmcZqyhFRq6oqV3n7p35xTZcno6FcvJ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.875rem;left:7.21875rem;height:6.15rem;font-style:italic;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; }
#TbiscqKBk5VhIaJMgfBdF8utfSb9WuEP { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.875001907349rem;left:5.90625rem;height:16.8rem;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; }
#y001TbTOgcNzcImk3FxqkXzcTTgIX4Mm { position:absolute;display:block;z-index:15009;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:33.125rem;width:33.125rem;top:35.041666984558rem;left:13.4375rem;overflow:hidden;display:block; }
#I3aCk5nNOEqHeo8o9qvngkcO5g5hUiLx { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:72.291652679444rem;left:4.59375rem;height:134.4rem;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; }
#oMcWZ3Xswm20tsLq1MPTdwsVTFrvBJLZ { position:absolute;display:block;z-index:15010;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:10.5rem;width:44.625rem;top:151.47915267944rem;left:7.6875rem;overflow:hidden;display:block; }
#IC91XCGvallhVf0bIQ9OwFi5z16Q7tJo { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:198.56828689575rem;left:2.5627365112305rem;height:4.2rem;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; }
#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn { 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; }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row .container { background-color: transparent; background-image: none; }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row .container > .video-iframe-container { display: none; }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row > .video-iframe-container { display: none; }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .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); }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row .container { border-width: 0; border-radius: 0; }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row .container { font-size:0.875rem;font-family:arial;height:250.375rem;width:60rem;position:relative;display:block; }#gxspUNQtbODqh4A4okEDHk6RWfmw1Dih { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:36.861980438233rem;left:4.15625rem;height:13.3rem;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:justify;text-align-last:initial;display:block; }
#oMnHL1KKfz3koUQQnfmCfXRNfoRi8H7k { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.424480438233rem;left:4.15625rem;height:19.95rem;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:justify;text-align-last:initial;display:block; }
#xpq7WZQltmp45nhALRiVLPp4nhEuDrrz { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:112.29948043823rem;left:4.15625rem;height:19.95rem;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:justify;text-align-last:initial;display:block; }
#DoHqfeQUp9DOxKqr6Zmn9SPP5za8Z01W { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3.666015625rem;left:5.90625rem;height:6.15rem;font-style:italic;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; }
#iAK80Qp08aKVIpRCg6uQetmJHs4Lg0B1 { position:absolute;display:block;z-index:15014;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.9375rem;width:35rem;top:9.9121100902556rem;left:12.5rem;overflow:hidden;display:block; }
#OlDHORDMJ2tJICuC5zU0H8N88VqKhSRl { 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:25.625rem;width:51.25rem;top:80.791667938231rem;left:4.15625rem;overflow:hidden;display:block; }
#KMVoF86ZZEc73vUL6ThnvUcOJnR5bgsM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:25.75rem;top:132.47917175293rem;left:5.90625rem;overflow:hidden;display:block; }
#y3GeITMDZ13yUC5ug4Nh0adB9sfIQGrC { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:164.22917175293rem;left:4.15625rem;height:24.9375rem;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:justify;text-align-last:initial;display:block; }
#iuqq8BNm1vh2i4Wv492cthMTA1vd7DkQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:25rem;top:189.79167175293rem;left:5.90625rem;overflow:hidden;display:block; }
#W2iCRItkgNaKPUHCyeRnpv5B3x9DGGzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:219.91667175293rem;left:4.15625rem;height:14.9625rem;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:justify;text-align-last:initial;display:block; }
#sH8H0fv3wIECxnUHa2rHoMGTky777oZT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:238.20547866821rem;left:2.5627365112305rem;height:4.2rem;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; }
#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF { 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; }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row .container { background-color: transparent; background-image: none; }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row .container > .video-iframe-container { display: none; }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row > .video-iframe-container { display: none; }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .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); }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row .container { border-width: 0; border-radius: 0; }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row .container { font-size:0.875rem;font-family:"open sans";height:40.5625rem;width:60rem;position:relative;display:block; }#gs49TG5T2AnMLrVwCOSulb6rqNAauhht { 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:15rem;width:15rem;top:1.25rem;left:2.5rem;overflow:hidden;display:block; }
#rSwJgW6Q4MRwH1XiERUyAgnaledxGy56 { 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:15rem;width:15rem;top:1.25rem;left:42.5rem;overflow:hidden;display:block; }
#l6T2g8ZeQ1TP3XOeyAipBP81KCwM6USG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:1.25rem;left:22.5rem;overflow:hidden;display:block; }
#Oh1CtXTd3aAXrLTkNMZ9AvSOXG7mNr68 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.03125rem;left:5.25rem;height:2.275rem;font-style:normal;display:block; }
#H3R4K0IsznAgAMT2CCcxroDOnyfWqnyG { color:#1c1d1d;display:block;width:11.4375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.687501907349rem;left:4.28125rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hETxTlnxZxTS5zTg0CA3RxobbIMJZWpk { color:#1c1d1d;display:block;width:8.4375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.687501907349rem;left:25.78125rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mh2DmNe6BqghUU0e43EWZtU2IDTIfzs9 { color:#1c1d1d;display:block;width:8.6875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.687501907349rem;left:45.65625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qERpCrUOp2g05yT6FcOViJxUDVpqwWNE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.125rem;top:22.625rem;left:2.5rem;overflow:hidden;display:block; }
#SPSU9R1wnKHw0HqXWqifqbf2a1Lz1r2x { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22rem;left:25.25rem;height:2.275rem;font-style:normal;display:block; }
#mwiJXuwLaGG3cJiCC0IAqdti9naaqqKq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.125rem;top:22.625rem;left:22.5rem;overflow:hidden;display:block; }
#HXAmEdeAr84GvFRWNvVN74xgFlb2Cpd1 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22rem;left:45.1875rem;height:2.275rem;font-style:normal;display:block; }
#VLrSN3GyLDm1Jy27UwitPxOXp3SSFRl9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.125rem;top:22.625rem;left:42.4375rem;overflow:hidden;display:block; }
#nPUfW6zOCTTCBFSbtwvc8hJZMJs3fc8g { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.25rem;left:2.5rem;height:1.95rem;font-style:normal;display:block; }
#V3mbFVkWJwDnNWontCoqDfhWZI74UL8R { color:#e92691;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.640625rem;left:7.59375rem;height:2.6rem;font-style:normal;display:block; }
#W9UhiAsFbluDfpSfHSlDCcRf3zoagfqB { color:#000000;display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.25rem;left:22.5rem;height:1.95rem;font-style:normal;display:block; }
#imMvUwafUJ6GhGOhxgVRi1I5tOREVCp2 { color:#e92691;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.924480438233rem;left:27.59375rem;height:2.6rem;font-style:normal;display:block; }
#Aq2lPQnzs10F1Kcr9kX8A1DLz9hsie03 { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.965494155884rem;left:43.625rem;height:1.95rem;font-style:normal;display:block; }
#ABidDN9W7lukCTGn5dNJ0iKSlqZtq86h { color:#e92691;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.641275405884rem;left:48.260414123535rem;height:2.6rem;font-style:normal;display:block; }
#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM { 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; }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row .container { background-color: transparent; background-image: none; }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row .container > .video-iframe-container { display: none; }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row > .video-iframe-container { display: none; }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .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); }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row .container { border-width: 0; border-radius: 0; }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row .container { font-size:0.875rem;font-family:arial;height:194.375rem;width:60rem;position:relative;display:block; }#XIkpmRIiOHMoEabQkV7HVDpyt5HzuTrd { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.25rem;left:24.384765625rem;height:5.95rem;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; }
#c4r4n51ctMa2VMC4WXwJ5FWisMZVkNxE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.9375rem;width:19.875rem;top:5.4375rem;left:1.875rem;overflow:hidden;display:block; }
#fJ9StFxW3sGuhPRqoR4L4HBlQVUtnkDK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:42.0625rem;left:10rem;display:block; }
#A1PxyeabP1wpODiHwkrNpBeAffWl4TeM { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.111980438233rem;left:4.15625rem;height:18.2875rem;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:justify;text-align-last:initial;display:block; }
#IEftlAiUL9ltZexNTdrvNO5S6cbHn3n4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:67.7929649353rem;left:4.1560134887695rem;height:16.625rem;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:justify;text-align-last:initial;display:block; }
#L5k9FanZeOmiWUHavnWDk6HzTzkVpM4p { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:90.5rem;left:10rem;display:block; }
#hBTTuoReEFsrRhovAsSoWthRJK9FTmF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:115.66666793823rem;left:4.15625rem;height:16.625rem;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:justify;text-align-last:initial;display:block; }
#EilfXRkGhTttQAx2NqL70KI3gFOqIwid { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:137.66667175293rem;left:10rem;display:block; }
#PhaRTMUtm4SlzXVvV2wJq6rlJP2mm32S { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:164.79167175293rem;left:4.15625rem;height:13.3rem;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:justify;text-align-last:initial;display:block; }
#QyVRFKpDJmEh4v47omnWJQtMPvpHNIzP { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:183.51205635071rem;left:4.1560134887695rem;height:4.2rem;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; }
#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl { 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; }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row .container { background-color: transparent; background-image: none; }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row .container > .video-iframe-container { display: none; }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row > .video-iframe-container { display: none; }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .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); }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row .container { border-width: 0; border-radius: 0; }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row .container { font-size:0.875rem;font-family:arial;height:235.5625rem;width:60rem;position:relative;display:block; }#Sd4crRi9oIH2CBn39UA3MAUnmoHFNFq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.875rem;left:7.21875rem;height:3.075rem;font-style:italic;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; }
#eAFk453DLIO332D0ym33UCFkada4ltKX { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.875001907349rem;left:5.90625rem;height:25.2rem;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; }
#bhXTpPwfVszkiazHQ5VSlO3QazETeTEa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:60rem;top:37.666666984558rem;left:0rem;overflow:hidden;display:block; }
#twFPwyobXX5a6cDs7JBqtTL1nKvzicUH { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:63.854167938231rem;left:4.59375rem;height:25.2rem;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; }
#S1FDQxC451J6uN87dpvUNHMT6p1UpZcf { position:absolute;display:block;z-index:15014;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:35.8125rem;width:49.6875rem;top:87.281255722044rem;left:5.15625rem;overflow:hidden;display:block; }
#TsbWPUyJSghVICOuzxCfibdNzG8gffHJ { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:133.04167175293rem;left:4.59375rem;height:27.3rem;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; }
#w5TSCvJT7x1i9DO5ZKdwOPhrfDX3d1Ri { 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:35.8125rem;width:40.0625rem;top:156.13672447204rem;left:9.96875rem;overflow:hidden;display:block; }
#hlzk9u9upl82V99uNkTATvN9MvpKiZJc { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:201.16667175293rem;left:4.59375rem;height:18.9rem;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; }
#dlKx1Pfy6Xqq5ubLc2QEzLXrTHqequiX { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:222.05254364014rem;left:1.880916595459rem;height:4.2rem;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; }
#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { position:relative;display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { background-color: transparent; background-image: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .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); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { border-width: 0; border-radius: 0; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .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:"open sans";height:9.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { position:absolute;display:block;z-index:15006;background-color:#1c1d1d;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.125rem;width:9.375rem;top:7.125rem;left:25.3125rem;display:block; }
#rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { color:#1c1d1d;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { 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/s7e2Vqmh/Mask_Group_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.adaptive-delivery-prevent-bg, #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.lazyload, #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.lazyloading { background-image: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { background-color: transparent; background-image: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container > .video-iframe-container { display: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row > .video-iframe-container { display: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .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); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { border-width: 0; border-radius: 0; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { font-size:0.875rem;font-family:"open sans";height:26.375rem;width:60rem;position:relative;display:block; }#SJa97dXJTVZA6TnmQfTC9V8JIIH5ockb { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:15rem;top:0rem;left:0rem;display:block; }
#B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:15rem;top:0rem;left:15rem;display:block; }
#xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:15rem;top:0rem;left:30rem;display:block; }
#e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:15rem;top:0rem;left:45rem;display:block; }
#gkQxMp3IcTZk0ZmqBC4mi5gaXic7wi4A { position:absolute;display:block;z-index:15004;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-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:2.5rem;left:2.5rem;display:block; }
#TSnthO3yvffDHtc1wwHWGWK6hnNEeQty { position:absolute;display:block;z-index:15005;background-color:#e92691;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:2.5rem;left:17.5rem;display:block; }
#pPmlWK6nDrCFw4zI9WLlESehe6N5fitc { position:absolute;display:block;z-index:15006;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-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:2.5rem;left:32.5rem;display:block; }
#NKZyuDSHPOiBMnUuaaWmHNhSRCS4sy5V { position:absolute;display:block;z-index:15007;background-color:#e92691;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:2.5rem;left:47.5rem;display:block; }
#eOdnTpLlv4qbARETv50PVtpTT2pt31Xs { position:absolute;display:block;z-index:15008;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:2.375rem;top:3.5rem;left:3.5rem;overflow:hidden;display:block; }
#qhDfEy4w3i0xogEmGW6TivbN9RJCFJey { position:absolute;display:block;z-index:15009;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:1.75rem;top:3.5rem;left:18.8125rem;overflow:hidden;display:block; }
#o42cQx2kmVAkME9IJMplKFRUDNTTDo9t { position:absolute;display:block;z-index:15010;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:2.375rem;top:3.5rem;left:33.5rem;overflow:hidden;display:block; }
#JQ1t1kECmRP7KNFB5OPK5OoFWA1QO8Zx { position:absolute;display:block;z-index:15011;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:2.125rem;top:3.5rem;left:48.625rem;overflow:hidden;display:block; }
#rEOw5UTzgezXQvn1P0IIrPZ1GF7fnup2 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.53125rem;left:2.5rem;height:1.4625rem;font-style:normal;display:block; }
#vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.049480438233rem;left:2.5rem;height:2.275rem;font-style:normal;display:block; }
#LSWTr76qxvnaND3ArKLPt3T4UOtVKHvL { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:17.5rem;height:1.4625rem;font-style:normal;display:block; }
#ZfSOuAmex2SbpVR3nTlhTo2Cfz0GnOzP { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.875rem;left:17.5rem;height:5.6875rem;font-style:normal;display:block; }
#fVr1gaV28WbGf7Tz22rJVV2sxzzPZ6I4 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.5rem;height:1.4625rem;font-style:normal;display:block; }
#Air2ZqIDC2VAm8MVOB2LgBL95g3ZWe9o { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:32.5rem;height:1.1375rem;font-style:normal;display:block; }
#VJDxX29yRepayN9TsAThl4FJbTcw7GaH { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:47.5rem;height:1.4625rem;font-style:normal;display:block; }
#MyzMZi07hu3xhhhnEZTOTO5wZZu5NkyT { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:47.5rem;height:3.4125rem;font-style:normal;display:block; }
#iKya84kIVsVz1p4OtMFnAPoonhrT85kC { 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/s7e2Vqmh/Mask_Group_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC.adaptive-delivery-prevent-bg, #iKya84kIVsVz1p4OtMFnAPoonhrT85kC.lazyload, #iKya84kIVsVz1p4OtMFnAPoonhrT85kC.lazyloading { background-image: none; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { background-color: transparent; background-image: none; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container > .video-iframe-container { display: none; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row > .video-iframe-container { display: none; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .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); }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { border-width: 0; border-radius: 0; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { font-size:0.875rem;font-family:"open sans";height:9.6875rem;width:60rem;position:relative;display:block; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e92691;background-image:url("https://images.assets-landingi.com/8w026hkz/lasts.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI.adaptive-delivery-prevent-bg, #ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI.lazyload, #ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI.lazyloading { background-image: none; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { background-color: transparent; background-image: none; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container > .video-iframe-container { display: none; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row > .video-iframe-container { display: none; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .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); }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { border-width: 0; border-radius: 0; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { font-size:0.875rem;font-family:"open sans";height:43.375rem;width:60rem;position:relative;display:block; }#gl48kzHhWlFgKH7Jph3BdknKdI2NENmi { 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:26.25rem;width:26.25rem;top:7.25rem;left:1.875rem;overflow:hidden;display:block; }
#kbs7wMk36qAykrBWy0ze0Pm7laZk0VV8 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"marck script";font-size:6.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:37.6875rem;height:8.125rem;display:block; }
#C6e8ZX0s3I4mnxLcRIdwdcXLKCfI3sIc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:oswald;font-size:4.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:34.875rem;height:6.09375rem;font-style:normal;display:block; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-form-header {  }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-text {padding-top: 0; padding-bottom: 0;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-select {padding-top: 0; padding-bottom: 0;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.5rem;margin-bottom:0.25rem;margin-left:7.5rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:10rem;height:3.75rem;font-family:oswald;overflow:hidden; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.8125rem;overflow:hidden;font-style:normal; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-container:first-of-type{padding-top:0;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-container:last-of-type{padding-bottom:0;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.6875rem;left:31.25rem; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS {display:block;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.6875rem;left:31.25rem; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS #yITtdcu4TtcrPLl5kzT8Dh2rkq7FPQRC { position:relative; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS #ATumQBWe2pPDTb0gk2INQMPH0sDmGrMX { position:relative;display:none; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS #l7qB1Zdq3QiFXTt5iFb94n7e76BmhW6L { position:relative; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS #iLIPGR9178z9sdSF54mtCOOSLtuPHTuP { position:relative; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS #sVviK5tTL7267gaLd9PnNmAPo9omTfZG { position:relative;display:none; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS #v4ykq3mitbauzI0140cT2CsOykq3yeEk { position:relative; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS #QpMRbmv5Ckg1PXT7D6KkiTmWiMCrwkPG { position:relative; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS #dz4vg01mBtOWux8FnALOkpwdPLsSMJA3 { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:22.3125rem;height:9.75rem;top:4.375rem;left:0.78125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:24.875rem;height:22.4375rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:6.875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:22.5625rem;height:34rem;top:4.5625rem;left:24.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT { display:block; }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2G4x2BrO3JwUKiKMMx6mpir04e1JqCd { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdna6aTVn2sgRKqebCdeQPZ7CkPbOcRZ { width:47.75rem;height:8.375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pykmGlzz1sH3Mvin7kGRpTI8qb4PH8SK { width:47.75rem;height:8.375rem;top:53.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ultOzXTcgpO9LBzf4Umh5lAO7xtuJvZp { width:47.75rem;height:16.75rem;top:104.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSzKfSyIElyDa2Mp7kAaJTQfLmRdZKG3 { width:47.75rem;height:6.25rem;top:164.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcBD7ATLdhIdk9vqnVnZx8pqp5mmZtfz { width:47.75rem;height:23.875rem;top:177.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCtfrbGarN4n3MT5X9rVzhATm0X3Rwxn { width:47.75rem;height:4.1875rem;top:235.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zueZcNsvzdgU07O9PtA4AfGbbIrs6LVk { width:47.75rem;height:23.875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGppEWQA9FlcGsZG50JVRhGV5c0Sm6bi { width:47.75rem;height:23.875rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K21XzHlBx2dTTi8dCZwt2ulNp1KBALRr { width:47.75rem;height:23.875rem;top:128.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhaIIXh5zUet5MKdZVH4KuUSTgyBd4X9 { width:47.75rem;height:14.6875rem;top:214.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz { display:block; }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgQyyLwT5JxdhSoCwBoRuSKQQZ9Wa6Nz { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrNdlpWOdFc2JpTwFoMNk3KlpL5rzmAm { width:47.75rem;height:8.375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOMVdi5K2W2AT4TkMFDGsDlzEsqP209X { width:47.75rem;height:10.5rem;top:53.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSmpl6JtK74XTkDQHquQWJSOTz3Kidnm { width:47.75rem;height:16.75rem;top:104.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMhtHvgQRFUb3vi3cMWcM1WQBixfALMr { width:47.75rem;height:6.25rem;top:164.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3O89qOdFXTUgBOnc3clXG5V5T8NSMeJ { width:47.75rem;height:23.875rem;top:177.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5MFUwpQHbVuGfATBFTBRXCAckW2UV1 { width:47.75rem;height:4.1875rem;top:235.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tySVeA2dVWWURATTdQ8TZ9Ip6WWtz0C4 { width:47.75rem;height:23.875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmeCcJI9dqaCCnzSGFbGOtnXQw2WQTw { width:47.75rem;height:23.875rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REECRqwvTD1S8QGBbBO7La7Em0MgxxpT { width:47.75rem;height:23.875rem;top:128.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evTaE0XPc6qeEkDZqEHkNRRTkq3v9xnD { width:47.75rem;height:18.875rem;top:212rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT { display:block; }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb9WprWUv7Fi3nO4qzTpJVztXGvy9BxF { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbEifUkpGmzT2E9y7849VDdcMobKAKXX { width:47.75rem;height:8.375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvO49BpTynlB8MOSB0TcFR04Db9OakUL { width:47.75rem;height:10.5rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt5VVPZ4tqFSMKqem1CIBVsJoi3TXEb4 { width:47.75rem;height:21rem;top:104.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ1SbPLaKtp8nUrzbTiN6cgtXqofDJeF { width:47.75rem;height:12.5625rem;top:164.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzUiK1lka5Cq5LwKH3eJ19c5fgoV5PRo { width:47.75rem;height:23.875rem;top:182.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkNNLTyzHT0qiG295Rx6o44LqFQoZLJT { width:47.75rem;height:4.1875rem;top:238rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri0hSzoNXrVM5gvGnFn1ZIGBvQHpcArh { width:47.75rem;height:23.875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adwg7Vmpsn1lVCivNGtsOPuHizVeW3HF { width:47.75rem;height:23.875rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC5Z5yhiBnGHuicd1SqdVpychIgmRuFG { width:47.75rem;height:23.875rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqJx0mU0nbanaNZVirR0xZh6GDBab0HF { width:47.75rem;height:16.75rem;top:219.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNti9KuaxdzB0AktsfocVDTTTSAamkd7 { display:block; }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxbNz9fgalw79gWsPpVsL7vFKtqC2WKD { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDzkxVTMUXZTOCybqHzNCx7kXBbIR19q { width:47.75rem;height:8.375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0GnPa2dLpmphm3Agw8AgcFk1GHCHn4d { width:47.75rem;height:12.5625rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ARTqwTvWk9poRsrsqC6CrVmb4tCPfx { width:47.75rem;height:21rem;top:104.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqP52NXeCwMVqQsB9vdegKzL6nU7MODX { width:47.75rem;height:12.5625rem;top:164.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDS2ipRGhX2eVfH41wyrokab8Mir5v36 { width:47.75rem;height:23.875rem;top:182.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPVZ406xT0F0DeWJ2TwAkk2rapTotCr { width:47.75rem;height:4.1875rem;top:234.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiewTO6TgkSSGryFVFf0AQLiUJKSzo9T { width:47.75rem;height:23.875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAzBTXuDbsAUD1dbo6odK74eUSPL3wc2 { width:47.75rem;height:23.875rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN23qtznQBZQhX5UXlq3kdz9igvllQ8x { width:47.75rem;height:23.875rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2X27mNVAlKCw1G2u2McHKKzrsG9N58T { width:47.75rem;height:10.5rem;top:219.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwQfuLDuyHtBr525QcQll2F6AUyllZv { display:block; }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd67relqgbQ25aFOi6CTtIb3Kp5TTTPu { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO76A2yb2ZxLRytETDH0efawVOTWHQW1 { width:47.75rem;height:8.375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIrpms3saFI8lL9ZkwmFzfkuBcQl2Gfy { width:47.75rem;height:16.75rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt7JWmy0DcPfh86EQmnJSvEwaxP4KbIw { width:47.75rem;height:18.875rem;top:109.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbW7NRrbf4ZAx8NVqxWGnZH1yRHmsClm { width:47.75rem;height:14.6875rem;top:166.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi5b1kAafou7EOO7q5QGv34AUfZAdekZ { width:47.75rem;height:23.875rem;top:185.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snaWErVMnNvhvQcIEpK0SLw03xFUhqLH { width:47.75rem;height:4.1875rem;top:236.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZslHTMSZyRzpaWOsCchAcLTmZ204uO8m { width:47.75rem;height:23.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2O634TZvgOzPuTGlvqMM7SCfqJ6pGDJ { width:47.75rem;height:23.875rem;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq6fobgBhgBorT51nuLtIKrMEX1Wwiah { width:47.75rem;height:23.875rem;top:132.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldTxxShfxMT7T7ZeuDQTm12mdTT4BETf { width:47.75rem;height:10.5rem;top:219.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq { display:block; }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1Sh5ST1HaxNVbpVOfTFZ3p49g0toxpk { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0rcUrchwdCuT1mcTDktblvmcxR5wF3o { width:47.75rem;height:6.25rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNJDGWgMHdxusKVXi2JwkEoiVDtnoySS { width:47.75rem;height:18.875rem;top:53.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SticZaggHFTt9OW69tlEJFrSSZghD4zp { width:47.75rem;height:25.1875rem;top:109.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8t6OpdU2cHbLrpUy8EkbvooIzlFCJgp { width:47.75rem;height:12.5625rem;top:172.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTX9HLroGGPePo6lLGRDLTbiuGxSGs0H { width:47.75rem;height:23.875rem;top:190.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leGDfLyv7MUN0h4WmgIXdZS6G3Hxo0zL { width:47.75rem;height:4.1875rem;top:237.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRUaVuXEvhS2Ri8sfHHFhpOvxPxkQUVb { width:47.75rem;height:23.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbaVV7ZHZhwxUrSSbKq5VoJWkGts498M { width:47.75rem;height:23.875rem;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpzlEv19hWba7QPzTmFIoqTVzxoqimsg { width:47.75rem;height:23.875rem;top:138.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLKwCWCVTEkC7LG6KIUbvquKvqNM4Jf0 { width:47.75rem;height:8.375rem;top:223.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs { display:block; }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq4fhVeTQ7vbkpbTwsNbEfIcqh4SPfVT { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPWTx4cnUnkXa4ZseTNqSEoTaG6Wr5om { width:47.75rem;height:8.375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drb1xS0m4F15AFJLbBGwAx9GdurF2gu8 { width:47.75rem;height:21rem;top:55.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ESLvevTAGvqgAiQUWx56pxmA0RhDIx { width:47.75rem;height:18.875rem;top:114.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkylcwxDx9cfq8TLmKpf9B2JAW93XKd { width:47.75rem;height:8.375rem;top:176.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnHS1SBCLNJTzJCc6duLpCTLl8E2sEBb { width:47.75rem;height:23.875rem;top:190.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmdyyt9DEuKu0zHt9HF9Pc2lKBuJds3 { width:47.75rem;height:4.1875rem;top:242.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDcwkwhSlUIz7ohWrdicQMI56RNHQnTz { width:47.75rem;height:23.875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8XdTwE8MgpKFqIOxExqiwQ4F6Qi8X4 { width:47.75rem;height:23.875rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAFeSsySRFJwZ0T24eRBq6lqTSwQStDv { width:47.75rem;height:23.875rem;top:138.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPqE4Uxcp15mGe9TAuu1in3KdhAAT9or { width:47.75rem;height:8.375rem;top:227.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 { display:block; }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2dwiKFQmGsbt8mrMWFo7iXTX2JhCUAr { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLoGteO7twOTvbhm1aFdSUFmCVq01Ez { width:47.75rem;height:8.375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX2sIkk369cKH3xhrVErgtZsrpvDoyQX { width:47.75rem;height:18.875rem;top:56.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgEW4Td4U5HPUNtZ2zpCvHM0rTFxu7Id { width:47.75rem;height:21rem;top:114.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqPlgUys2zcz7uT4TIUbf06dX031LqJO { width:47.75rem;height:10.5rem;top:176.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcbl8wSqWBpTqJKFJwq6BypPUyty3eMq { width:47.75rem;height:26.71015625rem;top:190.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg6DrR5M5KtFyMZ3XsNxCphoQk2PL8Qc { width:47.75rem;height:4.1875rem;top:226.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raygDAZcGdupKOa1aThcO42xTVNiG0uX { width:47.75rem;height:26.71015625rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpi61OXVGp0nOKO2kZTbhXLgFuFOGL4W { width:47.75rem;height:26.71015625rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoSyZicKQ21H3936q1mOSzOFitREsVXx { width:47.75rem;height:26.765918580376rem;top:138.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh { display:block; }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T09I5zb24sn90ysM2ZIQQif5KddBs1Ig { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dtDfsV7ZOQ7JPEZ7CfDfo3JdOTR3bI { width:47.75rem;height:6.25rem;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l95LAk3TEu1D3LUc51ORRdKT18WqJPUF { width:34.0625rem;height:16.75rem;top:19.9375rem;left:13.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APiWCG2QTOexRmvuxrzuNvWsEypdTEkw { width:25.125rem;height:14rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8ZktGodDyhksZDx9vAWMwmBWyIoRQ4 { width:30.1875rem;height:16.875rem;top:43.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Kqu18Zo0FkHnAfFicI2QcpoXhgeIT3 { width:47.75rem;height:26.610677083333rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXV06h9E3tfrOZtvXKPTsMO2tLg0GLF { width:23.0625rem;height:16.75rem;top:43.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8wqFoCJxKJmvcWTl26cQomKRZIUZ8ix { width:47.75rem;height:8.375rem;top:101.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9KBlU3iTVM5DgmUiO7lC0WEcErdVUQ2 { width:41.0625rem;height:22.9375rem;top:112.8125rem;left:1.4078140258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPK6wezsHqracJ9enNdRqMkXNKg1Ud8I { width:47.75rem;height:4.1875rem;top:165.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEoQb4lfa1mqLwTwuzx0Hzw7Z0vvukyQ { width:47.75rem;height:6.25rem;top:140.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNDK5MmB1CiDTONShy19W2ouzsPvf0g5 { width:47.75rem;height:6.25rem;top:154.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVNGRtvNFrtOpIczkc568IDTEFJSbW1T { display:block; }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPkbuunGzGhph90x3h8AE14rsZAKg6dN { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4l65C5NdnH7Lls2tJhpgfVfnwqs1pna { width:47.75rem;height:6.25rem;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUyV4HTda1oC47uE7l35Io1Sl1eUD9Sy { width:34.0625rem;height:12.5625rem;top:24.4375rem;left:13.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igJIg331qMfxFf9W3iaE08fc7zeBObEe { width:21.9375rem;height:30rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvL88yv1l8FaVOurPfBzA7Vu8BbmgifL { width:30.1875rem;height:30rem;top:55.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIueFqw3GFoOy6R3BmUh6DySNJdOvNQc { width:25rem;height:30rem;top:93.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBZUimdsBwClC4lIAm4qAi3QkXWiqHTW { width:23.0625rem;height:14.6875rem;top:60rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFr5sl6cNuE4hIyTkUMN7ZVZJsIbOg8T { width:47.75rem;height:16.75rem;top:128.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc0UTTSAQuXvNWZPrv4dGc3p2kzUdmBe { width:47.75rem;height:6.25rem;top:149.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMLpwJa03CUC1r93C8SWtLngQntKqpEq { width:25rem;height:21.1875rem;top:98.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkxSU6q3kmG3ReTidRwQLathM7e8CbcF { display:block; }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNA2Vf71MmwUiTo1LMfwSITah99aWPKh { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObPnJDw4xC6i9dsncqMfStULK8aAZLqt { width:47.75rem;height:6.25rem;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXfMVCD7hxVpeuZzu3IWCxwtAZFI8WsL { width:47.75rem;height:8.375rem;top:52.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8wWfTTFtup4JQ8lKgCIfrdCKakcRCBT { width:47.75rem;height:26.775700934579rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5aUUufybbDUeAU1idbGlxQnBySoeQ6D { width:47.75rem;height:26.775700934579rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1TNrrMsC9GdolqG1oZFEQUkPJOztAnt { width:47.75rem;height:26.775700934579rem;top:115.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuSSFGBzB1BIgyAV0R4XArFmemuHqS6z { width:47.75rem;height:12.5625rem;top:100.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7WbFJXHCXxDGh5nHIZttB80cnC4Etkh { width:47.75rem;height:12.5625rem;top:149.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt0xftIEzUrp5INk0sbxA9r4lahU50fL { width:47.75rem;height:26.775700934579rem;top:164.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcSaSKB1KZHhyJIGTGc45aEBSEUPI54s { width:47.75rem;height:4.1875rem;top:200.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arokFB1o2QPI2ZTmlfcS6uoKI5FFoXFx { width:47.75rem;height:2.0625rem;top:15.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 { display:block; }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4VFwRqP1ZtAzreegV2VmKkD14LxwRVh { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFRA7686IBoFAgJeeQeTGGga5IsFrmol { width:26.875rem;height:16.75rem;top:14.75rem;left:20.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJLBzd2k7EaHoFkz76ZGPQXIkgFXEub0 { width:24.5rem;height:10.5rem;top:52.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbbCQkbdFZ4Xr4SKF7sNTWaQab4EqGfv { width:30rem;height:30rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMz6nKODxTPxUTeZ9Ao315d5UT7Cnn0 { width:30rem;height:30rem;top:44.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAbvRWVp55Sgc6zQ6npss03NEETPsFZ { width:30rem;height:30rem;top:104.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edW5D4uXxVFCHncd2MCA4feIA5K1kSnJ { width:47.75rem;height:23.0625rem;top:77rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFDmvBh1Imo10QJkqX8Zw0Hm10iEKCTB { width:21.6875rem;height:14.6875rem;top:112rem;left:26.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPeO5yIEohnkszMxwAVTdXRcsTxTFHeS { width:47.75rem;height:4.1875rem;top:138.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm { display:block; }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK4HJgMb9Q8dEroTFtMhy4OkReIWGXp5 { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmmFbq4CJP8smo3iwLfndlfTRbpW18rn { width:47.75rem;height:8.375rem;top:8.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhC6GJNbTJLkCTzPg2d1gmh1Xznx4Ahm { width:47.75rem;height:12.5625rem;top:52.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCkibApoAHPvIF2JI8DJ3dCgUJBwZqn { width:47.75rem;height:23.875rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk21TuhanNJKpgMMHRBFLbLb7kurTSxZ { width:47.75rem;height:23.875rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6PZMrFDZec1zUXV4z69sNlC8bJGTss { width:47.75rem;height:23.875rem;top:128.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX4a2hCa9UUStVDK6M1uAFSqP8fWGTk5 { width:47.75rem;height:27.25rem;top:99.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwrUGxlEH3rvEwQKe9iOvfPpTgZe2spi { width:47.75rem;height:10.4375rem;top:160.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #flHpL7Zo8iSy3bs2hQOx38uEv4FIe26Z { width:47.75rem;height:23.875rem;top:174.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuOSza5VI7GBDbN8zsBQvcOkSgv70Jk3 { width:47.75rem;height:4.1875rem;top:208.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G { display:block; }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nK8Bwzay7yenLf6ZlmqT7T7PzQdywhtk { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7McTKCICVD025As8Lx1domShz5Pxqcl { width:47.75rem;height:10.5rem;top:7.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVBBQ2HCephBCZEtbQUh7p6qkQhwBmwy { width:47.75rem;height:8.375rem;top:52.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd3w1FAP4TVA6Wf2wflWv4GmT1VOUCFJ { width:47.75rem;height:23.875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eelCvtXEc3EttpZ9C5mnhQaNLe9gKboZ { width:47.75rem;height:23.875rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9iVwHoRuh0IuKdGu2SzRl4GPz6qLgar { width:47.75rem;height:23.875rem;top:128.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT89aTw8JPPTixcSabpvZ0wm7pQn4KQF { width:47.75rem;height:23.0625rem;top:99.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKn7OIpIviIu5D8TEQ7ODMppEDpZcMzQ { width:47.75rem;height:10.4375rem;top:160.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yziaXZvoMbzHTRgyNvM3vcQgHvxTcINQ { width:47.75rem;height:23.875rem;top:174.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhyKTOTtBLFOAUb3AToWwbxxXwgwT9p { width:47.75rem;height:6.25rem;top:208.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJBvDNDyfMm0cWuKnKtpunoTnfd8Axh { width:47.75rem;height:4.1875rem;top:218.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG { display:block; }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9CdAze9O0qXI5CkE69hCrycVrTqqcCX { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBpgA9f8epi2cPR6qwNk1P1v5I39Tmct { width:47.75rem;height:10.5rem;top:8.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9WP7gaE0IOn5oZyMHqeEzHDTtmLMe4 { width:47.75rem;height:10.5rem;top:52.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4SypscDHHQaoaM5Pcgpox133yH5H9p { width:47.75rem;height:23.875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZESWTDKhmSeHTmiHwAr8zNzrqvpAXPW { width:47.75rem;height:23.875rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZlDQxnHPybPNqBnlssTEstnIyfwqtIU { width:47.75rem;height:23.875rem;top:128.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQQkLbNwTKoSplzfWJ88JEqlkQ2J0Zio { width:47.75rem;height:25.1875rem;top:99.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvdb2xZ65u0dVuhglCszrLtc8Lia2wvp { width:47.75rem;height:8.375rem;top:160.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTkeUTp34Pd2y4L1zfXUJhyGrPLQSOJT { width:47.75rem;height:23.875rem;top:172.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viVciLoupL0AnKLtCnTTMmwUDk0TTtxk { width:47.75rem;height:10.4375rem;top:206.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHs2BDpHBzElJBLt2qWXNfcfrmXvBMBp { width:47.75rem;height:4.1875rem;top:219.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scz4wr19WPoqSLmpcc9lpflECacnnGlg { display:block; }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubnUq4Kng9NECLRSICpBAK3tIaq520Lk { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVk6UJylE1q4ZZer99xybom1i1ezrchx { width:47.75rem;height:8.375rem;top:8.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHt6skA8vucUEgm9OWcXXe30K7O34cNe { width:47.75rem;height:8.375rem;top:52.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1gXILzbEgPoOwrlNJHpRNbp8dxxd2Rl { width:47.75rem;height:23.875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMM0gTCiXMmFV1tdoViZvQNOfCTaGlXh { width:47.75rem;height:23.875rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOmq0is4RCbx68goD0HJQVOLgPKi6vJI { width:47.75rem;height:23.875rem;top:125.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfbowQvGSkD4C2fRfg2HJtf80LyTE9ZH { width:47.75rem;height:20.9375rem;top:100.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5TsWy5Dew1smFpc6cvrdBvAF12NXEpf { width:33.4375rem;height:3.25rem;top:215.0625rem;left:7.1065330505369rem;display:block; }
 }@media only screen and (max-width: 763px) { #z40HxNpk4NFGzeT2kF1gwCqSGO7qFkJb { display:block; }
 }@media only screen and (max-width: 763px) { #a1gg8cbNpf9l6CcQSxIyRwkFsRoGqxrM { width:47.75rem;height:8.375rem;top:159.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yykUhloTmlxHIacbkQ1t0wN5IuTTyt15 { width:47.75rem;height:23.875rem;top:172.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvA8ZCM7mWHSNr8ADaF42k19mWcvcRAg { width:47.75rem;height:6.25rem;top:206.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKir5Fcvy3a4Dtl2IuK2dCek4SMMIAyO { width:11.5rem;height:3.25rem;top:220.375rem;left:18.043441772461rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBQ46vQTQqfLIP9aNrXNP2epBtEfiZ8l { display:block; }
 }@media only screen and (max-width: 763px) { #grttxBRpye5pZWbnNAh6yWwea6GgRVi7 { width:47.75rem;height:4.1875rem;top:225.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU { display:block; }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcNuDw7G5TLmEyJpbzyUwHr883xkacfn { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4frCfTeFA1XGP6nKHA9gPPnQHHbphbD { width:47.75rem;height:8.375rem;top:8.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbnP6IrBw5OTEv5KhD6RLxxt6iQhgmLn { width:47.75rem;height:16.75rem;top:52.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNPw0eg9tWRNfTW0ZAbGO5LfLITPtoca { width:47.75rem;height:23.875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqZHlOAHg3DIc6Uwpam6houwBcKfCVxa { width:47.75rem;height:23.875rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxBPnIl0AZmizCdJTy6V9Cd5cXxdrCCx { width:47.75rem;height:23.875rem;top:129.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQD4Ng6rKXC5Si763ZZ8tkiveWurQBsy { width:47.75rem;height:16.75rem;top:107.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLPKX3KdeOGeW7JWa2HRg8tLEyqtQKJq { width:33.5rem;height:3.3125rem;top:217.625rem;left:7.0686531066894rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI3FBtr1EL3u825Ws9OEc5gT3sMb2DTI { display:block; }
 }@media only screen and (max-width: 763px) { #vUMvLcmkgk8FEoVR2aKeEVSc7tzrRMT5 { width:47.75rem;height:6.25rem;top:162.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQp8o9gn46hsL7LiwTHdGu4CgbhZJmNc { width:47.75rem;height:23.875rem;top:173.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4ZD7r36dSowDkPEBEEnbuewsWJ6zEF { width:47.75rem;height:8.375rem;top:206.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBfT1ofu0vBI8aP9cuCCSegJZVTvwSDb { width:47.75rem;height:4.1875rem;top:222.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE { display:block; }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEByU22Hs4MyOavocZxifIznnHDo7sEv { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7JdeIl26fpmu1GWohSL6esmkALQy6I8 { width:47.75rem;height:8.375rem;top:6.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAktNGiHulQtSS5u2lPKIKyX30cabvF { width:47.75rem;height:14.6875rem;top:53.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP6TVFU3PBlpDqVxS0a4Z52vvKU4rdke { width:47.75rem;height:23.875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEy2vUWiwNE9dTRowGqbLy7ZXrXbqHz { width:47.75rem;height:23.875rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3n3ZaPNAPoZTurALmNtiWGvbkuJBwcv { width:47.75rem;height:23.875rem;top:129.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETTr5w5kVB4nBpPDOw7wUpuKHLdxSUc { width:47.75rem;height:18.875rem;top:107.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe3kZr00O0gkXJuZa0avdX7gcThTf5c9 { width:33.5rem;height:3.3125rem;top:220.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHANMDaOTRXM7RaUeHSRSTrlyuP3HDlM { display:block; }
 }@media only screen and (max-width: 763px) { #KoiHXL7CtM9SVw5nbM8y7QH6uMsrlGun { width:47.75rem;height:8.375rem;top:162.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4MnpIOVQ6TpNmx4OtUzvevZx8vTmuLU { width:47.75rem;height:23.875rem;top:173.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8DZF9e3PgiD8aLkEP21s39E809gRGU { width:47.75rem;height:10.4375rem;top:206.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXONvZmv1AUcdigEAkGXnPeaQzFbQ45b { width:47.75rem;height:4.1875rem;top:225.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ { display:block; }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooIWZtyS2nt2xaNv6eN2PoPwuSOM8Ji4 { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRW9UTpd4FnimaE26qPPwD6xI3nUGeF3 { width:47.75rem;height:10.5rem;top:6.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbltKL2RFE8h0cp8nT2yay1xkTeIseNQ { width:47.75rem;height:8.375rem;top:53.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4z26NBUcp78mhzReP2p54uOUpLbQM2i { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avW9udRlLbsyvFxaT0bZ2N5Rl3TXHfuD { width:47.75rem;height:23.875rem;top:84.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogP4w150pzdbgZTrFOViuR63vJF4wy9u { width:47.75rem;height:23.875rem;top:129.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNurbgvcEMzpSToNnm1PXz4pmvZke29R { width:47.75rem;height:6.25rem;top:62.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNwXQwlPfEVgkrv204qVJUPqg36CUl6Q { width:47.75rem;height:8.375rem;top:72.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD7qZ7beUMWowP5MbbewT5UTh6uQtXDL { width:19.8125rem;height:6.25rem;top:224.875rem;left:13.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkFn7v7T3Mm0s8hFnXBo3xAvvLRJHf8m { width:47.75rem;height:6.25rem;top:119.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plIyoVT8wrLSxuC4o31iPNrQGI10kPbs { width:29.6875rem;height:3.375rem;top:228.875rem;left:8.975021362305rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIbTDBgBSzETzC7CVsuTZXwWEAUrfXP { display:block; }
 }@media only screen and (max-width: 763px) { #bkkuQyP3GMnl99z6538RhfTTeSQgcbmV { width:47.75rem;height:6.25rem;top:162.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTGLfbz9ifK0nR8xCfgb5xMVbGRpK9m { width:47.75rem;height:6.25rem;top:171.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4WSBvohDAwBhZO0DkHVOJu4AeQgHuT { width:47.75rem;height:23.875rem;top:181.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li88WZPWecEg893BrGo8PyMnNkMQEo3v { width:47.75rem;height:6.25rem;top:215.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTCpzgSriz5PFbeOIURX8CX5nx4bboZ { width:47.75rem;height:4.1875rem;top:233.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfkvk0G43uZOaa0W3orXZRwSdAENS18w { display:block; }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhiRKkd8MdgVGihOfaceeGyzTQoThUTP { width:47.75rem;height:6.125rem;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLnslSElFV2rR5S6B8SF40p7H5hqKXXC { width:47.75rem;height:10.5rem;top:8.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C49RO86V6hVpyLwq1uslPR0EKZE0aapp { width:47.75rem;height:8.375rem;top:53.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqT2ld0TWCsZao6IZcd0CN2KZmUcTLFn { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH7EoeE0cSq35bdkeJBedrQsRwxDG5z9 { width:47.75rem;height:23.875rem;top:85.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdALhWbmFMXMmiFQbei0GKaHHuIcTPpT { width:47.75rem;height:23.875rem;top:129.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJDuLuxySu8t9HS41rmc6QTIB75eglTR { width:47.75rem;height:8.375rem;top:62.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPE3aIIob7WagSiOuP2TWhzSJIUcQd6P { width:47.75rem;height:10.4375rem;top:72.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gceBpKlqk3eLxy9I3UPqkCSCoyCyNzye { width:19.375rem;height:6.25rem;top:162.3125rem;left:13.81107711792rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnLaw8COh3Grq3lScwuqH1fvSZKqDQT { width:47.75rem;height:6.25rem;top:119.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpfsmVw7FkrQEWuF4TNBZp7NAiUWZQon { width:29.6875rem;height:3.375rem;top:166.875rem;left:8.975021362305rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBntosouXreFFqynTFtPM1LoGDDTWcHy { display:block; }
 }@media only screen and (max-width: 763px) { #g7rq57txnNMHiqiJDg55xxGwFBpDhQVx { width:47.75rem;height:4.1875rem;top:171.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 { display:block; }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WINCwCHmJENuLDzr2vDvadtMZsp25oEl { width:47.75rem;height:3.0625rem;top:2.1875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDq7xznllmrT7zU8Tw30uidgPuGgGck { width:47.75rem;height:10.4375rem;top:8.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1UJWx5b5NeHRT6wwO9mfwPE1IsRZxz { width:47.75rem;height:8.375rem;top:54.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4kb62T9zcwLnarbT2Ac94ZrqM07c2H3 { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #km39L3DCerAO1ZZIKgq7ddTDuM7S3E2c { width:47.75rem;height:23.875rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLBITk858hcreqT4z7xkZKXgqmRwJFLB { width:47.75rem;height:23.875rem;top:134.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbeEgxpBnm6kiTr64JT2ySIeTPtZvGT2 { width:47.75rem;height:8.375rem;top:63rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfenN7RJ10SPg9b94x9mvXoViy9z3KhT { width:47.75rem;height:8.375rem;top:72.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw8k9kwRqokLUdwlTo44ruZT46hN5Trf { width:43.75rem;height:6.25rem;top:166.3125rem;left:2.2178039550781rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1hHM9HzOchrTJcq1KvWlag7Su5ZbGQd { width:47.75rem;height:6.25rem;top:112.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz5DklI9MzgPl3U795JhuTz5aOfIKkKS { width:47.75rem;height:6.25rem;top:122.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2hS1JrQRLJUaXTGnJgOJVHhHIKzfIzQ { width:29.6875rem;height:3.375rem;top:170.0625rem;left:8.975021362305rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcbXm75qvrzVMQke0fGTioOoMkO436Aa { display:block; }
 }@media only screen and (max-width: 763px) { #qd8ltGx5epKIlI3OoksDW5ZorPS1Tm2R { width:47.75rem;height:4.1875rem;top:176.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN { display:block; }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le9ar4dmLtmccr923sqil3NPhr2Te3N6 { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGgcA7oSRayXSsZNUn1TWPSeRTJ6Av8N { width:47.75rem;height:8.375rem;top:8.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E38hn4kBJR1W0GUmv7sRai50d081ntqU { width:47.75rem;height:8.375rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKinPR8Bb7nHWX6kMeSMTut8Hy1hHodW { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwkiIgzbK9owrmMKDhrGiD2Jp8rWdqd { width:47.75rem;height:23.875rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewafXDyu6XcQGzILs63MFvV4gXlostMy { width:47.75rem;height:23.875rem;top:141.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqAoIb7zXvqDW7P56kpHyp4kiLTDHssI { width:47.75rem;height:8.375rem;top:63.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr5boVK3RV8VK0UgAiXV7vF6M4bsePGZ { width:47.75rem;height:8.375rem;top:72.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5ASJ93EmtCtsIPxnnOHbC6Rp4xoL4T { width:47.75rem;height:8.375rem;top:199.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSiwbkCb2yLdW6zOCE0ZkMa5IESMlRx5 { width:47.75rem;height:8.375rem;top:208.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK9HTnKChCACWyiekGo01nMGevPhLogU { width:47.75rem;height:8.375rem;top:113rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM7TzDHUT1bBwUOyhUhblCAefdl33Enw { width:47.75rem;height:6.25rem;top:122.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXMiNUTuc3W1hIXp4AWZuhe1uRGM1DGe { width:47.75rem;height:8.375rem;top:131.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvy64ReMlF0dyU1w4mFdhHqfRk0NRHg { width:47.75rem;height:8.375rem;top:172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga0wm05Peahi7Asih8goiynxEQSx3dIH { width:47.75rem;height:6.25rem;top:181.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXUExXnQ8VJy9ncpKouMh5N2zNotRZ82 { width:47.75rem;height:6.25rem;top:190.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUaJuoSM3l8xqoZTHQ5mC0GmFOc3LUTU { width:29.6875rem;height:3.375rem;top:218.75rem;left:8.975021362305rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6W0gg79mOFlRtrq4CM45SZu6uyISDp6 { display:block; }
 }@media only screen and (max-width: 763px) { #JTOD2oXVN21TwvJyvUeyTmLH0G2h43LX { width:47.75rem;height:4.1875rem;top:225.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 { display:block; }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJ4yxgV9b458lnTsLg9Ji4FGbSoMkUTy { width:47.75rem;height:6.125rem;top:2.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFuT4gJRzPU0oE0T0GznsSMkq2r4XGhy { width:47.75rem;height:8.375rem;top:9.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCFCM6MkBSVitUaZo4t41p3mEW05mMe4 { width:47.75rem;height:8.375rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmmVAP88G4PsmD7TUBIb2lHVK8HxlMzw { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDq3eF1sOTDCOFyLOaNpTKZlZrmfSwo { width:47.75rem;height:23.875rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLE8D59a4AaTaCe0gaZBKUscQ90Lv4hD { width:47.75rem;height:23.875rem;top:141.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZunUTWINThTNABG5mCilsvoFGQUNK4JK { width:47.75rem;height:23.875rem;top:199.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShprRhnV9vi4aEu0CZBy2cK2chcn6B9X { width:47.75rem;height:8.375rem;top:63.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJsV9RWAHcyI5KEuBTTXecb2gv4eh4m { width:47.75rem;height:6.25rem;top:72.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRgu0ICghfsb05IgRLaQT4WNxK7OHaM5 { width:47.75rem;height:8.375rem;top:231.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM8T37Jx8yUGzqOrIgfdTPBN30x1P1gV { width:47.75rem;height:8.375rem;top:240.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvW3TL5C9D17DFn5GPMUTd716IwUSQ7u { width:47.75rem;height:6.25rem;top:113rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0EaMriVTaBCkA3dDCePP1SEGPxZG54t { width:47.75rem;height:6.25rem;top:122.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCPvaJLLSk87o6Gcc1u7uNL9ORIh61L2 { width:47.75rem;height:6.25rem;top:131.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c784lcA8fWNEHTtx6Oe1AaivvwxKMCcE { width:47.75rem;height:6.25rem;top:172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC17Icq1beRzuN7ZmC4LPCKCnMGQK9GK { width:47.75rem;height:6.25rem;top:181.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMQFWNTUf3Rx61b6wVITJDgDSoHqMzta { width:47.75rem;height:6.25rem;top:189.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuaeLnW1yilq38QaGDCBsVxuHJddtwSu { width:29.6875rem;height:3.375rem;top:260.0625rem;left:8.975021362305rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkKbImQMeum9xAUSa8Rir0mbhTsp4wlO { display:block; }
 }@media only screen and (max-width: 763px) { #XLQpvANmpt9N5lapcXHy0G98ShrTJwXm { width:47.75rem;height:4.1875rem;top:252.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8E2aBpETHDveQiQkiPSewX0xhGociR { display:block; }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzuNeMmUnpNrEX9F95do7gCUeVxnTmwO { width:47.75rem;height:6.125rem;top:2.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO6ziGD6dusTn6wUNpDuXwO9WdHzNzbl { width:47.75rem;height:8.375rem;top:9.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnPysERUVCpdO3VwAbdywcuzynAP4Ztc { width:47.75rem;height:8.375rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzfE7OicRbLeaDcmwUHf6ItBJdIcgnNn { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC0cNHCbm25VIdhHTmysGoZTfmyKmZsS { width:47.75rem;height:23.875rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTzuafZkcuk3KCMp5B6lwK8XMSgk4BL { width:47.75rem;height:23.875rem;top:141.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDS2nv8vcOpEMTgmTHLiAUGQGDTbPeXe { width:47.75rem;height:23.875rem;top:201.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybVJFHfobXEdx6wAKVlt9WBkJzXQVl4W { width:47.75rem;height:8.375rem;top:63.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKTtyZlrATJ5245eXsLyqHsEDg7tu359 { width:47.75rem;height:6.25rem;top:72.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThbdFXkevkPcHKx2oEVF4wLGD0lp6Zgp { width:47.75rem;height:10.4375rem;top:231.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr9WgET4TR8MVt7inlT8C5HmAvJuwH4o { width:47.75rem;height:10.4375rem;top:243.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k66TU6ybwpIiDbbVH30aJOm6Txl7uz0B { width:47.75rem;height:8.375rem;top:113rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROUwH8mObmQAub9fc9u0fVFG5T4A0BsC { width:47.75rem;height:8.375rem;top:122.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg1vghi7iAEnu7QsmdLLWE4FF9DiMiF9 { width:47.75rem;height:8.375rem;top:131.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq4a5XON4FaNnhXvWINn1qNWXzbqmEyL { width:47.75rem;height:8.375rem;top:172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1BkNpqq4iwXhk4fOLKE8PeQNlaEqA6F { width:47.75rem;height:8.375rem;top:181.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srvUVCvMUqnnozKoirTvTWu0y5TUsykd { width:47.75rem;height:8.375rem;top:190.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Eb4bZwFzagTLhhtNZRe2GATaHy4Jgs { width:29.6875rem;height:3.375rem;top:262.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCeDM0yVNZwX8AQtIpXcJNHT8LI3DNv0 { display:block; }
 }@media only screen and (max-width: 763px) { #e9SM9NDXiedNVMw1Lk3zDlDxF5wWU89Q { width:47.75rem;height:4.1875rem;top:255.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBaeweapf17fEbvaHbNZXg6i41hGmZ3L { display:block; }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJw3aNt3JuNJFE17uULhLM5PaNBN2Paa { width:47.75rem;height:6.125rem;top:2.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf03o9iyHb4P3OZZOZ8nVq1IfmGfrbfB { width:47.75rem;height:8.375rem;top:9.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNbZfLfZJW5uFv7qbHs4x5AAVxEJEPyr { width:47.75rem;height:8.375rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEeBNcHkxbM7BH74kwkddHTzfcdn5naa { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJZMhHgozZdITv3s7BgoATPsP0Jwu7J { width:47.75rem;height:23.875rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pphBeITyNWebbUsCPTGWdRf2C2rWc9tn { width:47.75rem;height:23.875rem;top:139.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAmBVn6rJegi2R8FHU23slyiSXh78P16 { width:47.75rem;height:23.875rem;top:201.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKX90U38UsMNI97Or61AZ9wlXr9RD1gi { width:47.75rem;height:8.375rem;top:63.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCXlqEihWbigoV1mHpUziUKSf54Ctf0m { width:47.75rem;height:6.3125rem;top:72.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMBZnc4JgsngW2VX0AXPBhKCp6MOqTn4 { width:47.75rem;height:4.1875rem;top:234.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Xm2dSZDCVe6G99530Em1XXolkf2P6w { width:47.75rem;height:8.375rem;top:240.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsXpZ5xksppXiUKwR4ETtuDtX9Z674il { width:47.75rem;height:8.375rem;top:113rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXfEl1oxih8ZLZ2a3y6FDdoBWfdQsziS { width:47.75rem;height:6.25rem;top:122.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdnbMfTTQbRJfgp4qBXPkmTkdwd2Ekip { width:47.75rem;height:6.25rem;top:131.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edhyGDRS0VZI7VZycTKSn6mX8seXwb6R { width:47.75rem;height:6.25rem;top:172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtsdvoRmyGv0wV14lHqRT6PrwTH5Zcsn { width:47.75rem;height:6.25rem;top:180.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfMPysazq3aRDS5PQOBTH7wMHOaBPwvc { width:47.75rem;height:6.25rem;top:189.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBIrOauKZbxdqa04gEH8LUzzTkDTyWlN { width:29.6875rem;height:3.375rem;top:258.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eetzu30m3tkqiaBZM3OBNUNLazEXQ4cL { display:block; }
 }@media only screen and (max-width: 763px) { #binWqZDMRfU44bqtvrcoulXIHiL5pqr2 { width:47.75rem;height:4.1875rem;top:251.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF { display:block; }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyicdol2QByaTamheMh6kLGrKk3nzB3X { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9CFZVxZWpOTXs9QcbvOfazoTcgPBonu { width:47.75rem;height:8.375rem;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVJi7kvZTvfN5XPgqsLHM1JLZlXi96R0 { width:47.75rem;height:6.25rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywxuhK14nT8oSr4v0iNp9GpnW3ptMnDT { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCK2md4giZqdagKW4TeOmRFRCUWuDyMn { width:47.75rem;height:23.875rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkpICWUC4TDd9CRIXKpLMzV2J0xBhp7P { width:47.75rem;height:23.875rem;top:139.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFnBxdqTMzZoMKAiFkAneP0h9O4isOAp { width:47.75rem;height:23.875rem;top:201.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p60296NJQLUNQRFKkrS7kLtPUI1l4ERC { width:47.75rem;height:8.375rem;top:63.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv8QhEchHE5RiNoznDveFG3DotM0TP4H { width:47.75rem;height:6.25rem;top:72.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO74D3KIOUtrt5wlyzbwLqRyt23hA4t0 { width:47.75rem;height:4.1875rem;top:234.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqQLttSZfxi2M6Kk3saLcQHaaRVCzkIg { width:47.75rem;height:8.375rem;top:241.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3gn1UOizLIcF4zh3GwrKpJn2GWHDWgi { width:47.75rem;height:6.25rem;top:113rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqHFXbFiT3k9Q3pa0mOEo11e4ev7VhP { width:47.75rem;height:6.25rem;top:122.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0HSqgKoSvFOrNrwU3GlyoeSKDnmtHlT { width:47.75rem;height:6.25rem;top:131.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnCr1kmaVNW9TWs8L7WB6ZMthGilmts { width:47.75rem;height:6.25rem;top:172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTb1rpMwMfFni1xfrOfWvhgyPaC42u5 { width:47.75rem;height:6.25rem;top:180.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9McfO5RVwTpkNVwBKie7T0rSsTMCbzM { width:47.75rem;height:6.25rem;top:189.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBM6anWFeyUwmxmLdRDQRN9nrKZeO9TN { width:29.6875rem;height:3.375rem;top:257.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzin2ilUoFgTh0G4MPcQCErFEZURkxTe { display:block; }
 }@media only screen and (max-width: 763px) { #sEAMNlbZAJKShAA8ngLfC5NmPLO2R7vE { width:47.75rem;height:4.1875rem;top:250.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln { display:block; }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDhET5Dorq7AplAqXCkmR1IxwXp2rkJw { width:47.75rem;height:3.0625rem;top:3.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTZgMFcTZ6cS7KkDL4xlOA7fvJpWX1o2 { width:47.75rem;height:8.375rem;top:9.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqclsC4DOozhXdeaUCnRiGvCDWxkskM { width:47.75rem;height:6.25rem;top:53.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkq1COXxXH9dbo1ULKFXZzbGpxn8azD8 { width:47.75rem;height:23.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMUDob8BktfLLnFh8Tm267AzJJSqBK91 { width:47.75rem;height:23.875rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rizFs2GUKa4utxpDtgdrpyf3cuFrG2w0 { width:47.75rem;height:23.875rem;top:135.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qArWXfWEwwfF1uwzwT6ITQgvT4gLdFrB { width:47.75rem;height:23.875rem;top:189.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey1EItmEM7lbGWQN5qHTD0JrQnXTpxND { width:47.75rem;height:6.25rem;top:62rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPDFLklMQ0tQ6TvX5cOvrg6UD0nhJC2T { width:47.75rem;height:4.1875rem;top:70.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kietQtPS36B5hTFPeyv8y8xLmT8afDyx { width:47.75rem;height:4.1875rem;top:110.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3kgZVzBXXTRTg206l2en7w9CO9vifhA { width:47.75rem;height:6.25rem;top:117.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUamWMXDTWGiEAtwu8G6mehpoHRrLeJI { width:47.75rem;height:6.25rem;top:126.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uswTFdzufRN4kJXPuVWl5TxoxKWkS9Se { width:47.75rem;height:4.1875rem;top:167.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBI8DGkyEmavL7vv3PXgvBOSK99pzT5A { width:47.75rem;height:4.1875rem;top:173.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frvFoLTftRfzwo0pdyCAnfgPo8AXd0Kx { width:47.75rem;height:4.1875rem;top:180.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1GSmnaBZ04EE4MaTKIgeMcTLP6hONTx { width:47.75rem;height:4.1875rem;top:221.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCqldaHEwa79PmPcypO50U3Cqw8KsEWQ { width:47.75rem;height:8.375rem;top:227.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiAeqlrD2vpTdTZmL9h8EMK6OEoJA1xV { width:29.6875rem;height:3.375rem;top:244.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns9kyvUIMyiPL7lWS1LTT1N2iWhZ4SFG { display:block; }
 }@media only screen and (max-width: 763px) { #syZaZnnkHm5qBU00M7udlA6uLOSmi6lV { width:47.75rem;height:4.1875rem;top:237.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu { display:block; }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6dz8qP7GBvFz7kgc9I1sBMuiTEGsuLK { width:25.125rem;height:6.125rem;top:2.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz85TPrprPoP6pMleTptnepatCrRZfFh { width:28.1875rem;height:9.0625rem;top:2.75rem;left:19.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsxgkNdd8gn37PHJx7TntRi8afhQHPXX { width:28.6875rem;height:16.5625rem;top:56.375rem;left:19.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJyQp0LkBsZWqBakuhWbX3Zv6021Qqu9 { width:9.75rem;height:4.375rem;top:48.4375rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIoCbG9dMIn2l7Sofb9Lna1730T9meEb { width:24.6875rem;height:13.875rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDqJmLuL3av798AyLLEf51NiGW29dpW0 { width:47.75rem;height:23.875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W { display:block; }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfTT8pFRhRUtRCWVTJJ9f1s6driUSsLT { width:6.25rem;height:0.0625rem;top:12.5rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfp2NQIAVLS8b6uScq4sLa1TQX5aDUCb { width:25.125rem;height:3.0625rem;top:8.6875rem;left:21.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeffD4g7ZWez08VybmXVKkBHLwLKcput { top:9.875rem;left:0rem;width:22.1875rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTKpCRFXd6bDP6TiDG8gCqwEnHNkzuC { width:28.1875rem;height:12.5625rem;top:16.8125rem;left:19.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f { display:none; }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l01yLcM4I4gNpRrOhyVPte3VfacalbuX { width:47.75rem;height:6.125rem;top:2.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT2E2yu84rKR2323aanoQB1Au0GfJ9Mn { top:14rem;left:0rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6bMMa9bnKSiRJskMhgWvH9VIkfa6sQ { width:34.9375rem;height:20.9375rem;top:11.1875rem;left:12.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsJl1yQXZd9IDBs9ZGzTJXwk2gMcMqPp { width:12rem;height:3.75rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9RyTU2uLtcOOzNKy2FdpxQLxTb2tyGb { display:block; }
 }@media only screen and (max-width: 763px) { #MJtXzXGCTgtUIOQkBImV3R7e9Fm9vvDT { width:47.75rem;height:35.6875rem;top:36.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1t74Gr6ARxzENlSfJ0Ip1QEHoVcOaU3 { width:47.75rem;height:12.5625rem;top:76.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEgxhcGCssEOCynbqR2fTTJl1gCOaaET { top:92.6875rem;left:4.03125rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD5u051WuJqXtTAbx3z4a1Xoc13A99QW { width:47.75rem;height:10.4375rem;top:108.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPn55KupLJpp4TZ0NQ0KoGiPpTXgSE1B { width:47.75rem;height:18.875rem;top:123.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trUFyEpwtoZyve3d0dA8ioq8tJeuD874 { top:146.875rem;left:18.09375rem;width:10.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLVII8O5zek6Nae9rCIlKkce6eSiS5h1 { width:47.75rem;height:20.9375rem;top:164rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCmhQ41XLkQ8OdGw78CfmRP1ioF3WeVq { top:188.375rem;left:7.34375rem;width:33.0625rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZSZiMfQtbZ5dOV9qV4tGHIkeZsGXSG1 { width:47.75rem;height:18.875rem;top:208.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRPRDAl7O7g2UBqXNvebxqeunBBuxbqt { top:229.6875rem;left:16.875rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyQinAZJaFNBmTWc5C0gH6vxkCnAaNJV { width:47.75rem;height:35.6875rem;top:242rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMSJD01rRToRdNpMPRvXTrFaDceX4H3a { display:block; }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZllvCmImcPDCeykCBshsMSKvlkkiQ5Uw { width:6.25rem;height:0.0625rem;top:9.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeblFtkvXsRtGF72QpOuWrPR9xF6TiL { width:47.75rem;height:6.125rem;top:5.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awgPLpS5L2wNbuHBqHIfKJpk3gyAkOgD { width:47.75rem;height:8.375rem;top:14.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qys7DG2plJmSurXGN4NLtFw1mqeOCHhR { width:47.125rem;height:47.125rem;top:32.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLSk8O6UBViSh7H5U9TduVZ2uN4ScRw9 { width:47.75rem;height:86.0625rem;top:83.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBnbZ9yuWeCopREMPcBQBsgBEucpm0Vt { width:47.75rem;height:4.1875rem;top:169.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH { display:block; }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isrsQm2lMFkqpWLLIDVIGyEDTcKJmdn1 { width:31.5rem;height:5.9375rem;top:5.4375rem;left:16.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJtbSQ3fxxR3LTodAITrsThPOKH4Cy2 { top:2rem;left:0rem;width:23.9375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcaby6JghrXgyqXaQLSU9xf2qENHdgA { width:47.75rem;height:4.9375rem;top:25.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Jfx7LirCZcvuzFTbPAZr7E6BbvQUBJ { width:22.375rem;height:12.375rem;top:34.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTCkmM9mV1Ux8VEpQAmxAuG57LbaT71W { width:40rem;height:22.5rem;top:52.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD9SJP9BVdkuAWhhyumMxLTPxCkoqeoF { width:47.75rem;height:1.625rem;top:32.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI1Tg7cXGX62JGm4wx64p76CMC1s41Th { width:47.75rem;height:11.625rem;top:36.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeANeiTIPkt4qsTxeqqlSntZLaT4XtRG { width:47.75rem;height:14.9375rem;top:78.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHyaeyOvIfoVfmt1H1d8c7gZIBT4VpU6 { width:47.75rem;height:11.625rem;top:97.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omLqiTn2HSuJ9htLv3ZQR6CsEmPZnRET { width:47.75rem;height:9.9375rem;top:112.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Oh11S3cMFWH88xUTJSQi2ylgKJTTBJ { width:47.75rem;height:9.9375rem;top:126.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvXsTSd1XsFfoqdNN6owC4V9UwNnxIfw { width:33.25rem;height:7.8125rem;top:137.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqAPnh9HsXUztuQ8HUnXq7ZtTzUcMPLX { width:47.75rem;height:4.1875rem;top:148.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq { display:block; }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTmcZqyhFRq6oqV3n7p35xTZcno6FcvJ { width:47.75rem;height:6.125rem;top:2.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbiscqKBk5VhIaJMgfBdF8utfSb9WuEP { width:47.75rem;height:14.6875rem;top:10.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y001TbTOgcNzcImk3FxqkXzcTTgIX4Mm { width:33.125rem;height:33.125rem;top:35rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3aCk5nNOEqHeo8o9qvngkcO5g5hUiLx { width:47.75rem;height:128.0625rem;top:72.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMcWZ3Xswm20tsLq1MPTdwsVTFrvBJLZ { width:44.625rem;height:10.5rem;top:151.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC91XCGvallhVf0bIQ9OwFi5z16Q7tJo { width:47.75rem;height:4.1875rem;top:198.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn { display:block; }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxspUNQtbODqh4A4okEDHk6RWfmw1Dih { width:47.75rem;height:11.625rem;top:36.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMnHL1KKfz3koUQQnfmCfXRNfoRi8H7k { width:47.75rem;height:19.9375rem;top:53.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpq7WZQltmp45nhALRiVLPp4nhEuDrrz { width:47.75rem;height:18.25rem;top:112.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoHqfeQUp9DOxKqr6Zmn9SPP5za8Z01W { width:47.75rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAK80Qp08aKVIpRCg6uQetmJHs4Lg0B1 { width:35rem;height:18.9375rem;top:9.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDHORDMJ2tJICuC5zU0H8N88VqKhSRl { width:47.75rem;height:23.875rem;top:80.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMVoF86ZZEc73vUL6ThnvUcOJnR5bgsM { width:25.75rem;height:25.5625rem;top:132.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3GeITMDZ13yUC5ug4Nh0adB9sfIQGrC { width:47.75rem;height:23.25rem;top:164.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuqq8BNm1vh2i4Wv492cthMTA1vd7DkQ { width:25rem;height:24.8125rem;top:189.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2iCRItkgNaKPUHCyeRnpv5B3x9DGGzZ { width:47.75rem;height:14.9375rem;top:219.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH8H0fv3wIECxnUHa2rHoMGTky777oZT { width:47.75rem;height:4.1875rem;top:238.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF { display:block; }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs49TG5T2AnMLrVwCOSulb6rqNAauhht { width:15rem;height:15rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSwJgW6Q4MRwH1XiERUyAgnaledxGy56 { width:15rem;height:15rem;top:1.25rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6T2g8ZeQ1TP3XOeyAipBP81KCwM6USG { width:15rem;height:15rem;top:1.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh1CtXTd3aAXrLTkNMZ9AvSOXG7mNr68 { width:14.8125rem;height:2.25rem;top:22rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3R4K0IsznAgAMT2CCcxroDOnyfWqnyG { width:11.4375rem;height:1.9375rem;top:18.6875rem;left:2.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETxTlnxZxTS5zTg0CA3RxobbIMJZWpk { width:8.4375rem;height:1.9375rem;top:18.6875rem;left:19.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh2DmNe6BqghUU0e43EWZtU2IDTIfzs9 { width:8.6875rem;height:1.9375rem;top:18.6875rem;left:35.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qERpCrUOp2g05yT6FcOViJxUDVpqwWNE { width:2.125rem;height:1.6875rem;top:22.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPSU9R1wnKHw0HqXWqifqbf2a1Lz1r2x { width:14.8125rem;height:2.25rem;top:22rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwiJXuwLaGG3cJiCC0IAqdti9naaqqKq { width:2.125rem;height:1.6875rem;top:22.625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXAmEdeAr84GvFRWNvVN74xgFlb2Cpd1 { width:14.8125rem;height:2.25rem;top:22rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLrSN3GyLDm1Jy27UwitPxOXp3SSFRl9 { width:2.125rem;height:1.6875rem;top:22.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPUfW6zOCTTCBFSbtwvc8hJZMJs3fc8g { width:4.1875rem;height:1.9375rem;top:26.25rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3mbFVkWJwDnNWontCoqDfhWZI74UL8R { width:5.75rem;height:2.625rem;top:25.625rem;left:5.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9UhiAsFbluDfpSfHSlDCcRf3zoagfqB { width:4.1875rem;height:1.9375rem;top:26.25rem;left:16.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMvUwafUJ6GhGOhxgVRi1I5tOREVCp2 { width:6.875rem;height:2.5625rem;top:25.875rem;left:21.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq2lPQnzs10F1Kcr9kX8A1DLz9hsie03 { width:4.0625rem;height:1.9375rem;top:25.9375rem;left:33.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABidDN9W7lukCTGn5dNJ0iKSlqZtq86h { width:6.125rem;height:2.5625rem;top:25.625rem;left:37.947914123535rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM { display:block; }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIkpmRIiOHMoEabQkV7HVDpyt5HzuTrd { width:31.5rem;height:5.9375rem;top:4.25rem;left:16.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4r4n51ctMa2VMC4WXwJ5FWisMZVkNxE { top:5.4375rem;left:0rem;width:19.875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ9StFxW3sGuhPRqoR4L4HBlQVUtnkDK { width:40rem;height:22.5rem;top:42.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1PxyeabP1wpODiHwkrNpBeAffWl4TeM { width:47.75rem;height:18.25rem;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEftlAiUL9ltZexNTdrvNO5S6cbHn3n4 { width:47.75rem;height:16.5625rem;top:67.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5k9FanZeOmiWUHavnWDk6HzTzkVpM4p { width:40rem;height:22.5rem;top:90.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBTTuoReEFsrRhovAsSoWthRJK9FTmF9 { width:47.75rem;height:14.9375rem;top:115.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EilfXRkGhTttQAx2NqL70KI3gFOqIwid { width:40rem;height:22.5rem;top:137.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhaRTMUtm4SlzXVvV2wJq6rlJP2mm32S { width:47.75rem;height:11.625rem;top:164.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyVRFKpDJmEh4v47omnWJQtMPvpHNIzP { width:47.75rem;height:4.1875rem;top:183.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl { display:block; }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd4crRi9oIH2CBn39UA3MAUnmoHFNFq0 { width:47.75rem;height:3.0625rem;top:2.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAFk453DLIO332D0ym33UCFkada4ltKX { width:47.75rem;height:25.1875rem;top:10.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhXTpPwfVszkiazHQ5VSlO3QazETeTEa { width:47.75rem;height:16.613020833333rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twFPwyobXX5a6cDs7JBqtTL1nKvzicUH { width:47.75rem;height:23.0625rem;top:63.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FDQxC451J6uN87dpvUNHMT6p1UpZcf { width:47.75rem;height:34.416037735849rem;top:87.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsbWPUyJSghVICOuzxCfibdNzG8gffHJ { width:47.75rem;height:23.0625rem;top:133rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5TSCvJT7x1i9DO5ZKdwOPhrfDX3d1Ri { width:40.0625rem;height:35.8125rem;top:156.125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlzk9u9upl82V99uNkTATvN9MvpKiZJc { width:47.75rem;height:16.75rem;top:201.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlKx1Pfy6Xqq5ubLc2QEzLXrTHqequiX { width:47.75rem;height:4.1875rem;top:222rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { width:9.375rem;height:0.125rem;top:7.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:47.75rem;height:3.625rem;top:2.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJa97dXJTVZA6TnmQfTC9V8JIIH5ockb { width:15rem;height:18.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { width:15rem;height:18.125rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { width:15rem;height:18.125rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { width:15rem;height:18.125rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkQxMp3IcTZk0ZmqBC4mi5gaXic7wi4A { width:4.375rem;height:4.375rem;top:2.5rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnthO3yvffDHtc1wwHWGWK6hnNEeQty { width:4.375rem;height:4.375rem;top:2.5rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmlWK6nDrCFw4zI9WLlESehe6N5fitc { width:4.375rem;height:4.375rem;top:2.5rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZyuDSHPOiBMnUuaaWmHNhSRCS4sy5V { width:4.375rem;height:4.375rem;top:2.5rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOdnTpLlv4qbARETv50PVtpTT2pt31Xs { width:2.375rem;height:2.375rem;top:3.5rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDfEy4w3i0xogEmGW6TivbN9RJCFJey { width:1.75rem;height:2.375rem;top:3.5rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42cQx2kmVAkME9IJMplKFRUDNTTDo9t { width:2.375rem;height:2.375rem;top:3.5rem;left:25.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1t1kECmRP7KNFB5OPK5OoFWA1QO8Zx { width:2.125rem;height:2.375rem;top:3.5rem;left:37.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEOw5UTzgezXQvn1P0IIrPZ1GF7fnup2 { width:10.6875rem;height:1.4375rem;top:8.5rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { width:11.4375rem;height:2.25rem;top:12rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSWTr76qxvnaND3ArKLPt3T4UOtVKHvL { width:10.6875rem;height:1.4375rem;top:8.5625rem;left:12.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfSOuAmex2SbpVR3nTlhTo2Cfz0GnOzP { width:11.4375rem;height:5.625rem;top:10.875rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVr1gaV28WbGf7Tz22rJVV2sxzzPZ6I4 { width:10.6875rem;height:1.4375rem;top:8.5625rem;left:24.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Air2ZqIDC2VAm8MVOB2LgBL95g3ZWe9o { width:11.4375rem;height:1.125rem;top:10.875rem;left:24.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJDxX29yRepayN9TsAThl4FJbTcw7GaH { width:10.6875rem;height:1.4375rem;top:8.5625rem;left:36.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyzMZi07hu3xhhhnEZTOTO5wZZu5NkyT { width:11.4375rem;height:3.375rem;top:10.875rem;left:36.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKya84kIVsVz1p4OtMFnAPoonhrT85kC { display:block; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI { display:block; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gl48kzHhWlFgKH7Jph3BdknKdI2NENmi { width:26.25rem;height:26.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbs7wMk36qAykrBWy0ze0Pm7laZk0VV8 { width:22.3125rem;height:8.125rem;top:10.1875rem;left:25.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6e8ZX0s3I4mnxLcRIdwdcXLKCfI3sIc { width:16.8125rem;height:6.0625rem;top:6.3125rem;left:25.6875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-text {padding-top: 0; padding-bottom: 0;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-select {padding-top: 0; padding-bottom: 0;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-button { width:10rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.5rem; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS  { width:25rem;height:auto;top:19.6875rem;left:20.25rem; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS {display:block;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS { width:25rem;height:auto;top:19.6875rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #yITtdcu4TtcrPLl5kzT8Dh2rkq7FPQRC {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #ATumQBWe2pPDTb0gk2INQMPH0sDmGrMX { display:none; }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #l7qB1Zdq3QiFXTt5iFb94n7e76BmhW6L {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #iLIPGR9178z9sdSF54mtCOOSLtuPHTuP {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #sVviK5tTL7267gaLd9PnNmAPo9omTfZG { display:none; }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #v4ykq3mitbauzI0140cT2CsOykq3yeEk {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #QpMRbmv5Ckg1PXT7D6KkiTmWiMCrwkPG {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #dz4vg01mBtOWux8FnALOkpwdPLsSMJA3 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:18rem;height:2.5996125rem;top:5.0996125rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:17.75rem;height:12rem;top:14.261725rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:4.0625rem;top:8.949225rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:7.4375rem;height:11.1875rem;top:36.886725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT { display:block; }#rUZM8I0zHruZymUHTQ49oHtl6NMEbxuT > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2G4x2BrO3JwUKiKMMx6mpir04e1JqCd { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rdna6aTVn2sgRKqebCdeQPZ7CkPbOcRZ { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pykmGlzz1sH3Mvin7kGRpTI8qb4PH8SK { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ultOzXTcgpO9LBzf4Umh5lAO7xtuJvZp { width:20rem;height:0;top:63.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSzKfSyIElyDa2Mp7kAaJTQfLmRdZKG3 { width:20rem;height:0;top:95.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcBD7ATLdhIdk9vqnVnZx8pqp5mmZtfz { width:20rem;height:10rem;top:104.975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCtfrbGarN4n3MT5X9rVzhATm0X3Rwxn { width:20rem;height:0;top:132.175rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zueZcNsvzdgU07O9PtA4AfGbbIrs6LVk { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGppEWQA9FlcGsZG50JVRhGV5c0Sm6bi { width:20rem;height:10rem;top:52.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K21XzHlBx2dTTi8dCZwt2ulNp1KBALRr { width:20rem;height:10rem;top:84.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhaIIXh5zUet5MKdZVH4KuUSTgyBd4X9 { width:20rem;height:0;top:116.225rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz { display:block; }#K4eLEvA8Fram42g5WcB3SvUZB29ZCCQz > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgQyyLwT5JxdhSoCwBoRuSKQQZ9Wa6Nz { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rrNdlpWOdFc2JpTwFoMNk3KlpL5rzmAm { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOMVdi5K2W2AT4TkMFDGsDlzEsqP209X { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSmpl6JtK74XTkDQHquQWJSOTz3Kidnm { width:20rem;height:0;top:66.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMhtHvgQRFUb3vi3cMWcM1WQBixfALMr { width:20rem;height:0;top:95.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3O89qOdFXTUgBOnc3clXG5V5T8NSMeJ { width:20rem;height:10rem;top:102.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5MFUwpQHbVuGfATBFTBRXCAckW2UV1 { width:20rem;height:0;top:134.275rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tySVeA2dVWWURATTdQ8TZ9Ip6WWtz0C4 { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmeCcJI9dqaCCnzSGFbGOtnXQw2WQTw { width:20rem;height:10rem;top:54.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REECRqwvTD1S8QGBbBO7La7Em0MgxxpT { width:20rem;height:10rem;top:84.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evTaE0XPc6qeEkDZqEHkNRRTkq3v9xnD { width:20rem;height:0;top:114.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT { display:block; }#pvxMd5PUzA3uDuImIQdEHhKn6bgo2rhT > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb9WprWUv7Fi3nO4qzTpJVztXGvy9BxF { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sbEifUkpGmzT2E9y7849VDdcMobKAKXX { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvO49BpTynlB8MOSB0TcFR04Db9OakUL { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rt5VVPZ4tqFSMKqem1CIBVsJoi3TXEb4 { width:20rem;height:0;top:68.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZ1SbPLaKtp8nUrzbTiN6cgtXqofDJeF { width:20rem;height:0;top:103.725rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzUiK1lka5Cq5LwKH3eJ19c5fgoV5PRo { width:20rem;height:10rem;top:117.575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkNNLTyzHT0qiG295Rx6o44LqFQoZLJT { width:20rem;height:0;top:146.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ri0hSzoNXrVM5gvGnFn1ZIGBvQHpcArh { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adwg7Vmpsn1lVCivNGtsOPuHizVeW3HF { width:20rem;height:10rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC5Z5yhiBnGHuicd1SqdVpychIgmRuFG { width:20rem;height:10rem;top:92.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqJx0mU0nbanaNZVirR0xZh6GDBab0HF { width:20rem;height:0;top:128.825rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNti9KuaxdzB0AktsfocVDTTTSAamkd7 { display:block; }#tNti9KuaxdzB0AktsfocVDTTTSAamkd7 > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxbNz9fgalw79gWsPpVsL7vFKtqC2WKD { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UDzkxVTMUXZTOCybqHzNCx7kXBbIR19q { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0GnPa2dLpmphm3Agw8AgcFk1GHCHn4d { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5ARTqwTvWk9poRsrsqC6CrVmb4tCPfx { width:20rem;height:0;top:70.225rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqP52NXeCwMVqQsB9vdegKzL6nU7MODX { width:20rem;height:0;top:105.825rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDS2ipRGhX2eVfH41wyrokab8Mir5v36 { width:20rem;height:10rem;top:119.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPVZ406xT0F0DeWJ2TwAkk2rapTotCr { width:20rem;height:0;top:142.675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiewTO6TgkSSGryFVFf0AQLiUJKSzo9T { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAzBTXuDbsAUD1dbo6odK74eUSPL3wc2 { width:20rem;height:10rem;top:58.975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN23qtznQBZQhX5UXlq3kdz9igvllQ8x { width:20rem;height:10rem;top:94.575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2X27mNVAlKCw1G2u2McHKKzrsG9N58T { width:20rem;height:0;top:130.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiwQfuLDuyHtBr525QcQll2F6AUyllZv { display:block; }#TiwQfuLDuyHtBr525QcQll2F6AUyllZv > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd67relqgbQ25aFOi6CTtIb3Kp5TTTPu { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sO76A2yb2ZxLRytETDH0efawVOTWHQW1 { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIrpms3saFI8lL9ZkwmFzfkuBcQl2Gfy { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gt7JWmy0DcPfh86EQmnJSvEwaxP4KbIw { width:20rem;height:0;top:72.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbW7NRrbf4ZAx8NVqxWGnZH1yRHmsClm { width:20rem;height:0;top:107.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gi5b1kAafou7EOO7q5QGv34AUfZAdekZ { width:20rem;height:10rem;top:123.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snaWErVMnNvhvQcIEpK0SLw03xFUhqLH { width:20rem;height:0;top:148.975rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZslHTMSZyRzpaWOsCchAcLTmZ204uO8m { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2O634TZvgOzPuTGlvqMM7SCfqJ6pGDJ { width:20rem;height:10rem;top:61.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq6fobgBhgBorT51nuLtIKrMEX1Wwiah { width:20rem;height:10rem;top:96.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldTxxShfxMT7T7ZeuDQTm12mdTT4BETf { width:20rem;height:0;top:135.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq { display:block; }#wnXFzcAR5al6IV5XZ9T4aGTt177P3bqq > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1Sh5ST1HaxNVbpVOfTFZ3p49g0toxpk { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Q0rcUrchwdCuT1mcTDktblvmcxR5wF3o { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNJDGWgMHdxusKVXi2JwkEoiVDtnoySS { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SticZaggHFTt9OW69tlEJFrSSZghD4zp { width:20rem;height:0;top:78.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8t6OpdU2cHbLrpUy8EkbvooIzlFCJgp { width:20rem;height:0;top:118.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTX9HLroGGPePo6lLGRDLTbiuGxSGs0H { width:20rem;height:10rem;top:132.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leGDfLyv7MUN0h4WmgIXdZS6G3Hxo0zL { width:20rem;height:0;top:155.275rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRUaVuXEvhS2Ri8sfHHFhpOvxPxkQUVb { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbaVV7ZHZhwxUrSSbKq5VoJWkGts498M { width:20rem;height:10rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpzlEv19hWba7QPzTmFIoqTVzxoqimsg { width:20rem;height:10rem;top:107.175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLKwCWCVTEkC7LG6KIUbvquKvqNM4Jf0 { width:20rem;height:0;top:143.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs { display:block; }#zBWBiDtoHVqBt4WZFzv780M5EB7qsnZs > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq4fhVeTQ7vbkpbTwsNbEfIcqh4SPfVT { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RPWTx4cnUnkXa4ZseTNqSEoTaG6Wr5om { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drb1xS0m4F15AFJLbBGwAx9GdurF2gu8 { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1ESLvevTAGvqgAiQUWx56pxmA0RhDIx { width:20rem;height:0;top:78.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkylcwxDx9cfq8TLmKpf9B2JAW93XKd { width:20rem;height:0;top:110.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnHS1SBCLNJTzJCc6duLpCTLl8E2sEBb { width:20rem;height:10rem;top:119.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmdyyt9DEuKu0zHt9HF9Pc2lKBuJds3 { width:20rem;height:0;top:140.575rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDcwkwhSlUIz7ohWrdicQMI56RNHQnTz { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8XdTwE8MgpKFqIOxExqiwQ4F6Qi8X4 { width:20rem;height:10rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAFeSsySRFJwZ0T24eRBq6lqTSwQStDv { width:20rem;height:10rem;top:98.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPqE4Uxcp15mGe9TAuu1in3KdhAAT9or { width:20rem;height:0;top:130.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 { display:block; }#FZD9KlvFsvSDkTM1MQETNKSmuyZlLwc4 > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2dwiKFQmGsbt8mrMWFo7iXTX2JhCUAr { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SlLoGteO7twOTvbhm1aFdSUFmCVq01Ez { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BX2sIkk369cKH3xhrVErgtZsrpvDoyQX { width:20rem;height:0;top:44.2125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgEW4Td4U5HPUNtZ2zpCvHM0rTFxu7Id { width:20rem;height:0;top:78.9rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqPlgUys2zcz7uT4TIUbf06dX031LqJO { width:20rem;height:0;top:113.61085594989rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcbl8wSqWBpTqJKFJwq6BypPUyty3eMq { width:20rem;height:11.1875rem;top:125.36085594989rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg6DrR5M5KtFyMZ3XsNxCphoQk2PL8Qc { width:20rem;height:0;top:137.79835594989rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raygDAZcGdupKOa1aThcO42xTVNiG0uX { width:20rem;height:11.1875rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpi61OXVGp0nOKO2kZTbhXLgFuFOGL4W { width:20rem;height:11.1875rem;top:66.4625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoSyZicKQ21H3936q1mOSzOFitREsVXx { width:20rem;height:11.210855949896rem;top:101.15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh { display:block; }#phfwPZzr7Cvd4wXmQzvyTV6liN2g8sQh > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T09I5zb24sn90ysM2ZIQQif5KddBs1Ig { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #T6dtDfsV7ZOQ7JPEZ7CfDfo3JdOTR3bI { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l95LAk3TEu1D3LUc51ORRdKT18WqJPUF { width:20rem;height:0;top:44.169278606965rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APiWCG2QTOexRmvuxrzuNvWsEypdTEkw { width:20rem;height:11.144278606965rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8ZktGodDyhksZDx9vAWMwmBWyIoRQ4 { width:20rem;height:11.180124223602rem;top:82.369278606962rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Kqu18Zo0FkHnAfFicI2QcpoXhgeIT3 { width:20rem;height:11.145833333333rem;top:94.799402830569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXV06h9E3tfrOZtvXKPTsMO2tLg0GLF { width:20rem;height:0;top:62.219278606965rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8wqFoCJxKJmvcWTl26cQomKRZIUZ8ix { width:20rem;height:0;top:107.1952361639rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9KBlU3iTVM5DgmUiO7lC0WEcErdVUQ2 { width:20rem;height:11.17199391172rem;top:116.8452361639rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPK6wezsHqracJ9enNdRqMkXNKg1Ud8I { width:20rem;height:0;top:146.46723007562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEoQb4lfa1mqLwTwuzx0Hzw7Z0vvukyQ { width:20rem;height:0;top:129.26723007562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNDK5MmB1CiDTONShy19W2ouzsPvf0g5 { width:20rem;height:0;top:138.91723007562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVNGRtvNFrtOpIczkc568IDTEFJSbW1T { display:block; }#AVNGRtvNFrtOpIczkc568IDTEFJSbW1T > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPkbuunGzGhph90x3h8AE14rsZAKg6dN { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #f4l65C5NdnH7Lls2tJhpgfVfnwqs1pna { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUyV4HTda1oC47uE7l35Io1Sl1eUD9Sy { width:20rem;height:0;top:58.275427350427rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igJIg331qMfxFf9W3iaE08fc7zeBObEe { width:20rem;height:27.350427350427rem;top:29.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvL88yv1l8FaVOurPfBzA7Vu8BbmgifL { width:20rem;height:19.875776397516rem;top:90.175427350425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIueFqw3GFoOy6R3BmUh6DySNJdOvNQc { width:20rem;height:24rem;top:111.30120374794rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBZUimdsBwClC4lIAm4qAi3QkXWiqHTW { width:20rem;height:0;top:72.125427350425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFr5sl6cNuE4hIyTkUMN7ZVZJsIbOg8T { width:20rem;height:0;top:154.75120374794rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc0UTTSAQuXvNWZPrv4dGc3p2kzUdmBe { width:20rem;height:0;top:172.80120374794rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMLpwJa03CUC1r93C8SWtLngQntKqpEq { width:20rem;height:16.95rem;top:136.55120374794rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkxSU6q3kmG3ReTidRwQLathM7e8CbcF { display:block; }#GkxSU6q3kmG3ReTidRwQLathM7e8CbcF > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNA2Vf71MmwUiTo1LMfwSITah99aWPKh { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ObPnJDw4xC6i9dsncqMfStULK8aAZLqt { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXfMVCD7hxVpeuZzu3IWCxwtAZFI8WsL { width:20rem;height:0;top:45.489953271028rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8wWfTTFtup4JQ8lKgCIfrdCKakcRCBT { width:20rem;height:11.214953271028rem;top:33.025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5aUUufybbDUeAU1idbGlxQnBySoeQ6D { width:20rem;height:11.214953271028rem;top:55.139953271028rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1TNrrMsC9GdolqG1oZFEQUkPJOztAnt { width:20rem;height:11.214953271028rem;top:81.454906542056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuSSFGBzB1BIgyAV0R4XArFmemuHqS6z { width:20rem;height:0;top:67.604906542056rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7WbFJXHCXxDGh5nHIZttB80cnC4Etkh { width:20rem;height:0;top:93.919859813081rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vt0xftIEzUrp5INk0sbxA9r4lahU50fL { width:20rem;height:11.214953271028rem;top:107.76985981308rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcSaSKB1KZHhyJIGTGc45aEBSEUPI54s { width:20rem;height:0;top:120.23481308411rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arokFB1o2QPI2ZTmlfcS6uoKI5FFoXFx { width:20rem;height:0;top:29.675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 { display:block; }#e3C9pFCRzwUwzsxdpVsyoI3zlKLPmnm1 > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4VFwRqP1ZtAzreegV2VmKkD14LxwRVh { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kFRA7686IBoFAgJeeQeTGGga5IsFrmol { width:20rem;height:0;top:43.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJLBzd2k7EaHoFkz76ZGPQXIkgFXEub0 { width:20rem;height:0;top:63.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbbCQkbdFZ4Xr4SKF7sNTWaQab4EqGfv { width:20rem;height:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMz6nKODxTPxUTeZ9Ao315d5UT7Cnn0 { width:20rem;height:20rem;top:75.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdAbvRWVp55Sgc6zQ6npss03NEETPsFZ { width:20rem;height:20rem;top:120.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edW5D4uXxVFCHncd2MCA4feIA5K1kSnJ { width:20rem;height:0;top:96.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFDmvBh1Imo10QJkqX8Zw0Hm10iEKCTB { width:20rem;height:0;top:142.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPeO5yIEohnkszMxwAVTdXRcsTxTFHeS { width:20rem;height:0;top:158.075rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm { display:block; }#cfKhMegtPWN1XW5oHAIbTMvZl0wGnTbm > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK4HJgMb9Q8dEroTFtMhy4OkReIWGXp5 { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bmmFbq4CJP8smo3iwLfndlfTRbpW18rn { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhC6GJNbTJLkCTzPg2d1gmh1Xznx4Ahm { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apCkibApoAHPvIF2JI8DJ3dCgUJBwZqn { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk21TuhanNJKpgMMHRBFLbLb7kurTSxZ { width:20rem;height:10rem;top:61.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6PZMrFDZec1zUXV4z69sNlC8bJGTss { width:20rem;height:10rem;top:100.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX4a2hCa9UUStVDK6M1uAFSqP8fWGTk5 { width:20rem;height:0;top:72.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwrUGxlEH3rvEwQKe9iOvfPpTgZe2spi { width:20rem;height:0;top:112.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flHpL7Zo8iSy3bs2hQOx38uEv4FIe26Z { width:20rem;height:10rem;top:123.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuOSza5VI7GBDbN8zsBQvcOkSgv70Jk3 { width:20rem;height:0;top:135.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G { display:block; }#clPSb1WQOmshaVFxb4teNGNLhQ6BaG6G > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nK8Bwzay7yenLf6ZlmqT7T7PzQdywhtk { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #s7McTKCICVD025As8Lx1domShz5Pxqcl { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVBBQ2HCephBCZEtbQUh7p6qkQhwBmwy { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nd3w1FAP4TVA6Wf2wflWv4GmT1VOUCFJ { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eelCvtXEc3EttpZ9C5mnhQaNLe9gKboZ { width:20rem;height:10rem;top:54.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9iVwHoRuh0IuKdGu2SzRl4GPz6qLgar { width:20rem;height:10rem;top:90.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT89aTw8JPPTixcSabpvZ0wm7pQn4KQF { width:20rem;height:0;top:66.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKn7OIpIviIu5D8TEQ7ODMppEDpZcMzQ { width:20rem;height:0;top:101.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yziaXZvoMbzHTRgyNvM3vcQgHvxTcINQ { width:20rem;height:10rem;top:113.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhyKTOTtBLFOAUb3AToWwbxxXwgwT9p { width:20rem;height:0;top:124.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbJBvDNDyfMm0cWuKnKtpunoTnfd8Axh { width:20rem;height:0;top:134.275rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG { display:block; }#QDaquawzQGwhLrLFO8MkZTbTTr1wEAfG > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9CdAze9O0qXI5CkE69hCrycVrTqqcCX { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gBpgA9f8epi2cPR6qwNk1P1v5I39Tmct { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9WP7gaE0IOn5oZyMHqeEzHDTtmLMe4 { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TL4SypscDHHQaoaM5Pcgpox133yH5H9p { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZESWTDKhmSeHTmiHwAr8zNzrqvpAXPW { width:20rem;height:10rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZlDQxnHPybPNqBnlssTEstnIyfwqtIU { width:20rem;height:10rem;top:94.575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQQkLbNwTKoSplzfWJ88JEqlkQ2J0Zio { width:20rem;height:0;top:68.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvdb2xZ65u0dVuhglCszrLtc8Lia2wvp { width:20rem;height:0;top:105.825rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTkeUTp34Pd2y4L1zfXUJhyGrPLQSOJT { width:20rem;height:10rem;top:115.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viVciLoupL0AnKLtCnTTMmwUDk0TTtxk { width:20rem;height:0;top:126.725rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHs2BDpHBzElJBLt2qWXNfcfrmXvBMBp { width:20rem;height:0;top:138.475rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Scz4wr19WPoqSLmpcc9lpflECacnnGlg { display:block; }#Scz4wr19WPoqSLmpcc9lpflECacnnGlg > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubnUq4Kng9NECLRSICpBAK3tIaq520Lk { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BVk6UJylE1q4ZZer99xybom1i1ezrchx { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHt6skA8vucUEgm9OWcXXe30K7O34cNe { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1gXILzbEgPoOwrlNJHpRNbp8dxxd2Rl { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMM0gTCiXMmFV1tdoViZvQNOfCTaGlXh { width:20rem;height:10rem;top:52.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOmq0is4RCbx68goD0HJQVOLgPKi6vJI { width:20rem;height:10rem;top:88.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfbowQvGSkD4C2fRfg2HJtf80LyTE9ZH { width:20rem;height:0;top:63.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5TsWy5Dew1smFpc6cvrdBvAF12NXEpf { width:18.875rem;height:3.25rem;top:132.175rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z40HxNpk4NFGzeT2kF1gwCqSGO7qFkJb { display:block; }
 }@media only screen and (max-width: 763px) { #a1gg8cbNpf9l6CcQSxIyRwkFsRoGqxrM { width:20rem;height:0;top:99.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yykUhloTmlxHIacbkQ1t0wN5IuTTyt15 { width:20rem;height:10rem;top:111.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvA8ZCM7mWHSNr8ADaF42k19mWcvcRAg { width:20rem;height:0;top:122.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKir5Fcvy3a4Dtl2IuK2dCek4SMMIAyO { width:11.5rem;height:3.25rem;top:136.675rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBQ46vQTQqfLIP9aNrXNP2epBtEfiZ8l { display:block; }
 }@media only screen and (max-width: 763px) { #grttxBRpye5pZWbnNAh6yWwea6GgRVi7 { width:20rem;height:0;top:141.175rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU { display:block; }#VTKznLT2k2lCzxlrcEOCP5QN4tcqbicU > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcNuDw7G5TLmEyJpbzyUwHr883xkacfn { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #F4frCfTeFA1XGP6nKHA9gPPnQHHbphbD { width:20rem;height:0;top:33.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbnP6IrBw5OTEv5KhD6RLxxt6iQhgmLn { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNPw0eg9tWRNfTW0ZAbGO5LfLITPtoca { width:20rem;height:10rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqZHlOAHg3DIc6Uwpam6houwBcKfCVxa { width:20rem;height:10rem;top:63.175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxBPnIl0AZmizCdJTy6V9Cd5cXxdrCCx { width:20rem;height:10rem;top:94.575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQD4Ng6rKXC5Si763ZZ8tkiveWurQBsy { width:20rem;height:0;top:74.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLPKX3KdeOGeW7JWa2HRg8tLEyqtQKJq { width:18.875rem;height:3.3125rem;top:136.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI3FBtr1EL3u825Ws9OEc5gT3sMb2DTI { display:block; }
 }@media only screen and (max-width: 763px) { #vUMvLcmkgk8FEoVR2aKeEVSc7tzrRMT5 { width:20rem;height:0;top:105.825rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQp8o9gn46hsL7LiwTHdGu4CgbhZJmNc { width:20rem;height:10rem;top:115.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4ZD7r36dSowDkPEBEEnbuewsWJ6zEF { width:20rem;height:0;top:126.725rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBfT1ofu0vBI8aP9cuCCSegJZVTvwSDb { width:20rem;height:0;top:140.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE { display:block; }#Sh5PevUlViTOCBAZDwZUVF9AmukrxgTE > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEByU22Hs4MyOavocZxifIznnHDo7sEv { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #g7JdeIl26fpmu1GWohSL6esmkALQy6I8 { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpAktNGiHulQtSS5u2lPKIKyX30cabvF { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP6TVFU3PBlpDqVxS0a4Z52vvKU4rdke { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEy2vUWiwNE9dTRowGqbLy7ZXrXbqHz { width:20rem;height:10rem;top:63.175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3n3ZaPNAPoZTurALmNtiWGvbkuJBwcv { width:20rem;height:10rem;top:94.575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETTr5w5kVB4nBpPDOw7wUpuKHLdxSUc { width:20rem;height:0;top:74.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oe3kZr00O0gkXJuZa0avdX7gcThTf5c9 { width:18.875rem;height:3.3125rem;top:140.575rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHANMDaOTRXM7RaUeHSRSTrlyuP3HDlM { display:block; }
 }@media only screen and (max-width: 763px) { #KoiHXL7CtM9SVw5nbM8y7QH6uMsrlGun { width:20rem;height:0;top:105.825rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4MnpIOVQ6TpNmx4OtUzvevZx8vTmuLU { width:20rem;height:10rem;top:115.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8DZF9e3PgiD8aLkEP21s39E809gRGU { width:20rem;height:0;top:126.725rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXONvZmv1AUcdigEAkGXnPeaQzFbQ45b { width:20rem;height:0;top:145.1375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ { display:block; }#aoknlLqED7oQ1FhTzZylgmywVCtcH5wQ > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooIWZtyS2nt2xaNv6eN2PoPwuSOM8Ji4 { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kRW9UTpd4FnimaE26qPPwD6xI3nUGeF3 { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbltKL2RFE8h0cp8nT2yay1xkTeIseNQ { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4z26NBUcp78mhzReP2p54uOUpLbQM2i { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avW9udRlLbsyvFxaT0bZ2N5Rl3TXHfuD { width:20rem;height:10rem;top:74.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogP4w150pzdbgZTrFOViuR63vJF4wy9u { width:20rem;height:10rem;top:94.975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNurbgvcEMzpSToNnm1PXz4pmvZke29R { width:20rem;height:0;top:54.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNwXQwlPfEVgkrv204qVJUPqg36CUl6Q { width:20rem;height:0;top:64.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OD7qZ7beUMWowP5MbbewT5UTh6uQtXDL { width:19.8125rem;height:0;top:144.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkFn7v7T3Mm0s8hFnXBo3xAvvLRJHf8m { width:20rem;height:0;top:85.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plIyoVT8wrLSxuC4o31iPNrQGI10kPbs { width:18.875rem;height:3.375rem;top:140.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPIbTDBgBSzETzC7CVsuTZXwWEAUrfXP { display:block; }
 }@media only screen and (max-width: 763px) { #bkkuQyP3GMnl99z6538RhfTTeSQgcbmV { width:20rem;height:0;top:106.225rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovTGLfbz9ifK0nR8xCfgb5xMVbGRpK9m { width:20rem;height:0;top:113.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP4WSBvohDAwBhZO0DkHVOJu4AeQgHuT { width:20rem;height:10rem;top:121.325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li88WZPWecEg893BrGo8PyMnNkMQEo3v { width:20rem;height:0;top:132.575rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPTCpzgSriz5PFbeOIURX8CX5nx4bboZ { width:20rem;height:0;top:152.3rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfkvk0G43uZOaa0W3orXZRwSdAENS18w { display:block; }#yfkvk0G43uZOaa0W3orXZRwSdAENS18w > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhiRKkd8MdgVGihOfaceeGyzTQoThUTP { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kLnslSElFV2rR5S6B8SF40p7H5hqKXXC { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C49RO86V6hVpyLwq1uslPR0EKZE0aapp { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqT2ld0TWCsZao6IZcd0CN2KZmUcTLFn { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH7EoeE0cSq35bdkeJBedrQsRwxDG5z9 { width:20rem;height:10rem;top:78.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdALhWbmFMXMmiFQbei0GKaHHuIcTPpT { width:20rem;height:10rem;top:97.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJDuLuxySu8t9HS41rmc6QTIB75eglTR { width:20rem;height:0;top:56.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPE3aIIob7WagSiOuP2TWhzSJIUcQd6P { width:20rem;height:0;top:66.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gceBpKlqk3eLxy9I3UPqkCSCoyCyNzye { width:19.375rem;height:0;top:112.95rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTnLaw8COh3Grq3lScwuqH1fvSZKqDQT { width:20rem;height:0;top:89.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpfsmVw7FkrQEWuF4TNBZp7NAiUWZQon { width:18.875rem;height:3.375rem;top:108.325rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBntosouXreFFqynTFtPM1LoGDDTWcHy { display:block; }
 }@media only screen and (max-width: 763px) { #g7rq57txnNMHiqiJDg55xxGwFBpDhQVx { width:20rem;height:0;top:122.6rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 { display:block; }#PPoPgKgJz7Np44FzmikQ2xh3g9IG44c6 > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WINCwCHmJENuLDzr2vDvadtMZsp25oEl { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OIDq7xznllmrT7zU8Tw30uidgPuGgGck { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RT1UJWx5b5NeHRT6wwO9mfwPE1IsRZxz { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4kb62T9zcwLnarbT2Ac94ZrqM07c2H3 { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #km39L3DCerAO1ZZIKgq7ddTDuM7S3E2c { width:20rem;height:10rem;top:74.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLBITk858hcreqT4z7xkZKXgqmRwJFLB { width:20rem;height:10rem;top:102.525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbeEgxpBnm6kiTr64JT2ySIeTPtZvGT2 { width:20rem;height:0;top:54.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfenN7RJ10SPg9b94x9mvXoViy9z3KhT { width:20rem;height:0;top:64.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cw8k9kwRqokLUdwlTo44ruZT46hN5Trf { width:20rem;height:0;top:113.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1hHM9HzOchrTJcq1KvWlag7Su5ZbGQd { width:20rem;height:0;top:85.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hz5DklI9MzgPl3U795JhuTz5aOfIKkKS { width:20rem;height:0;top:92.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2hS1JrQRLJUaXTGnJgOJVHhHIKzfIzQ { width:18.875rem;height:3.375rem;top:121.325rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcbXm75qvrzVMQke0fGTioOoMkO436Aa { display:block; }
 }@media only screen and (max-width: 763px) { #qd8ltGx5epKIlI3OoksDW5ZorPS1Tm2R { width:20rem;height:0;top:125.95rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN { display:block; }#is89xtTgiZX5PFx4MbAaM9ENhiRDXiXN > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le9ar4dmLtmccr923sqil3NPhr2Te3N6 { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lGgcA7oSRayXSsZNUn1TWPSeRTJ6Av8N { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E38hn4kBJR1W0GUmv7sRai50d081ntqU { width:20rem;height:0;top:45.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKinPR8Bb7nHWX6kMeSMTut8Hy1hHodW { width:20rem;height:10rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwkiIgzbK9owrmMKDhrGiD2Jp8rWdqd { width:20rem;height:10rem;top:74.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewafXDyu6XcQGzILs63MFvV4gXlostMy { width:20rem;height:10rem;top:112.175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqAoIb7zXvqDW7P56kpHyp4kiLTDHssI { width:20rem;height:0;top:54.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr5boVK3RV8VK0UgAiXV7vF6M4bsePGZ { width:20rem;height:0;top:64.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nl5ASJ93EmtCtsIPxnnOHbC6Rp4xoL4T { width:20rem;height:0;top:150.275rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSiwbkCb2yLdW6zOCE0ZkMa5IESMlRx5 { width:20rem;height:0;top:159.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aK9HTnKChCACWyiekGo01nMGevPhLogU { width:20rem;height:0;top:85.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hM7TzDHUT1bBwUOyhUhblCAefdl33Enw { width:20rem;height:0;top:94.975rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXMiNUTuc3W1hIXp4AWZuhe1uRGM1DGe { width:20rem;height:0;top:102.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFvy64ReMlF0dyU1w4mFdhHqfRk0NRHg { width:20rem;height:0;top:123.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ga0wm05Peahi7Asih8goiynxEQSx3dIH { width:20rem;height:0;top:133.075rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXUExXnQ8VJy9ncpKouMh5N2zNotRZ82 { width:20rem;height:0;top:142.725rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUaJuoSM3l8xqoZTHQ5mC0GmFOc3LUTU { width:18.875rem;height:3.375rem;top:169.575rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6W0gg79mOFlRtrq4CM45SZu6uyISDp6 { display:block; }
 }@media only screen and (max-width: 763px) { #JTOD2oXVN21TwvJyvUeyTmLH0G2h43LX { width:20rem;height:0;top:174.2rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 { display:block; }#VncnB67f0ArmCTQTS3zOoRFJ0PzSQ4m4 > .row .container { width:20rem;height:186.7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJ4yxgV9b458lnTsLg9Ji4FGbSoMkUTy { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oFuT4gJRzPU0oE0T0GznsSMkq2r4XGhy { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCFCM6MkBSVitUaZo4t41p3mEW05mMe4 { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmmVAP88G4PsmD7TUBIb2lHVK8HxlMzw { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDq3eF1sOTDCOFyLOaNpTKZlZrmfSwo { width:20rem;height:10rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLE8D59a4AaTaCe0gaZBKUscQ90Lv4hD { width:20rem;height:10rem;top:107.975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZunUTWINThTNABG5mCilsvoFGQUNK4JK { width:20rem;height:10rem;top:143.975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShprRhnV9vi4aEu0CZBy2cK2chcn6B9X { width:20rem;height:0;top:52.675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXJsV9RWAHcyI5KEuBTTXecb2gv4eh4m { width:20rem;height:0;top:62.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRgu0ICghfsb05IgRLaQT4WNxK7OHaM5 { width:20rem;height:0;top:155.225rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM8T37Jx8yUGzqOrIgfdTPBN30x1P1gV { width:20rem;height:0;top:164.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvW3TL5C9D17DFn5GPMUTd716IwUSQ7u { width:20rem;height:0;top:81.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0EaMriVTaBCkA3dDCePP1SEGPxZG54t { width:20rem;height:0;top:90.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCPvaJLLSk87o6Gcc1u7uNL9ORIh61L2 { width:20rem;height:0;top:100.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c784lcA8fWNEHTtx6Oe1AaivvwxKMCcE { width:20rem;height:0;top:119.225rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JC17Icq1beRzuN7ZmC4LPCKCnMGQK9GK { width:20rem;height:0;top:128.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMQFWNTUf3Rx61b6wVITJDgDSoHqMzta { width:20rem;height:0;top:136.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuaeLnW1yilq38QaGDCBsVxuHJddtwSu { width:18.875rem;height:3.375rem;top:182.075rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkKbImQMeum9xAUSa8Rir0mbhTsp4wlO { display:block; }
 }@media only screen and (max-width: 763px) { #XLQpvANmpt9N5lapcXHy0G98ShrTJwXm { width:20rem;height:0;top:176.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8E2aBpETHDveQiQkiPSewX0xhGociR { display:block; }#Ou8E2aBpETHDveQiQkiPSewX0xhGociR > .row .container { width:20rem;height:195.1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzuNeMmUnpNrEX9F95do7gCUeVxnTmwO { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #xO6ziGD6dusTn6wUNpDuXwO9WdHzNzbl { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnPysERUVCpdO3VwAbdywcuzynAP4Ztc { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzfE7OicRbLeaDcmwUHf6ItBJdIcgnNn { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC0cNHCbm25VIdhHTmysGoZTfmyKmZsS { width:20rem;height:10rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTzuafZkcuk3KCMp5B6lwK8XMSgk4BL { width:20rem;height:10rem;top:110.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDS2nv8vcOpEMTgmTHLiAUGQGDTbPeXe { width:20rem;height:10rem;top:150.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybVJFHfobXEdx6wAKVlt9WBkJzXQVl4W { width:20rem;height:0;top:52.675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKTtyZlrATJ5245eXsLyqHsEDg7tu359 { width:20rem;height:0;top:62.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThbdFXkevkPcHKx2oEVF4wLGD0lp6Zgp { width:20rem;height:0;top:161.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr9WgET4TR8MVt7inlT8C5HmAvJuwH4o { width:20rem;height:0;top:173.275rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k66TU6ybwpIiDbbVH30aJOm6Txl7uz0B { width:20rem;height:0;top:81.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROUwH8mObmQAub9fc9u0fVFG5T4A0BsC { width:20rem;height:0;top:90.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mg1vghi7iAEnu7QsmdLLWE4FF9DiMiF9 { width:20rem;height:0;top:100.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oq4a5XON4FaNnhXvWINn1qNWXzbqmEyL { width:20rem;height:0;top:121.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1BkNpqq4iwXhk4fOLKE8PeQNlaEqA6F { width:20rem;height:0;top:130.975rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srvUVCvMUqnnozKoirTvTWu0y5TUsykd { width:20rem;height:0;top:140.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0Eb4bZwFzagTLhhtNZRe2GATaHy4Jgs { width:18.875rem;height:3.375rem;top:190.475rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCeDM0yVNZwX8AQtIpXcJNHT8LI3DNv0 { display:block; }
 }@media only screen and (max-width: 763px) { #e9SM9NDXiedNVMw1Lk3zDlDxF5wWU89Q { width:20rem;height:0;top:185.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBaeweapf17fEbvaHbNZXg6i41hGmZ3L { display:block; }#NBaeweapf17fEbvaHbNZXg6i41hGmZ3L > .row .container { width:20rem;height:188.8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJw3aNt3JuNJFE17uULhLM5PaNBN2Paa { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Tf03o9iyHb4P3OZZOZ8nVq1IfmGfrbfB { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNbZfLfZJW5uFv7qbHs4x5AAVxEJEPyr { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEeBNcHkxbM7BH74kwkddHTzfcdn5naa { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJZMhHgozZdITv3s7BgoATPsP0Jwu7J { width:20rem;height:10rem;top:71.975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pphBeITyNWebbUsCPTGWdRf2C2rWc9tn { width:20rem;height:10rem;top:102.525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAmBVn6rJegi2R8FHU23slyiSXh78P16 { width:20rem;height:10rem;top:152.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKX90U38UsMNI97Or61AZ9wlXr9RD1gi { width:20rem;height:0;top:52.675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCXlqEihWbigoV1mHpUziUKSf54Ctf0m { width:20rem;height:0;top:62.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMBZnc4JgsngW2VX0AXPBhKCp6MOqTn4 { width:20rem;height:0;top:163.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1Xm2dSZDCVe6G99530Em1XXolkf2P6w { width:20rem;height:0;top:169.075rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsXpZ5xksppXiUKwR4ETtuDtX9Z674il { width:20rem;height:0;top:83.225rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXfEl1oxih8ZLZ2a3y6FDdoBWfdQsziS { width:20rem;height:0;top:92.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdnbMfTTQbRJfgp4qBXPkmTkdwd2Ekip { width:20rem;height:0;top:113.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #edhyGDRS0VZI7VZycTKSn6mX8seXwb6R { width:20rem;height:0;top:123.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtsdvoRmyGv0wV14lHqRT6PrwTH5Zcsn { width:20rem;height:0;top:133.075rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfMPysazq3aRDS5PQOBTH7wMHOaBPwvc { width:20rem;height:0;top:142.725rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBIrOauKZbxdqa04gEH8LUzzTkDTyWlN { width:18.875rem;height:3.375rem;top:184.175rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eetzu30m3tkqiaBZM3OBNUNLazEXQ4cL { display:block; }
 }@media only screen and (max-width: 763px) { #binWqZDMRfU44bqtvrcoulXIHiL5pqr2 { width:20rem;height:0;top:178.725rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF { display:block; }#rTSr7MrBgcCriSRGklqPAuWOZ3TkckNF > .row .container { width:20rem;height:178.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyicdol2QByaTamheMh6kLGrKk3nzB3X { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #m9CFZVxZWpOTXs9QcbvOfazoTcgPBonu { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVJi7kvZTvfN5XPgqsLHM1JLZlXi96R0 { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywxuhK14nT8oSr4v0iNp9GpnW3ptMnDT { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCK2md4giZqdagKW4TeOmRFRCUWuDyMn { width:20rem;height:10rem;top:67.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkpICWUC4TDd9CRIXKpLMzV2J0xBhp7P { width:20rem;height:10rem;top:101.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFnBxdqTMzZoMKAiFkAneP0h9O4isOAp { width:20rem;height:10rem;top:135.575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p60296NJQLUNQRFKkrS7kLtPUI1l4ERC { width:20rem;height:0;top:50.575rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rv8QhEchHE5RiNoznDveFG3DotM0TP4H { width:20rem;height:0;top:60.225rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZO74D3KIOUtrt5wlyzbwLqRyt23hA4t0 { width:20rem;height:0;top:146.825rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqQLttSZfxi2M6Kk3saLcQHaaRVCzkIg { width:20rem;height:0;top:152.275rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3gn1UOizLIcF4zh3GwrKpJn2GWHDWgi { width:20rem;height:0;top:79.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUqHFXbFiT3k9Q3pa0mOEo11e4ev7VhP { width:20rem;height:0;top:86.575rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0HSqgKoSvFOrNrwU3GlyoeSKDnmtHlT { width:20rem;height:0;top:94.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUnCr1kmaVNW9TWs8L7WB6ZMthGilmts { width:20rem;height:0;top:112.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayTb1rpMwMfFni1xfrOfWvhgyPaC42u5 { width:20rem;height:0;top:120.475rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9McfO5RVwTpkNVwBKie7T0rSsTMCbzM { width:20rem;height:0;top:128.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBM6anWFeyUwmxmLdRDQRN9nrKZeO9TN { width:18.875rem;height:3.375rem;top:167.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzin2ilUoFgTh0G4MPcQCErFEZURkxTe { display:block; }
 }@media only screen and (max-width: 763px) { #sEAMNlbZAJKShAA8ngLfC5NmPLO2R7vE { width:20rem;height:0;top:161.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln { display:block; }#N633PLBxQ6hqmpwx4XQM3CzowU0s2Jln > .row .container { width:20rem;height:161.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDhET5Dorq7AplAqXCkmR1IxwXp2rkJw { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RTZgMFcTZ6cS7KkDL4xlOA7fvJpWX1o2 { width:20rem;height:0;top:22.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDqclsC4DOozhXdeaUCnRiGvCDWxkskM { width:20rem;height:0;top:43.025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lkq1COXxXH9dbo1ULKFXZzbGpxn8azD8 { width:20rem;height:10rem;top:31.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMUDob8BktfLLnFh8Tm267AzJJSqBK91 { width:20rem;height:10rem;top:65.675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rizFs2GUKa4utxpDtgdrpyf3cuFrG2w0 { width:20rem;height:10rem;top:97.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qArWXfWEwwfF1uwzwT6ITQgvT4gLdFrB { width:20rem;height:10rem;top:125.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey1EItmEM7lbGWQN5qHTD0JrQnXTpxND { width:20rem;height:0;top:50.575rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPDFLklMQ0tQ6TvX5cOvrg6UD0nhJC2T { width:20rem;height:0;top:58.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kietQtPS36B5hTFPeyv8y8xLmT8afDyx { width:20rem;height:0;top:76.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3kgZVzBXXTRTg206l2en7w9CO9vifhA { width:20rem;height:0;top:82.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUamWMXDTWGiEAtwu8G6mehpoHRrLeJI { width:20rem;height:0;top:89.925rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uswTFdzufRN4kJXPuVWl5TxoxKWkS9Se { width:20rem;height:0;top:108.725rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBI8DGkyEmavL7vv3PXgvBOSK99pzT5A { width:20rem;height:0;top:114.175rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frvFoLTftRfzwo0pdyCAnfgPo8AXd0Kx { width:20rem;height:0;top:119.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1GSmnaBZ04EE4MaTKIgeMcTLP6hONTx { width:20rem;height:0;top:136.325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCqldaHEwa79PmPcypO50U3Cqw8KsEWQ { width:20rem;height:0;top:141.775rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiAeqlrD2vpTdTZmL9h8EMK6OEoJA1xV { width:18.875rem;height:3.375rem;top:156.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns9kyvUIMyiPL7lWS1LTT1N2iWhZ4SFG { display:block; }
 }@media only screen and (max-width: 763px) { #syZaZnnkHm5qBU00M7udlA6uLOSmi6lV { width:20rem;height:0;top:151.425rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu { display:block; }#fo0SbuA8zxEwkuTR9SV68DeDKq3rFitu > .row .container { width:20rem;height:103.07159423828rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6dz8qP7GBvFz7kgc9I1sBMuiTEGsuLK { width:20rem;height:4.79948125rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gz85TPrprPoP6pMleTptnepatCrRZfFh { width:20rem;height:10.061875rem;top:22.17448125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsxgkNdd8gn37PHJx7TntRi8afhQHPXX { width:17.875rem;height:25.1979375rem;top:65.384158375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJyQp0LkBsZWqBakuhWbX3Zv6021Qqu9 { width:8.8125rem;height:4.38671875rem;top:33.48635625rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIoCbG9dMIn2l7Sofb9Lna1730T9meEb { height:11.24025rem;width:20rem;top:46.456380844116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDqJmLuL3av798AyLLEf51NiGW29dpW0 { width:20rem;height:10rem;top:91.821594238281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W { display:block; }#kTFIczxw5dMZsUirDqR9pGvnW9kTRk9W > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfTT8pFRhRUtRCWVTJJ9f1s6driUSsLT { width:10rem;height:0.0625rem;top:19.7115875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfp2NQIAVLS8b6uScq4sLa1TQX5aDUCb { width:20rem;height:2.3997375rem;top:16.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TeffD4g7ZWez08VybmXVKkBHLwLKcput { width:13.625rem;height:13.5625rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTKpCRFXd6bDP6TiDG8gCqwEnHNkzuC { width:17.875rem;height:12.5989375rem;top:21.0240875rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f { display:block; }#tk51JqsR6rrcXwP8TdHL1rkL5mKCGp4f > .row .container { width:20rem;height:317.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l01yLcM4I4gNpRrOhyVPte3VfacalbuX { width:20rem;height:9.5989375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tT2E2yu84rKR2323aanoQB1Au0GfJ9Mn { width:13.5625rem;height:13.5625rem;top:12.0983125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6bMMa9bnKSiRJskMhgWvH9VIkfa6sQ { width:17.875rem;height:23.6230625rem;top:31.9108125rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsJl1yQXZd9IDBs9ZGzTJXwk2gMcMqPp { width:10.625rem;height:3.75rem;top:26.9108125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9RyTU2uLtcOOzNKy2FdpxQLxTb2tyGb { display:block; }
 }@media only screen and (max-width: 763px) { #MJtXzXGCTgtUIOQkBImV3R7e9Fm9vvDT { width:20rem;height:45.671275rem;top:56.783875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1t74Gr6ARxzENlSfJ0Ip1QEHoVcOaU3 { width:20rem;height:27.29495625rem;top:103.705125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEgxhcGCssEOCynbqR2fTTJl1gCOaaET { width:14.0625rem;height:14.0625rem;top:132.2500625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD5u051WuJqXtTAbx3z4a1Xoc13A99QW { width:20rem;height:15.7486875rem;top:152.5625625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPn55KupLJpp4TZ0NQ0KoGiPpTXgSE1B { width:20rem;height:18.8984625rem;top:169.560625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trUFyEpwtoZyve3d0dA8ioq8tJeuD874 { width:10.8125rem;height:14.0625rem;top:189.7090625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLVII8O5zek6Nae9rCIlKkce6eSiS5h1 { width:20rem;height:18.89845625rem;top:205.0215625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCmhQ41XLkQ8OdGw78CfmRP1ioF3WeVq { width:20rem;height:11.3040625rem;top:225.17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZSZiMfQtbZ5dOV9qV4tGHIkeZsGXSG1 { width:20rem;height:18.89845625rem;top:237.7240625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRPRDAl7O7g2UBqXNvebxqeunBBuxbqt { width:14rem;height:14rem;top:257.8725rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyQinAZJaFNBmTWc5C0gH6vxkCnAaNJV { width:20rem;height:37.7968875rem;top:273.1225rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMSJD01rRToRdNpMPRvXTrFaDceX4H3a { display:block; }#GMSJD01rRToRdNpMPRvXTrFaDceX4H3a > .row .container { width:20rem;height:225.74751586914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZllvCmImcPDCeykCBshsMSKvlkkiQ5Uw { width:10rem;height:0.0625rem;top:9.69925rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeblFtkvXsRtGF72QpOuWrPR9xF6TiL { width:20rem;height:7.19925rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #awgPLpS5L2wNbuHBqHIfKJpk3gyAkOgD { width:17.875rem;height:12.5989375rem;top:11.01175rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qys7DG2plJmSurXGN4NLtFw1mqeOCHhR { width:20rem;height:20rem;top:29.8600625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLSk8O6UBViSh7H5U9TduVZ2uN4ScRw9 { width:20rem;height:167.9688375rem;top:51.1100625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBnbZ9yuWeCopREMPcBQBsgBEucpm0Vt { width:20rem;height:0;top:220.29751586914rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH { display:block; }#oQE35D0D3yXRtS5smaCK5HKwn5tLQKnH > .row .container { width:20rem;height:188.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isrsQm2lMFkqpWLLIDVIGyEDTcKJmdn1 { width:20rem;height:4.0247375rem;top:14.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCJtbSQ3fxxR3LTodAITrsThPOKH4Cy2 { width:13.625rem;height:11.6875rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcaby6JghrXgyqXaQLSU9xf2qENHdgA { width:17.875rem;height:12.5989375rem;top:24.4615875rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7Jfx7LirCZcvuzFTbPAZr7E6BbvQUBJ { height:7.4375rem;width:13.625rem;top:38.3099rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTCkmM9mV1Ux8VEpQAmxAuG57LbaT71W { height:0.625rem;width:1.125rem;top:86.955729125rem;left:18.760261192202rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PD9SJP9BVdkuAWhhyumMxLTPxCkoqeoF { width:20rem;height:3.1497375rem;top:47.080733375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tI1Tg7cXGX62JGm4wx64p76CMC1s41Th { width:20rem;height:23.62304375rem;top:51.479820875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeANeiTIPkt4qsTxeqqlSntZLaT4XtRG { width:20rem;height:22.048175rem;top:78.6640625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHyaeyOvIfoVfmt1H1d8c7gZIBT4VpU6 { width:20rem;height:18.8984875rem;top:104.77408981323rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omLqiTn2HSuJ9htLv3ZQR6CsEmPZnRET { width:20rem;height:17.32360625rem;top:126.36002731323rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8Oh11S3cMFWH88xUTJSQi2ylgKJTTBJ { width:20rem;height:17.32359375rem;top:146.12109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvXsTSd1XsFfoqdNN6owC4V9UwNnxIfw { width:20rem;height:13.125rem;top:165.19466400146rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqAPnh9HsXUztuQ8HUnXq7ZtTzUcMPLX { width:20rem;height:0;top:179.56966400146rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq { display:block; }#qoTnfuXDTHdDEVXdEqBdbPAwAGc7gXhq > .row .container { width:20rem;height:313.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTmcZqyhFRq6oqV3n7p35xTZcno6FcvJ { width:20rem;height:9.5989375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TbiscqKBk5VhIaJMgfBdF8utfSb9WuEP { width:17.875rem;height:25.1979375rem;top:12.0983125rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y001TbTOgcNzcImk3FxqkXzcTTgIX4Mm { width:20rem;height:20rem;top:43.54625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3aCk5nNOEqHeo8o9qvngkcO5g5hUiLx { width:20rem;height:222.5585625rem;top:64.79625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMcWZ3Xswm20tsLq1MPTdwsVTFrvBJLZ { width:20rem;height:4.7058823529412rem;top:288.604375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC91XCGvallhVf0bIQ9OwFi5z16Q7tJo { width:20rem;height:0;top:294.54168701172rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn { display:block; }#l1RJqaTDyI5p6hunCKcb7fxs4434Ufpn > .row .container { width:20rem;height:258.23778076172rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxspUNQtbODqh4A4okEDHk6RWfmw1Dih { width:20rem;height:22.04816875rem;top:31.265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMnHL1KKfz3koUQQnfmCfXRNfoRi8H7k { width:20rem;height:33.07234375rem;top:56.438752125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpq7WZQltmp45nhALRiVLPp4nhEuDrrz { width:20rem;height:31.4974125rem;top:105.552689625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoHqfeQUp9DOxKqr6Zmn9SPP5za8Z01W { width:20rem;height:4.79948125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iAK80Qp08aKVIpRCg6uQetmJHs4Lg0B1 { width:20rem;height:10.821428571429rem;top:7.29948125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDHORDMJ2tJICuC5zU0H8N88VqKhSRl { width:17rem;height:8.5rem;top:95.761002125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMVoF86ZZEc73vUL6ThnvUcOJnR5bgsM { width:20rem;height:19.854368932039rem;top:138.300064625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3GeITMDZ13yUC5ug4Nh0adB9sfIQGrC { width:20rem;height:36.22196875rem;top:164.404252125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuqq8BNm1vh2i4Wv492cthMTA1vd7DkQ { width:20rem;height:19.85rem;top:201.875627125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2iCRItkgNaKPUHCyeRnpv5B3x9DGGzZ { width:20rem;height:23.62301875rem;top:227.975252125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sH8H0fv3wIECxnUHa2rHoMGTky777oZT { width:20rem;height:0;top:252.78778076172rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF { display:block; }#v8yJaXhO7DOm9AQwDmSWfWXcQU0xNCoF > .row .container { width:20rem;height:115.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs49TG5T2AnMLrVwCOSulb6rqNAauhht { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSwJgW6Q4MRwH1XiERUyAgnaledxGy56 { width:15rem;height:15rem;top:77.169275rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6T2g8ZeQ1TP3XOeyAipBP81KCwM6USG { width:15rem;height:15rem;top:39.2096375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh1CtXTd3aAXrLTkNMZ9AvSOXG7mNr68 { width:14.8125rem;height:2.2747375rem;top:23.63671875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3R4K0IsznAgAMT2CCcxroDOnyfWqnyG { width:17.5rem;height:1.94986875rem;top:17.5rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hETxTlnxZxTS5zTg0CA3RxobbIMJZWpk { width:17.5rem;height:1.94986875rem;top:55.4596375rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mh2DmNe6BqghUU0e43EWZtU2IDTIfzs9 { width:17.5rem;height:1.94986875rem;top:93.419275rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qERpCrUOp2g05yT6FcOViJxUDVpqwWNE { width:2.125rem;height:1.6875rem;top:20.69921875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPSU9R1wnKHw0HqXWqifqbf2a1Lz1r2x { width:14.8125rem;height:2.2747375rem;top:61.59635625rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwiJXuwLaGG3cJiCC0IAqdti9naaqqKq { width:2.125rem;height:1.6875rem;top:58.65885625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXAmEdeAr84GvFRWNvVN74xgFlb2Cpd1 { width:14.8125rem;height:2.2747375rem;top:99.55599375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLrSN3GyLDm1Jy27UwitPxOXp3SSFRl9 { width:2.125rem;height:1.6875rem;top:96.61849375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPUfW6zOCTTCBFSbtwvc8hJZMJs3fc8g { width:4.0625rem;height:1.94986875rem;top:27.16080625rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3mbFVkWJwDnNWontCoqDfhWZI74UL8R { width:4.8125rem;height:2.5996125rem;top:30.360025rem;left:7.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9UhiAsFbluDfpSfHSlDCcRf3zoagfqB { width:4.0625rem;height:1.94986875rem;top:65.12044375rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imMvUwafUJ6GhGOhxgVRi1I5tOREVCp2 { width:4.8125rem;height:2.5996125rem;top:68.3196625rem;left:7.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aq2lPQnzs10F1Kcr9kX8A1DLz9hsie03 { width:4.0625rem;height:1.94986875rem;top:103.08008125rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABidDN9W7lukCTGn5dNJ0iKSlqZtq86h { width:4.8125rem;height:2.5996125rem;top:106.2793rem;left:7.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM { display:block; }#Oh1x3TJnDm04qiThkJfi2FaTJQHk8xeM > .row .container { width:20rem;height:198.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIkpmRIiOHMoEabQkV7HVDpyt5HzuTrd { width:20rem;height:4.0247375rem;top:9.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4r4n51ctMa2VMC4WXwJ5FWisMZVkNxE { width:13.625rem;height:6.8125rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ9StFxW3sGuhPRqoR4L4HBlQVUtnkDK { height:11.25rem;width:20rem;top:52.94140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1PxyeabP1wpODiHwkrNpBeAffWl4TeM { width:20rem;height:26.77275rem;top:22.794921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEftlAiUL9ltZexNTdrvNO5S6cbHn3n4 { width:20rem;height:25.1979375rem;top:68.879545875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5k9FanZeOmiWUHavnWDk6HzTzkVpM4p { height:11.25rem;width:20rem;top:100.327483375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBTTuoReEFsrRhovAsSoWthRJK9FTmF9 { width:20rem;height:26.77280625rem;top:112.827483375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EilfXRkGhTttQAx2NqL70KI3gFOqIwid { height:11.25rem;width:20rem;top:145.850295875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhaRTMUtm4SlzXVvV2wJq6rlJP2mm32S { width:20rem;height:22.04815rem;top:158.350295875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyVRFKpDJmEh4v47omnWJQtMPvpHNIzP { width:20rem;height:0;top:181.60028076172rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl { display:block; }#TZDDCoWsv5LpEhdkW7iAqeFvaFegTFvl > .row .container { width:20rem;height:183.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd4crRi9oIH2CBn39UA3MAUnmoHFNFq0 { width:20rem;height:4.79948125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eAFk453DLIO332D0ym33UCFkada4ltKX { width:17.875rem;height:28.34761875rem;top:7.29948125rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhXTpPwfVszkiazHQ5VSlO3QazETeTEa { width:20rem;height:6.9583333333331rem;top:36.89648125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twFPwyobXX5a6cDs7JBqtTL1nKvzicUH { width:20rem;height:25.19790625rem;top:45.10479375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1FDQxC451J6uN87dpvUNHMT6p1UpZcf { width:20rem;height:14.415094339623rem;top:71.55204375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsbWPUyJSghVICOuzxCfibdNzG8gffHJ { width:20rem;height:25.19790625rem;top:92.21673125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5TSCvJT7x1i9DO5ZKdwOPhrfDX3d1Ri { width:20rem;height:17.878315132605rem;top:118.66398125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlzk9u9upl82V99uNkTATvN9MvpKiZJc { width:20rem;height:20.4732875rem;top:142.79223125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlKx1Pfy6Xqq5ubLc2QEzLXrTHqequiX { width:20rem;height:0;top:164.47924804688rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { width:9.375rem;height:0.125rem;top:5.0996125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJa97dXJTVZA6TnmQfTC9V8JIIH5ockb { width:15rem;height:13.125rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { width:15rem;height:13.125rem;top:15.686195373535rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { width:15rem;height:13.125rem;top:32.360676623535rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { width:15rem;height:13.125rem;top:46.735676623535rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkQxMp3IcTZk0ZmqBC4mi5gaXic7wi4A { width:4.375rem;height:4.375rem;top:3.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnthO3yvffDHtc1wwHWGWK6hnNEeQty { width:4.375rem;height:4.375rem;top:18.186195373535rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmlWK6nDrCFw4zI9WLlESehe6N5fitc { width:4.375rem;height:4.375rem;top:34.860676623535rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZyuDSHPOiBMnUuaaWmHNhSRCS4sy5V { width:4.375rem;height:4.375rem;top:49.235676623535rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOdnTpLlv4qbARETv50PVtpTT2pt31Xs { width:2.375rem;height:2.375rem;top:4.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDfEy4w3i0xogEmGW6TivbN9RJCFJey { width:1.75rem;height:2.375rem;top:19.186195373535rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42cQx2kmVAkME9IJMplKFRUDNTTDo9t { width:2.375rem;height:2.375rem;top:35.860676623535rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1t1kECmRP7KNFB5OPK5OoFWA1QO8Zx { width:2.125rem;height:2.375rem;top:50.235676623535rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEOw5UTzgezXQvn1P0IIrPZ1GF7fnup2 { width:8.125rem;height:1.4622375rem;top:9.78125rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { width:13.125rem;height:1.13736875rem;top:13.299476623535rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSWTr76qxvnaND3ArKLPt3T4UOtVKHvL { width:7.875rem;height:1.4622375rem;top:24.248695373535rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfSOuAmex2SbpVR3nTlhTo2Cfz0GnOzP { width:13.125rem;height:4.54948125rem;top:26.561195373535rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVr1gaV28WbGf7Tz22rJVV2sxzzPZ6I4 { width:7.625rem;height:1.4622375rem;top:40.923176623535rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Air2ZqIDC2VAm8MVOB2LgBL95g3ZWe9o { width:8.5rem;height:1.13736875rem;top:43.235676623535rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJDxX29yRepayN9TsAThl4FJbTcw7GaH { width:6.1875rem;height:1.4622375rem;top:55.298176623535rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyzMZi07hu3xhhhnEZTOTO5wZZu5NkyT { width:13.0625rem;height:3.4121125rem;top:57.610676623535rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKya84kIVsVz1p4OtMFnAPoonhrT85kC { display:block; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI { display:block; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gl48kzHhWlFgKH7Jph3BdknKdI2NENmi { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbs7wMk36qAykrBWy0ze0Pm7laZk0VV8 { width:15.0625rem;height:2.5996125rem;top:26.3496125rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6e8ZX0s3I4mnxLcRIdwdcXLKCfI3sIc { width:20rem;height:2.5996125rem;top:22.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-text {padding-top: 0; padding-bottom: 0;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-select {padding-top: 0; padding-bottom: 0;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS  { width:17.5rem;height:auto;top:13.125rem;left:0rem; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kn02M2K84HNXSLFO1M7SIavmLPA29mzS {display:block;}#kn02M2K84HNXSLFO1M7SIavmLPA29mzS { width:17.5rem;height:12.375rem;top:30.199225rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #yITtdcu4TtcrPLl5kzT8Dh2rkq7FPQRC {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #ATumQBWe2pPDTb0gk2INQMPH0sDmGrMX { display:none; }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #l7qB1Zdq3QiFXTt5iFb94n7e76BmhW6L {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #iLIPGR9178z9sdSF54mtCOOSLtuPHTuP {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #sVviK5tTL7267gaLd9PnNmAPo9omTfZG { display:none; }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #v4ykq3mitbauzI0140cT2CsOykq3yeEk {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #QpMRbmv5Ckg1PXT7D6KkiTmWiMCrwkPG {  }
 }@media only screen and (max-width: 763px) { #kn02M2K84HNXSLFO1M7SIavmLPA29mzS #dz4vg01mBtOWux8FnALOkpwdPLsSMJA3 {  }
 }