.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:217,217,240;--color-primary-1:128,128,204;--color-primary-2:0,0,153;--color-primary-3:0,0,77;--color-primary-4:0,0,23;--color-secondary-0:255,247,217;--color-secondary-1:255,230,128;--color-secondary-2:255,204,0;--color-secondary-3:128,102,0;--color-secondary-4:38,31,0;--color-tertiary-0:217,217,240;--color-tertiary-1:128,128,204;--color-tertiary-2:0,0,153;--color-tertiary-3:0,0,77;--color-tertiary-4:0,0,23;--headlines-font-family:"GT Eesti";--paragraphs-font-family:"GT Eesti"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { position:relative;display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { background-color: transparent; background-image: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .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); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { border-width: 0; border-radius: 0; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .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; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;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; }#hNB5DiBdnV4zLHa6ctTD7NluzInRBJgS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.75rem;top:2.75rem;left:0.8125rem;overflow:hidden;display:block; }
#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container { background-color: transparent; background-image: none; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container > .video-iframe-container { display: none; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row > .video-iframe-container { display: none; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .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); }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container { border-width: 0; border-radius: 0; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.0625rem;left:29.4375rem;height:11.9619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPpz5kwn6mEpKZuxWTsozI9QM9qnksv1 { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.568359375rem;left:29.4375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xSXMSJmQso3Gu7SWnxkSuQfl6AdFvysP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.125rem;width:27.5rem;top:1.0625rem;left:1.09375rem;overflow:hidden;display:block; }
#FGcSxeMgT5oA15EP0xv9WKalJWrQmCn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#FGcSxeMgT5oA15EP0xv9WKalJWrQmCn0 > .row .container { border-width: 0; border-radius: 0; }#FGcSxeMgT5oA15EP0xv9WKalJWrQmCn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGcSxeMgT5oA15EP0xv9WKalJWrQmCn0 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:none; }#BiCy8ezulbUNJRgQhT1AwNE95A0KvRTd { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(var(--color-primary-2),0.3);border-left:0.0625rem solid rgba(var(--color-primary-2),0.3);border-right:0.0625rem solid rgba(var(--color-primary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.3);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5) ;height:23.3125rem;width:45.3125rem;top:1.25rem;left:7.28125rem;overflow:hidden;display:block; }
#oRocbIQblFZKvbDNiRZ4imsVeUtEMsUQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:37.5rem;display:none; }
#r97ozBIf7Jwqdb0vbr8P7W4f51dhL1ry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#r97ozBIf7Jwqdb0vbr8P7W4f51dhL1ry > .row .container { border-width: 0; border-radius: 0; }#r97ozBIf7Jwqdb0vbr8P7W4f51dhL1ry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r97ozBIf7Jwqdb0vbr8P7W4f51dhL1ry > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:none; }#InxlrT37TTeoJE58s2gHZcTFhDd9Cev9 { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.6875rem;left:0.3125rem;display:block; }
#IJFR5GMDKRWiWCb3MCudR59VdkDEh0TE { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.125rem;left:0.3125rem;display:block; }
#Cw30EAkZgG0VeQAq6CJObMzZ8wCkuQrN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20.3125rem;width:24.125rem;top:1.71875rem;left:0.3125rem;overflow:hidden;display:block; }
#RhK5uwvLK5hAaQWI5QD51uTy7cMcn8pV { color:rgba(var(--color-tertiary-2),1);display:block;width:27.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.080249786377rem;left:30.559555053711rem;height:4.875rem;font-style:normal;display:block; }
#O6r2T7zQDsypZAuOlAasUATdNLTArOnM { color:rgba(var(--color-tertiary-2),1);display:block;width:28.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3119859695434rem;left:30.741161346436rem;height:6.09375rem;font-style:normal;display:block; }
#qF2uTvtEcPac85PEqvueVf9SQt3doXU0 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.811875rem;height:2.24951875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.333675384521rem;left:49.928901672363rem;display:block; }
#mTOlWk3nXyDcJ1RAWAQeMxqM6f0mfbnW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBHSirutwCFLDluFT8oDwJG6umkbyURu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.125rem;top:1.71875rem;left:30.5625rem;overflow:hidden;display:block; }
#kf5mw7tSPUESAqXHAn3aXZ14FNmMssvi { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:18.7822265625rem;left:30.9287109375rem;height:1.3496125rem;font-style:normal;display:block; }
#ggMVWiLpl6750Wg5ILbUFCx1tUG6pSfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#ggMVWiLpl6750Wg5ILbUFCx1tUG6pSfw > .row .container { border-width: 0; border-radius: 0; }#ggMVWiLpl6750Wg5ILbUFCx1tUG6pSfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggMVWiLpl6750Wg5ILbUFCx1tUG6pSfw > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:none; }#ceGPulPz7pMXqqiNdNWxwqnAowTFylZQ { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#ROiH19FTzIA9JyCrmMesvWT8JE8G9HHl { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#bvWasL0qym1FT8npOvzdZIddPymFxSLN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.125rem;width:28.625rem;top:2.125rem;left:0.3125rem;overflow:hidden;display:block; }
#wPLX0eKvCN90fz6eBmeZosQH2yMuMucS { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:10.21875rem;left:31.18896484375rem;height:8.4375rem;font-style:normal;display:block; }
#ata4umihlXswgFhWBt0pGG5c8e8zJ2o4 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#i5uQsTeQTRyULcr2RbGZkKknMkhOTI3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wZDDfcTXU5eePP9RXAXC6Des4Iv42rCs { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.48046875rem;left:31.18701171875rem;height:1.3496125rem;font-style:normal;display:block; }
#bd7PboJPG7kH65WJieGU4UbMx87kwSx1 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.53125rem;left:31.1884765625rem;height:2.4375rem;font-style:normal;display:block; }
#KNkCPhQN0itlI7DX7NSWP5K9I6ucC6Oy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:8.375rem;top:1.875rem;left:30.401785714286rem;overflow:hidden;display:block; }
#FUPRXDsCvaPTalr2tLu2a6Uu3UebUxlV { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:6.1875rem;left:31.18896484375rem;height:2.5rem;font-style:normal;display:block; }
#DtRJTW1UHIkMOdu8Bcb6edXnaTEZdzok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#DtRJTW1UHIkMOdu8Bcb6edXnaTEZdzok > .row .container { border-width: 0; border-radius: 0; }#DtRJTW1UHIkMOdu8Bcb6edXnaTEZdzok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtRJTW1UHIkMOdu8Bcb6edXnaTEZdzok > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:none; }#itvDLVkNKTsuT9HToUCuD57LhhRRaUKt { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#qfht0J1IeJLggzs9NBxBUKrvkp0u3mKB { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:0.3125rem;display:block; }
#KIwwkMFaGUtxqFvdEW5pJd0qPrvAf2hd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.3125rem;width:29rem;top:1.71875rem;left:0.3125rem;overflow:hidden;display:block; }
#m7TWHVdBAD19kWFaxXi5FW9spO84RykF { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.35791015625rem;left:30.99853515625rem;height:1.21875rem;font-style:normal;display:block; }
#hUleRCvGtQz6OyLIRTsVcT7TGiZSBKx8 { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.875rem;left:31rem;height:9rem;font-style:normal;display:block; }
#Gp3LZKAWnfBRlmQMhTe6fT8Hv4TILzHT { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.84375rem;left:49.625rem;display:block; }
#yZqWF1SzxefCQKnfzAQOTrEmSz6v9Vyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TP0m9IkOzHZEWJ4pg1bNkUsQvqs2EKcp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.25rem;top:1.71875rem;left:31.0625rem;overflow:hidden;display:block; }
#oABkB6nLrH5HuTiT9LzmDT0sSf1XI5WU { color:rgba(var(--color-tertiary-2),1);display:block;width:27.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.461074829101rem;left:30.998149871826rem;height:2.4375rem;font-style:normal;display:block; }
#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row .container { background-color: transparent; background-image: none; }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row .container > .video-iframe-container { display: none; }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row > .video-iframe-container { display: none; }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .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); }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row .container { border-width: 0; border-radius: 0; }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#XGfdc9ZHRkVhMM7pRVvOhoXSQnrOPzC0 { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#ICqZUn3KZztuuCM6HJR39vhaZscZl4Ae { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#hOTCvCfUp66daOXSA9U3kzBuSZNxmdbE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.125rem;width:28.625rem;top:2.125rem;left:0.3125rem;overflow:hidden;display:block; }
#s6zrP01EDM0MXxHLwkXAb2kbIFse6zG6 { color:#000000;display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:10.1875rem;left:31.1884765625rem;height:3.75rem;font-style:normal;display:block; }
#FAa3NDQOPSuMmAgOzHuCZh176Nf2rg0T { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#R7TDAFddrdWdTuu5qkU0i7mKlKBuzov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gu7bVuG8MHUIupbTko0NSJpPt0vLi095 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:15.1875rem;top:2.125rem;left:30.1875rem;overflow:hidden;display:block; }
#MoGJt7iM0ATeXmpBeMzzgxeqGgleLCay { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:6.375rem;left:31.1884765625rem;height:2.5rem;font-style:normal;display:block; }
#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row .container { background-color: transparent; background-image: none; }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row .container > .video-iframe-container { display: none; }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row > .video-iframe-container { display: none; }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .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); }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row .container { border-width: 0; border-radius: 0; }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#p0VHLTlFNyluLprNJLOrQHEkaVzvcIfF { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#DJqlHaKT4yp9UtX1kt6heOTpAAxKGtpP { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#DKyekVGyJo3sRkCUmTX5LiTmsgTW80rk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.0625rem;width:26.5625rem;top:2.84375rem;left:1.3125rem;overflow:hidden;display:block; }
#R3l9guhETWUffqXgFFFTcoosQtmkcdTv { color:#000000;display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:9.875rem;left:31.25rem;height:10.3125rem;font-style:normal;display:block; }
#VyfgPvsRsbnPZqtXuP9dM7Xvr2TvnonZ { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#yTMBbm3mxSQ83q9WX6XcgcGmwuuPFJnJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1EEdpN48glKB5ih1TrCer185ffXTMXo { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.48046875rem;left:31.18701171875rem;height:1.3496125rem;font-style:normal;display:block; }
#ZVeTASHyLs9gfMRTfbzHuSesRdDg0RNV { color:rgba(var(--color-tertiary-2),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.25rem;height:2.4375rem;font-style:normal;display:block; }
#lFXHQUILCKD2y6Va66CZsPLN5xmWNVxS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.375rem;top:2.125rem;left:31.25rem;overflow:hidden;display:block; }
#GW2HGfOJInlsNv2008sECkaMRa3ql09F { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:7.3125rem;left:31.25rem;height:1.25rem;font-style:normal;display:block; }
#TZG2sriUuZDviakGlB20AMNKEw1twpqH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row .container { background-color: transparent; background-image: none; }#TZG2sriUuZDviakGlB20AMNKEw1twpqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row .container > .video-iframe-container { display: none; }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row > .video-iframe-container { display: none; }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .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); }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row .container { border-width: 0; border-radius: 0; }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#FdyAnKAdhExnVCq8ODxmcxnmSmPDdstc { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#xTz7JSnxog6kT1xmfHqoDvFivAGPL5lz { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#hyJinmvhs2zFOTl8y5hZpWuTuuW5ETfq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.125rem;width:28.625rem;top:2.125rem;left:0.3125rem;overflow:hidden;display:block; }
#pbJRO8iNHrauAUs2fGQqSmHxDER3cMU4 { color:#000000;display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.625rem;left:31.1884765625rem;height:13.125rem;font-style:normal;display:block; }
#PO9BOD0tuLlXRKQ00VaNnsDhnxBk6x0q { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#nP34GkAtGy2XtcpLeP2kkPWqVZqZfwAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMn4xiMs0GTSn30nmIzUHnz82x8ZrPKL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.9619140625rem;left:31.1884765625rem;height:1.3496125rem;font-style:normal;display:block; }
#TGBOQiihBsXxlGINkw3DxafGLINypRCk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.65625rem;left:31.1884765625rem;height:2.4375rem;font-style:normal;display:block; }
#IfnT4Qcdy1CaDswEG4tqHcUf0TgOMpGF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.5rem;top:2.125rem;left:31.1884765625rem;overflow:hidden;display:block; }
#TT1yO5KeL5dNyyDD5FUIQmPvN9be94M9 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:6.0625rem;left:31.1884765625rem;height:1.25rem;font-style:normal;display:block; }
#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row .container { background-color: transparent; background-image: none; }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row .container > .video-iframe-container { display: none; }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row > .video-iframe-container { display: none; }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .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); }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row .container { border-width: 0; border-radius: 0; }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#lbvdV1LEgTvl3WR7ukLsCbNZsUsFKvZF { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#bqrsLE3Gt7EHei0maAEQwJH5y7xDDizT { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#UWB4thLRE0GvAZfv7JFKCfpv3ReT9BcL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.125rem;width:28.625rem;top:2.125rem;left:0.3125rem;overflow:hidden;display:block; }
#VZt2z7a6TbJzLh4iEAQb6Kh9O6AzdFeh { color:#000000;display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:8rem;left:31.1884765625rem;height:10.3125rem;font-style:normal;display:block; }
#z95B67XxR0TIFFsfJT2QflCqcEsOyaMS { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#kf70r7A9B7fOBfzr03xheSDbNPyEcuqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7sJv4XAztk0gJMlPyaTAZJOtHlpaC7V { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.48046875rem;left:31.18701171875rem;height:1.3496125rem;font-style:normal;display:block; }
#r1Ne91seGVaTPhDCBgGV331QhZXRu8d6 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.78125rem;left:31.1884765625rem;height:3.65625rem;font-style:normal;display:block; }
#LZnOVCfi9EmmGhApqecrP7dZGq1eqFoQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:14.5rem;top:0.9375rem;left:28.125rem;overflow:hidden;display:block; }
#ZyRKibmviSbqRQV1l6UunC6swpTlBDCN { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:5.4375rem;left:31.18896484375rem;height:1.25rem;font-style:normal;display:block; }
#TNztmVXuAZdeeoZ3sDRlxfS0BwiSAOEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#TNztmVXuAZdeeoZ3sDRlxfS0BwiSAOEV > .row .container { border-width: 0; border-radius: 0; }#TNztmVXuAZdeeoZ3sDRlxfS0BwiSAOEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNztmVXuAZdeeoZ3sDRlxfS0BwiSAOEV > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:none; }#XHPZeePoEWlDtpQdaHlPPvV0AihzxwPR { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#qP99WeG0HBxcott6bMsMRwhTuv0xVoGO { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#Pk8UT3kgvTzIOGUxK3cx4ZPXS2xHd8A9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.125rem;width:28.625rem;top:2.125rem;left:0.3125rem;overflow:hidden;display:block; }
#b4JbhwOruy4D5WAy12GLkIwBIb0MPohs { color:#000000;display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:8rem;left:31.1884765625rem;height:15rem;font-style:normal;display:block; }
#fia7adBIUv4LXTNiCx0F7xDFg3LzhduP { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#dT8foQ7loqPqGoVKSZouOctkcxr6XlMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9DlPStIgr1rGfkU14Qn1Nltx3erMNiD { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.48046875rem;left:31.18701171875rem;height:1.3496125rem;font-style:normal;display:block; }
#mBRqTKTV7wPJ9WQU0yhgdGLCeGH6VQMS { color:rgba(var(--color-tertiary-2),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.65625rem;left:31.1884765625rem;height:2.4375rem;font-style:normal;display:block; }
#O7vK2nPTgwG6Mv3wsDCSCqFatT23kECu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:8.375rem;top:2.21875rem;left:31.1875rem;overflow:hidden;display:block; }
#wRkeRHArvaJTZpkybMgtSx37Q6b1Nkvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#wRkeRHArvaJTZpkybMgtSx37Q6b1Nkvo > .row .container { border-width: 0; border-radius: 0; }#wRkeRHArvaJTZpkybMgtSx37Q6b1Nkvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRkeRHArvaJTZpkybMgtSx37Q6b1Nkvo > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:none; }#WXoVrpJgpr0c34Fx6IimTGkJpGQSJXzE { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#tpexMZTyRip7pAbaVeXvpqES2BKG1X2f { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#uFbw2zZPg3H45y2LSyNp5ftRSoIKqw5M { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.125rem;width:28.625rem;top:2.125rem;left:0.3125rem;overflow:hidden;display:block; }
#lRT0aJrhzJkk2RSDGAKAr1u4DRSFfnCE { color:#000000;display:block;width:28.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:5.75rem;left:31.1884765625rem;height:14.625rem;font-style:normal;display:block; }
#cdJhyDvcnEIDpuOhRCW8Iiqzl03v6S9M { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#uN2077S6B5HIAyTiqQMwxDyRIS5Dhf1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSMoTqEtdA6zEkXvfUCCT80fNfWBAgJQ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.91796875rem;left:31.1865234375rem;height:1.3125rem;font-style:normal;display:block; }
#TptQR27MWT9pVCuexKwyEwKwGez7sTMw { color:rgba(var(--color-tertiary-2),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.9375rem;left:31.1884765625rem;height:3.5625rem;font-style:normal;display:block; }
#lu5ztyz2wvJHGQ1iwyvKXlzxLTCdU4Br { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:8.375rem;top:1.625rem;left:30.5625rem;overflow:hidden;display:block; }
#hnZaBW3tzCfuIpNZiON284h9b9MxVs6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#hnZaBW3tzCfuIpNZiON284h9b9MxVs6T > .row .container { border-width: 0; border-radius: 0; }#hnZaBW3tzCfuIpNZiON284h9b9MxVs6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnZaBW3tzCfuIpNZiON284h9b9MxVs6T > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:none; }#esJerNwFQX5m4I8ca9SICV3cC5OsAue3 { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#Deskrvuqek0TXHz3L1v0ZCU66iXWC1mT { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#GInULsBcNmQssgELK48akEEiHXmaCdrK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.125rem;width:28.625rem;top:2.21875rem;left:0.3125rem;overflow:hidden;display:block; }
#MBO6SfePMBt6y8hI0UNKVy8vyQkl5XGm { color:#000000;display:block;width:28.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.6663246154788rem;left:31.188323974609rem;height:13.5rem;font-style:normal;display:block; }
#HafWZRI9NzmQSkZRtpu3mT962E1X4PRc { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#Uxl4sAlt4ebkNpT3CPRZB1pSxTSIU3dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tw6QRvJMF1rXmhbHnz8fmEf4SMm8CNp5 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.2178249359131rem;left:31.187465667724rem;height:3.375rem;font-style:normal;display:block; }
#q43yrf5FyVixmrGshKVLk0WEym8A3DUC { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.48046875rem;left:31.18701171875rem;height:1.3125rem;font-style:normal;display:block; }
#QkDdH6OvRwem8prAXFgdkTbII98cyPJX { color:rgba(var(--color-tertiary-2),1);display:block;width:27.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.148574829101rem;left:31.187465667724rem;height:2.375rem;font-style:normal;display:block; }
#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row .container { background-color: transparent; background-image: none; }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row .container > .video-iframe-container { display: none; }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row > .video-iframe-container { display: none; }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .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); }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row .container { border-width: 0; border-radius: 0; }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#GJ8RZCMgVqndDoOBX4UiwlWTp2VbOgFo { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#P9afFAP2qRTAlpTMBWkKc315nezQhkSo { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0.3125rem;display:block; }
#uQyDLStdvKN7JgOKi4xD5OzoNtHnOg7q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.125rem;width:28.625rem;top:2.21875rem;left:0.3125rem;overflow:hidden;display:block; }
#csRxsywVD4sS1T3PhMp0FzleAf35RqqA { color:#000000;display:block;width:28.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:5.541015625rem;left:31.1884765625rem;height:12.375rem;font-style:normal;display:block; }
#UCqgTvy9BkvQf426gKBMZSIwD206qbv2 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.03125rem;left:49.625rem;display:block; }
#c2yVXaTrfhtnuZiIT39wybFZTbi2CMwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sEiXpfmh7BMEHs4nfoA4X84AtPIyIFp4 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.48046875rem;left:31.18701171875rem;height:1.3496125rem;font-style:normal;display:block; }
#Xl2QH15KCSpENPEAdPG6OSho8KDUTxfE { color:rgba(var(--color-tertiary-2),1);display:block;width:27.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8359375rem;left:31.1884765625rem;height:2.4375rem;font-style:normal;display:block; }
#WHg6HRWAWm7g9x6rzJKl89z9qO6splkO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:11rem;top:2.21875rem;left:31.1875rem;overflow:hidden;display:block; }
#RKtrRap9x9wkN5Ta9KSg2O5w6g2nAszh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#RKtrRap9x9wkN5Ta9KSg2O5w6g2nAszh > .row .container { border-width: 0; border-radius: 0; }#RKtrRap9x9wkN5Ta9KSg2O5w6g2nAszh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKtrRap9x9wkN5Ta9KSg2O5w6g2nAszh > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:none; }#BePTZzowCEfpF6H3J6NWBPRbRRQ2rIDO { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#reVGmTzQXTciBZrgVeg7FaXoHX6hHdh4 { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:0.3125rem;display:block; }
#HRvFo9QKfaL42AGs9B0tC1ZKx8ZXwki1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.3125rem;width:29rem;top:1.71875rem;left:0.3125rem;overflow:hidden;display:block; }
#CB0UWkTQzublcaFB32adEedTkQy8ZpaD { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.35791015625rem;left:30.99853515625rem;height:1.21875rem;font-style:normal;display:block; }
#vOzUVZKONwDnMUcJikp5K5mhv3IqczzZ { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.875rem;left:31rem;height:9rem;font-style:normal;display:block; }
#tseTAcloIIdlHbVSQrMHC5ORVozoXpFo { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.84375rem;left:49.625rem;display:block; }
#DqncoM99ezwiqzrnEFObT30EXUIQTSxH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0NKBDsLT1RWDc8R4LWZpTwfTJq9TiRk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.25rem;top:1.71875rem;left:31.0625rem;overflow:hidden;display:block; }
#fmyoKA65Ny5huEpuqImuio32AbW7pST9 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.461074829101rem;left:30.998149871826rem;height:2.4375rem;font-style:normal;display:block; }
#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row .container { background-color: transparent; background-image: none; }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row .container > .video-iframe-container { display: none; }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row > .video-iframe-container { display: none; }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .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); }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row .container { border-width: 0; border-radius: 0; }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#ozTsgBTobuAcLOFe1tSc6ICzXasuIqZp { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#PJzSkHAxFtEbuafGIUX9DVPiw0gXDE5U { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:0.3125rem;display:block; }
#cqIxSm0IObMXGETK9r0hC2WiRiuGLzVJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.3125rem;width:29rem;top:1.71875rem;left:0.3125rem;overflow:hidden;display:block; }
#eOLlbXCDNVq8vPWZSdsZMzK5mJyxbze4 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.9375rem;left:31.1875rem;height:9rem;font-style:normal;display:block; }
#lDnArVhTOHFJNXKdxANzLm5FSEE0eBnC { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.84375rem;left:49.625rem;display:block; }
#QVJ6yfDSawn7SRaLklDQQ51yPL9XsXBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoAvEt1RoVVCUMUTnhco3RiQU95rTtN3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:5.625rem;top:0.75rem;left:30.8125rem;overflow:hidden;display:block; }
#LnotdA0ERSgFFfNwemJGk6p1vbGvqDhD { color:rgba(var(--color-tertiary-2),1);display:block;width:27.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.461074829101rem;left:31.186611175537rem;height:2.4375rem;font-style:normal;display:block; }
#P6yL08U11R8aA6xk8yl3RnS3QTbCkUNT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.29296875rem;left:31.18798828125rem;height:1.3496125rem;font-style:normal;display:block; }
#RMQW99TZ41TMzsCH3eOBzTkITKRrBsOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#RMQW99TZ41TMzsCH3eOBzTkITKRrBsOs > .row .container { border-width: 0; border-radius: 0; }#RMQW99TZ41TMzsCH3eOBzTkITKRrBsOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMQW99TZ41TMzsCH3eOBzTkITKRrBsOs > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:none; }#s6dOHVToVksrTdfL1sckTSDOq5HSZea3 { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.75rem;left:0.3125rem;display:block; }
#oM7vZTKx50c96c0PvNXhTKCl7zRmtKTt { box-sizing:content-box;height:0.1875rem;width:59.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:0.3125rem;display:block; }
#PH7z1ggFvxPGC3N3qPL4H18l4loVJTAG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.3125rem;width:29rem;top:1.71875rem;left:0.3125rem;overflow:hidden;display:block; }
#kaDTl7FzJTw2kq2gidckXbR2VLGVg0Od { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.35791015625rem;left:30.99853515625rem;height:1.21875rem;font-style:normal;display:block; }
#m7TwX7DtywZaToXKA8CtlFdHKvv1doG5 { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.875rem;left:31rem;height:9rem;font-style:normal;display:block; }
#rQOdTC3VDOe6gU7HFFVfe9IKzVyXnPwg { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.84375rem;left:49.625rem;display:block; }
#odpNmNfbTuMRzm5TVNAT2BlDFp8ikoUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hm3By9IMyARPHaHXCVBzIINATSKcyiAH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.25rem;top:1.71875rem;left:31.0625rem;overflow:hidden;display:block; }
#u0KU0InHybBhMRUhZKD4WCyqIcxHKTyk { color:rgba(var(--color-tertiary-2),1);display:block;width:27.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.461074829101rem;left:30.998149871826rem;height:2.4375rem;font-style:normal;display:block; }
#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row .container { background-color: transparent; background-image: none; }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row .container > .video-iframe-container { display: none; }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row > .video-iframe-container { display: none; }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .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); }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row .container { border-width: 0; border-radius: 0; }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun { position:relative;display:block; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun { background-color: transparent; background-image: none; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .row .container > .video-iframe-container { display: none; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .row > .video-iframe-container { display: none; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .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); }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun { border-width: 0; border-radius: 0; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .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; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNB5DiBdnV4zLHa6ctTD7NluzInRBJgS { top:2.75rem;left:0rem;width:10.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq { display:block; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { top:1.0625rem;left:17.1875rem;width:30.5625rem;height:11.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPpz5kwn6mEpKZuxWTsozI9QM9qnksv1 { top:13.5625rem;left:19.4375rem;width:28.3125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSXMSJmQso3Gu7SWnxkSuQfl6AdFvysP { top:1.0625rem;left:0rem;width:27.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGcSxeMgT5oA15EP0xv9WKalJWrQmCn0 { display:block; }#FGcSxeMgT5oA15EP0xv9WKalJWrQmCn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiCy8ezulbUNJRgQhT1AwNE95A0KvRTd { top:1.25rem;left:1.15625rem;width:45.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRocbIQblFZKvbDNiRZ4imsVeUtEMsUQ { width:37.5rem;height:75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r97ozBIf7Jwqdb0vbr8P7W4f51dhL1ry { display:block; }#r97ozBIf7Jwqdb0vbr8P7W4f51dhL1ry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InxlrT37TTeoJE58s2gHZcTFhDd9Cev9 { top:0.6875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJFR5GMDKRWiWCb3MCudR59VdkDEh0TE { top:22.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw30EAkZgG0VeQAq6CJObMzZ8wCkuQrN { top:1.6875rem;left:0rem;width:24.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhK5uwvLK5hAaQWI5QD51uTy7cMcn8pV { top:12.0625rem;left:20.1875rem;width:27.5625rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6r2T7zQDsypZAuOlAasUATdNLTArOnM { top:5.25rem;left:18.8125rem;width:28.9375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF2uTvtEcPac85PEqvueVf9SQt3doXU0 { width:9.75rem;height:2.1875rem;top:18.3125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTOlWk3nXyDcJ1RAWAQeMxqM6f0mfbnW { display:block; }
 }@media only screen and (max-width: 763px) { #oBHSirutwCFLDluFT8oDwJG6umkbyURu { top:1.6875rem;left:24.4375rem;width:15.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf5mw7tSPUESAqXHAn3aXZ14FNmMssvi { top:18.75rem;left:19rem;width:14.1875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggMVWiLpl6750Wg5ILbUFCx1tUG6pSfw { display:block; }#ggMVWiLpl6750Wg5ILbUFCx1tUG6pSfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceGPulPz7pMXqqiNdNWxwqnAowTFylZQ { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROiH19FTzIA9JyCrmMesvWT8JE8G9HHl { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvWasL0qym1FT8npOvzdZIddPymFxSLN { top:2.125rem;left:0rem;width:28.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPLX0eKvCN90fz6eBmeZosQH2yMuMucS { top:10.1875rem;left:19rem;width:28.75rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ata4umihlXswgFhWBt0pGG5c8e8zJ2o4 { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5uQsTeQTRyULcr2RbGZkKknMkhOTI3u { display:block; }
 }@media only screen and (max-width: 763px) { #wZDDfcTXU5eePP9RXAXC6Des4Iv42rCs { top:24.4375rem;left:25.06201171875rem;width:16.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd7PboJPG7kH65WJieGU4UbMx87kwSx1 { top:20.5rem;left:20.1875rem;width:27.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNkCPhQN0itlI7DX7NSWP5K9I6ucC6Oy { top:1.875rem;left:24.276785714286rem;width:8.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUPRXDsCvaPTalr2tLu2a6Uu3UebUxlV { top:6.1875rem;left:19rem;width:28.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtRJTW1UHIkMOdu8Bcb6edXnaTEZdzok { display:block; }#DtRJTW1UHIkMOdu8Bcb6edXnaTEZdzok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itvDLVkNKTsuT9HToUCuD57LhhRRaUKt { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfht0J1IeJLggzs9NBxBUKrvkp0u3mKB { top:22.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIwwkMFaGUtxqFvdEW5pJd0qPrvAf2hd { top:1.6875rem;left:0rem;width:29rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TWHVdBAD19kWFaxXi5FW9spO84RykF { top:19.3125rem;left:20.1875rem;width:18.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUleRCvGtQz6OyLIRTsVcT7TGiZSBKx8 { top:6.8125rem;left:18.8125rem;width:28.9375rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp3LZKAWnfBRlmQMhTe6fT8Hv4TILzHT { width:9.8125rem;height:2.25rem;top:18.8125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZqWF1SzxefCQKnfzAQOTrEmSz6v9Vyp { display:block; }
 }@media only screen and (max-width: 763px) { #TP0m9IkOzHZEWJ4pg1bNkUsQvqs2EKcp { top:1.6875rem;left:24.9375rem;width:8.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oABkB6nLrH5HuTiT9LzmDT0sSf1XI5WU { top:16.4375rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 { display:block; }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGfdc9ZHRkVhMM7pRVvOhoXSQnrOPzC0 { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICqZUn3KZztuuCM6HJR39vhaZscZl4Ae { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOTCvCfUp66daOXSA9U3kzBuSZNxmdbE { top:2.125rem;left:0rem;width:28.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6zrP01EDM0MXxHLwkXAb2kbIFse6zG6 { top:10.1875rem;left:19rem;width:28.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAa3NDQOPSuMmAgOzHuCZh176Nf2rg0T { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7TDAFddrdWdTuu5qkU0i7mKlKBuzov3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gu7bVuG8MHUIupbTko0NSJpPt0vLi095 { top:2.125rem;left:24.0625rem;width:15.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoGJt7iM0ATeXmpBeMzzgxeqGgleLCay { top:6.375rem;left:19rem;width:28.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5QopuTcZMEXr15P81cDNF9PCrNJsG5S { display:block; }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0VHLTlFNyluLprNJLOrQHEkaVzvcIfF { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJqlHaKT4yp9UtX1kt6heOTpAAxKGtpP { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKyekVGyJo3sRkCUmTX5LiTmsgTW80rk { top:2.8125rem;left:0rem;width:26.5625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3l9guhETWUffqXgFFFTcoosQtmkcdTv { top:9.875rem;left:19rem;width:28.75rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyfgPvsRsbnPZqtXuP9dM7Xvr2TvnonZ { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTMBbm3mxSQ83q9WX6XcgcGmwuuPFJnJ { display:block; }
 }@media only screen and (max-width: 763px) { #H1EEdpN48glKB5ih1TrCer185ffXTMXo { top:24.4375rem;left:25.0615234375rem;width:16.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVeTASHyLs9gfMRTfbzHuSesRdDg0RNV { top:21.6875rem;left:20.1875rem;width:27.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFXHQUILCKD2y6Va66CZsPLN5xmWNVxS { top:2.125rem;left:25.125rem;width:4.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW2HGfOJInlsNv2008sECkaMRa3ql09F { top:7.3125rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZG2sriUuZDviakGlB20AMNKEw1twpqH { display:block; }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdyAnKAdhExnVCq8ODxmcxnmSmPDdstc { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTz7JSnxog6kT1xmfHqoDvFivAGPL5lz { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJinmvhs2zFOTl8y5hZpWuTuuW5ETfq { top:2.125rem;left:0rem;width:28.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJRO8iNHrauAUs2fGQqSmHxDER3cMU4 { top:7.625rem;left:19rem;width:28.75rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO9BOD0tuLlXRKQ00VaNnsDhnxBk6x0q { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP34GkAtGy2XtcpLeP2kkPWqVZqZfwAP { display:block; }
 }@media only screen and (max-width: 763px) { #nMn4xiMs0GTSn30nmIzUHnz82x8ZrPKL { top:24.9375rem;left:25.0634765625rem;width:16.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBOQiihBsXxlGINkw3DxafGLINypRCk { top:21.625rem;left:25.0634765625rem;width:15.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfnT4Qcdy1CaDswEG4tqHcUf0TgOMpGF { top:2.125rem;left:25.0634765625rem;width:6.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1yO5KeL5dNyyDD5FUIQmPvN9be94M9 { top:6.0625rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ8Gpfn2EQc92c8boGutxObNJwsad2gp { display:block; }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbvdV1LEgTvl3WR7ukLsCbNZsUsFKvZF { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqrsLE3Gt7EHei0maAEQwJH5y7xDDizT { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWB4thLRE0GvAZfv7JFKCfpv3ReT9BcL { top:2.125rem;left:0rem;width:28.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZt2z7a6TbJzLh4iEAQb6Kh9O6AzdFeh { top:8rem;left:19rem;width:28.75rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z95B67XxR0TIFFsfJT2QflCqcEsOyaMS { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf70r7A9B7fOBfzr03xheSDbNPyEcuqb { display:block; }
 }@media only screen and (max-width: 763px) { #w7sJv4XAztk0gJMlPyaTAZJOtHlpaC7V { top:24.4375rem;left:25.06201171875rem;width:16.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1Ne91seGVaTPhDCBgGV331QhZXRu8d6 { top:19.75rem;left:20.1875rem;width:27.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZnOVCfi9EmmGhApqecrP7dZGq1eqFoQ { top:0.9375rem;left:22rem;width:14.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyRKibmviSbqRQV1l6UunC6swpTlBDCN { top:5.4375rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNztmVXuAZdeeoZ3sDRlxfS0BwiSAOEV { display:block; }#TNztmVXuAZdeeoZ3sDRlxfS0BwiSAOEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHPZeePoEWlDtpQdaHlPPvV0AihzxwPR { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP99WeG0HBxcott6bMsMRwhTuv0xVoGO { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk8UT3kgvTzIOGUxK3cx4ZPXS2xHd8A9 { top:2.125rem;left:0rem;width:28.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4JbhwOruy4D5WAy12GLkIwBIb0MPohs { top:8rem;left:19rem;width:28.75rem;height:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fia7adBIUv4LXTNiCx0F7xDFg3LzhduP { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8foQ7loqPqGoVKSZouOctkcxr6XlMG { display:block; }
 }@media only screen and (max-width: 763px) { #Z9DlPStIgr1rGfkU14Qn1Nltx3erMNiD { top:24.4375rem;left:19rem;width:16.625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBRqTKTV7wPJ9WQU0yhgdGLCeGH6VQMS { top:21.625rem;left:20.1875rem;width:27.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vK2nPTgwG6Mv3wsDCSCqFatT23kECu { top:2.1875rem;left:25.0625rem;width:8.375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRkeRHArvaJTZpkybMgtSx37Q6b1Nkvo { display:block; }#wRkeRHArvaJTZpkybMgtSx37Q6b1Nkvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXoVrpJgpr0c34Fx6IimTGkJpGQSJXzE { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpexMZTyRip7pAbaVeXvpqES2BKG1X2f { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFbw2zZPg3H45y2LSyNp5ftRSoIKqw5M { top:2.125rem;left:0rem;width:28.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRT0aJrhzJkk2RSDGAKAr1u4DRSFfnCE { top:5.75rem;left:19rem;width:28.75rem;height:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJhyDvcnEIDpuOhRCW8Iiqzl03v6S9M { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN2077S6B5HIAyTiqQMwxDyRIS5Dhf1v { display:block; }
 }@media only screen and (max-width: 763px) { #lSMoTqEtdA6zEkXvfUCCT80fNfWBAgJQ { top:24.875rem;left:25.0615234375rem;width:16.625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TptQR27MWT9pVCuexKwyEwKwGez7sTMw { top:20.9375rem;left:20.1875rem;width:27.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu5ztyz2wvJHGQ1iwyvKXlzxLTCdU4Br { top:1.625rem;left:24.4375rem;width:8.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnZaBW3tzCfuIpNZiON284h9b9MxVs6T { display:block; }#hnZaBW3tzCfuIpNZiON284h9b9MxVs6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esJerNwFQX5m4I8ca9SICV3cC5OsAue3 { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deskrvuqek0TXHz3L1v0ZCU66iXWC1mT { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GInULsBcNmQssgELK48akEEiHXmaCdrK { top:2.1875rem;left:0rem;width:28.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBO6SfePMBt6y8hI0UNKVy8vyQkl5XGm { top:6.625rem;left:19rem;width:28.75rem;height:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HafWZRI9NzmQSkZRtpu3mT962E1X4PRc { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxl4sAlt4ebkNpT3CPRZB1pSxTSIU3dt { display:block; }
 }@media only screen and (max-width: 763px) { #tw6QRvJMF1rXmhbHnz8fmEf4SMm8CNp5 { top:2.1875rem;left:18.9375rem;width:28.75rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q43yrf5FyVixmrGshKVLk0WEym8A3DUC { top:24.4375rem;left:19rem;width:16.625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkDdH6OvRwem8prAXFgdkTbII98cyPJX { top:21.125rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU { display:block; }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ8RZCMgVqndDoOBX4UiwlWTp2VbOgFo { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9afFAP2qRTAlpTMBWkKc315nezQhkSo { top:27.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQyDLStdvKN7JgOKi4xD5OzoNtHnOg7q { top:2.1875rem;left:0rem;width:28.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csRxsywVD4sS1T3PhMp0FzleAf35RqqA { top:5.5rem;left:19rem;width:28.75rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCqgTvy9BkvQf426gKBMZSIwD206qbv2 { width:9.8125rem;height:2.25rem;top:24rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2yVXaTrfhtnuZiIT39wybFZTbi2CMwf { display:block; }
 }@media only screen and (max-width: 763px) { #sEiXpfmh7BMEHs4nfoA4X84AtPIyIFp4 { top:24.4375rem;left:19rem;width:16.625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2QH15KCSpENPEAdPG6OSho8KDUTxfE { top:19.8125rem;left:20.1875rem;width:27.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHg6HRWAWm7g9x6rzJKl89z9qO6splkO { top:2.1875rem;left:25.0625rem;width:11rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKtrRap9x9wkN5Ta9KSg2O5w6g2nAszh { display:block; }#RKtrRap9x9wkN5Ta9KSg2O5w6g2nAszh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BePTZzowCEfpF6H3J6NWBPRbRRQ2rIDO { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reVGmTzQXTciBZrgVeg7FaXoHX6hHdh4 { top:22.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRvFo9QKfaL42AGs9B0tC1ZKx8ZXwki1 { top:1.6875rem;left:0rem;width:29rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB0UWkTQzublcaFB32adEedTkQy8ZpaD { top:19.3125rem;left:20.1875rem;width:18.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzUVZKONwDnMUcJikp5K5mhv3IqczzZ { top:6.8125rem;left:18.8125rem;width:28.9375rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tseTAcloIIdlHbVSQrMHC5ORVozoXpFo { width:9.8125rem;height:2.25rem;top:18.8125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqncoM99ezwiqzrnEFObT30EXUIQTSxH { display:block; }
 }@media only screen and (max-width: 763px) { #J0NKBDsLT1RWDc8R4LWZpTwfTJq9TiRk { top:1.6875rem;left:24.9375rem;width:8.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmyoKA65Ny5huEpuqImuio32AbW7pST9 { top:16.4375rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx { display:block; }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTsgBTobuAcLOFe1tSc6ICzXasuIqZp { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJzSkHAxFtEbuafGIUX9DVPiw0gXDE5U { top:22.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIxSm0IObMXGETK9r0hC2WiRiuGLzVJ { top:1.6875rem;left:0rem;width:29rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOLlbXCDNVq8vPWZSdsZMzK5mJyxbze4 { top:6.875rem;left:19rem;width:28.75rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDnArVhTOHFJNXKdxANzLm5FSEE0eBnC { width:9.8125rem;height:2.25rem;top:18.8125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJ6yfDSawn7SRaLklDQQ51yPL9XsXBF { display:block; }
 }@media only screen and (max-width: 763px) { #DoAvEt1RoVVCUMUTnhco3RiQU95rTtN3 { top:0.75rem;left:24.6875rem;width:5.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnotdA0ERSgFFfNwemJGk6p1vbGvqDhD { top:16.4375rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6yL08U11R8aA6xk8yl3RnS3QTbCkUNT { top:19.25rem;left:19rem;width:17.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMQW99TZ41TMzsCH3eOBzTkITKRrBsOs { display:block; }#RMQW99TZ41TMzsCH3eOBzTkITKRrBsOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6dOHVToVksrTdfL1sckTSDOq5HSZea3 { top:0.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM7vZTKx50c96c0PvNXhTKCl7zRmtKTt { top:22.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH7z1ggFvxPGC3N3qPL4H18l4loVJTAG { top:1.6875rem;left:0rem;width:29rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaDTl7FzJTw2kq2gidckXbR2VLGVg0Od { top:19.3125rem;left:20.1875rem;width:18.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TwX7DtywZaToXKA8CtlFdHKvv1doG5 { top:6.8125rem;left:18.8125rem;width:28.9375rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQOdTC3VDOe6gU7HFFVfe9IKzVyXnPwg { width:9.8125rem;height:2.25rem;top:18.8125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odpNmNfbTuMRzm5TVNAT2BlDFp8ikoUy { display:block; }
 }@media only screen and (max-width: 763px) { #hm3By9IMyARPHaHXCVBzIINATSKcyiAH { top:1.6875rem;left:24.9375rem;width:8.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KU0InHybBhMRUhZKD4WCyqIcxHKTyk { top:16.4375rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn { display:block; }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun { display:block; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNB5DiBdnV4zLHa6ctTD7NluzInRBJgS { width:10.75rem;height:2.625rem;top:1.21875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq { display:block; }#hXmT8Mns5hWDE3dCwqR9ZH6eKzfh3sSq > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { width:18.75rem;height:6.25rem;top:15.375rem;left:0.625rem;font-size:3.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RPpz5kwn6mEpKZuxWTsozI9QM9qnksv1 { width:17.625rem;height:3.9375rem;top:22.375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xSXMSJmQso3Gu7SWnxkSuQfl6AdFvysP { width:19.0625rem;height:12.625rem;top:0.6875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGcSxeMgT5oA15EP0xv9WKalJWrQmCn0 { display:none; }#FGcSxeMgT5oA15EP0xv9WKalJWrQmCn0 > .row .container { width:20rem;height:31.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BiCy8ezulbUNJRgQhT1AwNE95A0KvRTd { width:20rem;height:10.4375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oRocbIQblFZKvbDNiRZ4imsVeUtEMsUQ { top:0.625rem;left:3.03125rem;width:13.8125rem;height:27.75rem;z-index:15001;overflow:hidden;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,153,0.5) ;border-top:0.0625rem solid rgba(0,0,153,0.5);border-left:0.0625rem solid rgba(0,0,153,0.5);border-right:0.0625rem solid rgba(0,0,153,0.5);border-bottom:0.0625rem solid rgba(0,0,153,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #r97ozBIf7Jwqdb0vbr8P7W4f51dhL1ry { display:none; }#r97ozBIf7Jwqdb0vbr8P7W4f51dhL1ry > .row .container { width:20rem;height:45.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #InxlrT37TTeoJE58s2gHZcTFhDd9Cev9 { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJFR5GMDKRWiWCb3MCudR59VdkDEh0TE { width:20rem;height:0.1875rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw30EAkZgG0VeQAq6CJObMzZ8wCkuQrN { width:13.375rem;height:11.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhK5uwvLK5hAaQWI5QD51uTy7cMcn8pV { width:20rem;height:6.09375rem;top:29.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6r2T7zQDsypZAuOlAasUATdNLTArOnM { width:20rem;height:8.53125rem;top:20.505859375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qF2uTvtEcPac85PEqvueVf9SQt3doXU0 { width:9.8125rem;height:2.25rem;top:40.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTOlWk3nXyDcJ1RAWAQeMxqM6f0mfbnW { display:block; }
 }@media only screen and (max-width: 763px) { #oBHSirutwCFLDluFT8oDwJG6umkbyURu { width:15.125rem;height:2.5625rem;top:16.255859375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf5mw7tSPUESAqXHAn3aXZ14FNmMssvi { width:20rem;height:1.3496125rem;top:37.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggMVWiLpl6750Wg5ILbUFCx1tUG6pSfw { display:none; }#ggMVWiLpl6750Wg5ILbUFCx1tUG6pSfw > .row .container { width:20rem;height:52.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ceGPulPz7pMXqqiNdNWxwqnAowTFylZQ { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROiH19FTzIA9JyCrmMesvWT8JE8G9HHl { width:20rem;height:0.1875rem;top:51.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvWasL0qym1FT8npOvzdZIddPymFxSLN { width:20rem;height:16.8125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPLX0eKvCN90fz6eBmeZosQH2yMuMucS { width:20rem;height:11.25rem;top:27.099609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ata4umihlXswgFhWBt0pGG5c8e8zJ2o4 { width:9.8125rem;height:2.25rem;top:48.287109375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5uQsTeQTRyULcr2RbGZkKknMkhOTI3u { display:block; }
 }@media only screen and (max-width: 763px) { #wZDDfcTXU5eePP9RXAXC6Des4Iv42rCs { width:20rem;height:1.3496125rem;top:45.1162109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd7PboJPG7kH65WJieGU4UbMx87kwSx1 { width:20rem;height:3.65625rem;top:39.8349609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNkCPhQN0itlI7DX7NSWP5K9I6ucC6Oy { width:6.625rem;height:2.75rem;top:1.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUPRXDsCvaPTalr2tLu2a6Uu3UebUxlV { width:20rem;height:3.75rem;top:22.787109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtRJTW1UHIkMOdu8Bcb6edXnaTEZdzok { display:none; }#DtRJTW1UHIkMOdu8Bcb6edXnaTEZdzok > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #itvDLVkNKTsuT9HToUCuD57LhhRRaUKt { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfht0J1IeJLggzs9NBxBUKrvkp0u3mKB { width:20rem;height:0.1875rem;top:45.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIwwkMFaGUtxqFvdEW5pJd0qPrvAf2hd { width:20rem;height:13.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TWHVdBAD19kWFaxXi5FW9spO84RykF { width:20rem;height:1.21875rem;top:35.349609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUleRCvGtQz6OyLIRTsVcT7TGiZSBKx8 { width:20rem;height:13.5rem;top:20.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp3LZKAWnfBRlmQMhTe6fT8Hv4TILzHT { width:9.8125rem;height:2.25rem;top:41.412109375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZqWF1SzxefCQKnfzAQOTrEmSz6v9Vyp { display:block; }
 }@media only screen and (max-width: 763px) { #TP0m9IkOzHZEWJ4pg1bNkUsQvqs2EKcp { width:8.25rem;height:4.375rem;top:15.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oABkB6nLrH5HuTiT9LzmDT0sSf1XI5WU { width:20rem;height:2.4375rem;top:37.849609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 { display:block; }#PfZVCGru9HTZD4H5yHcSJF01mx4G8I09 > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGfdc9ZHRkVhMM7pRVvOhoXSQnrOPzC0 { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICqZUn3KZztuuCM6HJR39vhaZscZl4Ae { width:20rem;height:0.1875rem;top:38.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOTCvCfUp66daOXSA9U3kzBuSZNxmdbE { width:20rem;height:16.8125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6zrP01EDM0MXxHLwkXAb2kbIFse6zG6 { width:20rem;height:5.625rem;top:27.099609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAa3NDQOPSuMmAgOzHuCZh176Nf2rg0T { width:9.8125rem;height:2.25rem;top:34.599609375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7TDAFddrdWdTuu5qkU0i7mKlKBuzov3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gu7bVuG8MHUIupbTko0NSJpPt0vLi095 { width:9.1875rem;height:2.25rem;top:1.5625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoGJt7iM0ATeXmpBeMzzgxeqGgleLCay { width:20rem;height:3.75rem;top:22.787109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5QopuTcZMEXr15P81cDNF9PCrNJsG5S { display:block; }#n5QopuTcZMEXr15P81cDNF9PCrNJsG5S > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0VHLTlFNyluLprNJLOrQHEkaVzvcIfF { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJqlHaKT4yp9UtX1kt6heOTpAAxKGtpP { width:20rem;height:0.1875rem;top:51.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKyekVGyJo3sRkCUmTX5LiTmsgTW80rk { width:18.5rem;height:16.75rem;top:4.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3l9guhETWUffqXgFFFTcoosQtmkcdTv { width:20rem;height:15rem;top:25.099609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyfgPvsRsbnPZqtXuP9dM7Xvr2TvnonZ { width:9.8125rem;height:2.25rem;top:48.287109375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTMBbm3mxSQ83q9WX6XcgcGmwuuPFJnJ { display:block; }
 }@media only screen and (max-width: 763px) { #H1EEdpN48glKB5ih1TrCer185ffXTMXo { width:20rem;height:1.3496125rem;top:45.3037109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVeTASHyLs9gfMRTfbzHuSesRdDg0RNV { width:20rem;height:2.4375rem;top:41.5224609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFXHQUILCKD2y6Va66CZsPLN5xmWNVxS { width:2.6875rem;height:2.75rem;top:1.4375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW2HGfOJInlsNv2008sECkaMRa3ql09F { width:20rem;height:1.25rem;top:22.787109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZG2sriUuZDviakGlB20AMNKEw1twpqH { display:block; }#TZG2sriUuZDviakGlB20AMNKEw1twpqH > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdyAnKAdhExnVCq8ODxmcxnmSmPDdstc { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTz7JSnxog6kT1xmfHqoDvFivAGPL5lz { width:20rem;height:0.1875rem;top:53.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJinmvhs2zFOTl8y5hZpWuTuuW5ETfq { width:20rem;height:16.8125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJRO8iNHrauAUs2fGQqSmHxDER3cMU4 { width:20rem;height:17.8125rem;top:25.537109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO9BOD0tuLlXRKQ00VaNnsDhnxBk6x0q { width:9.8125rem;height:2.25rem;top:50.349609375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP34GkAtGy2XtcpLeP2kkPWqVZqZfwAP { display:block; }
 }@media only screen and (max-width: 763px) { #nMn4xiMs0GTSn30nmIzUHnz82x8ZrPKL { width:20rem;height:1.3496125rem;top:48.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBOQiihBsXxlGINkw3DxafGLINypRCk { width:20rem;height:2.4375rem;top:44.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfnT4Qcdy1CaDswEG4tqHcUf0TgOMpGF { width:5.5rem;height:2.75rem;top:1.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1yO5KeL5dNyyDD5FUIQmPvN9be94M9 { width:20rem;height:2.5rem;top:22.349609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ8Gpfn2EQc92c8boGutxObNJwsad2gp { display:block; }#WQ8Gpfn2EQc92c8boGutxObNJwsad2gp > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbvdV1LEgTvl3WR7ukLsCbNZsUsFKvZF { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqrsLE3Gt7EHei0maAEQwJH5y7xDDizT { width:20rem;height:0.1875rem;top:55.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWB4thLRE0GvAZfv7JFKCfpv3ReT9BcL { width:20rem;height:16.8125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZt2z7a6TbJzLh4iEAQb6Kh9O6AzdFeh { width:20rem;height:15rem;top:27.099609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z95B67XxR0TIFFsfJT2QflCqcEsOyaMS { width:9.8125rem;height:2.25rem;top:52.349609375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf70r7A9B7fOBfzr03xheSDbNPyEcuqb { display:block; }
 }@media only screen and (max-width: 763px) { #w7sJv4XAztk0gJMlPyaTAZJOtHlpaC7V { width:20rem;height:1.3496125rem;top:49.8662109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1Ne91seGVaTPhDCBgGV331QhZXRu8d6 { width:20rem;height:4.875rem;top:43.6474609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZnOVCfi9EmmGhApqecrP7dZGq1eqFoQ { width:9.1875rem;height:2.75rem;top:1.375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyRKibmviSbqRQV1l6UunC6swpTlBDCN { width:20rem;height:2.5rem;top:22.787109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNztmVXuAZdeeoZ3sDRlxfS0BwiSAOEV { display:none; }#TNztmVXuAZdeeoZ3sDRlxfS0BwiSAOEV > .row .container { width:20rem;height:52.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XHPZeePoEWlDtpQdaHlPPvV0AihzxwPR { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP99WeG0HBxcott6bMsMRwhTuv0xVoGO { width:20rem;height:0.1875rem;top:51.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk8UT3kgvTzIOGUxK3cx4ZPXS2xHd8A9 { width:20rem;height:16.8125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4JbhwOruy4D5WAy12GLkIwBIb0MPohs { width:20rem;height:18.75rem;top:24.037109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fia7adBIUv4LXTNiCx0F7xDFg3LzhduP { width:9.8125rem;height:2.25rem;top:48.412109375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8foQ7loqPqGoVKSZouOctkcxr6XlMG { display:block; }
 }@media only screen and (max-width: 763px) { #Z9DlPStIgr1rGfkU14Qn1Nltx3erMNiD { width:20rem;height:1.3496125rem;top:46.4287109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBRqTKTV7wPJ9WQU0yhgdGLCeGH6VQMS { width:20rem;height:2.4375rem;top:42.5849609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vK2nPTgwG6Mv3wsDCSCqFatT23kECu { width:5.75rem;height:3.375rem;top:1.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRkeRHArvaJTZpkybMgtSx37Q6b1Nkvo { display:none; }#wRkeRHArvaJTZpkybMgtSx37Q6b1Nkvo > .row .container { width:20rem;height:56.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WXoVrpJgpr0c34Fx6IimTGkJpGQSJXzE { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpexMZTyRip7pAbaVeXvpqES2BKG1X2f { width:20rem;height:0.1875rem;top:55.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFbw2zZPg3H45y2LSyNp5ftRSoIKqw5M { width:20rem;height:16.8125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRT0aJrhzJkk2RSDGAKAr1u4DRSFfnCE { width:20rem;height:22.5rem;top:22.662109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJhyDvcnEIDpuOhRCW8Iiqzl03v6S9M { width:9.8125rem;height:2.25rem;top:52.474609375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN2077S6B5HIAyTiqQMwxDyRIS5Dhf1v { display:block; }
 }@media only screen and (max-width: 763px) { #lSMoTqEtdA6zEkXvfUCCT80fNfWBAgJQ { width:20rem;height:1.3496125rem;top:50.4287109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TptQR27MWT9pVCuexKwyEwKwGez7sTMw { width:20rem;height:3.65625rem;top:45.912109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu5ztyz2wvJHGQ1iwyvKXlzxLTCdU4Br { width:5.75rem;height:2.4375rem;top:1.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnZaBW3tzCfuIpNZiON284h9b9MxVs6T { display:none; }#hnZaBW3tzCfuIpNZiON284h9b9MxVs6T > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #esJerNwFQX5m4I8ca9SICV3cC5OsAue3 { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deskrvuqek0TXHz3L1v0ZCU66iXWC1mT { width:20rem;height:0.1875rem;top:51.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GInULsBcNmQssgELK48akEEiHXmaCdrK { width:20rem;height:16.9375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBO6SfePMBt6y8hI0UNKVy8vyQkl5XGm { width:20rem;height:19.125rem;top:22.974609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HafWZRI9NzmQSkZRtpu3mT962E1X4PRc { width:9.8125rem;height:2.25rem;top:48.412109375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxl4sAlt4ebkNpT3CPRZB1pSxTSIU3dt { display:block; }
 }@media only screen and (max-width: 763px) { #tw6QRvJMF1rXmhbHnz8fmEf4SMm8CNp5 { width:20rem;height:2.3994125rem;top:19.537109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q43yrf5FyVixmrGshKVLk0WEym8A3DUC { width:20rem;height:1.3496125rem;top:42.5849609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkDdH6OvRwem8prAXFgdkTbII98cyPJX { width:20rem;height:2.4375rem;top:44.849609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU { display:block; }#Kof7Q7H18zoxzl22bTdPQSmoaDkZUihU > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ8RZCMgVqndDoOBX4UiwlWTp2VbOgFo { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9afFAP2qRTAlpTMBWkKc315nezQhkSo { width:20rem;height:0.1875rem;top:51.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQyDLStdvKN7JgOKi4xD5OzoNtHnOg7q { width:20rem;height:16.8125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csRxsywVD4sS1T3PhMp0FzleAf35RqqA { width:20rem;height:19.125rem;top:22.537109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCqgTvy9BkvQf426gKBMZSIwD206qbv2 { width:9.8125rem;height:2.25rem;top:48.412109375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2yVXaTrfhtnuZiIT39wybFZTbi2CMwf { display:block; }
 }@media only screen and (max-width: 763px) { #sEiXpfmh7BMEHs4nfoA4X84AtPIyIFp4 { width:20rem;height:1.3496125rem;top:46.4287109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2QH15KCSpENPEAdPG6OSho8KDUTxfE { width:20rem;height:3.65625rem;top:42.5849609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHg6HRWAWm7g9x6rzJKl89z9qO6splkO { width:11rem;height:1.5625rem;top:1.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKtrRap9x9wkN5Ta9KSg2O5w6g2nAszh { display:none; }#RKtrRap9x9wkN5Ta9KSg2O5w6g2nAszh > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BePTZzowCEfpF6H3J6NWBPRbRRQ2rIDO { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reVGmTzQXTciBZrgVeg7FaXoHX6hHdh4 { width:20rem;height:0.1875rem;top:45.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRvFo9QKfaL42AGs9B0tC1ZKx8ZXwki1 { width:20rem;height:13.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB0UWkTQzublcaFB32adEedTkQy8ZpaD { width:20rem;height:1.21875rem;top:35.349609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzUVZKONwDnMUcJikp5K5mhv3IqczzZ { width:20rem;height:13.5rem;top:20.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tseTAcloIIdlHbVSQrMHC5ORVozoXpFo { width:9.8125rem;height:2.25rem;top:41.412109375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqncoM99ezwiqzrnEFObT30EXUIQTSxH { display:block; }
 }@media only screen and (max-width: 763px) { #J0NKBDsLT1RWDc8R4LWZpTwfTJq9TiRk { width:8.25rem;height:4.375rem;top:15.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmyoKA65Ny5huEpuqImuio32AbW7pST9 { width:20rem;height:2.4375rem;top:37.849609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx { display:block; }#f4c7OmJWPCsrcqLZB5vl85cc75mDXTmx > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTsgBTobuAcLOFe1tSc6ICzXasuIqZp { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJzSkHAxFtEbuafGIUX9DVPiw0gXDE5U { width:20rem;height:0.1875rem;top:44.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIxSm0IObMXGETK9r0hC2WiRiuGLzVJ { width:20rem;height:13.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOLlbXCDNVq8vPWZSdsZMzK5mJyxbze4 { width:20rem;height:13.5rem;top:22.099609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDnArVhTOHFJNXKdxANzLm5FSEE0eBnC { width:9.8125rem;height:2.25rem;top:41.474609375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVJ6yfDSawn7SRaLklDQQ51yPL9XsXBF { display:block; }
 }@media only screen and (max-width: 763px) { #DoAvEt1RoVVCUMUTnhco3RiQU95rTtN3 { width:5.625rem;height:6.1875rem;top:14.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnotdA0ERSgFFfNwemJGk6p1vbGvqDhD { width:20rem;height:2.4375rem;top:36.412109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6yL08U11R8aA6xk8yl3RnS3QTbCkUNT { width:20rem;height:1.3496125rem;top:38.849609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMQW99TZ41TMzsCH3eOBzTkITKRrBsOs { display:none; }#RMQW99TZ41TMzsCH3eOBzTkITKRrBsOs > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6dOHVToVksrTdfL1sckTSDOq5HSZea3 { width:20rem;height:0.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM7vZTKx50c96c0PvNXhTKCl7zRmtKTt { width:20rem;height:0.1875rem;top:45.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH7z1ggFvxPGC3N3qPL4H18l4loVJTAG { width:20rem;height:13.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaDTl7FzJTw2kq2gidckXbR2VLGVg0Od { width:20rem;height:1.21875rem;top:35.349609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TwX7DtywZaToXKA8CtlFdHKvv1doG5 { width:20rem;height:13.5rem;top:20.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQOdTC3VDOe6gU7HFFVfe9IKzVyXnPwg { width:9.8125rem;height:2.25rem;top:41.412109375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odpNmNfbTuMRzm5TVNAT2BlDFp8ikoUy { display:block; }
 }@media only screen and (max-width: 763px) { #hm3By9IMyARPHaHXCVBzIINATSKcyiAH { width:8.25rem;height:4.375rem;top:15.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KU0InHybBhMRUhZKD4WCyqIcxHKTyk { width:20rem;height:2.4375rem;top:37.849609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn { display:block; }#QkxoQqdPTs5TqsLwQFlw0IIHXRP1aVRn > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun { display:block; }#aw1n7DQJsKwFCF0SQ8XL9s6zzUTngXun > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }