.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:253,225,224;--color-primary-1:248,166,163;--color-primary-2:243,106,102;--color-primary-3:224,8,0;--color-primary-4:49,21,20;--color-secondary-0:251,252,253;--color-secondary-1:241,245,249;--color-secondary-2:226,234,243;--color-secondary-3:113,117,122;--color-secondary-4:34,35,36;--color-tertiary-0:255,255,255;--color-tertiary-1:164,156,157;--color-tertiary-2:84,84,84;--color-tertiary-3:49,42,42;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row .container { background-color: transparent; background-image: none; }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row .container > .video-iframe-container { display: none; }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row > .video-iframe-container { display: none; }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .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); }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row .container { border-width: 0; border-radius: 0; }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#eTgozq2qc90CDbIIVqiSE17RBQfT8b97 { 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:4.875rem;width:8.9375rem;top:0.625rem;left:1.90625rem;overflow:hidden;display:block; }
#IOx9RLKQLHOZ8cS3nbL1ypfKtGXZEWcf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.96875rem;left:18.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eeAQcbWBOshFReG5A1564arSyXX887Lg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.96875rem;left:24.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#reBTe0Dlqbx6dyo98fGgfdPbXCTmpScK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:47.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRT88f92HsySqioqCtTyETPDpPeg5MNz { color:rgba(var(--color-primary-3),1);display:block;width:12.75rem;position:absolute;font-family:dosis;font-size:0.6875rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:6.3828125rem;left:0rem;height:0.61816375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qWM1trzwmvTqNDhMEwwIO8kPsasxlzW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.96875rem;left:34.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D8M0qf7fd4RvWNhiBUQ9TDUBMeA3l2O1 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.78125rem;left:63.3212890625rem;display:block; }
#BCspItuoSxdqageSG44Z8WQmtzTqyawq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row .container { background-color: transparent; background-image: none; }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row .container > .video-iframe-container { display: none; }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row > .video-iframe-container { display: none; }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .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); }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row .container { border-width: 0; border-radius: 0; }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/739ad9b4-cff3-4d3b-b30b-433a85e241c8/homepagebanner211.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8.adaptive-delivery-prevent-bg, #aU8fW43AbTqKIvyycVn5JZsAz448rTx8.lazyload, #aU8fW43AbTqKIvyycVn5JZsAz448rTx8.lazyloading { background-image: none; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container { background-color: transparent; background-image: none; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container > .video-iframe-container { display: none; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row > .video-iframe-container { display: none; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .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); }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container { border-width: 0; border-radius: 0; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#vBaKqKr9EsTuVSuBvoweJhE6T00E5KAK { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.625rem;left:1rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cn3tUwnAtM66Zwm2TOpcRJVvRzQvzenM { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:1rem;height:2.4375rem;font-style:normal;display:block; }
#ZdJFAcM7m5ch1VXXVQneKFo73iFANSzc { position:absolute;display:block;z-index:15002;background-color:#f8f9fa;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.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.125rem;width:37.5rem;top:24.625rem;left:0rem;display:block; }
#iQfrwCFmUugTKy2lITqT6WaDnZqNiGoC { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.125rem;width:37.5rem;top:24.624588012695rem;left:37.5rem;display:block; }
#K9fafevtXkRni3H9i2ysLBPuyV4egI9y { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.874568462372rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#r3oBGHGNNJI4TZ2p0yoqvnJgqIK6pxDC { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.874567389488rem;left:37.500002861023rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H0K7GvDvaN7nGxNSiIpXvXmd8F8kDqzz { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(172,163,163,0.35);border-left:0.0625rem solid rgba(172,163,163,0.35);border-right:0.0625rem solid rgba(172,163,163,0.35);border-bottom:0.0625rem solid rgba(172,163,163,0.35);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.9375rem;width:74.875rem;top:24.6875rem;left:0rem;display:block; }
#r9olEMr02Z31ee0PStCR86uou00KBwWt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.34375rem;left:6.5rem;height:3.25rem;font-style:normal;display:block; }
#P1ipHakxaGCwZd4Ia8ZbV33EC1ZdBuXg { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:1rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvHfz6xEZJSSHPmThw8u8eqS6AgHGBnP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:10.6875rem;top:14.5rem;left:6.5rem;overflow:hidden;display:block; }
#BsvTAx79WXBLre2kbPbaOZUd35a7hqGu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.9375rem;left:1rem;display:block; }
#QP3E2aZ3DFpEbBUayrZvfgC2xhH0Z4E5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR { position:relative;display:block; }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR { background-color: transparent; background-image: none; }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .row .container > .video-iframe-container { display: none; }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .row > .video-iframe-container { display: none; }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .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); }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR { border-width: 0; border-radius: 0; }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .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; }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#scOF3UISgsh0x1uLR8RB2HlL4wGqOs7a { 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:4.125rem;width:4.125rem;top:4.375rem;left:3.25rem;overflow:hidden;display:block; }
#HUFNugHzt7CVIdP87hg0n64rRSc9OEtN { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:7.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#dgXRVnsfmBnbm5Ffc1HpmmL5HlL4teBU { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.0625rem;width:8rem;top:4.75rem;left:7.75rem;display:block; }
#HREs28vl7LFpGQ7ePXxAuJSTxmXmWfGi { color:#fafafa;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8124084472656rem;left:8.1250009536744rem;height:0.97473125rem;text-align:left;text-align-last:left;display:block; }
#ChtRZDHHvsqHRGb9FDVbAk4alsSGoIRb { color:#6b6b6b;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:7.875rem;height:0.97473125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PDVx2INbXWLqMseLHOHbKXRbZ3xyBTox { 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.125rem;width:4.125rem;top:4.375rem;left:28.375rem;overflow:hidden;display:block; }
#lomtE8I3dJMTBBk5Dn6PVcECZ7O85U1U { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:32.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#MaqZ0adwoTzJA331tF322OLE1ctFp3fQ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(98deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.0625rem;width:8rem;top:4.75rem;left:32.8125rem;display:block; }
#BKh9dMsfSkKOXJQUGAIIvGT6AfyMFhyr { color:#fafafa;display:block;width:7.25rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8125rem;left:33.1875rem;height:0.97473125rem;text-align:left;text-align-last:left;display:block; }
#RqivfqJbItUVvipFe5PoVEdusEIlZeKS { color:#6b6b6b;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:33rem;height:0.97473125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RxTTO41rHmXVlrx823ugLAKS3aVT4Nf0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:4.3125rem;left:54.1875rem;overflow:hidden;display:block; }
#cty9Pyc03qHtNv7nh5lPK7PPG98VoBRT { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:58.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#dAReuHZroCttBWZwBACKn3eRqbRZ3WQQ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(91deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(91deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(91deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(91deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.0625rem;width:8rem;top:4.6875rem;left:58.625rem;display:block; }
#hyAaPfiuZIqGbvonBi7CZD6ahAOT2ESo { color:#fafafa;display:block;width:7.375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:59rem;height:0.97473125rem;text-align:left;text-align-last:left;display:block; }
#GVSOSJy2A6b7OWeLgdL99KSX83T9CVAu { color:#6b6b6b;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:58.8125rem;height:0.97473125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wn1zQMsnwgJ5HEWneOKthchOZgtTcyfQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XHTs4APSWPcWdnyoaPnbIxDmmyuilpb0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#cKUc1aJQkMN0eARyPoOafhylfwNsqSle { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#C3TELm01hLafHw6tbITaQ7mWJENEZpIa { position:relative;display:block; }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa { background-color: transparent; background-image: none; }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .row .container > .video-iframe-container { display: none; }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .row > .video-iframe-container { display: none; }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .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); }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa { border-width: 0; border-radius: 0; }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .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; }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eD35UNP2AxiXzsQcVoZ72PE7wdurtltp { color:rgba(var(--color-tertiary-4),1);display:block;width:62.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:8.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fuk9lB6ckkoUnytymU1NLTwJpItoQwFP { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.75rem;height:1.29980625rem;display:block; }
#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { z-index:;position:relative;display:block; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { background-color: transparent; background-image: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container > .video-iframe-container { display: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row > .video-iframe-container { display: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .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); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { border-width: 0; border-radius: 0; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WIkVlfaAUlSNKTEMrbgp3xEdUGD1rzx0 { box-sizing:content-box;height:1.0625rem;width:10rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.8125rem;left:9.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PZL2kzZ8XxsiITtiARylLugeNFsbvuEE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:9.875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#qeoxM9tSyQnP0qV5IJQV99lU20FftKfl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:9.875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#paMsTzr1PCfTusr1nsubkLKRCu3I5BBa { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8rem;left:9.875rem;height:0.9746125rem;display:block; }
#izJFWMnFenVDCExPmO3fLwyqvgQTGuxn { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:9.875rem;height:1.94921875rem;font-style:normal;display:block; }
#lAnIB4f8kBHhVXRiKGeGTrg9b78Fa0B5 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:9.875rem;height:0.9746125rem;display:block; }
#h1NsQwfunBL2I6RMGDishoTXMBaf7PkT { background-color:rgba(var(--color-tertiary-4),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.6875rem;left:10.5625rem;display:block; }
#ZAdseyyOKmpoQxC0TelXOM3f6uAzxuqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k5GPRnxMTPXZ4JZkLIDgODukbkTwJhXv { color:rgba(var(--color-tertiary-1),1);display:block;width:5.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6875rem;left:18.4375rem;height:1.21875rem;font-style:normal;display:block; }
#Kvvy6SAqvOwiCLHo5XCgsSX1RcZCor4i { box-sizing:content-box;height:36.625rem;width:17.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:2.3125rem;left:8.625rem;border-top:0.0625rem solid #b0abac;border-left:0.0625rem solid #b0abac;border-right:0.0625rem solid #b0abac;border-bottom:0.0625rem solid #b0abac;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Pc2LORH6Fh2oAKuOPmghl3GeDLcaH4us { box-sizing:content-box;height:2.5625rem;width:17.6875rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:13.9375rem;left:8.625rem;display:block; }
#cANr4zmdkWA3KwxycviKohilz7kfhfR3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:14.5625rem;left:10rem;height:1.29980625rem;font-style:normal;display:block; }
#IGLAM5iqV7d5grplTyTtO39eRdyEGwqv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:17.5625rem;left:11.9375rem;height:1.13671875rem;display:block; }
#NkzaX2bnsyxAgwhJWTz8XsKxQL3nbBWr { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:28.1875rem;left:9.125rem;overflow:hidden;display:block; }
#UNBt16dsEpyphsIXIwcgMOkaSQ9JuzrQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.18725rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:28.375rem;left:12.25rem;height:1.13671875rem;display:block; }
#bvOOIMqmR7MZUkHrTamT8P6tXC6OIfRu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.562125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:29.5rem;left:12.25rem;height:2.2734375rem;display:block; }
#puSeckomAzV2cn2QHDa0xctTP9kFzCdd { box-sizing:content-box;height:36.5625rem;width:17.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:2.3125rem;left:31.25rem;border-top:0.0625rem solid #b0abac;border-left:0.0625rem solid #b0abac;border-right:0.0625rem solid #b0abac;border-bottom:0.0625rem solid #b0abac;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qt2HOAOvJTWEbeJO9a0JxW6foJ4aTQ1N { box-sizing:content-box;height:1.0625rem;width:10rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.8125rem;left:32.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XskBTt6fv3cbmMdcXZhNMzF8Isl1cyEF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.875rem;left:32.375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#G75mXlbx3Z20eZOHUVTOy029mMb1I3Vn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.6875rem;left:32.375rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AanycfPV5gLUQRTx8umC6lTq4a1u0T8c { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8rem;left:32.4375rem;height:0.9746125rem;display:block; }
#ixmrR9vb4251F7Aarm56yU1Ha3DUuxof { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:9.25rem;left:32.375rem;height:1.94921875rem;font-style:normal;display:block; }
#ToMOuiUPrS2pVgMSIoD0tVXdcDkTddd3 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.375rem;left:32.375rem;height:0.9746125rem;display:block; }
#uUEEGkTP5DlTgxqVssV2dwBcnThIJ6Qb { color:rgba(var(--color-tertiary-1),1);display:block;width:5.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.6875rem;left:40.9375rem;height:1.21875rem;font-style:normal;display:block; }
#UmWxCo5wrLoE0Tna3wdUlTeT58cwcRqw { box-sizing:content-box;height:2.5625rem;width:17.5rem;position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;top:13.9375rem;left:31.25rem;display:block; }
#vf0Zv2Lwu432TxvyCVkN0oCD9mnQVhZC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:14.5rem;left:32.5rem;height:1.29980625rem;font-style:normal;display:block; }
#OBGderTuuGtnlrsRMoganuTaW8bltZaF { background-color:rgba(var(--color-tertiary-4),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8730625rem;height:2.0625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:35.6875rem;left:33.125rem;display:block; }
#eSEpEapwh0NmDTxfpTawQ4AGEIyhH5Iq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WavyhggGQGiNV3bTMRoDvpAcMlAbSES2 { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:28.375rem;left:31.75rem;overflow:hidden;display:block; }
#pw8gxsXvBm18hCX9Cz0xKH6DDpl5InSe { color:rgba(var(--color-tertiary-4),1);display:block;width:5.99975625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:29.0625rem;left:34.6875rem;height:1.13671875rem;display:block; }
#QV8TwKxSL32Mb8gLo6m3TomTcwHAQtM9 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:31.5rem;left:31.75rem;overflow:hidden;display:block; }
#Q9dWsoB8ilrmsnDxTXT2yz1GUIDR1qoQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.874rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:31.5rem;left:34.8125rem;height:2.2734375rem;display:block; }
#laiPywvkgxrGHR0umTvV8U6QRyeJkBlk { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:19.375rem;left:8.875rem;overflow:hidden;display:block; }
#xSFrxiDOLoA8KeBDTT0ia961avo30Tnx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:20.125rem;left:11.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#bZBMWKugUwi1qma3ew3A4wA0FIX7quDT { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:16.9375rem;left:8.8125rem;overflow:hidden;display:block; }
#FuBpw0iJUBxrAmMsk0Z0O6GHZcLPRNqE { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:22.1875rem;left:8.9375rem;overflow:hidden;display:block; }
#oc0uFF5gnAoDFU0GyNJGBsyFqmbrp1JT { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:24.9375rem;left:9rem;overflow:hidden;display:block; }
#aZzIk4WDhReER6WZQfn23MbKuWqUX8vr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:23.0625rem;left:11.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#u7Rfxhx5eFsLZtXu7DMSQLAO3XVoMRP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:01.2;letter-spacing:0;top:25.8125rem;left:11.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#v4ZJ2Ceim1NIBVPo2DbPCIlUxWvt6SDW { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:19.6875rem;left:31.5625rem;overflow:hidden;display:block; }
#w3uw8kfmXncPLIxKGSJPM1Kct2Tsl3bs { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.25rem;left:31.5rem;overflow:hidden;display:block; }
#k9UTXBgwksg5VkN2m7m9c6ATsnhlI6TZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:17.875rem;left:34.5625rem;height:1.13671875rem;display:block; }
#s1cV4NnrQh2n70BnNcSrQkFJDlo7PV5A { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:20.4375rem;left:34.5625rem;height:1.04980625rem;font-style:normal;display:block; }
#kyNPW5kKCEOJcKtPAkwc3MJkDWogT0Li { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:22.4375rem;left:31.625rem;overflow:hidden;display:block; }
#mW0dQCCdSF9lEufzmAer5TFrJnSEGLnd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:23.375rem;left:34.625rem;height:1.04980625rem;font-style:normal;display:block; }
#IiswryEeVOGLxRM0l0xVCuWk8M8tzgbB { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:25.25rem;left:31.6875rem;overflow:hidden;display:block; }
#ETGBuFZ3120uIkXZJuK7uwQiSgZdDzFv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:01.2;letter-spacing:0;top:26.125rem;left:34.625rem;height:1.04980625rem;font-style:normal;display:block; }
#J29W5A0zDygrq0avuUaydsqrMd9UZUhg { position:relative;display:block; }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg { background-color: transparent; background-image: none; }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .row .container > .video-iframe-container { display: none; }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .row > .video-iframe-container { display: none; }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .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); }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg { border-width: 0; border-radius: 0; }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .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; }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KTZWqeHHN3uNQddl9p4hRCley2pZ6FOM { color:rgba(var(--color-tertiary-4),1);display:block;width:55.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.563232421875rem;left:8.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3Ra0rXdidt0hrid6NLgKmuubrddrJIb { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.37451171875rem;left:8.75rem;height:1.29980625rem;display:block; }
#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { z-index:;position:relative;display:block; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { background-color: transparent; background-image: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container > .video-iframe-container { display: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row > .video-iframe-container { display: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .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); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { border-width: 0; border-radius: 0; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#xViHPtNsc0QLqMhyfAEaC6lG2oRUNlr2 { box-sizing:content-box;height:1.0625rem;width:10.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.1240234375rem;left:9.6865234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mBtmiT3N5y5c5G0RFMFQR0pdkfi8nZsQ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1865234375rem;left:9.8740234375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#RAtT0N3ZXGI1zbsTxxB7tbkDpp7mTIhg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.74951171875rem;left:9.8748779296875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRdm6zQQtvWqUnJei8aH5TTGmwZm7BXK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3125rem;left:9.9365234375rem;height:1.13671875rem;display:block; }
#S3etko1sOGLQfbzrWWePbRbfTgTyam3e { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:9.9990234375rem;height:1.70605625rem;font-style:normal;display:block; }
#axbbJNiHKWMvkgVt9ZxaaDZboZ0SpQCu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4990234375rem;left:10.0615234375rem;height:1.13671875rem;display:block; }
#ZhaLGiVO3oBCPucAVMANCCURX72S39Qe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.6865234375rem;left:10.0615234375rem;height:1.29980625rem;display:block; }
#I0XRTaPdAAE39tQBOqeKJNX01L5tHbTF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:10.0625rem;height:1.13671875rem;display:block; }
#JgAgzAOHFmwJT0KXeDpKw5fXsT3kLZl6 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:13rem;top:10.4990234375rem;left:9.9365234375rem;display:block; }
#nLMB4Q2wbSc8IxS6gaWeJTB7zCPLfRrM { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:12.6875rem;top:10.4990234375rem;left:9.9365234375rem;display:block; }
#FHp1WO74op3uUFToNrdTVrIKgEWIEzQM { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.3740234375rem;left:10rem;height:0.9746125rem;display:block; }
#cL1UTkJGguWZxazF2cKQo7d3w2ng8Nsb { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.3740234375rem;left:10rem;height:1.94921875rem;display:block; }
#p7sisgrDk3niukJcq8pV6zrBR6kdDVcC { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:36.3115234375rem;left:9.9365234375rem;height:0.9746125rem;display:block; }
#PmSpwrqrCxEXv6S6T8DZS2VvBA7Tat3a { background-color:rgba(var(--color-tertiary-4),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:38.9365234375rem;left:9.9365234375rem;display:block; }
#JvuMZ9UFCixdTet23f4nxzZEJ9cZy0yM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSQNZWbm0bb5PrMbiZOAzkEWTIuIsuXr { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:10rem;overflow:hidden;display:block; }
#HB5bvQM4Hk5oL4AmlB4kkLGCff3TbUTT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:13.4375rem;overflow:hidden;display:block; }
#u4EJei7kJSR1LJ4rFce2OX4LAI2QcZMO { box-sizing:content-box;height:1.0625rem;width:10rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.1240234375rem;left:31.1865234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dHeBWXBpdChGclXEg4uadWvBqJ4KTktq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.1864013671875rem;left:31.373901367188rem;height:0.97473125rem;text-align:center;text-align-last:center;display:block; }
#drlo68AixNxvvotw9RWR7ZIFAJDATn4M { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:31.1240234375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dFBCqprfTmtduEd59qDDrEfHba3rKuCI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.4990234375rem;left:31.1865234375rem;height:1.13671875rem;display:block; }
#q4RqaNI5DXCUtIbuOZfXgGzsVXfKKPul { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.6240234375rem;left:31.2490234375rem;height:1.70605625rem;font-style:normal;display:block; }
#Qbwh6SwE1Gv0GTasX1xzhgJZee7PTE9z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.8115234375rem;left:31.1865234375rem;height:1.13671875rem;display:block; }
#oNvWF47UPsaxtCZLpsGwEKgfg47lXwZt { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:13rem;top:10.6875rem;left:31.1865234375rem;display:block; }
#A8OLFHnHLrde4TU1m86HWRBNTQyn6Tcz { position:absolute;display:block;z-index:15033;background-color:#3c3030;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:12.6875rem;top:10.6875rem;left:31.1865234375rem;display:block; }
#zD1Xn5U6IZ7ZT39hEJEWkLn8i2XGDBkU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.9990234375rem;left:31.1865234375rem;height:1.21875rem;display:block; }
#N44csz3LJ1AIzKnW9qhGU1zQuosu2TTt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3115234375rem;left:31.1865234375rem;height:1.13671875rem;display:block; }
#fDLJZt0OpWM6RQmLTcLpwPyiug4ZJgpD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:21rem;left:31.2490234375rem;overflow:hidden;display:block; }
#qo6xkuwgBfUywmbwIVfJSU9MlO0Tme2n { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:21rem;left:34.1240234375rem;overflow:hidden;display:block; }
#wehTN3u2L6K3JtWmCTgtVwtfHsqUeeIg { color:#7b818d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.6865234375rem;left:31.1865234375rem;height:0.9746125rem;display:block; }
#mkBs3MQXmTg9DAvoS9gTJc847UtIOP9X { color:#7b818d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:34.8115234375rem;left:31.2490234375rem;height:0.9746125rem;display:block; }
#PBIf7NkkkfuJGF4J0IqZZrXEK0npNm6Z { background-color:rgba(var(--color-tertiary-4),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:38.9375rem;left:31.25rem;display:block; }
#LRJlO69GJM538NItIBbge8TTkVIA8I3g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpCfgPcfHwVOMrqSoTzbb0LFfNAvqt8J { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:15.9365234375rem;left:31.1240234375rem;overflow:hidden;display:block; }
#iRhEwVOv6kAGnOWFfqBuL5pfK0R02gUy { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:15.9365234375rem;left:34.6240234375rem;overflow:hidden;display:block; }
#aSABUemFoWsEnrSdedp6DR5qC0BnrHbh { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:21rem;left:37.2490234375rem;overflow:hidden;display:block; }
#ArHnp8LwmZk5GiOpTauzXSbNd0y5v3Qr { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:21rem;left:40.4990234375rem;overflow:hidden;display:block; }
#SVpOW4loJZngxiTA9al79paWPIzDomMX { box-sizing:content-box;height:39.5rem;width:16.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:2.625rem;left:8.75rem;border-top:0.0625rem solid #b0abac;border-left:0.0625rem solid #b0abac;border-right:0.0625rem solid #b0abac;border-bottom:0.0625rem solid #b0abac;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qEbtP11B4t24oRna2uV6h89oUsfRW74V { box-sizing:content-box;height:5.875rem;width:16.4375rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(110deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(110deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(110deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(110deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(110deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:24.6240234375rem;left:29.9365234375rem;display:block; }
#B02yzPFbQza7ReTyL7UZS0LlBCLQhHWL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:24.9990234375rem;left:31.2490234375rem;height:1.13671875rem;display:block; }
#B6KOczIHAkBHpR7MBAwsg4oOOAcSHtPX { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.6;letter-spacing:0;top:26.5615234375rem;left:32.5615234375rem;height:2.798825rem;display:block; }
#w1s2eJCkCUra2XuHQ5kJmiIS3yNB2i2x { box-sizing:content-box;height:1.4375rem;width:10.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:36.1240234375rem;left:31.2490234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gda4GfHsMVVV5IzciscdcWo517cNHUK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.2490234375rem;left:31.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#dyZloiTHoSpTMs2TnKLGeu4awSTr78TM { color:rgba(var(--color-tertiary-1),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.7490234375rem;left:16.25rem;height:1.21875rem;font-style:normal;display:block; }
#kNhyKK1P3rKhQdTR5ZZXMo5B9NIQushR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.6240234375rem;left:31.2490234375rem;height:1.94921875rem;display:block; }
#XL1wmPtUQXmbWbXc8mKxmWV8sHaGFW49 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.9990234375rem;left:37.7490234375rem;height:1.21875rem;font-style:normal;display:block; }
#XbbBoPNJyLmoy0ytiDcHblmziTqqgrXD { color:rgba(var(--color-primary-3),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.3740234375rem;left:31.1865234375rem;height:0.9746125rem;font-style:normal;display:block; }
#TSXRhSZlfxc4H62T9lCWm3EN1avoEVlG { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:26.8115234375rem;left:31.2490234375rem; }
#ywCzmCqJb2KXIIWnOaTJeTzIhxUOnIps { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:28.1875rem;left:31.2490234375rem; }
#AFCuAPc7Neu92kEnbf1SBpvPGHuAMNMg { box-sizing:content-box;height:39.5rem;width:16.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:2.5625rem;left:30rem;border-top:0.0625rem solid #b0abac;border-left:0.0625rem solid #b0abac;border-right:0.0625rem solid #b0abac;border-bottom:0.0625rem solid #b0abac;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#igEkJR7NmzaOAeV1bHRv7w5yDBchdwAN { box-sizing:content-box;height:1.0625rem;width:10.0625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.0615234375rem;left:52.4365234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nvwTQRpSkxdgiWT9JeXblTLA74ys8lZE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:2.123779296875rem;left:52.623901367188rem;height:0.97473125rem;text-align:center;text-align-last:center;display:block; }
#O52PHWDSQe1DpKi7qeqwuGUWR1iNvWnv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:52.4990234375rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fb8L6aDSbUTb2zP4tgMRyiTZTTW7lbCo { box-sizing:content-box;height:39.4375rem;width:16.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:2.625rem;left:51.25rem;border-top:0.0625rem solid #b0abac;border-left:0.0625rem solid #b0abac;border-right:0.0625rem solid #b0abac;border-bottom:0.0625rem solid #b0abac;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AnzozlOTgo8MUXVpIOZ6mw5DWv0wkQm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:6.187255859375rem;left:52.562133789062rem;height:1.13769375rem;display:block; }
#rZIHbOrbNx77E733bKwQczThJiRIIP2n { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:7.3121337890625rem;left:52.499389648438rem;height:1.70605625rem;font-style:normal;display:block; }
#JxZdm6olOSc3Xw5dQikfrr4Nv3c9pt7u { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:11.49951171875rem;left:52.437133789062rem;height:1.13769375rem;display:block; }
#QeHAWKpkC882NGT1pgLH8TLOlGvGIpGW { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:13rem;top:9.49951171875rem;left:52.437133789062rem;display:block; }
#Rr9zn4lifzi5kJZvbyVvat4rmewefAaS { position:absolute;display:block;z-index:15063;background-color:#3c3030;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:12.6875rem;top:9.49951171875rem;left:52.437133789062rem;display:block; }
#WI8kGbRkqE195RwHXyOGCp7KL9iLoaM3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:12.812377929688rem;left:52.437133789062rem;height:2.5996125rem;display:block; }
#yZ2DCSQd5X4LIuRnElILgWttxPiJLMZk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:16.4365234375rem;left:52.4365234375rem;height:1.13671875rem;display:block; }
#SgPbBmB1s67SLrknpFldwJQA70TtCdLP { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:18.125rem;left:52.4990234375rem;overflow:hidden;display:block; }
#WyBPFPHSKaxAlk4hxOCqSdiOpEKXBcZO { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:18.125rem;left:55.3740234375rem;overflow:hidden;display:block; }
#ryNsAn0y01o672VDkfgEkZbKVp69DuXa { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.125rem;left:58.4990234375rem;overflow:hidden;display:block; }
#VTEHnSQCqt0AobPZFVQxwtxWJu5wHKzd { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.125rem;left:61.7490234375rem;overflow:hidden;display:block; }
#At298GDTGT3mBIpsAwAL4G0CWsTpgQ5o { color:#7b818d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:32.686889648438rem;left:52.562133789062rem;height:0.97473125rem;display:block; }
#OwyI0s08TCowQgOuBFIBzJFxcsodCvGp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:33.624389648438rem;left:52.499389648438rem;height:1.950075rem;display:block; }
#qhT5t3PqL8FoaaCVfZmETDZawPS7agN3 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:33.999145507812rem;left:58.999633789062rem;height:1.21875rem;font-style:normal;display:block; }
#vvwFVh2aXk6WTF9oMnxVmQmEmQFE1SUX { color:#7b818d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:35.811889648438rem;left:52.624389648438rem;height:0.97473125rem;display:block; }
#XqNzAthJyMOUFZT96Hf8gmsH8PHdUaMm { background-color:rgba(var(--color-tertiary-4),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.0625rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:37.998657226562rem;left:52.437255859375rem;display:block; }
#T7bxrcdsi80sHkFXT4cpuaX382oWzs4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3SyuIrr6OagWTdRtekSEJgilXeXW82f { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5625rem;left:10rem;height:9.501rem;display:block; }
#zUJ0kMBDkEDGDkx3i4aRmzE8PpzfOzd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.25rem;left:52.5rem;height:9.501rem;display:block; }
#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { z-index:;position:relative;display:block; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { background-color: transparent; background-image: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container > .video-iframe-container { display: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row > .video-iframe-container { display: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .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); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { border-width: 0; border-radius: 0; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VZpGbITrWZOm7wUcTmppBbZIJTnq0elD { box-sizing:content-box;height:1.0625rem;width:11.1875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2rem;left:31.3115234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ClSaKn07JtaTGnqsEt4WccDCaknaP2mb { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.062255859375rem;left:31.499633789062rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#LaI7iA9B1QXg5ELCoc11TWRo7c3ZideA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.5625rem;left:31.25rem;height:3.4121125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Twv1AFt31IGlSdvg8KKFf41QiNH1xw1K { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.3115234375rem;left:31.3115234375rem;height:1.13671875rem;display:block; }
#tzmmf2ES2kcBzuk2O6fck6lsrsRln9l7 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:31.3740234375rem;height:1.70605625rem;font-style:normal;display:block; }
#X8oNIFu6ZV6tDgvzQc43Kt7xUXHGZRUc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.6240234375rem;left:31.3115234375rem;height:1.13671875rem;display:block; }
#eaVlTuZy79GDmo8TsyH22FOgPUezxPg2 { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:13rem;top:10.4990234375rem;left:31.3115234375rem;display:block; }
#FGrQmXV4uE0I1HEyeZc5TGHGsgRLk2kC { position:absolute;display:block;z-index:15033;background-color:#3c3030;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:12.6875rem;top:10.4990234375rem;left:31.3115234375rem;display:block; }
#TBXsWg8X5sQyTKhnT7guNS9xx1aO3o66 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.0625rem;left:31.3115234375rem;height:1.21875rem;display:block; }
#T3Tt5KPUDyrHZa66Mvkzzc2Fs7K10lLb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.1865234375rem;left:31.3115234375rem;height:1.13671875rem;display:block; }
#dkwk8nuL6pkB4a0CnQsH7cH0FmgxyxJv { color:#7b818d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.7490234375rem;left:31.3115234375rem;height:0.9746125rem;display:block; }
#fm9UgFDHGnFeDBktvIvyXzgsoFn2NrvT { color:#7b818d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.8740234375rem;left:31.3740234375rem;height:0.9746125rem;display:block; }
#TtaD6lE2V7O5XRC3xcDBanInWZDS2adZ { background-color:rgba(var(--color-tertiary-4),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.062375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:36.5625rem;left:31.1865234375rem;display:block; }
#QqtMFpmmw7E3tUybPnKl79uBegmbM43k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxKTWZdLhrTCeh4Azs6WrfJFJdTmALhV { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:20.625rem;left:31.25rem;overflow:hidden;display:block; }
#lTm8XJd66ab4y8lgtXaJU6hqtRw3tEvT { box-sizing:content-box;height:37.0625rem;width:16.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:2.5rem;left:8.5615234375rem;border-top:0.0625rem solid #b0abac;border-left:0.0625rem solid #b0abac;border-right:0.0625rem solid #b0abac;border-bottom:0.0625rem solid #b0abac;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#l3CwQC49OAqxC3dL03Vu0gGVpbNTMIue { box-sizing:content-box;height:4.875rem;width:16.375rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(111deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(111deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(111deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(111deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(111deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:24.4990234375rem;left:30rem;display:block; }
#L8AHlM9SMfvBOr97LU4ciCANKDJ4wNrg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:25.6865234375rem;left:31.3740234375rem;height:1.13671875rem;display:block; }
#p05BdLMRwT02XA00EWHimep4KeB2CUFN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.6;letter-spacing:0;top:26.9990234375rem;left:32.6865234375rem;height:1.3994125rem;display:block; }
#zmuE7xPBqDod2SAa0nDGdI8xqSh5VT1q { color:rgba(var(--color-tertiary-4),1);display:block;width:6.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.6865234375rem;left:31.3740234375rem;height:1.94921875rem;display:block; }
#D7dBAonAJl2cemBnbIi8G0Qwu6Sl1T9h { color:rgba(var(--color-tertiary-1),1);display:block;width:5.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.0615234375rem;left:37.8740234375rem;height:1.21875rem;font-style:normal;display:block; }
#W5lHFSwTvFytFf96prO3P2iofKWP0B0u { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.3115234375rem;left:31.3740234375rem; }
#G21yrbJ3nzJGuI0mZ3WakTCBtmvQ4zls { box-sizing:content-box;height:1.0625rem;width:10.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.9990234375rem;left:10rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ILZxklnvvZSwSdmSzU9yt3ZGcCHr1c6O { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.187377929688rem;height:0.97473125rem;text-align:center;text-align-last:center;display:block; }
#HmgwRWDw1pImGZy7nea7Jieyk87zpRMv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:9.9365234375rem;height:3.4121125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iKuHXKAmoVFJfqSDEgertvuVClZVJvyN { box-sizing:content-box;height:37.0625rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:2.4375rem;left:30.3427734375rem;border-top:0.0625rem solid #b0abac;border-left:0.0625rem solid #b0abac;border-right:0.0625rem solid #b0abac;border-bottom:0.0625rem solid #b0abac;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#t8Vd3wPKicb6dwuStZtbVkCgTb9HsRIy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.3115234375rem;left:10.0625rem;height:1.13671875rem;display:block; }
#xhSs9VfqmgiPbKwJsA07y0Gxl6SbeTsu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:9.9990234375rem;height:1.70605625rem;font-style:normal;display:block; }
#n1y2mWh9WyX6nrZGhiKhHirBmiLgoVoQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:12.9365234375rem;left:10rem;height:1.13671875rem;display:block; }
#zvLw4LkxTxTzbyDohK5sSzarQ15WSIoU { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:13rem;top:10.5rem;left:10rem;display:block; }
#qXaoCgfqlEPf0SEd0rnOiMa5ZxeF50Cz { position:absolute;display:block;z-index:15063;background-color:#3c3030;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.5rem;width:12.6875rem;top:10.5rem;left:10rem;display:block; }
#scHlTnMOhTQcbmsPVTtEguLqUbTz2mfU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:14.3115234375rem;left:10rem;height:1.29980625rem;display:block; }
#tf8VAordHIqZsd8RJpmrmxPlypB0bl5C { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:19.0625rem;left:10rem;height:1.13671875rem;display:block; }
#kQhqNnnftoNdXytCRRK9EmWoecbU8C8T { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:20.7490234375rem;left:10.0615234375rem;overflow:hidden;display:block; }
#vxGy3GmJeXl3LZTRPkD4Jg50xi2llOcH { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:20.7490234375rem;left:12.9365234375rem;overflow:hidden;display:block; }
#cK8xNM9cO2as1cdW48Jy5nVyWHmSxn1s { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:20.7490234375rem;left:16.0615234375rem;overflow:hidden;display:block; }
#mciFkss0OqMTrOF4WHGLQLGHnQm0cu0W { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:20.7490234375rem;left:19.3115234375rem;overflow:hidden;display:block; }
#p5WxkOgEii5ouVLq0obTMsXTyf9ugB40 { color:#7b818d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:30.875rem;left:10rem;height:0.9746125rem;display:block; }
#Tde40fsRkBUiF7UzbsBAB2Oa8K9U8rLh { color:rgba(var(--color-tertiary-4),1);display:block;width:6.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:31.8125rem;left:10.0625rem;height:1.94921875rem;display:block; }
#raIQoRFukELU909tOAxPJpgzg9qIGtmJ { color:rgba(var(--color-tertiary-1),1);display:block;width:5.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:32.1865234375rem;left:16.4375rem;height:1.21875rem;font-style:normal;display:block; }
#rLIksAE4c1nt7SC3ohQcfJrOvqLdErXO { color:#7b818d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:34rem;left:10.0625rem;height:0.9746125rem;display:block; }
#EJZqkbZ4noPVhHDiCcwaTrBLzaE9KdJZ { background-color:rgba(var(--color-tertiary-4),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.81225rem;height:2.062375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:36.5rem;left:10rem;display:block; }
#g5n9wZIdOFMQrPnOVsyev7TqUAZTQ20w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rhmy2BUBJI3udVZL27TMhq6FF59dCX7h { box-sizing:content-box;height:36.3125rem;width:16.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.375rem;left:52.5rem;border-top:0.0625rem solid #b0abac;border-left:0.0625rem solid #b0abac;border-right:0.0625rem solid #b0abac;border-bottom:0.0625rem solid #b0abac;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vmlH8HIuP6z8WVKUT3XnI5IhDhbE2CTA { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.125rem;width:16.375rem;top:17.6875rem;left:52.5rem;overflow:hidden;display:block; }
#UZZCBV62Iu2ht3pW6pGclGBoZXPmAfX5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:4.13671875rem;left:53.65625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eyulRUrLS7GsDgaxVHicRB2g2ZUN2y1o { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:6.42578125rem;left:55rem;height:3rem;font-style:normal;display:block; }
#MHTt8hAtJm61MbfSJspRyFLVvowGoyzb { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6.625rem;left:53.5625rem; }
#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 { position:relative;display:block; }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 { background-color: transparent; background-image: none; }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .row .container > .video-iframe-container { display: none; }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .row > .video-iframe-container { display: none; }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .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); }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 { border-width: 0; border-radius: 0; }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .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; }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#McFTO48peQe1PTdyRfcPyXgteo9b0Lls { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.796630859375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#exmdc6yrzKNA2Ik8HHhfrX6seKRHRQRy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:8.8125rem;top:6.20263671875rem;left:33.09375rem;display:block; }
#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ { position:relative;display:block; }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ { background-color: transparent; background-image: none; }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .row .container > .video-iframe-container { display: none; }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .row > .video-iframe-container { display: none; }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .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); }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ { border-width: 0; border-radius: 0; }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .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; }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lwwKSnwCIgdw6BJnTREAw7s4xLZU918b { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.032836914062rem;left:0rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#PlvBRQaEUmNp5thh2sB8DEPyVK7FaAb2 { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.9697265625rem;left:3.5rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgJwg0pyQhEBQwUfVUPJDohQIOsIFQbH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9697265625rem;left:28.3125rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iP5Ru4feshHGvK9SKfUB3D1rmTUIPSow { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9697265625rem;left:54.25rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPJsFcz2OKul7JnXXJIrOFLLZ8AIcJvb { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.032836914062rem;left:25rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#H2yOuKBWRqmQDeNxnvxKXOKyZSOoJAcr { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.032836914062rem;left:50rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#sML4w6l4191CFs2rcIXpQFTlXTKVOhQp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.8125rem;top:1.470703125rem;left:7.09375rem;overflow:hidden;display:block; }
#q0NKMJAfaTxatNlTNxvozD97Nn1LGCVn { 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:10.375rem;width:11.4375rem;top:1.439453125rem;left:31.78125rem;overflow:hidden;display:block; }
#vRTgDRIfaaUPwnOfgKCyuRUVGdMx7eHB { 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:10.9375rem;width:10.8125rem;top:1.470703125rem;left:57.420842564521rem;overflow:hidden;display:block; }
#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R { position:relative;display:block; }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R { background-color: transparent; background-image: none; }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .row .container > .video-iframe-container { display: none; }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .row > .video-iframe-container { display: none; }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .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); }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R { border-width: 0; border-radius: 0; }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .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; }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Us3bkfoecC742SBgyUOmBzFyuLBqhqrn { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.796630859375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTSZEEIin5D719TZ2vbFnESGeMOyk0Hl { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:8.8125rem;top:6.2197265625rem;left:33.09375rem;display:block; }
#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy { position:relative;display:block; }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy { background-color: transparent; background-image: none; }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .row .container > .video-iframe-container { display: none; }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .row > .video-iframe-container { display: none; }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .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); }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy { border-width: 0; border-radius: 0; }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .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; }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r2hta0HUK1hCmsfpfhFRuKzL16u0VSxQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:3.30859375rem;left:0rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIiu5atFkOopUuD1otif9fetqoW9v8V8 { position:relative;display:block; }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 { background-color: transparent; background-image: none; }#UIiu5atFkOopUuD1otif9fetqoW9v8V8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .row .container > .video-iframe-container { display: none; }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .row > .video-iframe-container { display: none; }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .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); }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 { border-width: 0; border-radius: 0; }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .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; }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ynxUEeD6ZM6nSBkEMx1y6aUQOTQed56h { color:#3c3030;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.796630859375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#JkkNuT02i9mHzWXnT2srI4Dld7wrXelT { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:8.8125rem;top:6.2197265625rem;left:33.09375rem;display:block; }
#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw { position:relative;display:block; }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw { background-color: transparent; background-image: none; }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .row .container > .video-iframe-container { display: none; }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .row > .video-iframe-container { display: none; }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .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); }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw { border-width: 0; border-radius: 0; }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .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; }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KR9xPdzJZXeINiNW9MSwnlzln4ImvSny { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:3.75rem;left:0.8125rem;overflow:hidden;display:block; }
#c8CdsThQNbNS4aA8UBxNl2060Ge2mREi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15120;line-height:1.7;letter-spacing:0;top:4.125rem;left:4.4375rem;height:2.23111875rem;display:block; }
#PGpK41auGfHhhyTdWB23LPLreEvdMy1L { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.7;letter-spacing:0;top:6.375rem;left:4.4375rem;height:1.6997625rem;display:block; }
#fXJ1qTOvmsOxOOnyguCoNTJ9twkdLTyT { 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.0625rem;width:3.0625rem;top:3.75rem;left:25.8125rem;overflow:hidden;display:block; }
#xwQKFcvdVrmTIzhC693c3QeBQmuhLZu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15123;line-height:1.7;letter-spacing:0;top:4.1875rem;left:29.5rem;height:2.23095625rem;display:block; }
#l37cpXvqGTA6Q0yCw0Bep2DEhzJ71lMc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.7;letter-spacing:0;top:6.4375rem;left:29.5rem;height:1.69970625rem;display:block; }
#TiqgpIFnwfILB9LUdWIH8Ttovsu58aRJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:3.6875rem;left:50.8125rem;overflow:hidden;display:block; }
#IEey7slk7X0TfACfRBXiicNdZKvA8NyD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15126;line-height:1.7;letter-spacing:0;top:4.125rem;left:54.5rem;height:2.23111875rem;display:block; }
#Mp7ktPJsMumThthugQWbo94VIGCNqLzv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15127;line-height:1.7;letter-spacing:0;top:6.375rem;left:54.5rem;height:5.09765625rem;display:block; }
#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row .container { background-color: transparent; background-image: none; }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row .container > .video-iframe-container { display: none; }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row > .video-iframe-container { display: none; }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .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); }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row .container { border-width: 0; border-radius: 0; }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#GFP8G4By5GuqdKFsny2DL9vzkvM8cz7B { color:#f3f3f3;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:34.500001907349rem;height:2.11230625rem;display:block; }
#ZXOK3oBkMZvRJJ246zv0bHTzOg6AIJmu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.1242189407349rem;left:33.812501907349rem; }
#ZXOK3oBkMZvRJJ246zv0bHTzOg6AIJmu > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#s7r1n95IEaT4VbeV7DdfXG3Zm89bKCld { color:#f3f3f3;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:59.625rem;height:2.11230625rem;display:block; }
#x67rvFXzcEkwLBzLIS3xhKvW43RJ7oBi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.4;letter-spacing:0;top:4.125rem;left:59.75rem;height:2.3994125rem;display:block; }
#XtVTr6zkcLrb8CabsZKgxE8OPFvs5TMk { 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:7.124625rem;width:13.4375rem;top:8.0013427734375rem;left:5rem;overflow:hidden;display:block; }
#WKC9XmQbhGQ1cssRnPfrgTUwmTUB8XhE { color:#f3f3f3;display:block;width:18.0625rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0498046875rem;left:3.5rem;height:4.2246125rem;display:block; }
#JUhRfr0k57KdqJmmSWwsPGRyRn6qf1uO { color:rgba(var(--color-primary-3),1);display:block;width:19.75rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:14.8623046875rem;left:3.5rem;height:1.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RrpRFFA14eoDMhoeshxo21rKFEQuekCD { color:rgba(var(--color-tertiary-0),1);display:block;width:57.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.375rem;left:9.96875rem;height:1.5rem;display:block; }
#mzyRg0x89XSVpGrMwps8yE8Ht2mEtPmi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.4;letter-spacing:0;top:6.7880859375rem;left:59.75rem;height:2.3994125rem;display:block; }
#DbTFEfLO397bfWZAuaJSefrIoesLpN57 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.4;letter-spacing:0;top:9.5498046875rem;left:59.875rem;height:2.3994125rem;display:block; }
#OTPm4rnU6VD7SMsJngsJoSxPtNgcdX7q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.5rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR { display:block; }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTgozq2qc90CDbIIVqiSE17RBQfT8b97 { top:0.625rem;left:0rem;width:8.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOx9RLKQLHOZ8cS3nbL1ypfKtGXZEWcf { top:2.9375rem;left:4.5625rem;width:5.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeAQcbWBOshFReG5A1564arSyXX887Lg { top:2.9375rem;left:11.25rem;width:8.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBTe0Dlqbx6dyo98fGgfdPbXCTmpScK { top:3.0625rem;left:33.5rem;width:13.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRT88f92HsySqioqCtTyETPDpPeg5MNz { top:6.375rem;left:0rem;width:12.75rem;height:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWM1trzwmvTqNDhMEwwIO8kPsasxlzW2 { top:2.9375rem;left:21.3125rem;width:10.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8M0qf7fd4RvWNhiBUQ9TDUBMeA3l2O1 { width:10.5rem;height:2rem;top:2.75rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCspItuoSxdqageSG44Z8WQmtzTqyawq { display:block; }
 }@media only screen and (max-width: 763px) { #uMVNJtHS87eXb3Je4HiFMMuGZFG289WK { display:block; }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU8fW43AbTqKIvyycVn5JZsAz448rTx8 { display:block; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBaKqKr9EsTuVSuBvoweJhE6T00E5KAK { top:3.625rem;left:0rem;width:30.1875rem;height:6.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn3tUwnAtM66Zwm2TOpcRJVvRzQvzenM { top:11.75rem;left:0rem;width:4rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJFAcM7m5ch1VXXVQneKFo73iFANSzc { top:24.625rem;left:0rem;width:37.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQfrwCFmUugTKy2lITqT6WaDnZqNiGoC { top:24.5625rem;left:10.25rem;width:37.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9fafevtXkRni3H9i2ysLBPuyV4egI9y { top:25.8125rem;left:0rem;width:37.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3oBGHGNNJI4TZ2p0yoqvnJgqIK6pxDC { top:25.8125rem;left:10.25rem;width:37.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0K7GvDvaN7nGxNSiIpXvXmd8F8kDqzz { top:24.6875rem;left:0rem;width:47.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9olEMr02Z31ee0PStCR86uou00KBwWt { top:11.3125rem;left:0rem;width:18.5625rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ipHakxaGCwZd4Ia8ZbV33EC1ZdBuXg { top:15.125rem;left:0rem;width:26.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvHfz6xEZJSSHPmThw8u8eqS6AgHGBnP { top:14.5rem;left:0rem;width:10.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvTAx79WXBLre2kbPbaOZUd35a7hqGu { width:11.1875rem;height:2.6875rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP3E2aZ3DFpEbBUayrZvfgC2xhH0Z4E5 { display:block; }
 }@media only screen and (max-width: 763px) { #bzJbqeNSTupn2n8G9xr5QkfVkotMomnR { display:block; }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scOF3UISgsh0x1uLR8RB2HlL4wGqOs7a { top:4.375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUFNugHzt7CVIdP87hg0n64rRSc9OEtN { top:5.875rem;left:0.3125rem;width:15.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgXRVnsfmBnbm5Ffc1HpmmL5HlL4teBU { top:4.75rem;left:3.1875rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HREs28vl7LFpGQ7ePXxAuJSTxmXmWfGi { top:4.75rem;left:3.5625009536743rem;width:7.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChtRZDHHvsqHRGb9FDVbAk4alsSGoIRb { top:7.0625rem;left:0rem;width:18.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDVx2INbXWLqMseLHOHbKXRbZ3xyBTox { top:4.375rem;left:15.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lomtE8I3dJMTBBk5Dn6PVcECZ7O85U1U { top:5.8125rem;left:17.0625rem;width:14.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaqZ0adwoTzJA331tF322OLE1ctFp3fQ { top:4.75rem;left:19.125rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKh9dMsfSkKOXJQUGAIIvGT6AfyMFhyr { top:4.75rem;left:19.499892234802rem;width:7.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqivfqJbItUVvipFe5PoVEdusEIlZeKS { top:6.9375rem;left:17.75rem;width:14rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTTO41rHmXVlrx823ugLAKS3aVT4Nf0 { top:4.3125rem;left:31.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cty9Pyc03qHtNv7nh5lPK7PPG98VoBRT { top:5.75rem;left:35.9375rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAReuHZroCttBWZwBACKn3eRqbRZ3WQQ { top:4.6875rem;left:35.8125rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyAaPfiuZIqGbvonBi7CZD6ahAOT2ESo { top:4.6875rem;left:36.1875rem;width:7.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVSOSJy2A6b7OWeLgdL99KSX83T9CVAu { top:6.875rem;left:34.6875rem;width:12.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn1zQMsnwgJ5HEWneOKthchOZgtTcyfQ { display:none; }
 }@media only screen and (max-width: 763px) { #XHTs4APSWPcWdnyoaPnbIxDmmyuilpb0 { display:none; }
 }@media only screen and (max-width: 763px) { #cKUc1aJQkMN0eARyPoOafhylfwNsqSle { display:none; }
 }@media only screen and (max-width: 763px) { #C3TELm01hLafHw6tbITaQ7mWJENEZpIa { display:block; }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD35UNP2AxiXzsQcVoZ72PE7wdurtltp { top:1.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuk9lB6ckkoUnytymU1NLTwJpItoQwFP { top:4.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { display:block; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { background-color: transparent; background-image: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container > .video-iframe-container { display: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row > .video-iframe-container { display: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .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); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { border-width: 0; border-radius: 0; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIkVlfaAUlSNKTEMrbgp3xEdUGD1rzx0 { top:1.8125rem;left:0rem;width:10rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZL2kzZ8XxsiITtiARylLugeNFsbvuEE { top:1.875rem;left:0rem;width:9.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeoxM9tSyQnP0qV5IJQV99lU20FftKfl { top:3.6875rem;left:0rem;width:15.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paMsTzr1PCfTusr1nsubkLKRCu3I5BBa { top:8rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJFWMnFenVDCExPmO3fLwyqvgQTGuxn { top:9.25rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAnIB4f8kBHhVXRiKGeGTrg9b78Fa0B5 { top:11.375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1NsQwfunBL2I6RMGDishoTXMBaf7PkT { width:13.875rem;height:2.0625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAdseyyOKmpoQxC0TelXOM3f6uAzxuqI { display:block; }
 }@media only screen and (max-width: 763px) { #k5GPRnxMTPXZ4JZkLIDgODukbkTwJhXv { top:9.6875rem;left:4.8125rem;width:5.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvvy6SAqvOwiCLHo5XCgsSX1RcZCor4i { top:2.3125rem;left:0rem;width:17.5625rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc2LORH6Fh2oAKuOPmghl3GeDLcaH4us { top:13.9375rem;left:0rem;width:17.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cANr4zmdkWA3KwxycviKohilz7kfhfR3 { top:14.5625rem;left:0rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLAM5iqV7d5grplTyTtO39eRdyEGwqv { top:17.5625rem;left:0rem;width:14.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkzaX2bnsyxAgwhJWTz8XsKxQL3nbBWr { top:28.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNBt16dsEpyphsIXIwcgMOkaSQ9JuzrQ { top:28.375rem;left:0rem;width:8.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvOOIMqmR7MZUkHrTamT8P6tXC6OIfRu { top:29.5rem;left:0rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSeckomAzV2cn2QHDa0xctTP9kFzCdd { top:2.3125rem;left:17.625rem;width:17.375rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2HOAOvJTWEbeJO9a0JxW6foJ4aTQ1N { top:1.8125rem;left:18.5625rem;width:10rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XskBTt6fv3cbmMdcXZhNMzF8Isl1cyEF { top:1.875rem;left:18.75rem;width:9.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G75mXlbx3Z20eZOHUVTOy029mMb1I3Vn { top:3.6875rem;left:18.75rem;width:15.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanycfPV5gLUQRTx8umC6lTq4a1u0T8c { top:8rem;left:18.8125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmrR9vb4251F7Aarm56yU1Ha3DUuxof { top:9.25rem;left:18.75rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToMOuiUPrS2pVgMSIoD0tVXdcDkTddd3 { top:11.375rem;left:18.75rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUEEGkTP5DlTgxqVssV2dwBcnThIJ6Qb { top:9.6875rem;left:27.3125rem;width:5.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmWxCo5wrLoE0Tna3wdUlTeT58cwcRqw { top:13.9375rem;left:17.625rem;width:17.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf0Zv2Lwu432TxvyCVkN0oCD9mnQVhZC { top:14.5rem;left:18.875rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBGderTuuGtnlrsRMoganuTaW8bltZaF { width:13.8125rem;height:2.0625rem;top:35.6875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSEpEapwh0NmDTxfpTawQ4AGEIyhH5Iq { display:block; }
 }@media only screen and (max-width: 763px) { #WavyhggGQGiNV3bTMRoDvpAcMlAbSES2 { top:28.375rem;left:18.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw8gxsXvBm18hCX9Cz0xKH6DDpl5InSe { top:29.0625rem;left:21.0625rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8TwKxSL32Mb8gLo6m3TomTcwHAQtM9 { top:31.5rem;left:18.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9dWsoB8ilrmsnDxTXT2yz1GUIDR1qoQ { top:31.5rem;left:21.1875rem;width:8.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laiPywvkgxrGHR0umTvV8U6QRyeJkBlk { top:19.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSFrxiDOLoA8KeBDTT0ia961avo30Tnx { top:20.125rem;left:0rem;width:14.5625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZBMWKugUwi1qma3ew3A4wA0FIX7quDT { top:16.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuBpw0iJUBxrAmMsk0Z0O6GHZcLPRNqE { top:22.1875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc0uFF5gnAoDFU0GyNJGBsyFqmbrp1JT { top:24.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZzIk4WDhReER6WZQfn23MbKuWqUX8vr { top:23.0625rem;left:0rem;width:14.5625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Rfxhx5eFsLZtXu7DMSQLAO3XVoMRP7 { top:25.8125rem;left:0rem;width:14.5625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4ZJ2Ceim1NIBVPo2DbPCIlUxWvt6SDW { top:19.6875rem;left:17.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3uw8kfmXncPLIxKGSJPM1Kct2Tsl3bs { top:17.25rem;left:17.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UTXBgwksg5VkN2m7m9c6ATsnhlI6TZ { top:17.875rem;left:20.9375rem;width:14.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1cV4NnrQh2n70BnNcSrQkFJDlo7PV5A { top:20.4375rem;left:20.9375rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyNPW5kKCEOJcKtPAkwc3MJkDWogT0Li { top:22.4375rem;left:18rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW0dQCCdSF9lEufzmAer5TFrJnSEGLnd { top:23.375rem;left:21rem;width:14.4375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiswryEeVOGLxRM0l0xVCuWk8M8tzgbB { top:25.25rem;left:18.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGBuFZ3120uIkXZJuK7uwQiSgZdDzFv { top:26.125rem;left:21rem;width:14.5625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J29W5A0zDygrq0avuUaydsqrMd9UZUhg { display:block; }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTZWqeHHN3uNQddl9p4hRCley2pZ6FOM { top:1.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Ra0rXdidt0hrid6NLgKmuubrddrJIb { top:4.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { display:block; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { background-color: transparent; background-image: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container > .video-iframe-container { display: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row > .video-iframe-container { display: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .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); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { border-width: 0; border-radius: 0; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xViHPtNsc0QLqMhyfAEaC6lG2oRUNlr2 { top:2.0625rem;left:0rem;width:10.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBtmiT3N5y5c5G0RFMFQR0pdkfi8nZsQ { top:2.125rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAtT0N3ZXGI1zbsTxxB7tbkDpp7mTIhg { top:3.6875rem;left:0rem;width:12.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRdm6zQQtvWqUnJei8aH5TTGmwZm7BXK { top:7.3125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3etko1sOGLQfbzrWWePbRbfTgTyam3e { top:8.375rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axbbJNiHKWMvkgVt9ZxaaDZboZ0SpQCu { top:12.4375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhaLGiVO3oBCPucAVMANCCURX72S39Qe { top:13.625rem;left:0rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0XRTaPdAAE39tQBOqeKJNX01L5tHbTF { top:16.0625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgAgzAOHFmwJT0KXeDpKw5fXsT3kLZl6 { top:10.4375rem;left:0rem;width:12.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLMB4Q2wbSc8IxS6gaWeJTB7zCPLfRrM { top:10.4375rem;left:0rem;width:12.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHp1WO74op3uUFToNrdTVrIKgEWIEzQM { top:33.3125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL1UTkJGguWZxazF2cKQo7d3w2ng8Nsb { top:34.3125rem;left:0rem;width:6.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7sisgrDk3niukJcq8pV6zrBR6kdDVcC { top:36.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmSpwrqrCxEXv6S6T8DZS2VvBA7Tat3a { width:13.8125rem;height:2.0625rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvuMZ9UFCixdTet23f4nxzZEJ9cZy0yM { display:block; }
 }@media only screen and (max-width: 763px) { #HSQNZWbm0bb5PrMbiZOAzkEWTIuIsuXr { top:17.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB5bvQM4Hk5oL4AmlB4kkLGCff3TbUTT { top:17.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4EJei7kJSR1LJ4rFce2OX4LAI2QcZMO { top:2.0625rem;left:17.5615234375rem;width:10rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHeBWXBpdChGclXEg4uadWvBqJ4KTktq { top:2.125rem;left:17.748901367188rem;width:5.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlo68AixNxvvotw9RWR7ZIFAJDATn4M { top:3.625rem;left:17.4990234375rem;width:14.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFBCqprfTmtduEd59qDDrEfHba3rKuCI { top:7.4375rem;left:17.5615234375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4RqaNI5DXCUtIbuOZfXgGzsVXfKKPul { top:8.5625rem;left:17.6240234375rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbwh6SwE1Gv0GTasX1xzhgJZee7PTE9z { top:12.75rem;left:17.5615234375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNvWF47UPsaxtCZLpsGwEKgfg47lXwZt { top:10.6875rem;left:17.5615234375rem;width:12.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8OLFHnHLrde4TU1m86HWRBNTQyn6Tcz { top:10.6875rem;left:17.5615234375rem;width:12.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD1Xn5U6IZ7ZT39hEJEWkLn8i2XGDBkU { top:13.9375rem;left:17.5615234375rem;width:14.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44csz3LJ1AIzKnW9qhGU1zQuosu2TTt { top:19.25rem;left:17.5615234375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDLJZt0OpWM6RQmLTcLpwPyiug4ZJgpD { top:21rem;left:17.6240234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo6xkuwgBfUywmbwIVfJSU9MlO0Tme2n { top:21rem;left:20.4990234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wehTN3u2L6K3JtWmCTgtVwtfHsqUeeIg { top:31.625rem;left:17.5615234375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkBs3MQXmTg9DAvoS9gTJc847UtIOP9X { top:34.75rem;left:17.6240234375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIf7NkkkfuJGF4J0IqZZrXEK0npNm6Z { width:13.8125rem;height:2.0625rem;top:38.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRJlO69GJM538NItIBbge8TTkVIA8I3g { display:block; }
 }@media only screen and (max-width: 763px) { #TpCfgPcfHwVOMrqSoTzbb0LFfNAvqt8J { top:15.875rem;left:17.4990234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRhEwVOv6kAGnOWFfqBuL5pfK0R02gUy { top:15.875rem;left:20.9990234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSABUemFoWsEnrSdedp6DR5qC0BnrHbh { top:21rem;left:23.6240234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArHnp8LwmZk5GiOpTauzXSbNd0y5v3Qr { top:21rem;left:26.8740234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVpOW4loJZngxiTA9al79paWPIzDomMX { top:2.625rem;left:0rem;width:16.125rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEbtP11B4t24oRna2uV6h89oUsfRW74V { top:24.5625rem;left:16.3115234375rem;width:16.375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B02yzPFbQza7ReTyL7UZS0LlBCLQhHWL { top:24.9375rem;left:17.6240234375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6KOczIHAkBHpR7MBAwsg4oOOAcSHtPX { top:26.5rem;left:18.9365234375rem;width:13.875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1s2eJCkCUra2XuHQ5kJmiIS3yNB2i2x { top:36.0625rem;left:17.6240234375rem;width:10.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gda4GfHsMVVV5IzciscdcWo517cNHUK7 { top:36.1875rem;left:18.0615234375rem;width:9.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZloiTHoSpTMs2TnKLGeu4awSTr78TM { top:34.6875rem;left:2.625rem;width:5.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNhyKK1P3rKhQdTR5ZZXMo5B9NIQushR { top:32.5625rem;left:17.6240234375rem;width:6.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL1wmPtUQXmbWbXc8mKxmWV8sHaGFW49 { top:32.9375rem;left:24.1240234375rem;width:5.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbbBoPNJyLmoy0ytiDcHblmziTqqgrXD { top:11.3125rem;left:17.5615234375rem;width:14.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSXRhSZlfxc4H62T9lCWm3EN1avoEVlG { top:26.75rem;left:17.6240234375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywCzmCqJb2KXIIWnOaTJeTzIhxUOnIps { top:28.1875rem;left:17.6240234375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFCuAPc7Neu92kEnbf1SBpvPGHuAMNMg { top:2.5625rem;left:16.375rem;width:16.25rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igEkJR7NmzaOAeV1bHRv7w5yDBchdwAN { top:2rem;left:37.6875rem;width:10.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvwTQRpSkxdgiWT9JeXblTLA74ys8lZE { top:2.0625rem;left:38.998901367188rem;width:6.125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O52PHWDSQe1DpKi7qeqwuGUWR1iNvWnv { top:3.75rem;left:33.4375rem;width:14.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb8L6aDSbUTb2zP4tgMRyiTZTTW7lbCo { top:2.625rem;left:31.375rem;width:16.25rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnzozlOTgo8MUXVpIOZ6mw5DWv0wkQm6 { top:6.125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZIHbOrbNx77E733bKwQczThJiRIIP2n { top:7.25rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZdm6olOSc3Xw5dQikfrr4Nv3c9pt7u { top:11.4375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHAWKpkC882NGT1pgLH8TLOlGvGIpGW { top:9.4375rem;left:34.8125rem;width:12.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr9zn4lifzi5kJZvbyVvat4rmewefAaS { top:9.4375rem;left:35.125rem;width:12.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI8kGbRkqE195RwHXyOGCp7KL9iLoaM3 { top:12.75rem;left:35.4375rem;width:12.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ2DCSQd5X4LIuRnElILgWttxPiJLMZk { top:16.375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgPbBmB1s67SLrknpFldwJQA70TtCdLP { top:18.125rem;left:38.8740234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyBPFPHSKaxAlk4hxOCqSdiOpEKXBcZO { top:18.125rem;left:41.7490234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryNsAn0y01o672VDkfgEkZbKVp69DuXa { top:18.125rem;left:44.8740234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEHnSQCqt0AobPZFVQxwtxWJu5wHKzd { top:18.125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #At298GDTGT3mBIpsAwAL4G0CWsTpgQ5o { top:32.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwyI0s08TCowQgOuBFIBzJFxcsodCvGp { top:33.5625rem;left:38.874389648438rem;width:6.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhT5t3PqL8FoaaCVfZmETDZawPS7agN3 { top:33.9375rem;left:42.625rem;width:5.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvwFVh2aXk6WTF9oMnxVmQmEmQFE1SUX { top:35.75rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqNzAthJyMOUFZT96Hf8gmsH8PHdUaMm { width:13.75rem;height:2rem;top:37.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bxrcdsi80sHkFXT4cpuaX382oWzs4e { display:block; }
 }@media only screen and (max-width: 763px) { #i3SyuIrr6OagWTdRtekSEJgilXeXW82f { top:21.5625rem;left:0rem;width:14.9375rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUJ0kMBDkEDGDkx3i4aRmzE8PpzfOzd8 { top:22.25rem;left:32.8125rem;width:14.9375rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { display:block; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { background-color: transparent; background-image: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container > .video-iframe-container { display: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row > .video-iframe-container { display: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .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); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { border-width: 0; border-radius: 0; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZpGbITrWZOm7wUcTmppBbZIJTnq0elD { top:2rem;left:17.6865234375rem;width:11.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClSaKn07JtaTGnqsEt4WccDCaknaP2mb { top:2rem;left:17.874633789062rem;width:5.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaI7iA9B1QXg5ELCoc11TWRo7c3ZideA { top:3.5625rem;left:17.625rem;width:16.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv1AFt31IGlSdvg8KKFf41QiNH1xw1K { top:7.25rem;left:17.6865234375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzmmf2ES2kcBzuk2O6fck6lsrsRln9l7 { top:8.375rem;left:17.7490234375rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oNIFu6ZV6tDgvzQc43Kt7xUXHGZRUc { top:12.5625rem;left:17.6865234375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaVlTuZy79GDmo8TsyH22FOgPUezxPg2 { top:10.4375rem;left:17.6865234375rem;width:12.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGrQmXV4uE0I1HEyeZc5TGHGsgRLk2kC { top:10.4375rem;left:17.6865234375rem;width:12.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXsWg8X5sQyTKhnT7guNS9xx1aO3o66 { top:14.0625rem;left:17.6865234375rem;width:14.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Tt5KPUDyrHZa66Mvkzzc2Fs7K10lLb { top:19.125rem;left:17.6865234375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkwk8nuL6pkB4a0CnQsH7cH0FmgxyxJv { top:30.6875rem;left:17.6865234375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm9UgFDHGnFeDBktvIvyXzgsoFn2NrvT { top:33.8125rem;left:17.7490234375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtaD6lE2V7O5XRC3xcDBanInWZDS2adZ { width:13.8125rem;height:2.0625rem;top:36.5625rem;left:17.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqtMFpmmw7E3tUybPnKl79uBegmbM43k { display:block; }
 }@media only screen and (max-width: 763px) { #nxKTWZdLhrTCeh4Azs6WrfJFJdTmALhV { top:20.625rem;left:17.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTm8XJd66ab4y8lgtXaJU6hqtRw3tEvT { top:2.5rem;left:0rem;width:16.25rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3CwQC49OAqxC3dL03Vu0gGVpbNTMIue { top:24.4375rem;left:16.375rem;width:16.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8AHlM9SMfvBOr97LU4ciCANKDJ4wNrg { top:25.625rem;left:17.7490234375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p05BdLMRwT02XA00EWHimep4KeB2CUFN { top:26.9375rem;left:19.0615234375rem;width:13.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmuE7xPBqDod2SAa0nDGdI8xqSh5VT1q { top:31.625rem;left:17.7490234375rem;width:6.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7dBAonAJl2cemBnbIi8G0Qwu6Sl1T9h { top:32rem;left:24.2490234375rem;width:5.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5lHFSwTvFytFf96prO3P2iofKWP0B0u { top:27.25rem;left:17.7490234375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21yrbJ3nzJGuI0mZ3WakTCBtmvQ4zls { top:1.9375rem;left:0rem;width:10.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILZxklnvvZSwSdmSzU9yt3ZGcCHr1c6O { top:2.0625rem;left:0rem;width:5.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmgwRWDw1pImGZy7nea7Jieyk87zpRMv { top:3.625rem;left:0rem;width:14.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKuHXKAmoVFJfqSDEgertvuVClZVJvyN { top:2.4375rem;left:16.7177734375rem;width:16.25rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Vd3wPKicb6dwuStZtbVkCgTb9HsRIy { top:7.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhSs9VfqmgiPbKwJsA07y0Gxl6SbeTsu { top:8.375rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1y2mWh9WyX6nrZGhiKhHirBmiLgoVoQ { top:12.875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvLw4LkxTxTzbyDohK5sSzarQ15WSIoU { top:10.5rem;left:0rem;width:12.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXaoCgfqlEPf0SEd0rnOiMa5ZxeF50Cz { top:10.5rem;left:0rem;width:12.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHlTnMOhTQcbmsPVTtEguLqUbTz2mfU { top:14.25rem;left:0rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8VAordHIqZsd8RJpmrmxPlypB0bl5C { top:19.0625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQhqNnnftoNdXytCRRK9EmWoecbU8C8T { top:20.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxGy3GmJeXl3LZTRPkD4Jg50xi2llOcH { top:20.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK8xNM9cO2as1cdW48Jy5nVyWHmSxn1s { top:20.6875rem;left:2.4365234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mciFkss0OqMTrOF4WHGLQLGHnQm0cu0W { top:20.6875rem;left:5.6865234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5WxkOgEii5ouVLq0obTMsXTyf9ugB40 { top:30.875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tde40fsRkBUiF7UzbsBAB2Oa8K9U8rLh { top:31.8125rem;left:0rem;width:6.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raIQoRFukELU909tOAxPJpgzg9qIGtmJ { top:32.125rem;left:2.8125rem;width:5.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLIksAE4c1nt7SC3ohQcfJrOvqLdErXO { top:34rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJZqkbZ4noPVhHDiCcwaTrBLzaE9KdJZ { width:13.75rem;height:2rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5n9wZIdOFMQrPnOVsyev7TqUAZTQ20w { display:block; }
 }@media only screen and (max-width: 763px) { #Rhmy2BUBJI3udVZL27TMhq6FF59dCX7h { top:2.375rem;left:31.375rem;width:16.25rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmlH8HIuP6z8WVKUT3XnI5IhDhbE2CTA { top:17.6875rem;left:31.375rem;width:16.375rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZZCBV62Iu2ht3pW6pGclGBoZXPmAfX5 { top:4.125rem;left:32.9375rem;width:14.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyulRUrLS7GsDgaxVHicRB2g2ZUN2y1o { top:6.375rem;left:35.0625rem;width:12.6875rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHTt8hAtJm61MbfSJspRyFLVvowGoyzb { top:6.625rem;left:39.9375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 { display:block; }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McFTO48peQe1PTdyRfcPyXgteo9b0Lls { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #exmdc6yrzKNA2Ik8HHhfrX6seKRHRQRy { top:6.1875rem;left:19.46875rem;width:8.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ { display:block; }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwwKSnwCIgdw6BJnTREAw7s4xLZU918b { top:13rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlvBRQaEUmNp5thh2sB8DEPyVK7FaAb2 { top:15.9375rem;left:0rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJwg0pyQhEBQwUfVUPJDohQIOsIFQbH { top:15.9375rem;left:10.0625rem;width:18.375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP5Ru4feshHGvK9SKfUB3D1rmTUIPSow { top:15.9375rem;left:30.75rem;width:16.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPJsFcz2OKul7JnXXJIrOFLLZ8AIcJvb { top:13rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2yOuKBWRqmQDeNxnvxKXOKyZSOoJAcr { top:13rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sML4w6l4191CFs2rcIXpQFTlXTKVOhQp { top:1.4375rem;left:2.53125rem;width:10.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0NKMJAfaTxatNlTNxvozD97Nn1LGCVn { top:1.4375rem;left:18.09375rem;width:11.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRTgDRIfaaUPwnOfgKCyuRUVGdMx7eHB { top:1.4375rem;left:34.608342564521rem;width:10.8125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R { display:block; }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us3bkfoecC742SBgyUOmBzFyuLBqhqrn { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTSZEEIin5D719TZ2vbFnESGeMOyk0Hl { top:6.1875rem;left:19.46875rem;width:8.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy { display:block; }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2hta0HUK1hCmsfpfhFRuKzL16u0VSxQ { top:3.25rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIiu5atFkOopUuD1otif9fetqoW9v8V8 { display:block; }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynxUEeD6ZM6nSBkEMx1y6aUQOTQed56h { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkkNuT02i9mHzWXnT2srI4Dld7wrXelT { top:6.1875rem;left:19.46875rem;width:8.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw { display:block; }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR9xPdzJZXeINiNW9MSwnlzln4ImvSny { top:3.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8CdsThQNbNS4aA8UBxNl2060Ge2mREi { top:4.125rem;left:0rem;width:15.4375rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGpK41auGfHhhyTdWB23LPLreEvdMy1L { top:6.375rem;left:0rem;width:19.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXJ1qTOvmsOxOOnyguCoNTJ9twkdLTyT { top:3.75rem;left:15.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwQKFcvdVrmTIzhC693c3QeBQmuhLZu4 { top:4.1875rem;left:15.875rem;width:15.4375rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l37cpXvqGTA6Q0yCw0Bep2DEhzJ71lMc { top:6.4375rem;left:12.625rem;width:19.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqgpIFnwfILB9LUdWIH8Ttovsu58aRJ { top:3.6875rem;left:31.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEey7slk7X0TfACfRBXiicNdZKvA8NyD { top:4.125rem;left:31.75rem;width:15.4375rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp7ktPJsMumThthugQWbo94VIGCNqLzv { top:6.375rem;left:27.9375rem;width:19.6875rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 { display:block; }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFP8G4By5GuqdKFsny2DL9vzkvM8cz7B { top:0.9375rem;left:20.875001907349rem;width:9.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXOK3oBkMZvRJJ246zv0bHTzOg6AIJmu { top:4.0625rem;left:20.187501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
#ZXOK3oBkMZvRJJ246zv0bHTzOg6AIJmu > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #s7r1n95IEaT4VbeV7DdfXG3Zm89bKCld { top:0.9375rem;left:38.375rem;width:9.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x67rvFXzcEkwLBzLIS3xhKvW43RJ7oBi { top:4.125rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtVTr6zkcLrb8CabsZKgxE8OPFvs5TMk { top:8rem;left:0rem;width:13.4375rem;height:7.124625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKC9XmQbhGQ1cssRnPfrgTUwmTUB8XhE { top:3rem;left:0rem;width:18.0625rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUhRfr0k57KdqJmmSWwsPGRyRn6qf1uO { top:14.8125rem;left:0rem;width:19.75rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrpRFFA14eoDMhoeshxo21rKFEQuekCD { top:19.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyRg0x89XSVpGrMwps8yE8Ht2mEtPmi { top:6.75rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTFEfLO397bfWZAuaJSefrIoesLpN57 { top:9.5rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPm4rnU6VD7SMsJngsJoSxPtNgcdX7q { top:0.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR { position:relative;z-index:auto;display:block; }#ey9TFxOQWK5I6WvH5seMd0sMGbao0xWR > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTgozq2qc90CDbIIVqiSE17RBQfT8b97 { width:4.25rem;height:2.375rem;top:1.875rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IOx9RLKQLHOZ8cS3nbL1ypfKtGXZEWcf { width:3.3125rem;height:1.29980625rem;top:6.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eeAQcbWBOshFReG5A1564arSyXX887Lg { width:4.875rem;height:1.29980625rem;top:6.8125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBTe0Dlqbx6dyo98fGgfdPbXCTmpScK { width:6.125rem;height:1.29980625rem;top:6.875rem;left:8.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JRT88f92HsySqioqCtTyETPDpPeg5MNz { width:12.75rem;height:0.618489375rem;top:4.8053388595581rem;left:3.874783039093rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#271212;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qWM1trzwmvTqNDhMEwwIO8kPsasxlzW2 { width:5.0625rem;height:1.29980625rem;top:6.849609375rem;left:14.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #D8M0qf7fd4RvWNhiBUQ9TDUBMeA3l2O1 { width:10.5rem;height:2rem;top:9.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCspItuoSxdqageSG44Z8WQmtzTqyawq { display:block; }
 }@media only screen and (max-width: 763px) { #uMVNJtHS87eXb3Je4HiFMMuGZFG289WK { position:relative;z-index:auto;display:none; }#uMVNJtHS87eXb3Je4HiFMMuGZFG289WK > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aU8fW43AbTqKIvyycVn5JZsAz448rTx8 { background-color:#e00800;background-image:url("https://images.assets-landingi.com/uc/7cb45f34-b75b-49b0-b265-1ed66c48d2fe/homepagebanner31.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8.adaptive-delivery-prevent-bg, #aU8fW43AbTqKIvyycVn5JZsAz448rTx8.lazyload, #aU8fW43AbTqKIvyycVn5JZsAz448rTx8.lazyloading { background-image: none; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container { background-color: transparent; background-image: none; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container > .video-iframe-container { display: none; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row > .video-iframe-container { display: none; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .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); }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container { border-width: 0; border-radius: 0; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aU8fW43AbTqKIvyycVn5JZsAz448rTx8 > .row .container { width:20rem;height:31.9990234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBaKqKr9EsTuVSuBvoweJhE6T00E5KAK { width:19.4375rem;height:4.8125rem;top:1.9375rem;left:0.1875rem;font-size:2.1875rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cn3tUwnAtM66Zwm2TOpcRJVvRzQvzenM { width:3.9375rem;height:1.7871125rem;top:8.0625rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJFAcM7m5ch1VXXVQneKFo73iFANSzc { width:10rem;height:2.5rem;top:29.4995rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQfrwCFmUugTKy2lITqT6WaDnZqNiGoC { width:10.125rem;height:2.5rem;top:29.4995rem;left:9.9375rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #K9fafevtXkRni3H9i2ysLBPuyV4egI9y { width:10rem;height:1.21875rem;top:30.2495rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #r3oBGHGNNJI4TZ2p0yoqvnJgqIK6pxDC { width:10.0625rem;height:1.21875rem;top:30.2495rem;left:10rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #H0K7GvDvaN7nGxNSiIpXvXmd8F8kDqzz { width:19.875rem;height:12.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9olEMr02Z31ee0PStCR86uou00KBwWt { width:15rem;height:2.4375rem;top:7.625rem;left:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ipHakxaGCwZd4Ia8ZbV33EC1ZdBuXg { width:19.4375rem;height:1.7871125rem;top:10.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvHfz6xEZJSSHPmThw8u8eqS6AgHGBnP { width:10.6875rem;height:0.625rem;top:10.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvTAx79WXBLre2kbPbaOZUd35a7hqGu { width:8.75rem;height:2.375rem;top:13.18701171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP3E2aZ3DFpEbBUayrZvfgC2xhH0Z4E5 { display:block; }
 }@media only screen and (max-width: 763px) { #bzJbqeNSTupn2n8G9xr5QkfVkotMomnR { display:block; }#bzJbqeNSTupn2n8G9xr5QkfVkotMomnR > .row .container { width:20rem;height:21.091796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scOF3UISgsh0x1uLR8RB2HlL4wGqOs7a { width:3.4375rem;height:3.4375rem;top:3.0625rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUFNugHzt7CVIdP87hg0n64rRSc9OEtN { width:14.875rem;height:1.21875rem;top:3.5rem;left:4.875rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dgXRVnsfmBnbm5Ffc1HpmmL5HlL4teBU { width:7.999125rem;height:1.06228125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HREs28vl7LFpGQ7ePXxAuJSTxmXmWfGi { width:6.875rem;height:0.97473125rem;top:1.6037311553955rem;left:0rem;font-size:0.75rem;color:#fff6f8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChtRZDHHvsqHRGb9FDVbAk4alsSGoIRb { width:15.0625rem;height:0.97473125rem;top:4.875rem;left:4.9375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PDVx2INbXWLqMseLHOHbKXRbZ3xyBTox { width:3.375rem;height:3.375rem;top:9.5980911254881rem;left:0.6239150762558rem;display:block; }
 }@media only screen and (max-width: 763px) { #lomtE8I3dJMTBBk5Dn6PVcECZ7O85U1U { width:14.875rem;height:1.21875rem;top:10.09716796875rem;left:4.81640625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MaqZ0adwoTzJA331tF322OLE1ctFp3fQ { width:8rem;height:1rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKh9dMsfSkKOXJQUGAIIvGT6AfyMFhyr { width:7.125rem;height:0.97473125rem;top:8.125rem;left:0.375rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqivfqJbItUVvipFe5PoVEdusEIlZeKS { width:15.0625rem;height:0.97473125rem;top:11.29736328125rem;left:4.8740234375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RxTTO41rHmXVlrx823ugLAKS3aVT4Nf0 { width:3.4375rem;height:3.4375rem;top:15.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cty9Pyc03qHtNv7nh5lPK7PPG98VoBRT { width:12.25rem;height:1.21875rem;top:16.3125rem;left:4.5rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dAReuHZroCttBWZwBACKn3eRqbRZ3WQQ { width:8rem;height:1rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyAaPfiuZIqGbvonBi7CZD6ahAOT2ESo { width:7.374125rem;height:0.97473125rem;top:14.25rem;left:0.375rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVSOSJy2A6b7OWeLgdL99KSX83T9CVAu { width:15.125rem;height:0.97473125rem;top:17.5rem;left:4.5rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wn1zQMsnwgJ5HEWneOKthchOZgtTcyfQ { top:1.9997825622559rem;left:7.99978351593rem;width:11.875rem;height:0.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #XHTs4APSWPcWdnyoaPnbIxDmmyuilpb0 { top:8.5926647186281rem;left:8rem;width:11.875rem;height:0.0618489375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #cKUc1aJQkMN0eARyPoOafhylfwNsqSle { top:14.711157001465rem;left:8rem;width:12rem;height:0.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #C3TELm01hLafHw6tbITaQ7mWJENEZpIa { display:block; }#C3TELm01hLafHw6tbITaQ7mWJENEZpIa > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eD35UNP2AxiXzsQcVoZ72PE7wdurtltp { width:20rem;height:3.736575rem;top:1.408203125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fuk9lB6ckkoUnytymU1NLTwJpItoQwFP { width:20rem;height:3.16699375rem;top:6.408203125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { display:block; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { background-color: transparent; background-image: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container > .video-iframe-container { display: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row > .video-iframe-container { display: none; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .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); }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C { border-width: 0; border-radius: 0; }#g0d6OrT9S2SqQOnxKwiPWp8Tpy4gb50C > .row .container { width:20rem;height:75.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIkVlfaAUlSNKTEMrbgp3xEdUGD1rzx0 { width:10.75rem;height:1.0625rem;top:1rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZL2kzZ8XxsiITtiARylLugeNFsbvuEE { width:10.5625rem;height:1.0556625rem;top:1rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeoxM9tSyQnP0qV5IJQV99lU20FftKfl { width:16.5rem;height:2.923825rem;top:2.375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paMsTzr1PCfTusr1nsubkLKRCu3I5BBa { width:12.5rem;height:0.9746125rem;top:5.8125rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJFWMnFenVDCExPmO3fLwyqvgQTGuxn { width:12.5rem;height:1.94921875rem;top:6.8125rem;left:2.375rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lAnIB4f8kBHhVXRiKGeGTrg9b78Fa0B5 { width:12.5rem;height:0.9746125rem;top:8.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1NsQwfunBL2I6RMGDishoTXMBaf7PkT { width:15.125rem;height:2.125rem;top:30.033203125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAdseyyOKmpoQxC0TelXOM3f6uAzxuqI { display:block; }
 }@media only screen and (max-width: 763px) { #k5GPRnxMTPXZ4JZkLIDgODukbkTwJhXv { width:5.1245125rem;height:1.0556625rem;top:7.25rem;left:11.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvvy6SAqvOwiCLHo5XCgsSX1RcZCor4i { width:17.375rem;height:31.9375rem;top:1.4091796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc2LORH6Fh2oAKuOPmghl3GeDLcaH4us { width:17.4375rem;height:2.5rem;top:10.25rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cANr4zmdkWA3KwxycviKohilz7kfhfR3 { width:14.812rem;height:1.29980625rem;top:10.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLAM5iqV7d5grplTyTtO39eRdyEGwqv { width:13.3125rem;height:2.2734375rem;top:13.7841796875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkzaX2bnsyxAgwhJWTz8XsKxQL3nbBWr { width:2.0625rem;height:2.0625rem;top:25.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNBt16dsEpyphsIXIwcgMOkaSQ9JuzrQ { width:8.1875rem;height:1.13671875rem;top:25.375rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvOOIMqmR7MZUkHrTamT8P6tXC6OIfRu { width:12.9375rem;height:1.13671875rem;top:26.5rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSeckomAzV2cn2QHDa0xctTP9kFzCdd { width:17.4375rem;height:37.6875rem;top:35.7216796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2HOAOvJTWEbeJO9a0JxW6foJ4aTQ1N { width:11.625rem;height:1rem;top:35.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XskBTt6fv3cbmMdcXZhNMzF8Isl1cyEF { width:11.1875rem;height:1.0556625rem;top:35.375rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G75mXlbx3Z20eZOHUVTOy029mMb1I3Vn { width:15.06225rem;height:2.923825rem;top:37.0625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanycfPV5gLUQRTx8umC6lTq4a1u0T8c { width:12.5rem;height:1.13671875rem;top:40.5849609375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmrR9vb4251F7Aarm56yU1Ha3DUuxof { width:8.49975rem;height:1.94921875rem;top:42.125rem;left:2.4375rem;font-size:1.5rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ToMOuiUPrS2pVgMSIoD0tVXdcDkTddd3 { width:12.5rem;height:0.9746125rem;top:44.25rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUEEGkTP5DlTgxqVssV2dwBcnThIJ6Qb { width:5.1245125rem;height:1.0556625rem;top:42.6875rem;left:11.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmWxCo5wrLoE0Tna3wdUlTeT58cwcRqw { width:17.5rem;height:2.5rem;top:46.6875rem;left:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vf0Zv2Lwu432TxvyCVkN0oCD9mnQVhZC { width:15.06225rem;height:1.29980625rem;top:47.25rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBGderTuuGtnlrsRMoganuTaW8bltZaF { width:15.125rem;height:2.125rem;top:70.0966796875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSEpEapwh0NmDTxfpTawQ4AGEIyhH5Iq { display:block; }
 }@media only screen and (max-width: 763px) { #WavyhggGQGiNV3bTMRoDvpAcMlAbSES2 { width:2.0625rem;height:2.0625rem;top:62.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw8gxsXvBm18hCX9Cz0xKH6DDpl5InSe { width:6rem;height:1.13671875rem;top:63.25rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8TwKxSL32Mb8gLo6m3TomTcwHAQtM9 { width:2.0625rem;height:2.0625rem;top:65.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9dWsoB8ilrmsnDxTXT2yz1GUIDR1qoQ { width:8.875rem;height:2.0996125rem;top:65.75rem;left:5.125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #laiPywvkgxrGHR0umTvV8U6QRyeJkBlk { width:1.875rem;height:1.875rem;top:16.2841796875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSFrxiDOLoA8KeBDTT0ia961avo30Tnx { width:13.4375rem;height:1.125rem;top:17.0341796875rem;left:5rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bZBMWKugUwi1qma3ew3A4wA0FIX7quDT { width:1.875rem;height:1.875rem;top:13.4091796875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuBpw0iJUBxrAmMsk0Z0O6GHZcLPRNqE { width:1.875rem;height:1.875rem;top:19.2216796875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc0uFF5gnAoDFU0GyNJGBsyFqmbrp1JT { width:2.0625rem;height:2.0625rem;top:22.2216796875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZzIk4WDhReER6WZQfn23MbKuWqUX8vr { width:13.4375rem;height:2.25rem;top:19.5966796875rem;left:5.125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u7Rfxhx5eFsLZtXu7DMSQLAO3XVoMRP7 { width:13.625rem;height:1.125rem;top:22.9375rem;left:5.0625rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v4ZJ2Ceim1NIBVPo2DbPCIlUxWvt6SDW { width:1.875rem;height:1.875rem;top:53.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3uw8kfmXncPLIxKGSJPM1Kct2Tsl3bs { width:1.875rem;height:1.875rem;top:50.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UTXBgwksg5VkN2m7m9c6ATsnhlI6TZ { width:13.25rem;height:2.2734375rem;top:50.75rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1cV4NnrQh2n70BnNcSrQkFJDlo7PV5A { width:13.125rem;height:1.04980625rem;top:54.125rem;left:5.0625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kyNPW5kKCEOJcKtPAkwc3MJkDWogT0Li { width:1.875rem;height:1.875rem;top:56.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW0dQCCdSF9lEufzmAer5TFrJnSEGLnd { width:11.75rem;height:2.0996125rem;top:56.75rem;left:5.0625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IiswryEeVOGLxRM0l0xVCuWk8M8tzgbB { width:2.0625rem;height:2.0625rem;top:59.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGBuFZ3120uIkXZJuK7uwQiSgZdDzFv { width:11.875rem;height:1.04980625rem;top:60.375rem;left:5.0625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J29W5A0zDygrq0avuUaydsqrMd9UZUhg { display:block; }#J29W5A0zDygrq0avuUaydsqrMd9UZUhg > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTZWqeHHN3uNQddl9p4hRCley2pZ6FOM { width:20rem;height:4.0625rem;top:1.2841796875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Ra0rXdidt0hrid6NLgKmuubrddrJIb { width:20rem;height:2.111325rem;top:6.2841796875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { display:block; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { background-color: transparent; background-image: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container > .video-iframe-container { display: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row > .video-iframe-container { display: none; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .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); }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo { border-width: 0; border-radius: 0; }#vWZZ4THgZP6T6lnprisdP91bnLJJCsTo > .row .container { width:20rem;height:184.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xViHPtNsc0QLqMhyfAEaC6lG2oRUNlr2 { width:5.9375rem;height:1.0625rem;top:0.7509765625rem;left:2.5096435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBtmiT3N5y5c5G0RFMFQR0pdkfi8nZsQ { width:5.4370125rem;height:1.05590625rem;top:0.7564697265625rem;left:2.703857421875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAtT0N3ZXGI1zbsTxxB7tbkDpp7mTIhg { width:12.5rem;height:3.1484375rem;top:2.8145751953125rem;left:2.3848876953125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRdm6zQQtvWqUnJei8aH5TTGmwZm7BXK { width:12.5rem;height:1.13671875rem;top:6.689453125rem;left:2.384765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3etko1sOGLQfbzrWWePbRbfTgTyam3e { width:12.5rem;height:1.70605625rem;top:7.939453125rem;left:2.384765625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axbbJNiHKWMvkgVt9ZxaaDZboZ0SpQCu { width:12.5rem;height:1.13671875rem;top:11.439453125rem;left:2.447265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhaLGiVO3oBCPucAVMANCCURX72S39Qe { width:14.874875rem;height:1.29980625rem;top:12.6884765625rem;left:2.447265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0XRTaPdAAE39tQBOqeKJNX01L5tHbTF { width:12.5rem;height:1.13671875rem;top:16.3447265625rem;left:2.5087890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgAgzAOHFmwJT0KXeDpKw5fXsT3kLZl6 { width:12.9375rem;height:0.4375rem;top:10.001953125rem;left:2.322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLMB4Q2wbSc8IxS6gaWeJTB7zCPLfRrM { width:12.625rem;height:0.4375rem;top:10.001953125rem;left:2.384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHp1WO74op3uUFToNrdTVrIKgEWIEzQM { width:12.5rem;height:0.9746125rem;top:31.90625rem;left:2.5087890625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL1UTkJGguWZxazF2cKQo7d3w2ng8Nsb { width:12.5rem;height:1.94921875rem;top:32.9384765625rem;left:2.5087890625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7sisgrDk3niukJcq8pV6zrBR6kdDVcC { width:12.5rem;height:0.9746125rem;top:34.9150390625rem;left:2.5146484375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmSpwrqrCxEXv6S6T8DZS2VvBA7Tat3a { width:15.125rem;height:2.125rem;top:37.5341796875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvuMZ9UFCixdTet23f4nxzZEJ9cZy0yM { display:block; }
 }@media only screen and (max-width: 763px) { #HSQNZWbm0bb5PrMbiZOAzkEWTIuIsuXr { width:2.5rem;height:2.5rem;top:17.9814453125rem;left:2.4462890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB5bvQM4Hk5oL4AmlB4kkLGCff3TbUTT { width:2.5rem;height:2.5rem;top:17.9814453125rem;left:5.8671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4EJei7kJSR1LJ4rFce2OX4LAI2QcZMO { width:5.9375rem;height:1rem;top:50.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHeBWXBpdChGclXEg4uadWvBqJ4KTktq { width:5.4370125rem;height:0.9746125rem;top:50.125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlo68AixNxvvotw9RWR7ZIFAJDATn4M { width:12.5rem;height:3.4121125rem;top:52rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFBCqprfTmtduEd59qDDrEfHba3rKuCI { width:12.5rem;height:1.13671875rem;top:54.375rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4RqaNI5DXCUtIbuOZfXgGzsVXfKKPul { width:12.5rem;height:1.70605625rem;top:55.625rem;left:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbwh6SwE1Gv0GTasX1xzhgJZee7PTE9z { width:12.5rem;height:1.13671875rem;top:60.5625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNvWF47UPsaxtCZLpsGwEKgfg47lXwZt { width:12.9375rem;height:0.4375rem;top:57.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8OLFHnHLrde4TU1m86HWRBNTQyn6Tcz { width:12.625rem;height:0.4375rem;top:57.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD1Xn5U6IZ7ZT39hEJEWkLn8i2XGDBkU { width:14.87425rem;height:1.29980625rem;top:61.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44csz3LJ1AIzKnW9qhGU1zQuosu2TTt { width:12.5rem;height:1.13671875rem;top:66.75rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDLJZt0OpWM6RQmLTcLpwPyiug4ZJgpD { width:2.5rem;height:2.5rem;top:68.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo6xkuwgBfUywmbwIVfJSU9MlO0Tme2n { width:2.5rem;height:2.5rem;top:68.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wehTN3u2L6K3JtWmCTgtVwtfHsqUeeIg { width:12.5rem;height:0.9746125rem;top:79.9375rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkBs3MQXmTg9DAvoS9gTJc847UtIOP9X { width:12.5rem;height:0.9746125rem;top:82.8125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIf7NkkkfuJGF4J0IqZZrXEK0npNm6Z { width:15.125rem;height:2.125rem;top:88.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRJlO69GJM538NItIBbge8TTkVIA8I3g { display:block; }
 }@media only screen and (max-width: 763px) { #TpCfgPcfHwVOMrqSoTzbb0LFfNAvqt8J { width:2.5rem;height:2.5rem;top:63.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRhEwVOv6kAGnOWFfqBuL5pfK0R02gUy { width:2.5rem;height:2.5rem;top:63.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSABUemFoWsEnrSdedp6DR5qC0BnrHbh { width:2.5rem;height:2.5rem;top:68.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArHnp8LwmZk5GiOpTauzXSbNd0y5v3Qr { width:2.5rem;height:2.5rem;top:68.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVpOW4loJZngxiTA9al79paWPIzDomMX { width:17.4375rem;height:41.25rem;top:50.5rem;left:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qEbtP11B4t24oRna2uV6h89oUsfRW74V { width:17.5625rem;height:5.875rem;top:72.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B02yzPFbQza7ReTyL7UZS0LlBCLQhHWL { width:12.5rem;height:1.13671875rem;top:72.875rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6KOczIHAkBHpR7MBAwsg4oOOAcSHtPX { width:13.8125rem;height:2.9746125rem;top:74.0625rem;left:3.875rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #w1s2eJCkCUra2XuHQ5kJmiIS3yNB2i2x { width:10.5rem;height:1.4375rem;top:84.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gda4GfHsMVVV5IzciscdcWo517cNHUK7 { width:9.812rem;height:1.21875rem;top:84.8125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyZloiTHoSpTMs2TnKLGeu4awSTr78TM { width:5.1245125rem;height:1.0556625rem;top:81.5rem;left:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNhyKK1P3rKhQdTR5ZZXMo5B9NIQushR { width:6.875rem;height:1.94921875rem;top:80.9375rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL1wmPtUQXmbWbXc8mKxmWV8sHaGFW49 { width:5.1245125rem;height:1.0556625rem;top:33.4326171875rem;left:9.0712890625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbbBoPNJyLmoy0ytiDcHblmziTqqgrXD { width:14.43725rem;height:0.9746125rem;top:58.3125rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSXRhSZlfxc4H62T9lCWm3EN1avoEVlG { display:flex;width:0.87463125rem;height:0.87463125rem;top:75.875rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #ywCzmCqJb2KXIIWnOaTJeTzIhxUOnIps { display:flex;width:0.81176875rem;height:0.81176875rem;top:74.4375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #AFCuAPc7Neu92kEnbf1SBpvPGHuAMNMg { width:17.375rem;height:39.875rem;top:1.2841796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igEkJR7NmzaOAeV1bHRv7w5yDBchdwAN { width:5.9375rem;height:1rem;top:95.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvwTQRpSkxdgiWT9JeXblTLA74ys8lZE { width:5.4370125rem;height:0.9746125rem;top:95.125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O52PHWDSQe1DpKi7qeqwuGUWR1iNvWnv { width:12.5rem;height:1.70605625rem;top:97.0625rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb8L6aDSbUTb2zP4tgMRyiTZTTW7lbCo { width:17.375rem;height:33.6875rem;top:95.5625rem;left:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AnzozlOTgo8MUXVpIOZ6mw5DWv0wkQm6 { width:12.5rem;height:1.13671875rem;top:99rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZIHbOrbNx77E733bKwQczThJiRIIP2n { width:12.5rem;height:1.70605625rem;top:100.125rem;left:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZdm6olOSc3Xw5dQikfrr4Nv3c9pt7u { width:12.5rem;height:1.13671875rem;top:103.5rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHAWKpkC882NGT1pgLH8TLOlGvGIpGW { width:12.9375rem;height:0.4375rem;top:102.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr9zn4lifzi5kJZvbyVvat4rmewefAaS { width:12.625rem;height:0.4375rem;top:102.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI8kGbRkqE195RwHXyOGCp7KL9iLoaM3 { width:15.4375rem;height:2.5996125rem;top:104.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ2DCSQd5X4LIuRnElILgWttxPiJLMZk { width:12.5rem;height:1.13671875rem;top:108.25rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgPbBmB1s67SLrknpFldwJQA70TtCdLP { width:2.5rem;height:2.5rem;top:110.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyBPFPHSKaxAlk4hxOCqSdiOpEKXBcZO { width:2.5rem;height:2.5rem;top:110.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryNsAn0y01o672VDkfgEkZbKVp69DuXa { width:2.5rem;height:2.5rem;top:110.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEHnSQCqt0AobPZFVQxwtxWJu5wHKzd { width:2.5rem;height:2.5rem;top:110.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #At298GDTGT3mBIpsAwAL4G0CWsTpgQ5o { width:12.5rem;height:0.9746125rem;top:120.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwyI0s08TCowQgOuBFIBzJFxcsodCvGp { width:6.875rem;height:1.94921875rem;top:121.5625rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhT5t3PqL8FoaaCVfZmETDZawPS7agN3 { width:5.1245125rem;height:1.0556625rem;top:122rem;left:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvwFVh2aXk6WTF9oMnxVmQmEmQFE1SUX { width:12.5rem;height:0.9746125rem;top:123.5625rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqNzAthJyMOUFZT96Hf8gmsH8PHdUaMm { width:15.125rem;height:2.125rem;top:125.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bxrcdsi80sHkFXT4cpuaX382oWzs4e { display:block; }
 }@media only screen and (max-width: 763px) { #i3SyuIrr6OagWTdRtekSEJgilXeXW82f { width:14.9375rem;height:9.501rem;top:21.7216796875rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUJ0kMBDkEDGDkx3i4aRmzE8PpzfOzd8 { width:14.9375rem;height:9.501rem;top:169.5625rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { display:block; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { background-color: transparent; background-image: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container > .video-iframe-container { display: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row > .video-iframe-container { display: none; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .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); }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB { border-width: 0; border-radius: 0; }#VTxAn4SJGIRGJS5pAIkrWDXDFmih70wB > .row .container { width:20rem;height:117.5625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZpGbITrWZOm7wUcTmppBbZIJTnq0elD { width:5.9375rem;height:1rem;top:37rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClSaKn07JtaTGnqsEt4WccDCaknaP2mb { width:5.4370125rem;height:0.97473125rem;top:37.0625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaI7iA9B1QXg5ELCoc11TWRo7c3ZideA { width:12.5rem;height:3.4121125rem;top:38.9375rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv1AFt31IGlSdvg8KKFf41QiNH1xw1K { width:12.5rem;height:1.13769375rem;top:41.3125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzmmf2ES2kcBzuk2O6fck6lsrsRln9l7 { width:12.5rem;height:1.70605625rem;top:42.5625rem;left:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oNIFu6ZV6tDgvzQc43Kt7xUXHGZRUc { width:12.5rem;height:1.13769375rem;top:47.5rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaVlTuZy79GDmo8TsyH22FOgPUezxPg2 { width:12.9375rem;height:0.4375rem;top:44.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGrQmXV4uE0I1HEyeZc5TGHGsgRLk2kC { width:12.625rem;height:0.4375rem;top:44.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXsWg8X5sQyTKhnT7guNS9xx1aO3o66 { width:14.87425rem;height:1.29980625rem;top:48.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Tt5KPUDyrHZa66Mvkzzc2Fs7K10lLb { width:12.5rem;height:1.13769375rem;top:53.75rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkwk8nuL6pkB4a0CnQsH7cH0FmgxyxJv { width:12.5rem;height:0.97473125rem;top:66.875rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm9UgFDHGnFeDBktvIvyXzgsoFn2NrvT { width:12.5rem;height:0.97473125rem;top:69.75rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtaD6lE2V7O5XRC3xcDBanInWZDS2adZ { width:15.125rem;height:2.125rem;top:72.374877929688rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqtMFpmmw7E3tUybPnKl79uBegmbM43k { display:block; }
 }@media only screen and (max-width: 763px) { #nxKTWZdLhrTCeh4Azs6WrfJFJdTmALhV { width:2.5rem;height:2.5rem;top:55.250244140625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTm8XJd66ab4y8lgtXaJU6hqtRw3tEvT { width:17.4375rem;height:38.4375rem;top:37.4375rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #l3CwQC49OAqxC3dL03Vu0gGVpbNTMIue { width:17.5rem;height:4.25rem;top:59.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8AHlM9SMfvBOr97LU4ciCANKDJ4wNrg { width:12.5rem;height:1.13769375rem;top:60.5rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p05BdLMRwT02XA00EWHimep4KeB2CUFN { width:13.8125rem;height:1.487425rem;top:61.75rem;left:4rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zmuE7xPBqDod2SAa0nDGdI8xqSh5VT1q { width:6.875rem;height:1.950075rem;top:67.875rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7dBAonAJl2cemBnbIi8G0Qwu6Sl1T9h { width:5.1245125rem;height:1.05590625rem;top:68.3125rem;left:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5lHFSwTvFytFf96prO3P2iofKWP0B0u { display:flex;width:0.87463125rem;height:0.87463125rem;top:62rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #G21yrbJ3nzJGuI0mZ3WakTCBtmvQ4zls { width:5.9375rem;height:1rem;top:0.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILZxklnvvZSwSdmSzU9yt3ZGcCHr1c6O { width:5.4370125rem;height:0.97473125rem;top:0.6875rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmgwRWDw1pImGZy7nea7Jieyk87zpRMv { width:12.5rem;height:3.4121125rem;top:2.625rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKuHXKAmoVFJfqSDEgertvuVClZVJvyN { width:17.375rem;height:33.6875rem;top:1.125rem;left:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #t8Vd3wPKicb6dwuStZtbVkCgTb9HsRIy { width:12.5rem;height:1.13769375rem;top:4.5625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhSs9VfqmgiPbKwJsA07y0Gxl6SbeTsu { width:12.5rem;height:1.70605625rem;top:5.6875rem;left:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1y2mWh9WyX6nrZGhiKhHirBmiLgoVoQ { width:12.5rem;height:1.13769375rem;top:9.0625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvLw4LkxTxTzbyDohK5sSzarQ15WSIoU { width:12.9375rem;height:0.4375rem;top:7.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXaoCgfqlEPf0SEd0rnOiMa5ZxeF50Cz { width:12.625rem;height:0.4375rem;top:7.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHlTnMOhTQcbmsPVTtEguLqUbTz2mfU { width:15.4375rem;height:1.29980625rem;top:10.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8VAordHIqZsd8RJpmrmxPlypB0bl5C { width:12.5rem;height:1.13769375rem;top:13.8125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQhqNnnftoNdXytCRRK9EmWoecbU8C8T { width:2.5rem;height:2.5rem;top:15.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxGy3GmJeXl3LZTRPkD4Jg50xi2llOcH { width:2.5rem;height:2.5rem;top:15.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK8xNM9cO2as1cdW48Jy5nVyWHmSxn1s { width:2.5rem;height:2.5rem;top:15.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mciFkss0OqMTrOF4WHGLQLGHnQm0cu0W { width:2.5rem;height:2.5rem;top:15.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5WxkOgEii5ouVLq0obTMsXTyf9ugB40 { width:12.5rem;height:0.97473125rem;top:26.0625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tde40fsRkBUiF7UzbsBAB2Oa8K9U8rLh { width:6.875rem;height:1.950075rem;top:27.125rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raIQoRFukELU909tOAxPJpgzg9qIGtmJ { width:5.1245125rem;height:1.05590625rem;top:27.5625rem;left:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLIksAE4c1nt7SC3ohQcfJrOvqLdErXO { width:12.5rem;height:0.97473125rem;top:29.125rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJZqkbZ4noPVhHDiCcwaTrBLzaE9KdJZ { width:15.125rem;height:2.125rem;top:31.687255859375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5n9wZIdOFMQrPnOVsyev7TqUAZTQ20w { display:block; }
 }@media only screen and (max-width: 763px) { #Rhmy2BUBJI3udVZL27TMhq6FF59dCX7h { width:17.375rem;height:36.3125rem;top:78.4375rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vmlH8HIuP6z8WVKUT3XnI5IhDhbE2CTA { width:17.5rem;height:22.6875rem;top:92.125rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZZCBV62Iu2ht3pW6pGclGBoZXPmAfX5 { width:14.8125rem;height:1.94921875rem;top:80.0625rem;left:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyulRUrLS7GsDgaxVHicRB2g2ZUN2y1o { width:13.375rem;height:3rem;top:82.9375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHTt8hAtJm61MbfSJspRyFLVvowGoyzb { display:flex;width:1.125rem;height:1.125rem;top:83.1875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 { display:block; }#VSPeok2TFdN3GUUQmpO1JQ8nSBPcU6m5 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McFTO48peQe1PTdyRfcPyXgteo9b0Lls { width:20rem;height:4.39886875rem;top:2.625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #exmdc6yrzKNA2Ik8HHhfrX6seKRHRQRy { width:8.8125rem;height:0.25rem;top:8.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ { display:block; }#qPR9sGVHNW1kUWLFbkoGz4Tk4hCdpeTQ > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwwKSnwCIgdw6BJnTREAw7s4xLZU918b { width:20rem;height:1.950075rem;top:11.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlvBRQaEUmNp5thh2sB8DEPyVK7FaAb2 { width:20rem;height:2.111325rem;top:14.3125rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sgJwg0pyQhEBQwUfVUPJDohQIOsIFQbH { width:20rem;height:3.16699375rem;top:29.5625rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iP5Ru4feshHGvK9SKfUB3D1rmTUIPSow { width:20rem;height:3.16699375rem;top:46.875rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HPJsFcz2OKul7JnXXJIrOFLLZ8AIcJvb { width:20rem;height:1.950075rem;top:26.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2yOuKBWRqmQDeNxnvxKXOKyZSOoJAcr { width:20rem;height:1.950075rem;top:44.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sML4w6l4191CFs2rcIXpQFTlXTKVOhQp { width:10.249625rem;height:9.74975rem;top:1.4996337890625rem;left:4.8736572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0NKMJAfaTxatNlTNxvozD97Nn1LGCVn { width:11.25rem;height:10.187375rem;top:16.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRTgDRIfaaUPwnOfgKCyuRUVGdMx7eHB { width:10.625rem;height:10.7495rem;top:33.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R { display:block; }#BMR3SIKhaESTqGpNzrt8JAXh2TcsXT1R > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us3bkfoecC742SBgyUOmBzFyuLBqhqrn { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTSZEEIin5D719TZ2vbFnESGeMOyk0Hl { width:8.8125rem;height:0.25rem;top:7.02392578125rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy { display:block; }#MNQGGCIGmEbWUgtPFWZfxvVGINNZZNGy > .row .container { width:20rem;height:16.7431640625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2hta0HUK1hCmsfpfhFRuKzL16u0VSxQ { width:20rem;height:15.1875rem;top:1.5556640625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UIiu5atFkOopUuD1otif9fetqoW9v8V8 { display:block; }#UIiu5atFkOopUuD1otif9fetqoW9v8V8 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynxUEeD6ZM6nSBkEMx1y6aUQOTQed56h { width:15.5rem;height:4.875rem;top:1.3125rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkkNuT02i9mHzWXnT2srI4Dld7wrXelT { width:8.8125rem;height:0.25rem;top:6.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw { display:block; }#XGn2HgO5NCZS4u7FAsl4BAXJrbqqzzvw > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR9xPdzJZXeINiNW9MSwnlzln4ImvSny { width:3.0625rem;height:3.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8CdsThQNbNS4aA8UBxNl2060Ge2mREi { width:15.4375rem;height:2.23111875rem;top:1.728515625rem;left:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGpK41auGfHhhyTdWB23LPLreEvdMy1L { width:17rem;height:1.48763125rem;top:4.6875rem;left:2.9996747970581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXJ1qTOvmsOxOOnyguCoNTJ9twkdLTyT { width:3.0625rem;height:3.0625rem;top:7.9677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwQKFcvdVrmTIzhC693c3QeBQmuhLZu4 { width:15.4375rem;height:2.23111875rem;top:8.3837890625rem;left:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l37cpXvqGTA6Q0yCw0Bep2DEhzJ71lMc { width:17rem;height:1.48763125rem;top:11.0302734375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqgpIFnwfILB9LUdWIH8Ttovsu58aRJ { width:3.0625rem;height:3.0625rem;top:14.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEey7slk7X0TfACfRBXiicNdZKvA8NyD { width:15.4375rem;height:2.23111875rem;top:14.9765625rem;left:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp7ktPJsMumThthugQWbo94VIGCNqLzv { width:17rem;height:4.46191875rem;top:17.2998046875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 { display:block; }#xgmM9lNaXTVye0zQmZatJQELwHsEXQw4 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFP8G4By5GuqdKFsny2DL9vzkvM8cz7B { width:20rem;height:2.4375rem;top:18.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZXOK3oBkMZvRJJ246zv0bHTzOg6AIJmu { display:flex;width:1.9375rem;height:1.9375rem;top:22.375rem;left:0.375rem; }
#ZXOK3oBkMZvRJJ246zv0bHTzOg6AIJmu > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #s7r1n95IEaT4VbeV7DdfXG3Zm89bKCld { width:11.3125rem;height:2.2749rem;top:26.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x67rvFXzcEkwLBzLIS3xhKvW43RJ7oBi { width:12.5rem;height:2.3999rem;top:29.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtVTr6zkcLrb8CabsZKgxE8OPFvs5TMk { width:12.062375rem;height:6.31225rem;top:3.157958984375rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WKC9XmQbhGQ1cssRnPfrgTUwmTUB8XhE { width:20rem;height:4.0625rem;top:11.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUhRfr0k57KdqJmmSWwsPGRyRn6qf1uO { width:19.9375rem;height:0.89965625rem;top:9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#e00800;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RrpRFFA14eoDMhoeshxo21rKFEQuekCD { width:20rem;height:4.5rem;top:38.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzyRg0x89XSVpGrMwps8yE8Ht2mEtPmi { width:12.5rem;height:2.3999rem;top:31.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTFEfLO397bfWZAuaJSefrIoesLpN57 { width:12.5rem;height:2.3999rem;top:34.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPm4rnU6VD7SMsJngsJoSxPtNgcdX7q { width:12.5rem;height:1.29980625rem;top:1.28515625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }