.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:208,208,208;--color-secondary-3:125,125,125;--color-secondary-4:42,42,42;--color-tertiary-0:255,255,255;--color-tertiary-1:208,208,208;--color-tertiary-2:62,62,61;--color-tertiary-3:56,56,55;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#f1f1f1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b0b0b0;background-image:url("https://images.assets-landingi.com/uc/837a6972-ab4a-42ca-b8e8-bf00b199f336/GRAFIKA_WEB_4A.jpg");background-position:top 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; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL.adaptive-delivery-prevent-bg, #lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL.lazyload, #lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL.lazyloading { background-image: none; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row .container { background-color: transparent; background-image: none; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row .container > .video-iframe-container { display: none; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row > .video-iframe-container { display: none; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .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); }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row .container { border-width: 0; border-radius: 0; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#vr1SEJ7m8om06FmRVWgZh0MXdryEWLDc { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:6rem;top:35rem;left:9.25rem;overflow:hidden;display:block; }
#cfW0VN3MfNcHb93Vo6ens9PWS8f3HHzk { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:4.25rem;top:35.0625rem;left:2.5625rem;overflow:hidden;display:block; }
#XpANysTPrDtmqQpTWPSORtTCnTDyNJxN { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:15.125rem;top:2.90625rem;left:2.5625rem;overflow:hidden;display:block; }
#sFel7akyakxpuqNtciTbnwCXNhO0D9tn { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.6875rem;left:2.5625rem;height:5.5rem;font-style:normal;display:block; }
#TGbq1Sk2po9mLMdqzwrZHryfVEUC7HGA { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:21.375rem;left:2.5625rem;height:1.1875rem;font-style:normal;display:block; }
#Vu4bQHSaUaudyp6K27d6tflWSXADcHoO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Qq5C5ItrGyU419Ng5czxMptt9P649qsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);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; }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row .container { background-color: transparent; background-image: none; }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row .container > .video-iframe-container { display: none; }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row > .video-iframe-container { display: none; }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .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); }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row .container { border-width: 0; border-radius: 0; }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#gIqR6V0kG7PFzlVEBNXeuoiO5TUbChRA { color:#3c3c3b;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.5625rem;height:3.25rem;font-style:normal;display:block; }
#NWuwN1NbPaeJiMUJIHAzHm6Gh3caJQpn { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:7.4375rem;left:2.5625rem;display:block; }
#FFLU12PKJLi5TRPKRFdu4kgLJmDr9p6K { color:#3c3c3b;display:block;width:54.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.5625rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pUS1hz7MQqeRQzJXJGlttIokaXIz791D { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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; }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row .container { background-color: transparent; background-image: none; }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row .container > .video-iframe-container { display: none; }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row > .video-iframe-container { display: none; }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .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); }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row .container { border-width: 0; border-radius: 0; }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#lwDCQGyfIeRuXEC27JwcCpdshV1oc0VC { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:2.3125rem;left:11.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oFwgaKeLzautDOnFg9LQgOK8WpvP1G4z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.875rem;left:7.6875rem; }
#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz { 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; }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row .container { background-color: transparent; background-image: none; }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row .container > .video-iframe-container { display: none; }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row > .video-iframe-container { display: none; }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .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); }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row .container { border-width: 0; border-radius: 0; }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#fbT8fnhmtIIAT4MmBF2M2QCJp4n7rRuy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#twK8VMkack8UXlIwmpH7eG68uoaQzwln { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.6875rem;height:10.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rnJ8PEtROvMVcxd6dVRKHX0DW4bUrIH3 { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:8.375rem;left:2.6875rem;display:block; }
#gf07wMiLFeQlzxnlZrky4Z0mysiWfiyq { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #434343;border-left:0.125rem solid #434343;border-right:0.125rem solid #434343;border-bottom:0.125rem solid #434343;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:2.5625rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:22.75rem;left:2.625rem;display:block; }
#vwobVcTT1Vb1rEWWdTTzD0apaT9qZZ0J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeoLPfNbbxn8NPFexcoXAUtIBrTzrdgi { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#QyTqBidJPnVpoXdwA0dBDNP526CWKGCR { color:rgba(var(--color-tertiary-2),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:2.6875rem;left:22.9375rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu { position:relative;display:block; }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu { background-color: transparent; background-image: none; }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .row .container > .video-iframe-container { display: none; }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .row > .video-iframe-container { display: none; }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .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); }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu { border-width: 0; border-radius: 0; }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DTXx49mtQgLb06zxDJreRoQCsMBmyffJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.125rem;left:40.9375rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oMdZxWHBWsZ8HIE5aZCq0hfCnpEJiK17 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:10.125rem;left:32.6875rem;height:14.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bIImp6bQcOMR3mnBhDDiMbWACbIhMHSs { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:7.8125rem;left:48.625rem;display:block; }
#XLHCkmpEz0UITb7GZH112iIUBn8vgITW { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#K5fEUTw1Z2UhZ38HzGqMCHf2yWilrTi0 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:2.125rem;left:32.6875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL { 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; }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row .container { background-color: transparent; background-image: none; }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row .container > .video-iframe-container { display: none; }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row > .video-iframe-container { display: none; }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .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); }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row .container { border-width: 0; border-radius: 0; }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#ElTPTMoVSDEuo7wliZAc7n7soXwTheWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.1875rem;left:2.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RF0XypNpwcBVxBOAnhikmS4GJRTcPHKQ { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:7.875rem;left:2.6875rem;display:block; }
#gD0Zfg2dOVW8ccgyoW5kgRHC0ub6IyXl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.6875rem;height:16.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y69AQu96OKXvPvCB4MwWD4QZ79Pl5uIR { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#xBZokTfQxEiG79GyLfqoaydka1R9MG8o { color:rgba(var(--color-tertiary-2),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:2.1875rem;left:22.9375rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s { position:relative;display:block; }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s { background-color: transparent; background-image: none; }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .row .container > .video-iframe-container { display: none; }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .row > .video-iframe-container { display: none; }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .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); }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s { border-width: 0; border-radius: 0; }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GoJ0vFgAke7ANqION5aIktiznZdQGO5n { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:39.625rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p7lGewZT3BJ1k0UDMhB4NtV9KyvZcu8T { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:10.6875rem;left:32.6875rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DmKCk9zMII7P7rh24Rv2CDF3ruZTXo0T { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:8.375rem;left:48.625rem;display:block; }
#yTxNwieNT80PnZwhI1GwdhSTCqQkJeNF { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #434343;border-left:0.125rem solid #434343;border-right:0.125rem solid #434343;border-bottom:0.125rem solid #434343;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:2.5625rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:22.75rem;left:32.625rem;display:block; }
#Q7MIzllAiP9GTecrVfKG5CymUr2Ma44x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9Eh6BeQZUiTTkPLcyE2QdhqFn0FILSO { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cCxLE2dTrDNfqi6Pr5l4RPcbvi982u2r { color:rgba(var(--color-tertiary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:2.6875rem;left:32.6875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 { 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; }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row .container { background-color: transparent; background-image: none; }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row .container > .video-iframe-container { display: none; }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row > .video-iframe-container { display: none; }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .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); }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row .container { border-width: 0; border-radius: 0; }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#LPpqhVT7XM8xzb7Csf4hST3u2gn7fnhD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.1875rem;left:2.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rEdqqlXTnD3Hd80nFzXgTthax0Dbiwrm { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:7.875rem;left:2.6875rem;display:block; }
#hS6bAtUAOfTfKG3Zmde2M1bCDFK0GeAI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.6875rem;height:13.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KfKo0KuFaRgSdzEq7Ddg1dTvzs0XET7E { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#QxdXobPOdi1zl1tQHslbZ9TnzUWQnzRy { color:rgba(var(--color-tertiary-2),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:2.1875rem;left:22.9375rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W { position:relative;display:block; }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W { background-color: transparent; background-image: none; }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .row .container > .video-iframe-container { display: none; }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .row > .video-iframe-container { display: none; }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .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); }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W { border-width: 0; border-radius: 0; }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cXan2Eh5v09TmwJOBAfprQLzvrEE6Kiw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.125rem;left:37.1875rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d22W6vTkMEvKMG0RhIgq235T9x6Xx66l { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:10.125rem;left:32.6875rem;height:13.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RJKayiQoiKROiTOb31a3gVTM5mdie7W7 { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:7.8125rem;left:48.625rem;display:block; }
#gTq5uMF0tBo89gPITD6ZSv83qdEKi8S9 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#shitMvOl4AnAwtIAm4Vkz9hukpaLWznR { color:rgba(var(--color-tertiary-2),1);display:block;width:4.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:2.125rem;left:32.6875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 { 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; }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row .container { background-color: transparent; background-image: none; }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row .container > .video-iframe-container { display: none; }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row > .video-iframe-container { display: none; }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .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); }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row .container { border-width: 0; border-radius: 0; }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#nCdMPUyWaDkihTmKIAMtlacI5J7t5a7H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.1875rem;left:2.6875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZDTuhv4DH9JfnDQkZ7FCiDRon7oCVihy { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:7.875rem;left:2.6875rem;display:block; }
#NHbbHq4V1DaIdudedOqxD47uewgqtLN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.6875rem;height:15.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TpLtA9x64oZT4qT5SuUd8eqWzwECCy9O { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#KWGVSBZOmJQiGCpioXcVWaN1NOvaFB03 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:2.1875rem;left:22.9375rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D5iWNe8T0c21CpunPDixTytcQGyaW0pq { position:relative;display:block; }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq { background-color: transparent; background-image: none; }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .row .container > .video-iframe-container { display: none; }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .row > .video-iframe-container { display: none; }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .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); }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq { border-width: 0; border-radius: 0; }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vISACF4E77O51GHNfnqvqZOIC69uAguO { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.125rem;left:37.25rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#G5UldrmhezJ6NGcbbEvJGU0hVWpR1DTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:10.125rem;left:32.6875rem;height:13.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GaKx9z1bmpJUfNNQQEOdT1lfGhPiZ77D { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:7.8125rem;left:48.625rem;display:block; }
#CRCRlcrXTUAkgqEnGwzHuXDDMspslniN { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TeWacDTG0otM6SAHaKX2cJFmFXnWIci7 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:2.125rem;left:32.6875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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; }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row .container { background-color: transparent; background-image: none; }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row .container > .video-iframe-container { display: none; }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row > .video-iframe-container { display: none; }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .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); }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row .container { border-width: 0; border-radius: 0; }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#tOruqzwDoLTRK5zTXRBpbCExI6D4MVkF { color:rgba(var(--color-tertiary-2),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:2rem;left:9.5rem;height:1.625rem;font-style:normal;display:block; }
#sGRTT8bOMMDTIDcAs2LDTXPTpk7ihA4c { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.5625rem;left:5.4375rem; }
#wqUEnEeFX5RafonTWdZmfMAtnai401lH { position:relative;display:block; }#wqUEnEeFX5RafonTWdZmfMAtnai401lH { background-color: transparent; background-image: none; }#wqUEnEeFX5RafonTWdZmfMAtnai401lH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .row .container > .video-iframe-container { display: none; }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .row > .video-iframe-container { display: none; }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .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); }#wqUEnEeFX5RafonTWdZmfMAtnai401lH { border-width: 0; border-radius: 0; }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .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; }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .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:30rem;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; }#DC7RHKWeo9hCVPQudd0B5LxTI86J80uI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:17.9375rem;left:2.6875rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dMKAxbSo7q6K5CsOVDTRt2k7lapiRXBR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:12rem;left:2.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HU29WkAqZRcozmv0Pmg93Tvaz1KNfePV { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:15.6875rem;left:2.6875rem;display:block; }
#iBGEFtcFFrAq43eShLugS6rswsFihAT8 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:7.6875rem;left:9rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZfE5U7RfWwnO7TTTZHxytRC6lTExasO { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:2.1875rem;top:15.6875rem;left:2.6875rem;display:block; }
#pIpgIESHcUuzyodPD77xDmW4Tef1JEbb { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:7.5625rem;left:9.1875rem;display:block; }
#xHEVEZBZVktTq1q8HuX9uBxPFl9cLuIp { color:rgba(var(--color-tertiary-1),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.6875rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOf9NUevfxnPZ2fcyCzT0CTQ6wJaUwUT { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:30rem;top:3.75rem;left:30rem;overflow:hidden;display:block; }
#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX { position:relative;display:block; }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX { background-color: transparent; background-image: none; }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .row .container > .video-iframe-container { display: none; }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .row > .video-iframe-container { display: none; }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .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); }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX { border-width: 0; border-radius: 0; }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Oqh3hcJJoebhGq7ceg9eV3KKnBUXPiBB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:18rem;left:32.6875rem;height:3.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Z4GH6GQ95R4xUfAlQuTMwD6PoWxFVu8E { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:15.75rem;left:32.6875rem;display:block; }
#M0XoLbgpkCG4kmB7wIhH4oXEdsr093JB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:12.0625rem;left:32.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DZfcuXeDtU2DAr3vCzUBrSGn29X9od3y { color:rgba(var(--color-tertiary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:7.75rem;left:39rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IbNa8qZbsefJ8HtAh2CWR92VR5RQDcBd { position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:7.625rem;left:39.1875rem;display:block; }
#plgmCCrN54un8bRShffGqfQyd6b1MIkI { color:rgba(var(--color-tertiary-1),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:7.8125rem;left:32.6875rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxFTrSOdeZu4P56gybdGhHSv6U3x2WrT { position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:2.1875rem;top:15.75rem;left:34.875rem;display:block; }
#EKLvl2MRiNpFAfA6eLf7PFwkcKMN7QuP { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT { position:relative;display:block; }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT { background-color: transparent; background-image: none; }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .row .container > .video-iframe-container { display: none; }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .row > .video-iframe-container { display: none; }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .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); }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT { border-width: 0; border-radius: 0; }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .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; }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .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:30rem;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; }#HTk7DrhqLAxTeEFBEnX6Cvn4myAeitMb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:12rem;left:2.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lo1EaczDs6Ap3tf2wKxHyumNbLM7l5lK { color:rgba(var(--color-tertiary-1),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:7.75rem;left:2.6875rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTAx10mKPEK0z9Sp3P3T25wLszPZNpXp { color:rgba(var(--color-tertiary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:7.6875rem;left:9rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CW2ApvEUH4Gc0qh4q5V6aEiT5g63lg3U { position:absolute;display:block;z-index:15039;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:7.5625rem;left:9.1875rem;display:block; }
#yvkZTzPCFHnQ2Fl7KgbPRT0oeywxGkXV { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:15.6875rem;left:2.6875rem;display:block; }
#Nz6iZXHUQE29Kgw0nriV2xEOX23QotwA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:17.9375rem;left:2.6875rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GL93KT6oLKaPTOvXXatTCALL9TBpxZw7 { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:2.1875rem;top:15.6875rem;left:7.0625rem;display:block; }
#BFaeMwANps6GqJnXMx5OX5OK9uT5u3hX { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn { position:relative;display:block; }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn { background-color: transparent; background-image: none; }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .row .container > .video-iframe-container { display: none; }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .row > .video-iframe-container { display: none; }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .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); }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn { border-width: 0; border-radius: 0; }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TPVfy2yglfQ8H8TSXJMCpT7KbevwQeGh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:17.3125rem;left:32.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GAJBaxOhRu58oMTkeLuJwQGJh0hTNTsp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:11.375rem;left:32.6875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uAAMV1haoEwVWA75TkkzH2QkVK4sN1X1 { position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:15.0625rem;left:32.6875rem;display:block; }
#BDrOTfhB2wcVKyy6Zb2v8vkUKDJAwAAh { position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:2.1875rem;top:15.0625rem;left:39.3125rem;display:block; }
#kw4a2VtNoTOb0EXrBpH8aIASTO3PhEnA { position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:7.0625rem;left:39.1875rem;display:block; }
#BtsG2uwbMud6rG75MwFMZW9fpEaXNAKt { color:rgba(var(--color-tertiary-1),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:7.25rem;left:32.6875rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DFOr0EFEK0McVMz7IdFwlN9DaCsxle3W { color:rgba(var(--color-tertiary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:7.1875rem;left:38.9375rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pM302RTTWuv5PeDzeVDhLCH5FEiJdI01 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm { position:relative;display:block; }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm { background-color: transparent; background-image: none; }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .row .container > .video-iframe-container { display: none; }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .row > .video-iframe-container { display: none; }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .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); }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm { border-width: 0; border-radius: 0; }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PSneSCAO91EJTxIX9LueHxqMb9icyLW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:22.3125rem;left:2.625rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dHodJpTXVzsIyrG9xZDwv3bxr9OQOxFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:25.8125rem;left:2.625rem;height:0.8125rem;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; }
#ho7am4RvnfPgqpPsTw4AqnnL7Ff9OdC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.6875rem;height:1.625rem;font-style:normal;display:block; }
#TgLOPfceF5o7GkZVolbeTu0oIQKBDTXp { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:6.1875rem;left:2.6875rem;display:block; }
#S95Q5AerUToA9MXCmfIXnnlpOtBMgkFq { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.6875rem;height:12.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#t6KwcKNFTaG4lSCiVCQRgCLzRlx7Tk6z { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 { 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; }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row .container { background-color: transparent; background-image: none; }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row .container > .video-iframe-container { display: none; }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row > .video-iframe-container { display: none; }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .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); }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row .container { border-width: 0; border-radius: 0; }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#nUJCNTBTNUwPxfvdwIm3Les7nOmdnQAQ { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.125rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
#Aaw4mg5XCEeA3saB0Vlracah6E1EOfrq { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:3rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#BbkcVWUXIyT63akmnXAvm2RV3Q1GVfmm { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-tertiary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:5.8125rem;left:1.875rem;display:block; }
#f0UUKBGH1sHma7hRPh815eSfIx4IebU5 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:11.6875rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#suHiUSkCbBw611ApGDJKvTaZeLim6zq7 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.075592041016rem;left:2.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFyqgyPpC6ltEVxT64CD48u1wC9DKgob { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:9.3469543457031rem;left:41.875rem;height:4.021739rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xw2AwhH0poLSBJg9JdHlCAlyNBEuD1vG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:23.0625rem;left:45.4375rem;display:none; }
#gGG0GZMfmw9JpLyL0T2ERLLfoKkeAsqg { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:23.3125rem;left:47.6875rem;height:1.0869565rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Z1olR0y1QlF98nbNWTTysB6cL7SAssTD { color:rgba(var(--color-tertiary-4),1);display:block;width:8.56233025rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:24.573699951172rem;left:45.718414306641rem;height:1.0869565rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#omVBFGi41ShOkBTowVBcb9pyaoXeLPWD { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4695995rem;height:2.09510875rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:22.730987548828rem;left:3.7185802459717rem;display:block; }
#owiX6GFbhovvnMReFMroaAI13uObnDku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNvmiqQJVxErCDxugPOTTStDv2WiVTFL { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:10.111267089844rem;left:1.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raT01oRNsuIMEv21EuJc56SXXnJ924QW { color:#1f890e;display:block;width:11.93699075rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:18.575073242188rem;left:4.0310802459717rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x { position:relative;display:block; }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x { background-color: transparent; background-image: none; }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .row .container > .video-iframe-container { display: none; }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .row > .video-iframe-container { display: none; }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .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); }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x { border-width: 0; border-radius: 0; }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .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; }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .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:30rem;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; }#RzcBDXroxT55TLlTe2Q0UgFT11mWph4s { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:11.125rem;left:32.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gfxcx5vbVFPiobtwFnnyDuSMra887Hkg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:5.625rem;left:32.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l1Th93XtockNHoG15T164l0lGTrPLzHw { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:21.3125rem;left:32.5rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#azE9dB3UM7xynDWNmzpg3v6kQQ6vbJXg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:19.8125rem;left:32.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ClzAmX8eF1q5DKS0MFPJNteT1lC3w74I { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:24.875rem;left:34.75rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D070xR3K4gcHkT0DmKk3EAQfTOTTRm15 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:24.625rem;left:32.5rem; }
#eBHm9OJ3xT1TRVBeTs0KEf3TqJJQyiWT { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.6875rem;top:17.75rem;left:32.40625rem;display:block; }
#rogEDQaAPkUmVGDH5o5lbBWia8Cq9nzT { 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:30rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#b0XeXU2L8zyoZ4eiZWOs1ayQZTubzzmA { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:8.75rem;top:9.0625rem;left:32.5rem;display:block; }
#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row .container { background-color: transparent; background-image: none; }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row .container > .video-iframe-container { display: none; }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row > .video-iframe-container { display: none; }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .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); }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row .container { border-width: 0; border-radius: 0; }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#c3zKLnAKGluL05rwz8kWSOnRlKBWvzIP { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:30.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcSovxyzbV1UbxIqM4oGTri1xcQDOePs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.625rem;top:1.75rem;left:1.875rem;overflow:hidden;display:block; }
#zmteKkrFaTlG3f4xul4hM60xroJ5NfZn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:18.125rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SIiUvo7LOBNoxvgHG2N7uEhzLz8vpWR4 { 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:1.5rem;width:4.625rem;top:1.75rem;left:10.375rem;overflow:hidden;display:block; }
#g1E1qobunUkVvaG00o1uu8QfOKdMdkU6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.875rem;left:52.4375rem; }
#g1E1qobunUkVvaG00o1uu8QfOKdMdkU6 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#BW9NOrfkiNsA945uAXEQLRm8urXBgdoG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.875rem;left:54.5625rem; }
#BW9NOrfkiNsA945uAXEQLRm8urXBgdoG > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#A3JK5kni5l6omy5gKB64hcbtKFlyoack { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.875rem;left:56.875rem; }
#A3JK5kni5l6omy5gKB64hcbtKFlyoack > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#LLFtXkNezmU0PbqDwEnunoTrQlFfqv4u { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.125rem;left:41.5625rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL { display:none; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vr1SEJ7m8om06FmRVWgZh0MXdryEWLDc { width:6rem;height:1.5rem;top:35rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfW0VN3MfNcHb93Vo6ens9PWS8f3HHzk { width:4.25rem;height:1.375rem;top:35.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpANysTPrDtmqQpTWPSORtTCnTDyNJxN { width:15.125rem;height:2.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFel7akyakxpuqNtciTbnwCXNhO0D9tn { width:31.1875rem;height:2.75rem;top:14.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbq1Sk2po9mLMdqzwrZHryfVEUC7HGA { width:31.1875rem;height:1.1875rem;top:21.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu4bQHSaUaudyp6K27d6tflWSXADcHoO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qq5C5ItrGyU419Ng5czxMptt9P649qsH { display:block; }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIqR6V0kG7PFzlVEBNXeuoiO5TUbChRA { width:47.75rem;height:3.125rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWuwN1NbPaeJiMUJIHAzHm6Gh3caJQpn { width:8.75rem;height:0.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFLU12PKJLi5TRPKRFdu4kgLJmDr9p6K { width:47.75rem;height:4.3125rem;top:10rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUS1hz7MQqeRQzJXJGlttIokaXIz791D { display:block; }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwDCQGyfIeRuXEC27JwcCpdshV1oc0VC { width:40.625rem;height:1.5625rem;top:2.25rem;left:5.5623302459717rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwgaKeLzautDOnFg9LQgOK8WpvP1G4z { width:2.5rem;height:2.5rem;top:1.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz { display:block; }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbT8fnhmtIIAT4MmBF2M2QCJp4n7rRuy { width:15.5rem;height:2.5rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twK8VMkack8UXlIwmpH7eG68uoaQzwln { width:24.6875rem;height:9.75rem;top:10.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnJ8PEtROvMVcxd6dVRKHX0DW4bUrIH3 { width:8.75rem;height:0.4375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf07wMiLFeQlzxnlZrky4Z0mysiWfiyq { width:24.6875rem;height:2.5625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwobVcTT1Vb1rEWWdTTzD0apaT9qZZ0J { display:block; }
 }@media only screen and (max-width: 763px) { #BeoLPfNbbxn8NPFexcoXAUtIBrTzrdgi { width:30rem;height:30rem;top:0rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTqBidJPnVpoXdwA0dBDNP526CWKGCR { width:4.5rem;height:6.5rem;top:2.6875rem;left:19.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdwfiznrohArm5TSAq7qFAt8z2bbI0qu { display:block; }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTXx49mtQgLb06zxDJreRoQCsMBmyffJ { width:16.4375rem;height:2.5rem;top:4.125rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMdZxWHBWsZ8HIE5aZCq0hfCnpEJiK17 { width:24.6875rem;height:14.125rem;top:10.0625rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIImp6bQcOMR3mnBhDDiMbWACbIhMHSs { width:8.75rem;height:0.4375rem;top:7.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLHCkmpEz0UITb7GZH112iIUBn8vgITW { width:30rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5fEUTw1Z2UhZ38HzGqMCHf2yWilrTi0 { width:4.5625rem;height:6.5rem;top:2.125rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL { display:block; }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElTPTMoVSDEuo7wliZAc7n7soXwTheWZ { width:17.75rem;height:2.5rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF0XypNpwcBVxBOAnhikmS4GJRTcPHKQ { width:8.75rem;height:0.4375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0Zfg2dOVW8ccgyoW5kgRHC0ub6IyXl { width:24.6875rem;height:16.875rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69AQu96OKXvPvCB4MwWD4QZ79Pl5uIR { width:30rem;height:30rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBZokTfQxEiG79GyLfqoaydka1R9MG8o { width:4.5rem;height:6.5rem;top:2.1875rem;left:19.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s { display:block; }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoJ0vFgAke7ANqION5aIktiznZdQGO5n { width:17.6875rem;height:2.5rem;top:4.6875rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7lGewZT3BJ1k0UDMhB4NtV9KyvZcu8T { width:24.6875rem;height:11.25rem;top:10.6875rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmKCk9zMII7P7rh24Rv2CDF3ruZTXo0T { width:8.75rem;height:0.4375rem;top:8.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTxNwieNT80PnZwhI1GwdhSTCqQkJeNF { width:24.6875rem;height:2.5625rem;top:22.75rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7MIzllAiP9GTecrVfKG5CymUr2Ma44x { display:block; }
 }@media only screen and (max-width: 763px) { #A9Eh6BeQZUiTTkPLcyE2QdhqFn0FILSO { width:30rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCxLE2dTrDNfqi6Pr5l4RPcbvi982u2r { width:4.5625rem;height:6.5rem;top:2.6875rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 { display:block; }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPpqhVT7XM8xzb7Csf4hST3u2gn7fnhD { width:18.125rem;height:2.5rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEdqqlXTnD3Hd80nFzXgTthax0Dbiwrm { width:8.75rem;height:0.4375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS6bAtUAOfTfKG3Zmde2M1bCDFK0GeAI { width:24.6875rem;height:13.5rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfKo0KuFaRgSdzEq7Ddg1dTvzs0XET7E { width:30rem;height:30rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxdXobPOdi1zl1tQHslbZ9TnzUWQnzRy { width:4.5rem;height:6.5rem;top:2.1875rem;left:19.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W { display:block; }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXan2Eh5v09TmwJOBAfprQLzvrEE6Kiw { width:20.1875rem;height:2.5rem;top:4.125rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22W6vTkMEvKMG0RhIgq235T9x6Xx66l { width:24.6875rem;height:13.5rem;top:10.125rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJKayiQoiKROiTOb31a3gVTM5mdie7W7 { width:8.75rem;height:0.4375rem;top:7.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTq5uMF0tBo89gPITD6ZSv83qdEKi8S9 { width:30rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shitMvOl4AnAwtIAm4Vkz9hukpaLWznR { width:4.5625rem;height:6.5rem;top:2.125rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 { display:block; }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCdMPUyWaDkihTmKIAMtlacI5J7t5a7H { width:17.9375rem;height:3.75rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTuhv4DH9JfnDQkZ7FCiDRon7oCVihy { width:8.75rem;height:0.4375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbbHq4V1DaIdudedOqxD47uewgqtLN4 { width:24.6875rem;height:15.75rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLtA9x64oZT4qT5SuUd8eqWzwECCy9O { width:30rem;height:30rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWGVSBZOmJQiGCpioXcVWaN1NOvaFB03 { width:4.5rem;height:6.5rem;top:2.1875rem;left:19.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5iWNe8T0c21CpunPDixTytcQGyaW0pq { display:block; }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vISACF4E77O51GHNfnqvqZOIC69uAguO { width:20.125rem;height:2.5rem;top:4.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5UldrmhezJ6NGcbbEvJGU0hVWpR1DTJ { width:24.6875rem;height:13.5rem;top:10.125rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaKx9z1bmpJUfNNQQEOdT1lfGhPiZ77D { width:8.75rem;height:0.4375rem;top:7.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRCRlcrXTUAkgqEnGwzHuXDDMspslniN { width:30rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWacDTG0otM6SAHaKX2cJFmFXnWIci7 { width:6.9375rem;height:6.5rem;top:2.125rem;left:23.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz { display:block; }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOruqzwDoLTRK5zTXRBpbCExI6D4MVkF { width:45.0625rem;height:1.625rem;top:2rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGRTT8bOMMDTIDcAs2LDTXPTpk7ihA4c { width:2.5rem;height:2.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqUEnEeFX5RafonTWdZmfMAtnai401lH { display:block; }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DC7RHKWeo9hCVPQudd0B5LxTI86J80uI { width:24.6875rem;height:3.25rem;top:17.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMKAxbSo7q6K5CsOVDTRt2k7lapiRXBR { width:24.6875rem;height:2.5rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU29WkAqZRcozmv0Pmg93Tvaz1KNfePV { width:8.75rem;height:0.4375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBGEFtcFFrAq43eShLugS6rswsFihAT8 { width:3.125rem;height:2.5625rem;top:7.6875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZfE5U7RfWwnO7TTTZHxytRC6lTExasO { width:2.1875rem;height:0.4375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIpgIESHcUuzyodPD77xDmW4Tef1JEbb { width:2.5rem;height:2.5rem;top:7.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEVEZBZVktTq1q8HuX9uBxPFl9cLuIp { width:5.9375rem;height:2.5625rem;top:7.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOf9NUevfxnPZ2fcyCzT0CTQ6wJaUwUT { width:30rem;height:22.5rem;top:3.75rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #br41LuN3PEieRT7dpdBQTw0PXUsxwcaX { display:block; }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqh3hcJJoebhGq7ceg9eV3KKnBUXPiBB { width:24.6875rem;height:3.25rem;top:17.9375rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4GH6GQ95R4xUfAlQuTMwD6PoWxFVu8E { width:8.75rem;height:0.4375rem;top:15.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0XoLbgpkCG4kmB7wIhH4oXEdsr093JB { width:24.6875rem;height:2.5rem;top:12.0625rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZfcuXeDtU2DAr3vCzUBrSGn29X9od3y { width:3.125rem;height:2.5625rem;top:7.75rem;left:29.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbNa8qZbsefJ8HtAh2CWR92VR5RQDcBd { width:2.5rem;height:2.5rem;top:7.625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #plgmCCrN54un8bRShffGqfQyd6b1MIkI { width:5.9375rem;height:2.5625rem;top:7.8125rem;left:23.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxFTrSOdeZu4P56gybdGhHSv6U3x2WrT { width:2.1875rem;height:0.4375rem;top:15.75rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKLvl2MRiNpFAfA6eLf7PFwkcKMN7QuP { width:30rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT { display:block; }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTk7DrhqLAxTeEFBEnX6Cvn4myAeitMb { width:24.6875rem;height:2.5rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo1EaczDs6Ap3tf2wKxHyumNbLM7l5lK { width:5.9375rem;height:2.5625rem;top:7.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTAx10mKPEK0z9Sp3P3T25wLszPZNpXp { width:3.125rem;height:2.5625rem;top:7.6875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW2ApvEUH4Gc0qh4q5V6aEiT5g63lg3U { width:2.5rem;height:2.5rem;top:7.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkZTzPCFHnQ2Fl7KgbPRT0oeywxGkXV { width:8.75rem;height:0.4375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz6iZXHUQE29Kgw0nriV2xEOX23QotwA { width:24.6875rem;height:4.5rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL93KT6oLKaPTOvXXatTCALL9TBpxZw7 { width:2.1875rem;height:0.4375rem;top:15.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFaeMwANps6GqJnXMx5OX5OK9uT5u3hX { width:30rem;height:30rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn { display:block; }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPVfy2yglfQ8H8TSXJMCpT7KbevwQeGh { width:24.6875rem;height:5.375rem;top:17.25rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAJBaxOhRu58oMTkeLuJwQGJh0hTNTsp { width:24.6875rem;height:2.5rem;top:11.375rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAAMV1haoEwVWA75TkkzH2QkVK4sN1X1 { width:8.75rem;height:0.4375rem;top:15.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDrOTfhB2wcVKyy6Zb2v8vkUKDJAwAAh { width:2.1875rem;height:0.4375rem;top:15.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4a2VtNoTOb0EXrBpH8aIASTO3PhEnA { width:2.5rem;height:2.5rem;top:7.0625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtsG2uwbMud6rG75MwFMZW9fpEaXNAKt { width:5.9375rem;height:2.5625rem;top:7.25rem;left:23.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOr0EFEK0McVMz7IdFwlN9DaCsxle3W { width:3.125rem;height:2.5625rem;top:7.1875rem;left:29.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM302RTTWuv5PeDzeVDhLCH5FEiJdI01 { width:30rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN0EA7uZnhM17sPBb1S09SfxenEuI6bm { display:block; }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSneSCAO91EJTxIX9LueHxqMb9icyLW3 { width:24.6875rem;height:2.25rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHodJpTXVzsIyrG9xZDwv3bxr9OQOxFQ { width:24.6875rem;height:0.8125rem;top:25.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho7am4RvnfPgqpPsTw4AqnnL7Ff9OdC5 { width:24.6875rem;height:1.625rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLOPfceF5o7GkZVolbeTu0oIQKBDTXp { width:8.75rem;height:0.4375rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95Q5AerUToA9MXCmfIXnnlpOtBMgkFq { width:24.6875rem;height:12.375rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6KwcKNFTaG4lSCiVCQRgCLzRlx7Tk6z { width:30rem;height:30rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 { display:block; }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUJCNTBTNUwPxfvdwIm3Les7nOmdnQAQ { width:0.125rem;height:0.0625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaw4mg5XCEeA3saB0Vlracah6E1EOfrq { width:47.75rem;height:1.625rem;top:3rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbkcVWUXIyT63akmnXAvm2RV3Q1GVfmm { width:8.75rem;height:0.4375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UUKBGH1sHma7hRPh815eSfIx4IebU5 { width:16.25rem;height:1.5625rem;top:11.625rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suHiUSkCbBw611ApGDJKvTaZeLim6zq7 { width:15rem;height:2.125rem;top:15.0625rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFyqgyPpC6ltEVxT64CD48u1wC9DKgob { width:16.25rem;height:4rem;top:9.3125rem;left:31.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2AwhH0poLSBJg9JdHlCAlyNBEuD1vG { width:1.5625rem;height:1.5625rem;top:23.0625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGG0GZMfmw9JpLyL0T2ERLLfoKkeAsqg { width:6.875rem;height:1.0625rem;top:23.3125rem;left:37.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1olR0y1QlF98nbNWTTysB6cL7SAssTD { width:8.5rem;height:1.0625rem;top:24.5625rem;left:35.405914306641rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omVBFGi41ShOkBTowVBcb9pyaoXeLPWD { width:12.4375rem;height:2.0625rem;top:22.6875rem;left:1.6560802459717rem;display:block; }
 }@media only screen and (max-width: 763px) { #owiX6GFbhovvnMReFMroaAI13uObnDku { display:block; }
 }@media only screen and (max-width: 763px) { #vNvmiqQJVxErCDxugPOTTStDv2WiVTFL { width:16.25rem;height:2.4375rem;top:10.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raT01oRNsuIMEv21EuJc56SXXnJ924QW { width:11.875rem;height:2.125rem;top:18.5625rem;left:1.9685802459717rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x { display:block; }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzcBDXroxT55TLlTe2Q0UgFT11mWph4s { width:20.625rem;height:4.3125rem;top:11.0625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfxcx5vbVFPiobtwFnnyDuSMra887Hkg { width:20.625rem;height:1.625rem;top:5.625rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Th93XtockNHoG15T164l0lGTrPLzHw { width:24.5rem;height:1.125rem;top:21.3125rem;left:23.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azE9dB3UM7xynDWNmzpg3v6kQQ6vbJXg { width:20.625rem;height:1.25rem;top:19.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClzAmX8eF1q5DKS0MFPJNteT1lC3w74I { width:6.9375rem;height:1.125rem;top:24.875rem;left:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D070xR3K4gcHkT0DmKk3EAQfTOTTRm15 { width:1.5625rem;height:1.5625rem;top:24.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBHm9OJ3xT1TRVBeTs0KEf3TqJJQyiWT { width:24.6875rem;height:0.125rem;top:17.75rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rogEDQaAPkUmVGDH5o5lbBWia8Cq9nzT { width:30rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0XeXU2L8zyoZ4eiZWOs1ayQZTubzzmA { width:8.75rem;height:0.4375rem;top:9.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi { display:none; }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c3zKLnAKGluL05rwz8kWSOnRlKBWvzIP { width:7.4375rem;height:1.625rem;top:1.6875rem;left:24.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcSovxyzbV1UbxIqM4oGTri1xcQDOePs { width:6.625rem;height:1.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmteKkrFaTlG3f4xul4hM60xroJ5NfZn { width:8.625rem;height:0.8125rem;top:2.125rem;left:12rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIiUvo7LOBNoxvgHG2N7uEhzLz8vpWR4 { width:4.625rem;height:1.5rem;top:1.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1E1qobunUkVvaG00o1uu8QfOKdMdkU6 { width:1.25rem;height:1.25rem;top:1.875rem;left:46.3125rem;display:block; }
#g1E1qobunUkVvaG00o1uu8QfOKdMdkU6 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #BW9NOrfkiNsA945uAXEQLRm8urXBgdoG { width:1.25rem;height:1.25rem;top:1.875rem;left:46.5rem;display:block; }
#BW9NOrfkiNsA945uAXEQLRm8urXBgdoG > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #A3JK5kni5l6omy5gKB64hcbtKFlyoack { width:1.25rem;height:1.25rem;top:1.875rem;left:46.5rem;display:block; }
#A3JK5kni5l6omy5gKB64hcbtKFlyoack > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #LLFtXkNezmU0PbqDwEnunoTrQlFfqv4u { width:7.625rem;height:0.8125rem;top:2.125rem;left:35.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL { display:block; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#lblupvL5O5Nt3KtxDTmsP7zXKJDnlBoL > .row .container { width:20rem;height:20.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vr1SEJ7m8om06FmRVWgZh0MXdryEWLDc { width:5rem;height:1.25rem;top:18.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfW0VN3MfNcHb93Vo6ens9PWS8f3HHzk { width:3.8125rem;height:1.25rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpANysTPrDtmqQpTWPSORtTCnTDyNJxN { width:7.8125rem;height:1.25rem;top:1.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFel7akyakxpuqNtciTbnwCXNhO0D9tn { width:13.24983025rem;height:5.0625rem;top:7.1866512298581rem;left:1.2500001788139rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGbq1Sk2po9mLMdqzwrZHryfVEUC7HGA { width:6.25rem;height:2.8125rem;top:14.3125rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vu4bQHSaUaudyp6K27d6tflWSXADcHoO { top:9.4373168945312rem;left:0rem;width:20rem;height:11.5rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qq5C5ItrGyU419Ng5czxMptt9P649qsH { display:block; }#Qq5C5ItrGyU419Ng5czxMptt9P649qsH > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIqR6V0kG7PFzlVEBNXeuoiO5TUbChRA { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWuwN1NbPaeJiMUJIHAzHm6Gh3caJQpn { width:8.75rem;height:0.4375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFLU12PKJLi5TRPKRFdu4kgLJmDr9p6K { width:20rem;height:12.375rem;top:9.6875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pUS1hz7MQqeRQzJXJGlttIokaXIz791D { display:block; }#pUS1hz7MQqeRQzJXJGlttIokaXIz791D > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwDCQGyfIeRuXEC27JwcCpdshV1oc0VC { width:15.375rem;height:3.75rem;top:2.125rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oFwgaKeLzautDOnFg9LQgOK8WpvP1G4z { display:flex;width:3.125rem;height:3.125rem;top:2.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz { display:block; }#TVtECXKT2RKCrZ2zIirNMfaT9dMRnyFz > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbT8fnhmtIIAT4MmBF2M2QCJp4n7rRuy { width:20rem;height:2.5rem;top:21.0625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #twK8VMkack8UXlIwmpH7eG68uoaQzwln { width:20rem;height:12.375rem;top:26.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnJ8PEtROvMVcxd6dVRKHX0DW4bUrIH3 { width:8.75rem;height:0.4375rem;top:24.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf07wMiLFeQlzxnlZrky4Z0mysiWfiyq { width:20rem;height:2.8125rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwobVcTT1Vb1rEWWdTTzD0apaT9qZZ0J { display:block; }
 }@media only screen and (max-width: 763px) { #BeoLPfNbbxn8NPFexcoXAUtIBrTzrdgi { width:20rem;height:20.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTqBidJPnVpoXdwA0dBDNP526CWKGCR { width:4.5rem;height:2.5625rem;top:21.03125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdwfiznrohArm5TSAq7qFAt8z2bbI0qu { display:block; }#IdwfiznrohArm5TSAq7qFAt8z2bbI0qu > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTXx49mtQgLb06zxDJreRoQCsMBmyffJ { width:20rem;height:2.5rem;top:20.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oMdZxWHBWsZ8HIE5aZCq0hfCnpEJiK17 { width:20rem;height:15.75rem;top:25.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIImp6bQcOMR3mnBhDDiMbWACbIhMHSs { width:8.75rem;height:0.4375rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLHCkmpEz0UITb7GZH112iIUBn8vgITW { width:20rem;height:20.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5fEUTw1Z2UhZ38HzGqMCHf2yWilrTi0 { width:4.5625rem;height:2.5625rem;top:20.9375rem;left:15.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL { display:block; }#t0KcsyB6DyRnudClMzPdNBNqTTKcGEdL > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElTPTMoVSDEuo7wliZAc7n7soXwTheWZ { width:20rem;height:2.5rem;top:20.84375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RF0XypNpwcBVxBOAnhikmS4GJRTcPHKQ { width:8.75rem;height:0.4375rem;top:24.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0Zfg2dOVW8ccgyoW5kgRHC0ub6IyXl { width:20rem;height:20.25rem;top:26.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y69AQu96OKXvPvCB4MwWD4QZ79Pl5uIR { width:19.875rem;height:19.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBZokTfQxEiG79GyLfqoaydka1R9MG8o { width:4.5rem;height:2.5625rem;top:20.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s { display:block; }#W2dbvTPcoTiGmTnBAErwZ8alymBoEW6s > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoJ0vFgAke7ANqION5aIktiznZdQGO5n { width:20rem;height:2.5rem;top:21.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7lGewZT3BJ1k0UDMhB4NtV9KyvZcu8T { width:20rem;height:13.5rem;top:25.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmKCk9zMII7P7rh24Rv2CDF3ruZTXo0T { width:8.75rem;height:0.4375rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTxNwieNT80PnZwhI1GwdhSTCqQkJeNF { width:19.8125rem;height:2.5625rem;top:40.166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7MIzllAiP9GTecrVfKG5CymUr2Ma44x { display:block; }
 }@media only screen and (max-width: 763px) { #A9Eh6BeQZUiTTkPLcyE2QdhqFn0FILSO { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCxLE2dTrDNfqi6Pr5l4RPcbvi982u2r { width:4.5625rem;height:2.5625rem;top:21.15625rem;left:15.4375rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 { display:block; }#CwSoCkTmtTVuolHxee1FRVyc7mv7hFL4 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPpqhVT7XM8xzb7Csf4hST3u2gn7fnhD { width:20rem;height:2.5rem;top:20.78125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rEdqqlXTnD3Hd80nFzXgTthax0Dbiwrm { width:8.75rem;height:0.4375rem;top:24.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS6bAtUAOfTfKG3Zmde2M1bCDFK0GeAI { width:20rem;height:15.75rem;top:25.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfKo0KuFaRgSdzEq7Ddg1dTvzs0XET7E { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxdXobPOdi1zl1tQHslbZ9TnzUWQnzRy { width:4.5rem;height:2.5625rem;top:20.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W { display:block; }#MmVKZi0GsIzJXsyqdH8rPxWKF5ui6r2W > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXan2Eh5v09TmwJOBAfprQLzvrEE6Kiw { width:20rem;height:2.5rem;top:21.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d22W6vTkMEvKMG0RhIgq235T9x6Xx66l { width:20rem;height:16.875rem;top:26.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJKayiQoiKROiTOb31a3gVTM5mdie7W7 { width:8.75rem;height:0.4375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTq5uMF0tBo89gPITD6ZSv83qdEKi8S9 { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shitMvOl4AnAwtIAm4Vkz9hukpaLWznR { width:4.5625rem;height:2.5625rem;top:21.75rem;left:15.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 { display:block; }#mUFVbMKvTRGdpziqMMabxzv3ayIgIwZ9 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCdMPUyWaDkihTmKIAMtlacI5J7t5a7H { width:20rem;height:3.75rem;top:20.75rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTuhv4DH9JfnDQkZ7FCiDRon7oCVihy { width:8.75rem;height:0.4375rem;top:24.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbbHq4V1DaIdudedOqxD47uewgqtLN4 { width:20rem;height:20.25rem;top:26.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpLtA9x64oZT4qT5SuUd8eqWzwECCy9O { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWGVSBZOmJQiGCpioXcVWaN1NOvaFB03 { width:4.5rem;height:2.5625rem;top:20.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5iWNe8T0c21CpunPDixTytcQGyaW0pq { display:block; }#D5iWNe8T0c21CpunPDixTytcQGyaW0pq > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vISACF4E77O51GHNfnqvqZOIC69uAguO { width:20rem;height:2.5rem;top:20.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5UldrmhezJ6NGcbbEvJGU0hVWpR1DTJ { width:20rem;height:15.75rem;top:25.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaKx9z1bmpJUfNNQQEOdT1lfGhPiZ77D { width:8.75rem;height:0.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRCRlcrXTUAkgqEnGwzHuXDDMspslniN { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWacDTG0otM6SAHaKX2cJFmFXnWIci7 { width:6.9375rem;height:2.5625rem;top:20.8125rem;left:13.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz { display:block; }#UEwoedK7rnmLMxsPHEkTVV2b5rLqqplz > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOruqzwDoLTRK5zTXRBpbCExI6D4MVkF { width:14.5625rem;height:6.5rem;top:2.40625rem;left:5.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGRTT8bOMMDTIDcAs2LDTXPTpk7ihA4c { display:flex;width:2.8125rem;height:2.8125rem;top:3.875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #wqUEnEeFX5RafonTWdZmfMAtnai401lH { display:block; }#wqUEnEeFX5RafonTWdZmfMAtnai401lH > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DC7RHKWeo9hCVPQudd0B5LxTI86J80uI { width:20rem;height:3.375rem;top:14.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMKAxbSo7q6K5CsOVDTRt2k7lapiRXBR { width:20rem;height:2.5rem;top:9.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HU29WkAqZRcozmv0Pmg93Tvaz1KNfePV { width:8.75rem;height:0.4375rem;top:12.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBGEFtcFFrAq43eShLugS6rswsFihAT8 { width:3.125rem;height:2.5625rem;top:5.25rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VZfE5U7RfWwnO7TTTZHxytRC6lTExasO { width:2.1875rem;height:0.4375rem;top:12.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIpgIESHcUuzyodPD77xDmW4Tef1JEbb { width:2.5rem;height:2.5rem;top:5.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEVEZBZVktTq1q8HuX9uBxPFl9cLuIp { width:5.9375rem;height:2.5625rem;top:1.5rem;left:7.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOf9NUevfxnPZ2fcyCzT0CTQ6wJaUwUT { width:20rem;height:15rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #br41LuN3PEieRT7dpdBQTw0PXUsxwcaX { display:block; }#br41LuN3PEieRT7dpdBQTw0PXUsxwcaX > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oqh3hcJJoebhGq7ceg9eV3KKnBUXPiBB { width:20rem;height:4.5rem;top:14.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4GH6GQ95R4xUfAlQuTMwD6PoWxFVu8E { width:8.75rem;height:0.4375rem;top:12.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0XoLbgpkCG4kmB7wIhH4oXEdsr093JB { width:20rem;height:2.5rem;top:9.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZfcuXeDtU2DAr3vCzUBrSGn29X9od3y { width:3.125rem;height:2.5625rem;top:5.25rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbNa8qZbsefJ8HtAh2CWR92VR5RQDcBd { width:2.5rem;height:2.5rem;top:5.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plgmCCrN54un8bRShffGqfQyd6b1MIkI { width:5.9375rem;height:2.5625rem;top:1.5rem;left:7.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxFTrSOdeZu4P56gybdGhHSv6U3x2WrT { width:2.1875rem;height:0.4375rem;top:12.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKLvl2MRiNpFAfA6eLf7PFwkcKMN7QuP { width:20rem;height:20rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT { display:block; }#OAFk8MpkpKT2B7C6nnpwTZ6El7355TkT > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTk7DrhqLAxTeEFBEnX6Cvn4myAeitMb { width:20rem;height:2.5rem;top:9.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lo1EaczDs6Ap3tf2wKxHyumNbLM7l5lK { width:5.9375rem;height:2.5625rem;top:1.5rem;left:7rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTAx10mKPEK0z9Sp3P3T25wLszPZNpXp { width:3.125rem;height:2.5625rem;top:5.25rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CW2ApvEUH4Gc0qh4q5V6aEiT5g63lg3U { width:2.5rem;height:2.5rem;top:5.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkZTzPCFHnQ2Fl7KgbPRT0oeywxGkXV { width:8.75rem;height:0.4375rem;top:12.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz6iZXHUQE29Kgw0nriV2xEOX23QotwA { width:20rem;height:5.625rem;top:14.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GL93KT6oLKaPTOvXXatTCALL9TBpxZw7 { width:2.1875rem;height:0.4375rem;top:12.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFaeMwANps6GqJnXMx5OX5OK9uT5u3hX { width:20rem;height:20rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn { display:block; }#hVMKOWsr2nwzHp9SUflZyNkfCAQiSxvn > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPVfy2yglfQ8H8TSXJMCpT7KbevwQeGh { width:20rem;height:6.75rem;top:14.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAJBaxOhRu58oMTkeLuJwQGJh0hTNTsp { width:20rem;height:2.5rem;top:9.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAAMV1haoEwVWA75TkkzH2QkVK4sN1X1 { width:8.75rem;height:0.4375rem;top:12.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDrOTfhB2wcVKyy6Zb2v8vkUKDJAwAAh { width:2.1875rem;height:0.4375rem;top:12.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4a2VtNoTOb0EXrBpH8aIASTO3PhEnA { width:2.5rem;height:2.5rem;top:5.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtsG2uwbMud6rG75MwFMZW9fpEaXNAKt { width:5.9375rem;height:2.5625rem;top:1.5rem;left:7rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFOr0EFEK0McVMz7IdFwlN9DaCsxle3W { width:3.125rem;height:2.5625rem;top:5.2536010742188rem;left:8.3125006556513rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pM302RTTWuv5PeDzeVDhLCH5FEiJdI01 { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN0EA7uZnhM17sPBb1S09SfxenEuI6bm { display:block; }#CN0EA7uZnhM17sPBb1S09SfxenEuI6bm > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSneSCAO91EJTxIX9LueHxqMb9icyLW3 { width:20rem;height:3.375rem;top:2.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHodJpTXVzsIyrG9xZDwv3bxr9OQOxFQ { width:20rem;height:0.625rem;top:6.1875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ho7am4RvnfPgqpPsTw4AqnnL7Ff9OdC5 { width:15.68699075rem;height:1.625rem;top:8.2481079101562rem;left:2.1560801863671rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgLOPfceF5o7GkZVolbeTu0oIQKBDTXp { width:8.75rem;height:0.4375rem;top:11.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95Q5AerUToA9MXCmfIXnnlpOtBMgkFq { width:20rem;height:14.625rem;top:12.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6KwcKNFTaG4lSCiVCQRgCLzRlx7Tk6z { width:17.875rem;height:17.875rem;top:30.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 { display:block; }#mrKTwWXZDfLMVSuqTDfvvzvilwfhSaJ6 > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUJCNTBTNUwPxfvdwIm3Les7nOmdnQAQ { width:0.125rem;height:0.0625rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaw4mg5XCEeA3saB0Vlracah6E1EOfrq { width:16.68733025rem;height:2.875rem;top:3.1442260742188rem;left:1.6559104323387rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbkcVWUXIyT63akmnXAvm2RV3Q1GVfmm { width:8.75rem;height:0.4373301875rem;top:8.4986572265625rem;left:5.6250001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UUKBGH1sHma7hRPh815eSfIx4IebU5 { width:7.061821rem;height:1.625rem;top:25.302307128906rem;left:6.4682409167287rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #suHiUSkCbBw611ApGDJKvTaZeLim6zq7 { width:15rem;height:2.25rem;top:14.109741210938rem;left:2.5000001788139rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#3e3e3d;display:block; }
 }@media only screen and (max-width: 763px) { #IFyqgyPpC6ltEVxT64CD48u1wC9DKgob { width:16.25rem;height:1.4130435rem;top:36.139587402344rem;left:1.8750001788139rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xw2AwhH0poLSBJg9JdHlCAlyNBEuD1vG { display:flex;width:1.5625rem;height:1.5625rem;top:26.381591796875rem;left:5.0543481707573rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGG0GZMfmw9JpLyL0T2ERLLfoKkeAsqg { width:6.875rem;height:1.0869565rem;top:39.375rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z1olR0y1QlF98nbNWTTysB6cL7SAssTD { width:8.49949075rem;height:1.0869565rem;top:38.3125rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #omVBFGi41ShOkBTowVBcb9pyaoXeLPWD { width:12.75237825rem;height:2.00254775rem;top:21.759521484375rem;left:3.6234714388848rem;color:#3e3e3d;display:block; }
 }@media only screen and (max-width: 763px) { #owiX6GFbhovvnMReFMroaAI13uObnDku { display:block; }
 }@media only screen and (max-width: 763px) { #vNvmiqQJVxErCDxugPOTTStDv2WiVTFL { width:16.25rem;height:2.4375rem;top:10.681091308594rem;left:1.8750001788139rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raT01oRNsuIMEv21EuJc56SXXnJ924QW { width:10.99949075rem;height:2rem;top:17.884704589844rem;left:4.4998304247856rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x { display:block; }#VrzJtom7lmhTS44C9PlSmsJdcIOvSZ0x > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzcBDXroxT55TLlTe2Q0UgFT11mWph4s { width:20rem;height:4.5rem;top:16.685607910156rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gfxcx5vbVFPiobtwFnnyDuSMra887Hkg { width:8.624321rem;height:1.25rem;top:12.292785644531rem;left:5.686990916729rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1Th93XtockNHoG15T164l0lGTrPLzHw { width:13.311821rem;height:2.25rem;top:4rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azE9dB3UM7xynDWNmzpg3v6kQQ6vbJXg { width:10.99949075rem;height:1.25rem;top:2.1875rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ClzAmX8eF1q5DKS0MFPJNteT1lC3w74I { width:6.93699075rem;height:1.125rem;top:7.5rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D070xR3K4gcHkT0DmKk3EAQfTOTTRm15 { display:flex;width:1.5625rem;height:1.5625rem;top:7.1875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #eBHm9OJ3xT1TRVBeTs0KEf3TqJJQyiWT { width:12.5rem;height:0.0619905rem;top:9.9109497070312rem;left:3.7500001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #rogEDQaAPkUmVGDH5o5lbBWia8Cq9nzT { width:18.0621605rem;height:18.0621605rem;top:22.961120605469rem;left:0.9680706858635rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0XeXU2L8zyoZ4eiZWOs1ayQZTubzzmA { width:8.75rem;height:0.4373301875rem;top:14.470947265625rem;left:5.6250001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi { position:relative;z-index:auto;display:block; }#tIgXlFd01PWDBysE9CGbkPgHE1zwHcmi > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3zKLnAKGluL05rwz8kWSOnRlKBWvzIP { width:8.375rem;height:1.875rem;top:6.0625rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcSovxyzbV1UbxIqM4oGTri1xcQDOePs { width:6.625rem;height:1.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmteKkrFaTlG3f4xul4hM60xroJ5NfZn { width:10.875rem;height:0.8125rem;top:4rem;left:4.5625rem;font-size:0.625rem;color:rgba(255,255,255,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIiUvo7LOBNoxvgHG2N7uEhzLz8vpWR4 { width:4.625rem;height:1.5rem;top:1.3125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1E1qobunUkVvaG00o1uu8QfOKdMdkU6 { display:flex;width:1.5625rem;height:1.5625rem;top:11.25rem;left:6.71875rem; }
#g1E1qobunUkVvaG00o1uu8QfOKdMdkU6 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #BW9NOrfkiNsA945uAXEQLRm8urXBgdoG { display:flex;width:1.5625rem;height:1.5625rem;top:11.25rem;left:9.21875rem; }
#BW9NOrfkiNsA945uAXEQLRm8urXBgdoG > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #A3JK5kni5l6omy5gKB64hcbtKFlyoack { display:flex;width:1.5625rem;height:1.5625rem;top:11.25rem;left:11.71875rem; }
#A3JK5kni5l6omy5gKB64hcbtKFlyoack > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #LLFtXkNezmU0PbqDwEnunoTrQlFfqv4u { width:9.0625rem;height:0.9375rem;top:9.28125rem;left:5.46875rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }