.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,229,219;--color-primary-1:249,177,148;--color-primary-2:245,125,77;--color-primary-3:255,101,60;--color-primary-4:49,25,15;--color-secondary-0:227,232,238;--color-secondary-1:161,178,197;--color-secondary-2:66,101,139;--color-secondary-3:33,51,70;--color-secondary-4:10,15,21;--color-tertiary-0:255,255,255;--color-tertiary-1:253,245,245;--color-tertiary-2:128,128,128;--color-tertiary-3:30,30,30;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"raleway"; }@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-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(15,20,27,0.88);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row .container { background-color: transparent; background-image: none; }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row .container > .video-iframe-container { display: none; }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row > .video-iframe-container { display: none; }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .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); }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row .container { border-width: 0; border-radius: 0; }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#TRfrz63tNfH8bLrVKxHJuTUK49g22b8r { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.03125rem;left:49.9375rem;display:block; }
#b3XMHHqEvTJTu1FkcsrmrrnpazBSPT1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTfNIuXaycB53bhfoLwuoJ7uwET3Tm8Q { 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:3.9375rem;width:14.75rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#ezeSlrgiFTOAFyPkeUtt1v7g7fANcXrc { color:rgba(var(--color-tertiary-1),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.505859375rem;left:35.15625rem;height:1.29980625rem;font-style:normal;display:block; }
#MvbUtJoBe1dCxKpM49H3Q5MT3ZDThOOR { color:rgba(var(--color-tertiary-1),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.505859375rem;left:31.46875rem;height:1.29980625rem;font-style:normal;display:block; }
#x10ckaWxralBNGd9AWIWI6HQKNaPMvfb { color:rgba(var(--color-tertiary-1),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.505859375rem;left:44.09375rem;height:1.29980625rem;font-style:normal;display:block; }
#O1t6JkqiPUTrk0HxhSV6NNskiwxJglmF { color:rgba(var(--color-tertiary-1),1);display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.505859375rem;left:40.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#TTfiwhZyxJzRNu8vnsUWdDyRBVDZeLhu { color:rgba(var(--color-tertiary-1),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.5061384439468rem;left:23.254464149475rem;height:1.29980625rem;font-style:normal;display:block; }
#MM38cQU5QTczJmOty4xV4PTmXOy3cA58 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.5055804252624rem;left:26.968750953674rem;height:1.29980625rem;font-style:normal;display:block; }
#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO { 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; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { background-color: transparent; background-image: none; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container > .video-iframe-container { display: none; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row > .video-iframe-container { display: none; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .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); }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { border-width: 0; border-radius: 0; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#C7XKWmPkA0PeGfvXTvw68b14NTlcW6Pk { color:rgba(var(--color-tertiary-4),0.7);display:block;width:27.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:13.53125rem;left:1.6875rem;height:12.639625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCQzQkiCsTVf89Tt26JnCAi6QxCkVbtP { color:#262d3c;display:block;width:26.9375rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:7.0869140625rem;left:1.6875rem;height:5.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ReQk5WKr6GCsNhO68Ibckx7T4HWkCbsO { color:rgba(var(--color-tertiary-4),0.7);display:block;width:22.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:28.0390625rem;left:1.6875rem;height:3.611325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R2t7pNQ1pgHbMbVy7qgvAMueRIp55ewW { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.8125rem;width:25.125rem;top:6.3369140625rem;left:31.375rem;overflow:hidden;display:block; }
#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row .container { background-color: transparent; background-image: none; }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row .container > .video-iframe-container { display: none; }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row > .video-iframe-container { display: none; }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .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); }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row .container { border-width: 0; border-radius: 0; }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#TNRmRAL1z1kH4pSGdM9ksuzca4Rwckuo { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.5244140625rem;left:11.96875rem;height:2.61230625rem;font-style:normal;margin-top: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; }
#iMUaDDmqMSvqrlsm0Rdr7swD5buPuQeC { color:rgba(var(--color-tertiary-4),0.7);display:block;width:47.1875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.40625rem;left:7rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V9ehTM0KJD0QHBFFGXAFentN0ALKw2LD { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:10.5rem;left:9.75rem;display:block; }
#Fca6IPFyOINIITLOt4TyAUSIudMXEPRE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNbITNEH0IcIkhMpCo6SssyLa8RcxQ3f { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:10.5rem;left:23.0625rem;display:block; }
#L8hBtLhuHB627pI9aDJ27LSBmTcziapw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWxoEGrs84UZxnMgvVbmoqBlcHVd8KBT { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:10.5rem;left:36.5rem;display:block; }
#cTmAtUGk0MaSeTCk9lVFQXl22tovRim2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtdITTWOez3d7dViCTTUpJQaVCr9r6np { position:relative;display:block; }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np { background-color: transparent; background-image: none; }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .row .container > .video-iframe-container { display: none; }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .row > .video-iframe-container { display: none; }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .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); }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np { border-width: 0; border-radius: 0; }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fZMBiDp8t1TDl9W6Iun9LIVDTxmIoFoM { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.8369140625rem;left:11.96875rem;height:2.61230625rem;font-style:normal;margin-top: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; }
#k9OTGN18JCUzA5yFZSdqzwIdz7Ez9FqH { color:rgba(var(--color-tertiary-4),0.7);display:block;width:55.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.78125rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row .container { background-color: transparent; background-image: none; }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row .container > .video-iframe-container { display: none; }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row > .video-iframe-container { display: none; }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .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); }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row .container { border-width: 0; border-radius: 0; }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#Mh9zK7EFPNQtZUkGyucVLFmcyTa86fyC { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tIop8vWqTlLbeu1CpegSTdLimDgBq459 { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#bPZnxRETbGxkVAtpnzrb11WJxVuNhR7M { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#Ribd7FB27BqzEJ4Tu4zemrMRW17PeP1U { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.71875rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rd99tpvMzi4WddlKR5VMv5hbyVPuWGkC { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20.34375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hnURznJ2OFxkJNGflEPObTCRBNA5SXq1 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row .container { background-color: transparent; background-image: none; }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row .container > .video-iframe-container { display: none; }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row > .video-iframe-container { display: none; }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .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); }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row .container { border-width: 0; border-radius: 0; }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#t6LNn67gVOaV95sFxOHKTZMWmPxvWTgV { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OJI3N55lZdBFdMpDkpio1Xl3dPDr10u5 { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#o57vC4I2UeB24CgFra9kkl2J1opGNe6K { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#EmeJnGyk2972VTSNOVM5TpLzVSPgmPWR { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:27.71875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VX8cNxx6DOgLp0NElMe14aeJ5OxPLTUS { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbSVqPcfEqbW006fFNTVmi99z8likEE4 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row .container { background-color: transparent; background-image: none; }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row .container > .video-iframe-container { display: none; }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row > .video-iframe-container { display: none; }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .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); }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row .container { border-width: 0; border-radius: 0; }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#DtefXNmt4Z6IdMnmLaSZ7g2vZW53OpL4 { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ntsrJ0ffWnT7VLLK1kszTOrvt89iC7u0 { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#HeErSAg1VvfH7yA11HZX68q87Br6ocH8 { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#pPXudSMQE6mKFfEToMczWU10d0B3nQKR { color:rgba(var(--color-tertiary-4),0.7);display:block;width:18.4375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.71875rem;left:0.78125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBTFdTmAchf22TX2vglITuLtUy0JZRql { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MPUwlGH3zXJ7hTTnZefsFKrEsm5WtZa1 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row .container { background-color: transparent; background-image: none; }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row .container > .video-iframe-container { display: none; }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row > .video-iframe-container { display: none; }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .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); }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row .container { border-width: 0; border-radius: 0; }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#zMCet0aTNdIIq02w5zJcNt9Cw639wULc { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.8369140625rem;left:10.65625rem;height:2.61230625rem;font-style:normal;margin-top: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; }
#vDXKtg3UPvI4CScKbLMRAXEuZt9r1qdW { color:rgba(var(--color-tertiary-4),0.7);display:block;width:53.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.84375rem;left:3.15625rem;height:16.360375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row .container { background-color: transparent; background-image: none; }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row .container > .video-iframe-container { display: none; }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row > .video-iframe-container { display: none; }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .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); }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row .container { border-width: 0; border-radius: 0; }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#bnomQ3t1dedaed2c6VD5SmoQgKX3tB4Q { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SfVV5zFWyHIPEhdrXEoVq7EFMuL9lwQ7 { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#PMTOrL41fL49wZMBbLdFw1gAveZ2z2sk { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#bucATtovaNpND9QRqESDkUPOxvypnyJT { color:rgba(var(--color-tertiary-4),0.7);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.71875rem;left:0.9375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETzRzTTl5CTKtsv929FCQs7B6pUsWtJV { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZb1npq3pI8zbqMrcwBy1wRWUoVObVoC { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row .container { background-color: transparent; background-image: none; }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row .container > .video-iframe-container { display: none; }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row > .video-iframe-container { display: none; }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .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); }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row .container { border-width: 0; border-radius: 0; }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#xMT7zIydqMFyGysUaw5zlHTraITpfyhl { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Pbhn6pqOlh8J2HfT3IoaFlTHHTpzmPAH { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#HS7T2z5T3aSSXB23R33m76V7RkRf6MwB { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#W3HaxaImfksJpreXsCqekVvmIObI5CET { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.71875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uLqi5MkAbxp2PCHwQVJPK3gpzAwzxbkb { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xxsiG4yBg1ZJfLZtuJVPPzD70rSBWB6x { color:rgba(var(--color-tertiary-4),0.7);display:block;width:18.4375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.78125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row .container { background-color: transparent; background-image: none; }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row .container > .video-iframe-container { display: none; }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row > .video-iframe-container { display: none; }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .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); }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row .container { border-width: 0; border-radius: 0; }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#M0uodkTZ6CgHp1coQmWac5ccnsGHLsUk { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Jm5ERznWeItN6o6tGf1Ha76tzsqbwIKM { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#aqJOHmIXWHDyKl9Eg8sPQ5mBVmZcRcCo { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#O465OughHWcgVT4ao7LOL69gHuDHusdz { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.71875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k3J403bfOXDUB32BpeZptvUP3dwty5Vw { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LSAS9XTwIIoXf1KPHSXWksNHl2DdsDVA { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row .container { background-color: transparent; background-image: none; }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row .container > .video-iframe-container { display: none; }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row > .video-iframe-container { display: none; }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .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); }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row .container { border-width: 0; border-radius: 0; }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#rOece5dztOhtRytNCqNPKax1PBQkU68w { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.8369140625rem;left:10.65625rem;height:2.61230625rem;font-style:normal;margin-top: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; }
#Bx5AG1HvxeaSZVgdfrLITGHNzSTLZKRR { color:rgba(var(--color-tertiary-4),0.7);display:block;width:53.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.84375rem;left:3.15625rem;height:13.38575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row .container { background-color: transparent; background-image: none; }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row .container > .video-iframe-container { display: none; }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row > .video-iframe-container { display: none; }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .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); }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row .container { border-width: 0; border-radius: 0; }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#hwfp5gRyXr5yw7XX6Luu2xCcnV6wFm75 { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WIZJseAQufUDNAwEqKrEculVbeul9COd { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#E2R43Dt2X9atoTboB1Rvvl1QqBTb0wf0 { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#kTqx7ZGW4BeKHaxLrORpwVyC8sltn7Tk { color:rgba(var(--color-tertiary-4),0.7);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.71875rem;left:0.9375rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukeM8ThSR4MacGPwK3KG8c1CSwDVw51s { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vDOWyJniPNHNM1NpWXg3OyfZ915XD8Vo { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row .container { background-color: transparent; background-image: none; }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row .container > .video-iframe-container { display: none; }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row > .video-iframe-container { display: none; }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .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); }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row .container { border-width: 0; border-radius: 0; }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#Bu0EtLxngg9nIeJ9X1HeIpWSdkaC54EW { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XnDEnGgiehK99zB6UJm3WMO6McEUytvT { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#aDIHK8NTSTg3shi15T5MZ0pTdoPmQpER { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#Ia513Ofwr64TLg9HCm1DS8vy4Hs5b8f8 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.71875rem;left:0.9375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pdBp39qGe4m8CuBxd8dH7szQ96hJokfH { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BDQqdZLHXds3C5gib4T0PONKpJgZdgD9 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row .container { background-color: transparent; background-image: none; }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row .container > .video-iframe-container { display: none; }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row > .video-iframe-container { display: none; }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .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); }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row .container { border-width: 0; border-radius: 0; }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#cudMy6sRiEMeRLOAn2MZhOwD9EQdcWKD { 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.875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hddPsoVG1k1KEM9dSxNpZTVTieAhHzin { 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:26.9375rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#fQSoenrycTzGcdJMD0Ht1dxJTzMacqTs { 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:26.9375rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#rV0lZHAsJTIHwaMTda2X6nwHNFpVGutM { color:rgba(var(--color-tertiary-4),0.7);display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:27.71875rem;left:0.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lAOI8Jq43aK0idQMC3cTZW428rPX8Da4 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.71875rem;left:20.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NZWEusOATLxaWsuH6S7pxhgKiesqBmA8 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.71875rem;left:40.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row .container { background-color: transparent; background-image: none; }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row .container > .video-iframe-container { display: none; }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row > .video-iframe-container { display: none; }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .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); }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row .container { border-width: 0; border-radius: 0; }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#ikI5VU52b0HNCEXrtBZAgcL7J32562rT { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5859375rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFdqSr05VWPtbPgKe4UwAI07fNg6pRqS { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:12.60546875rem;left:0.65625rem;display:block; }
#QWxbqVL3NS1220Ku3ypFi0uVhGeFTGyC { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.7265625rem;left:4.65625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mhVFr7nkWQwEXeMgHTrgMU9EAv50p0US { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:22.25rem;left:0rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NpnV772LEeniJsnqKNEtJPltQfnMtrfz { color:#686868;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.25rem;left:20rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icq4N6fwJRwsAvxRbB8xN2kiikgRtcuX { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.74609375rem;left:20rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WSzNGwKm16hcdEEiFWg7zDHGWT39P7s4 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:12.60546875rem;left:20rem;display:block; }
#ltTPo4EOV7RdMRDsFohxguWtM1NTOO3U { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.30859375rem;left:25.3125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UqkHfRfClpOgFLpRBH2576BmRh2uh0wb { color:#686868;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:22.25rem;left:40rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sQOfMybrSbLSdveI2C6LGJe35uUwrWSp { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.74609375rem;left:40rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glfe37neBND6MegTaT1L4HpFO1JKI9x9 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:13.3671875rem;left:40rem;display:block; }
#kmkbuZNMVXDCWcHIhMlFSCWA6zDTXZsT { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.30859375rem;left:45.375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mrFd7mpJTBv5IEuPyhlIibBD1pcdx4aZ { display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.25rem;left:7.5625rem;height:2.26855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#V6r56VBi2A8X8AyrqquDAKLUZ3WsxhWi { color:rgba(30,30,30,0.7);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.8388671875rem;left:5.15625rem;height:4.330075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qkaZa0VcsGzTpoiVQ9Ad2CpSr65BT2SV { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.46484375rem;left:0rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZV9vKy864PVcFkErTPBuk0vN2kcpDtKs { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.46484375rem;left:20rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C9R7bTpdTqnGeM5NLHTFHBLxmWSCdZbf { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.46484375rem;left:40rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oes3gqftqEh4DeTwvL4KrhlMT6O0rZJm { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.75rem;left:18.53125rem;display:block; }
#DsxsAGgWssTEm4O0eamskh6xy4XZDCw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ha6JwwmlkhKsMQveIAz6CNa0i2XNCdNl { display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:32.802734375rem;left:7.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#Ct22VmfrApBA8clHQtWLzSOgVwBdW8SM { color:rgba(30,30,30,0.7);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.4013671875rem;left:4.65625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { background-color: transparent; background-image: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container > .video-iframe-container { display: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container { display: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .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); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { border-width: 0; border-radius: 0; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { font-size:0.875rem;font-family:arial;height:89.25rem;width:60rem;position:relative;display:block; }#TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.65625rem;left:23.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#emczd5mM967pX8Lxiae1l0IhIzxd4DJa { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:23.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39.908203125rem;left:23.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56.28125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:74.125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }
#yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { position:absolute;display:block;z-index:15006;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;height:13.625rem;width:18.25rem;top:7.65625rem;left:2.8125rem;overflow:hidden;display:block; }
#HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { position:absolute;display:block;z-index:15007;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;height:13.5625rem;width:18.25rem;top:23.65625rem;left:2.75rem;overflow:hidden;display:block; }
#AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { position:absolute;display:block;z-index:15007;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;height:13.5625rem;width:18.25rem;top:39.908203125rem;left:2.75rem;overflow:hidden;display:block; }
#Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { position:absolute;display:block;z-index:15008;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;height:13.5625rem;width:18.25rem;top:56.28125rem;left:2.75rem;overflow:hidden;display:block; }
#RbaDHE11mtCcETGemOvH28hQsiXSkpVW { position:absolute;display:block;z-index:15009;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;height:13.5625rem;width:18.25rem;top:73.375rem;left:2.75rem;overflow:hidden;display:block; }
#FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.994140625rem;left:23.59375rem;height:4.69140625rem;display:block; }
#hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { background-color:#0f141b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.994140625rem;left:37.625rem;height:4.69140625rem;display:block; }
#rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23.59375rem;height:4.69140625rem;display:block; }
#I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.125rem;height:4.69140625rem;display:block; }
#r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnuF6hJZLB6evATfcxomLe6GPcWJpATd { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:45.279296875rem;left:23.59375rem;height:4.69140625rem;display:block; }
#MNG05xbUUQeHWifT5gUqNJVioZEBThkK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.279296875rem;left:37.625rem;height:4.69140625rem;display:block; }
#GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.033203125rem;left:23rem;display:block; }
#i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imosylAgRolwW7i0nGJZe84HePeBlMbI { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.970703125rem;left:37.125rem;display:block; }
#w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.80859375rem;left:23.59375rem;height:4.69140625rem;display:block; }
#IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:62.80859375rem;left:37.625rem;height:4.69140625rem;display:block; }
#mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:68.283203125rem;left:23rem;display:block; }
#o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:68.251953125rem;left:37.4375rem;display:block; }
#JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:79.93359375rem;left:37.125rem;height:4.4482375rem;display:block; }
#yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:85.31640625rem;left:23rem;display:block; }
#mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:85.28515625rem;left:37.125rem;display:block; }
#PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:79.8115234375rem;left:23.59375rem;height:4.69140625rem;display:block; }
#SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.59375rem;left:23.59375rem;display:block; }
#LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXItcFNVCb32XT10nmdpC7hP3CiXxZug { color:#262d3c;display:block;width:58.3125rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.326171875rem;left:1.6875rem;height:7.01075rem;font-style:normal;margin-top: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; }
#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { 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/VLPUm5wP5Z0/unsplash/jeriden-villegas-VLPUm5wP5Z0-photo-1589939705384-5185137a7f0f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.adaptive-delivery-prevent-bg, #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.lazyload, #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.lazyloading { background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { background-color: transparent; background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .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); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { border-width: 0; border-radius: 0; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#CI29IR7lis0W3TUxugTdK7ergk8gDF2X { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.9990234375rem;height:2.11230625rem;font-style:normal;display:block; }
#HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:4.87109375rem;left:1.9990234375rem;display:block; }
#NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { color:rgba(var(--color-tertiary-1),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.99609375rem;left:1.9990234375rem;height:4.94921875rem;font-style:normal;display:block; }
#UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.875215530396rem;left:37.361110687256rem;height:0;display:block; }
#ToKhp3rcscoDA0hZfRIalpccP147O7OP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.937715530396rem;left:34.236110687256rem;height:0;display:block; }
#CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:12.10546875rem;left:1.9990234375rem;height:11.89453125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.126953125rem;left:1.9990234375rem;height:1.29980625rem;display:block; }
#NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-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;box-shadow: none;height:2.625rem;width:2.625rem;top:25.4638671875rem;left:7.9990234375rem;display:block; }
#VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:26.0263671875rem;left:8.5615234375rem; }
#eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.8);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;height:28.1875rem;width:30.0625rem;top:1.3125rem;left:1.09375rem;display:block; }
#rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.2451171875rem;left:19.75449319297rem;display:block; }
#UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8ByQElRHHBChuHtgTePIZueWB95MiWI { 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:2.9375rem;width:11.5625rem;top:1.6494140625rem;left:19.65625rem;overflow:hidden;display:block; }
#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.88);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;z-index:auto;display:block; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { background-color: transparent; background-image: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .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); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { border-width: 0; border-radius: 0; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.1875rem;left:19.03125rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { 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:3.875rem;width:14.1875rem;top:0rem;left:23.46875rem;overflow:hidden;display:block; }
#ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
#p32ecUeTMua2bCpOK0nibEmU1p29mFAU { display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
#aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
#l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
#d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW { display:block; }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRfrz63tNfH8bLrVKxHJuTUK49g22b8r { width:8.75rem;height:2.25rem;top:1rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3XMHHqEvTJTu1FkcsrmrrnpazBSPT1X { display:block; }
 }@media only screen and (max-width: 763px) { #xTfNIuXaycB53bhfoLwuoJ7uwET3Tm8Q { top:0rem;left:0rem;width:14.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezeSlrgiFTOAFyPkeUtt1v7g7fANcXrc { top:1.5rem;left:29.03125rem;width:5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvbUtJoBe1dCxKpM49H3Q5MT3ZDThOOR { top:1.5rem;left:25.34375rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x10ckaWxralBNGd9AWIWI6HQKNaPMvfb { top:1.5rem;left:37.96875rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1t6JkqiPUTrk0HxhSV6NNskiwxJglmF { top:1.5rem;left:34.78125rem;width:2.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfiwhZyxJzRNu8vnsUWdDyRBVDZeLhu { top:1.5rem;left:17.129464149475rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM38cQU5QTczJmOty4xV4PTmXOy3cA58 { top:1.5rem;left:20.843750953674rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO { display:block; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7XKWmPkA0PeGfvXTvw68b14NTlcW6Pk { width:27.6875rem;height:12.625rem;top:13.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQzQkiCsTVf89Tt26JnCAi6QxCkVbtP { width:26.9375rem;height:5.1875rem;top:7.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReQk5WKr6GCsNhO68Ibckx7T4HWkCbsO { width:22.3125rem;height:3.5625rem;top:28rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2t7pNQ1pgHbMbVy7qgvAMueRIp55ewW { top:6.3125rem;left:22.625rem;width:25.125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc { display:block; }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNRmRAL1z1kH4pSGdM9ksuzca4Rwckuo { width:34.5625rem;height:2.5625rem;top:1.5rem;left:5.84375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMUaDDmqMSvqrlsm0Rdr7swD5buPuQeC { width:47.1875rem;height:3.1875rem;top:5.375rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ehTM0KJD0QHBFFGXAFentN0ALKw2LD { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fca6IPFyOINIITLOt4TyAUSIudMXEPRE { display:block; }
 }@media only screen and (max-width: 763px) { #uNbITNEH0IcIkhMpCo6SssyLa8RcxQ3f { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8hBtLhuHB627pI9aDJ27LSBmTcziapw { display:block; }
 }@media only screen and (max-width: 763px) { #zWxoEGrs84UZxnMgvVbmoqBlcHVd8KBT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTmAtUGk0MaSeTCk9lVFQXl22tovRim2 { display:block; }
 }@media only screen and (max-width: 763px) { #QtdITTWOez3d7dViCTTUpJQaVCr9r6np { display:block; }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZMBiDp8t1TDl9W6Iun9LIVDTxmIoFoM { width:34.5625rem;height:2.5625rem;top:1.8125rem;left:5.84375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9OTGN18JCUzA5yFZSdqzwIdz7Ez9FqH { width:47.75rem;height:;top:5.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq { display:block; }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mh9zK7EFPNQtZUkGyucVLFmcyTa86fyC { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIop8vWqTlLbeu1CpegSTdLimDgBq459 { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZnxRETbGxkVAtpnzrb11WJxVuNhR7M { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ribd7FB27BqzEJ4Tu4zemrMRW17PeP1U { width:19.875rem;height:2.8125rem;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd99tpvMzi4WddlKR5VMv5hbyVPuWGkC { width:19.3125rem;height:2.8125rem;top:27.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnURznJ2OFxkJNGflEPObTCRBNA5SXq1 { width:19.875rem;height:;top:27.6875rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ { display:block; }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6LNn67gVOaV95sFxOHKTZMWmPxvWTgV { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJI3N55lZdBFdMpDkpio1Xl3dPDr10u5 { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o57vC4I2UeB24CgFra9kkl2J1opGNe6K { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmeJnGyk2972VTSNOVM5TpLzVSPgmPWR { width:19.875rem;height:3.375rem;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX8cNxx6DOgLp0NElMe14aeJ5OxPLTUS { width:19.875rem;height:;top:27.6875rem;left:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbSVqPcfEqbW006fFNTVmi99z8likEE4 { width:19.875rem;height:;top:27.6875rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d { display:block; }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtefXNmt4Z6IdMnmLaSZ7g2vZW53OpL4 { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntsrJ0ffWnT7VLLK1kszTOrvt89iC7u0 { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeErSAg1VvfH7yA11HZX68q87Br6ocH8 { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPXudSMQE6mKFfEToMczWU10d0B3nQKR { width:18.4375rem;height:2.8125rem;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTFdTmAchf22TX2vglITuLtUy0JZRql { width:19.875rem;height:;top:27.6875rem;left:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUwlGH3zXJ7hTTnZefsFKrEsm5WtZa1 { width:19.875rem;height:;top:27.6875rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD { display:block; }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMCet0aTNdIIq02w5zJcNt9Cw639wULc { width:38.6875rem;height:2.5625rem;top:1.8125rem;left:4.53125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDXKtg3UPvI4CScKbLMRAXEuZt9r1qdW { width:47.75rem;height:16.3125rem;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm { display:block; }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnomQ3t1dedaed2c6VD5SmoQgKX3tB4Q { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfVV5zFWyHIPEhdrXEoVq7EFMuL9lwQ7 { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTOrL41fL49wZMBbLdFw1gAveZ2z2sk { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bucATtovaNpND9QRqESDkUPOxvypnyJT { width:18.125rem;height:2.8125rem;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETzRzTTl5CTKtsv929FCQs7B6pUsWtJV { width:19.3125rem;height:;top:27.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZb1npq3pI8zbqMrcwBy1wRWUoVObVoC { width:19rem;height:2.8125rem;top:27.6875rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E { display:block; }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMT7zIydqMFyGysUaw5zlHTraITpfyhl { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbhn6pqOlh8J2HfT3IoaFlTHHTpzmPAH { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS7T2z5T3aSSXB23R33m76V7RkRf6MwB { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3HaxaImfksJpreXsCqekVvmIObI5CET { width:19.875rem;height:;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLqi5MkAbxp2PCHwQVJPK3gpzAwzxbkb { width:19.3125rem;height:;top:27.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxsiG4yBg1ZJfLZtuJVPPzD70rSBWB6x { width:18.4375rem;height:2.8125rem;top:27.6875rem;left:29.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 { display:block; }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0uodkTZ6CgHp1coQmWac5ccnsGHLsUk { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm5ERznWeItN6o6tGf1Ha76tzsqbwIKM { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqJOHmIXWHDyKl9Eg8sPQ5mBVmZcRcCo { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O465OughHWcgVT4ao7LOL69gHuDHusdz { width:19.875rem;height:;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3J403bfOXDUB32BpeZptvUP3dwty5Vw { width:19.3125rem;height:;top:27.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSAS9XTwIIoXf1KPHSXWksNHl2DdsDVA { width:19.875rem;height:;top:27.6875rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkzKdS55LA1AywIuD4T3vwX7MgoZZtol { display:block; }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOece5dztOhtRytNCqNPKax1PBQkU68w { width:38.6875rem;height:;top:1.8125rem;left:4.53125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx5AG1HvxeaSZVgdfrLITGHNzSTLZKRR { width:47.75rem;height:;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c { display:block; }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwfp5gRyXr5yw7XX6Luu2xCcnV6wFm75 { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIZJseAQufUDNAwEqKrEculVbeul9COd { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2R43Dt2X9atoTboB1Rvvl1QqBTb0wf0 { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTqx7ZGW4BeKHaxLrORpwVyC8sltn7Tk { width:18.125rem;height:;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukeM8ThSR4MacGPwK3KG8c1CSwDVw51s { width:19.3125rem;height:;top:27.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDOWyJniPNHNM1NpWXg3OyfZ915XD8Vo { width:19rem;height:;top:27.6875rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb { display:block; }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu0EtLxngg9nIeJ9X1HeIpWSdkaC54EW { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnDEnGgiehK99zB6UJm3WMO6McEUytvT { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDIHK8NTSTg3shi15T5MZ0pTdoPmQpER { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia513Ofwr64TLg9HCm1DS8vy4Hs5b8f8 { width:18.125rem;height:;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdBp39qGe4m8CuBxd8dH7szQ96hJokfH { width:19.3125rem;height:;top:27.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDQqdZLHXds3C5gib4T0PONKpJgZdgD9 { width:19rem;height:;top:27.6875rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 { display:block; }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cudMy6sRiEMeRLOAn2MZhOwD9EQdcWKD { width:19.6875rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddPsoVG1k1KEM9dSxNpZTVTieAhHzin { width:19.6875rem;height:26.9375rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQSoenrycTzGcdJMD0Ht1dxJTzMacqTs { width:19.6875rem;height:26.9375rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0lZHAsJTIHwaMTda2X6nwHNFpVGutM { width:18.125rem;height:;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAOI8Jq43aK0idQMC3cTZW428rPX8Da4 { width:19.3125rem;height:;top:27.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZWEusOATLxaWsuH6S7pxhgKiesqBmA8 { width:19rem;height:;top:27.6875rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d { display:block; }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikI5VU52b0HNCEXrtBZAgcL7J32562rT { width:7.5625rem;height:7.6875rem;top:9.5625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFdqSr05VWPtbPgKe4UwAI07fNg6pRqS { width:4rem;height:4rem;top:12.5625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWxbqVL3NS1220Ku3ypFi0uVhGeFTGyC { width:14.25rem;height:2.25rem;top:11.6875rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVFr7nkWQwEXeMgHTrgMU9EAv50p0US { width:19.9375rem;height:7.8125rem;top:22.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpnV772LEeniJsnqKNEtJPltQfnMtrfz { width:19.5rem;height:6.75rem;top:22.25rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icq4N6fwJRwsAvxRbB8xN2kiikgRtcuX { width:7.5625rem;height:7.6875rem;top:10.6875rem;left:15.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSzNGwKm16hcdEEiFWg7zDHGWT39P7s4 { width:4rem;height:4rem;top:12.5625rem;left:15.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTPo4EOV7RdMRDsFohxguWtM1NTOO3U { width:14.25rem;height:2.25rem;top:12.25rem;left:17.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqkHfRfClpOgFLpRBH2576BmRh2uh0wb { width:19.5625rem;height:6.75rem;top:22.25rem;left:28.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQOfMybrSbLSdveI2C6LGJe35uUwrWSp { width:7.5625rem;height:7.6875rem;top:10.6875rem;left:31.75rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glfe37neBND6MegTaT1L4HpFO1JKI9x9 { width:4rem;height:4rem;top:13.3125rem;left:31.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmkbuZNMVXDCWcHIhMlFSCWA6zDTXZsT { width:14.25rem;height:2.25rem;top:12.25rem;left:33.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrFd7mpJTBv5IEuPyhlIibBD1pcdx4aZ { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6r56VBi2A8X8AyrqquDAKLUZ3WsxhWi { width:47.75rem;height:4.125rem;top:4.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkaZa0VcsGzTpoiVQ9Ad2CpSr65BT2SV { width:17.375rem;height:1.9375rem;top:18.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV9vKy864PVcFkErTPBuk0vN2kcpDtKs { width:17.375rem;height:1.9375rem;top:18.4375rem;left:14.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9R7bTpdTqnGeM5NLHTFHBLxmWSCdZbf { width:17.375rem;height:1.9375rem;top:18.4375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oes3gqftqEh4DeTwvL4KrhlMT6O0rZJm { width:22.4375rem;height:3.1875rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsxsAGgWssTEm4O0eamskh6xy4XZDCw7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ha6JwwmlkhKsMQveIAz6CNa0i2XNCdNl { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct22VmfrApBA8clHQtWLzSOgVwBdW8SM { width:47.75rem;height:2.75rem;top:36.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emczd5mM967pX8Lxiae1l0IhIzxd4DJa { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { top:7.625rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { top:23.625rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { top:39.875rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { top:56.25rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaDHE11mtCcETGemOvH28hQsiXSkpVW { top:73.375rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { top:11.9375rem;left:17.46875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block; }
 }@media only screen and (max-width: 763px) { #cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { top:11.9375rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { top:28.0625rem;left:17.46875rem;width:11.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { top:28.0625rem;left:30.0625rem;width:17.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6hJZLB6evATfcxomLe6GPcWJpATd { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block; }
 }@media only screen and (max-width: 763px) { #ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { top:45.25rem;left:17.46875rem;width:11.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNG05xbUUQeHWifT5gUqNJVioZEBThkK { top:45.25rem;left:31.4375rem;width:16.3125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block; }
 }@media only screen and (max-width: 763px) { #imosylAgRolwW7i0nGJZe84HePeBlMbI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block; }
 }@media only screen and (max-width: 763px) { #ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { top:62.75rem;left:17.46875rem;width:11.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { top:62.75rem;left:28rem;width:19.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block; }
 }@media only screen and (max-width: 763px) { #TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block; }
 }@media only screen and (max-width: 763px) { #X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { top:79.875rem;left:25.25rem;width:22.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block; }
 }@media only screen and (max-width: 763px) { #AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block; }
 }@media only screen and (max-width: 763px) { #EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { top:79.75rem;left:17.46875rem;width:11.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block; }
 }@media only screen and (max-width: 763px) { #NXItcFNVCb32XT10nmdpC7hP3CiXxZug { width:47.75rem;height:;top:1.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { display:block; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI29IR7lis0W3TUxugTdK7ergk8gDF2X { width:12.5rem;height:2.0625rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { width:3.875rem;height:0.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { width:22.625rem;height:4.9375rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { width:12.5rem;height:0;top:20.8125rem;left:31.236110687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKhp3rcscoDA0hZfRIalpccP147O7OP { width:12.5rem;height:0;top:23.875rem;left:28.110027313233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { width:27.875rem;height:11.875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { width:6rem;height:1.25rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { width:2.625rem;height:2.625rem;top:25.4375rem;left:1.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { width:1.5rem;height:1.5rem;top:26rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { top:1.3125rem;left:0rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { width:9.9375rem;height:2.5rem;top:25.1875rem;left:13.62949319297rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block; }
 }@media only screen and (max-width: 763px) { #a8ByQElRHHBChuHtgTePIZueWB95MiWI { top:1.625rem;left:13.53125rem;width:11.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { display:block; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { top:18.1875rem;left:12.90625rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { top:0rem;left:17.34375rem;width:14.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32ecUeTMua2bCpOK0nibEmU1p29mFAU { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#bDGzEuoJ9lRb4af3sC7bAzO973g1NbNW > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRfrz63tNfH8bLrVKxHJuTUK49g22b8r { width:6.9375rem;height:2.625rem;top:0.96875rem;left:11.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3XMHHqEvTJTu1FkcsrmrrnpazBSPT1X { display:block; }
 }@media only screen and (max-width: 763px) { #xTfNIuXaycB53bhfoLwuoJ7uwET3Tm8Q { width:11.8125rem;height:2.5rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezeSlrgiFTOAFyPkeUtt1v7g7fANcXrc { width:5.375rem;height:1.29980625rem;top:6.505859375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvbUtJoBe1dCxKpM49H3Q5MT3ZDThOOR { width:3.75rem;height:1.29980625rem;top:4.625rem;left:10.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x10ckaWxralBNGd9AWIWI6HQKNaPMvfb { width:4.8125rem;height:1.29980625rem;top:6.505859375rem;left:10.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1t6JkqiPUTrk0HxhSV6NNskiwxJglmF { width:2.625rem;height:1.29980625rem;top:4.625rem;left:15.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTfiwhZyxJzRNu8vnsUWdDyRBVDZeLhu { width:3.75rem;height:1.29980625rem;top:4.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MM38cQU5QTczJmOty4xV4PTmXOy3cA58 { width:3.75rem;height:1.29980625rem;top:4.625rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO { display:block; }#WbPH90KTMVqwIeF3ngAIiBbhBxNOkHAO > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7XKWmPkA0PeGfvXTvw68b14NTlcW6Pk { width:19.125rem;height:13.38575rem;top:36.53125rem;left:0.4375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQzQkiCsTVf89Tt26JnCAi6QxCkVbtP { width:18.0625rem;height:3.26171875rem;top:10.5498046875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ReQk5WKr6GCsNhO68Ibckx7T4HWkCbsO { width:20rem;height:2.9746125rem;top:51.4873046875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2t7pNQ1pgHbMbVy7qgvAMueRIp55ewW { width:20rem;height:20.546875rem;top:14.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc { display:block; }#APrS5AlH2gpTgBQAlIkUNnHtFoHK8doc > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNRmRAL1z1kH4pSGdM9ksuzca4Rwckuo { width:20rem;height:3.26171875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #iMUaDDmqMSvqrlsm0Rdr7swD5buPuQeC { width:20rem;height:7.4365rem;top:5.76171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ehTM0KJD0QHBFFGXAFentN0ALKw2LD { width:12.375rem;height:2.625rem;top:14.44728125rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fca6IPFyOINIITLOt4TyAUSIudMXEPRE { display:block; }
 }@media only screen and (max-width: 763px) { #uNbITNEH0IcIkhMpCo6SssyLa8RcxQ3f { width:12.375rem;height:2.625rem;top:18.32228125rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8hBtLhuHB627pI9aDJ27LSBmTcziapw { display:block; }
 }@media only screen and (max-width: 763px) { #zWxoEGrs84UZxnMgvVbmoqBlcHVd8KBT { width:12.375rem;height:2.625rem;top:22.19728125rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTmAtUGk0MaSeTCk9lVFQXl22tovRim2 { display:block; }
 }@media only screen and (max-width: 763px) { #QtdITTWOez3d7dViCTTUpJQaVCr9r6np { display:block; }#QtdITTWOez3d7dViCTTUpJQaVCr9r6np > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZMBiDp8t1TDl9W6Iun9LIVDTxmIoFoM { width:20rem;height:3.26171875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #k9OTGN18JCUzA5yFZSdqzwIdz7Ez9FqH { width:20rem;height:29.746125rem;top:5.76171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq { display:block; }#rbVqd3HB6BPwRlJxaQT3ITCI24SIS9Pq > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mh9zK7EFPNQtZUkGyucVLFmcyTa86fyC { width:15.625rem;height:21.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIop8vWqTlLbeu1CpegSTdLimDgBq459 { width:15.625rem;height:21.5rem;top:27.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZnxRETbGxkVAtpnzrb11WJxVuNhR7M { width:15.625rem;height:21.5rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ribd7FB27BqzEJ4Tu4zemrMRW17PeP1U { width:19.875rem;height:2.625rem;top:24rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd99tpvMzi4WddlKR5VMv5hbyVPuWGkC { width:19.3125rem;height:2.625rem;top:50.625rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnURznJ2OFxkJNGflEPObTCRBNA5SXq1 { width:19.875rem;height:2.625rem;top:77.25rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ { display:block; }#xBE1Sox3Q6e9JaDmL6QzwGym1fHnwbqJ > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6LNn67gVOaV95sFxOHKTZMWmPxvWTgV { width:15.625rem;height:21.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJI3N55lZdBFdMpDkpio1Xl3dPDr10u5 { width:15.625rem;height:21.5rem;top:29.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o57vC4I2UeB24CgFra9kkl2J1opGNe6K { width:15.625rem;height:21.5rem;top:55.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmeJnGyk2972VTSNOVM5TpLzVSPgmPWR { width:19.875rem;height:3.9375rem;top:24rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX8cNxx6DOgLp0NElMe14aeJ5OxPLTUS { width:19.875rem;height:2.625rem;top:51.9375rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbSVqPcfEqbW006fFNTVmi99z8likEE4 { width:19.875rem;height:2.625rem;top:78.5625rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d { display:block; }#b7e7crzWvqFezL9vhtRT9XqdRmqPAQ0d > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtefXNmt4Z6IdMnmLaSZ7g2vZW53OpL4 { width:15.625rem;height:21.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntsrJ0ffWnT7VLLK1kszTOrvt89iC7u0 { width:15.625rem;height:21.5rem;top:27.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeErSAg1VvfH7yA11HZX68q87Br6ocH8 { width:15.625rem;height:21.5rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPXudSMQE6mKFfEToMczWU10d0B3nQKR { width:18.4375rem;height:2.625rem;top:24rem;left:0.75rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTFdTmAchf22TX2vglITuLtUy0JZRql { width:19.875rem;height:2.625rem;top:50.625rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUwlGH3zXJ7hTTnZefsFKrEsm5WtZa1 { width:19.875rem;height:2.625rem;top:77.25rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD { display:block; }#XpyxKrKF2k57PUpnoACPriF6Q8NoF4lD > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMCet0aTNdIIq02w5zJcNt9Cw639wULc { width:20rem;height:3.26171875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #vDXKtg3UPvI4CScKbLMRAXEuZt9r1qdW { width:20rem;height:34.208rem;top:5.76171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm { display:block; }#X1qbpX2xt0MmJbfSeuTiEykEBMO5E1fm > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnomQ3t1dedaed2c6VD5SmoQgKX3tB4Q { width:15.625rem;height:21.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfVV5zFWyHIPEhdrXEoVq7EFMuL9lwQ7 { width:15.625rem;height:21.5rem;top:27.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTOrL41fL49wZMBbLdFw1gAveZ2z2sk { width:15.625rem;height:21.5rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bucATtovaNpND9QRqESDkUPOxvypnyJT { width:18.125rem;height:2.625rem;top:24rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETzRzTTl5CTKtsv929FCQs7B6pUsWtJV { width:19.3125rem;height:2.625rem;top:50.625rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZb1npq3pI8zbqMrcwBy1wRWUoVObVoC { width:19rem;height:2.625rem;top:77.25rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E { display:block; }#sT6wcbyRLEHD9HWB9wRVEkUV8A3PxH9E > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMT7zIydqMFyGysUaw5zlHTraITpfyhl { width:15.625rem;height:21.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbhn6pqOlh8J2HfT3IoaFlTHHTpzmPAH { width:15.625rem;height:21.5rem;top:27.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS7T2z5T3aSSXB23R33m76V7RkRf6MwB { width:15.625rem;height:21.5rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3HaxaImfksJpreXsCqekVvmIObI5CET { width:19.875rem;height:2.625rem;top:24rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLqi5MkAbxp2PCHwQVJPK3gpzAwzxbkb { width:19.3125rem;height:2.625rem;top:50.625rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxsiG4yBg1ZJfLZtuJVPPzD70rSBWB6x { width:18.4375rem;height:2.625rem;top:77.25rem;left:0.75rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 { display:block; }#aqQBsMtClascMEFpRkz2VL3K8pv4SUT3 > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0uodkTZ6CgHp1coQmWac5ccnsGHLsUk { width:15.625rem;height:21.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm5ERznWeItN6o6tGf1Ha76tzsqbwIKM { width:15.625rem;height:21.5rem;top:27.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqJOHmIXWHDyKl9Eg8sPQ5mBVmZcRcCo { width:15.625rem;height:21.5rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O465OughHWcgVT4ao7LOL69gHuDHusdz { width:19.875rem;height:2.625rem;top:24rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3J403bfOXDUB32BpeZptvUP3dwty5Vw { width:19.3125rem;height:2.625rem;top:50.625rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSAS9XTwIIoXf1KPHSXWksNHl2DdsDVA { width:19.875rem;height:2.625rem;top:77.25rem;left:0.0625rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkzKdS55LA1AywIuD4T3vwX7MgoZZtol { display:block; }#EkzKdS55LA1AywIuD4T3vwX7MgoZZtol > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOece5dztOhtRytNCqNPKax1PBQkU68w { width:20rem;height:1.6308625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Bx5AG1HvxeaSZVgdfrLITGHNzSTLZKRR { width:20rem;height:28.2588125rem;top:4.1308625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c { display:block; }#NWffm0rAIH9UuXK4TsmHfh9lMZuHC23c > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwfp5gRyXr5yw7XX6Luu2xCcnV6wFm75 { width:15.625rem;height:21.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIZJseAQufUDNAwEqKrEculVbeul9COd { width:15.625rem;height:21.5rem;top:26.40625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2R43Dt2X9atoTboB1Rvvl1QqBTb0wf0 { width:15.625rem;height:21.5rem;top:51.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTqx7ZGW4BeKHaxLrORpwVyC8sltn7Tk { width:18.125rem;height:1.3125rem;top:23.78125rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukeM8ThSR4MacGPwK3KG8c1CSwDVw51s { width:19.3125rem;height:1.3125rem;top:48.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDOWyJniPNHNM1NpWXg3OyfZ915XD8Vo { width:19rem;height:1.3125rem;top:74.78125rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb { display:block; }#W7mLDrVawWZTTRSnJDiBcy1hUW00BfCb > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu0EtLxngg9nIeJ9X1HeIpWSdkaC54EW { width:15.625rem;height:21.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnDEnGgiehK99zB6UJm3WMO6McEUytvT { width:15.625rem;height:21.5rem;top:27.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDIHK8NTSTg3shi15T5MZ0pTdoPmQpER { width:15.625rem;height:21.5rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia513Ofwr64TLg9HCm1DS8vy4Hs5b8f8 { width:18.125rem;height:2.625rem;top:24rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdBp39qGe4m8CuBxd8dH7szQ96hJokfH { width:19.3125rem;height:2.625rem;top:50.625rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDQqdZLHXds3C5gib4T0PONKpJgZdgD9 { width:19rem;height:2.625rem;top:77.25rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 { display:block; }#JQuiTm63XuOe8WnQyZawU2CsJTVeruJ0 > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cudMy6sRiEMeRLOAn2MZhOwD9EQdcWKD { width:15.5625rem;height:21.3125rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddPsoVG1k1KEM9dSxNpZTVTieAhHzin { width:15.625rem;height:21.5rem;top:26.71875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQSoenrycTzGcdJMD0Ht1dxJTzMacqTs { width:15.625rem;height:21.5rem;top:52.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0lZHAsJTIHwaMTda2X6nwHNFpVGutM { width:18.125rem;height:1.3125rem;top:23.53125rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAOI8Jq43aK0idQMC3cTZW428rPX8Da4 { width:19.3125rem;height:1.3125rem;top:49.5625rem;left:0.34375rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZWEusOATLxaWsuH6S7pxhgKiesqBmA8 { width:19rem;height:1.3125rem;top:75.84375rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d { display:block; }#pTgFzPVNaeyZn6vIwvVyDp3ffP9OmX0d > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikI5VU52b0HNCEXrtBZAgcL7J32562rT { width:7.5625rem;height:4.14355625rem;top:19.662109375rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFdqSr05VWPtbPgKe4UwAI07fNg6pRqS { width:4rem;height:4rem;top:20.5478515625rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWxbqVL3NS1220Ku3ypFi0uVhGeFTGyC { width:14.25rem;height:1.8681625rem;top:24.5478515625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVFr7nkWQwEXeMgHTrgMU9EAv50p0US { width:18.125rem;height:7.96875rem;top:30.6064453125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NpnV772LEeniJsnqKNEtJPltQfnMtrfz { width:18.375rem;height:6.375rem;top:51.521484375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icq4N6fwJRwsAvxRbB8xN2kiikgRtcuX { width:7.5625rem;height:4.14355625rem;top:40.962890625rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSzNGwKm16hcdEEiFWg7zDHGWT39P7s4 { width:4rem;height:4rem;top:41.0341796875rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTPo4EOV7RdMRDsFohxguWtM1NTOO3U { width:14.25rem;height:1.8681625rem;top:45.6689453125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqkHfRfClpOgFLpRBH2576BmRh2uh0wb { width:18.8125rem;height:6.375rem;top:71.337890625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQOfMybrSbLSdveI2C6LGJe35uUwrWSp { width:7.5625rem;height:4.14355625rem;top:60.208984375rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glfe37neBND6MegTaT1L4HpFO1JKI9x9 { width:4rem;height:4rem;top:60.2802734375rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmkbuZNMVXDCWcHIhMlFSCWA6zDTXZsT { width:14.25rem;height:1.70605625rem;top:65.201171875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrFd7mpJTBv5IEuPyhlIibBD1pcdx4aZ { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V6r56VBi2A8X8AyrqquDAKLUZ3WsxhWi { width:20rem;height:11.15625rem;top:7.29785rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qkaZa0VcsGzTpoiVQ9Ad2CpSr65BT2SV { width:17.375rem;height:1.94921875rem;top:27.1103515625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV9vKy864PVcFkErTPBuk0vN2kcpDtKs { width:17.375rem;height:1.94921875rem;top:48.384765625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9R7bTpdTqnGeM5NLHTFHBLxmWSCdZbf { width:17.375rem;height:1.94921875rem;top:68.0322265625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oes3gqftqEh4DeTwvL4KrhlMT6O0rZJm { width:19rem;height:3.1875rem;top:93.4375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsxsAGgWssTEm4O0eamskh6xy4XZDCw7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ha6JwwmlkhKsMQveIAz6CNa0i2XNCdNl { width:20rem;height:4.798825rem;top:79.9150390625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ct22VmfrApBA8clHQtWLzSOgVwBdW8SM { width:18.875rem;height:6.375rem;top:86.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { width:20rem;height:205.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { width:18.75rem;height:1.94921875rem;top:63.8828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emczd5mM967pX8Lxiae1l0IhIzxd4DJa { width:18.75rem;height:3.8984375rem;top:22.3984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { width:20rem;height:3.8984375rem;top:102.33984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { width:20rem;height:3.8984375rem;top:141.421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { width:20rem;height:3.8984375rem;top:181.515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { width:20rem;height:15rem;top:6.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { width:20rem;height:14.953125rem;top:47.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { width:20rem;height:14.8125rem;top:86.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { width:20rem;height:14.8125rem;top:125.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaDHE11mtCcETGemOvH28hQsiXSkpVW { width:20rem;height:14.8125rem;top:165.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { width:12.5625rem;height:4.62890625rem;top:27.734375rem;left:3.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { width:12.375rem;height:2.625rem;top:42.7421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block; }
 }@media only screen and (max-width: 763px) { #cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { width:20rem;height:4.62890625rem;top:33.05078125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { width:11.1875rem;height:4.62890625rem;top:66.95703125rem;left:4.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { width:19.875rem;height:4.62890625rem;top:72.1484375rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { width:12.375rem;height:2.625rem;top:78.46484375rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6hJZLB6evATfcxomLe6GPcWJpATd { width:12.375rem;height:2.625rem;top:82.02734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block; }
 }@media only screen and (max-width: 763px) { #ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { width:19.875rem;height:4.62890625rem;top:106.9765625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNG05xbUUQeHWifT5gUqNJVioZEBThkK { width:20rem;height:4.62890625rem;top:112.23046875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { width:12.375rem;height:2.625rem;top:117.671875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block; }
 }@media only screen and (max-width: 763px) { #imosylAgRolwW7i0nGJZe84HePeBlMbI { width:12.375rem;height:2.625rem;top:121.421875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block; }
 }@media only screen and (max-width: 763px) { #ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { width:20rem;height:4.62890625rem;top:146.38671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { width:20rem;height:4.62890625rem;top:151.69921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { width:12.375rem;height:2.625rem;top:157.953125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block; }
 }@media only screen and (max-width: 763px) { #TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { width:12.375rem;height:2.625rem;top:161.640625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block; }
 }@media only screen and (max-width: 763px) { #X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { width:20rem;height:5.84765rem;top:191.73046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { width:12.375rem;height:2.625rem;top:199.046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block; }
 }@media only screen and (max-width: 763px) { #AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { width:12.375rem;height:2.625rem;top:203.046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block; }
 }@media only screen and (max-width: 763px) { #EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { width:20rem;height:4.62890625rem;top:186.4140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { width:12.375rem;height:2.625rem;top:39.171875rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block; }
 }@media only screen and (max-width: 763px) { #NXItcFNVCb32XT10nmdpC7hP3CiXxZug { width:20rem;height:5.06303125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { background-color:#d6d4d4;background-image:none;display:block; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { background-color: transparent; background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .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); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI29IR7lis0W3TUxugTdK7ergk8gDF2X { width:5.75rem;height:1.8681625rem;top:2.1220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { width:3.875rem;height:0.3125rem;top:4.80859375rem;left:0.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { width:20rem;height:4.3984375rem;top:5.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { width:12.5rem;height:0;top:30.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKhp3rcscoDA0hZfRIalpccP147O7OP { width:12.5rem;height:0;top:31.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { width:20rem;height:14.34375rem;top:12.04296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { width:6rem;height:1.29980625rem;top:29.44921875rem;left:0.9052734375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { width:2.625rem;height:2.625rem;top:28.125rem;left:6.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { width:1.5rem;height:1.5rem;top:28.6875rem;left:7.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { width:20rem;height:30.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { width:9rem;height:2.4375rem;top:28.3125rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block; }
 }@media only screen and (max-width: 763px) { #a8ByQElRHHBChuHtgTePIZueWB95MiWI { width:11.5625rem;height:2.9375rem;top:1.5869140625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { background-color: transparent; background-image: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .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); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { width:20rem;height:1.4000375rem;top:19.49903125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { width:15.9375rem;height:4.25rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { width:20rem;height:1.29980625rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32ecUeTMua2bCpOK0nibEmU1p29mFAU { width:20rem;height:1.29980625rem;top:9.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { width:20rem;height:1.29980625rem;top:11.8496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { width:20rem;height:1.29980625rem;top:14.39941875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { width:20rem;height:1.29980625rem;top:16.949225rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }