.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,234,245;--color-primary-1:128,187,223;--color-primary-2:0,118,191;--color-primary-3:0,59,96;--color-primary-4:0,18,29;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@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:url("https://images.assets-landingi.com/MmfZLadC/Nikkei_Asia_map_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { border-width: 0; border-radius: 0; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.4375rem;width:75rem;position:relative;display:none; }#HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { 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:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { border-width: 0; border-radius: 0; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.4375rem;width:75rem;position:relative;display:block; }#eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { 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:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:12.625rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.3125rem;left:55.623441696167rem;display:block; }
#mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAms9wbtWAOZX5kkmmFvUGxHfvN02fgF { background-color:transparent;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: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-secondary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.875rem;left:68.87499809265rem;display:none; }
#leVqwA7XmDA9kp5HnPatchfJLKvN4vn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV { position:relative;display:block; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV { background-color: transparent; background-image: none; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container > .video-iframe-container { display: none; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row > .video-iframe-container { display: none; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .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); }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV { border-width: 0; border-radius: 0; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .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; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.125rem;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; }#OyvxTr3uA1Q09e69KOyJbGaA3p7Dwst9 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.12646484375rem;left:31.875rem;height:3.2495125rem;display:block; }
#Bo9ZOhlfkC7HJ9uJBCWaHAXOtsxSAtWX { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.3745rem;width:13.75rem;top:8.2529296875rem;left:11.374755859375rem;display:block; }
#tulZWvFwiu0nMxEFecz1oWsCe8pRST13 { background-color:transparent;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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5615rem;height:2.6245125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.313232421875rem;left:13.0625rem;display:block; }
#EZJWECwTPklyPdm5utWaOyR3vntcMr8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9GbeM1nLr4PaRUVtZOCo87r6TlfXCMZ { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:10.75146484375rem;left:17rem;display:block; }
#QsqJ2us1X7QP03UgL1TEqnQssMLnNSHo { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.3745rem;width:13.75rem;top:8.37646484375rem;left:29.999755859375rem;display:block; }
#ykpfTmC4L8m6dQ6gtyhFFn03x0ZrWJmR { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.3745rem;width:13.75rem;top:8.37646484375rem;left:48.875rem;display:block; }
#bSoAyxkAvOyITHh7dbgvwOBkMdlwWONi { background-color:transparent;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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.6245125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.56396484375rem;left:30.1875rem;display:block; }
#IPxwUge8LBRv2u9o1zTdvZBTswWeCyRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CackWf4w1EqtuZ3q4B6nZHxyy44OiSDO { background-color:transparent;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: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-secondary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2495rem;height:2.436525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.62646484375rem;left:49.18798828125rem;display:block; }
#eaa6AKhsXy2R4aVWcu7Tm003pe40EDlq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HfbAl2PoX1DDoxOORAu0OEkQxd79Ckhn { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:10.87646484375rem;left:54.375rem;display:block; }
#cgPfP9JAo9WMWSyvEcMcEU4O2P5397DD { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:10.87646484375rem;left:35.375rem;display:block; }
#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ { position:relative;display:block; }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ { background-color: transparent; background-image: none; }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .row .container > .video-iframe-container { display: none; }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .row > .video-iframe-container { display: none; }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .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); }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ { border-width: 0; border-radius: 0; }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .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; }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .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:var(--paragraphs-font-family);height:90rem;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; }#rhmG5JqICdugQhvIdpU7LZzJKAUAWGDG { color:rgba(var(--color-tertiary-3),1);display:block;width:45.7495rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1865234375rem;left:2.3974609375rem;height:3.2495125rem;display:block; }
#C3INteOqr3auXRzGrrm8itu9DzorP0Zd { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#stCkm1nNqGr5BTDNd5tIEAUrg1qGe1Pi { 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:81.4375rem;width:34.3125rem;top:6.192626953125rem;left:2.5rem;overflow:hidden;display:block; }
#C5xVapnT5Frbz3RsJ2pMcSnlJoxgecBi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.89501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#vC8GLkcAcRX563Vc5rGDsGR4c2rSzi9n { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.14501953125rem;left:42.5rem;height:1.3rem;display:block; }
#ITGaJ6TB7AxcWl39kuPhCqmleqcJGh8N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.64501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#JJrPZTfRCo103voZoZXxTmBt71g6Ne1X { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.89501953125rem;left:42.5rem;height:2.59765625rem;display:block; }
#oGGHhclt4IKTZnr6XInL7KoskJ1d6RLD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.64501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#nl3no7z0ETK2DSOu1UuE2ChvFwMpeDaT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9995rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.942626953125rem;left:42.5rem;height:1.3rem;display:block; }
#Ptoq1n1yIy5VXOGi2wNB5RySXe7RRu1N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.39501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#rKmh3FfdmMNH0LHwsPEuuIAqMfgn8h32 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.64501953125rem;left:42.5rem;height:3.8964875rem;display:block; }
#Tr0m66CK3sG4WwUN9N8BfvHAXmeA9sre { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.14501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#eUSez2JhP85ZazA1J4qsAPkKyTFHBykb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.442626953125rem;left:42.5rem;height:3.89648125rem;display:block; }
#a1aUoWgTvqTNUcgDcoPDl7gE6M2bEgWO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.64501953125rem;left:41.25rem;height:1.4624rem;font-style:normal;display:block; }
#r5pufkJQ4WH3ilmz2Fuff4QOH1UvKRqi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.942626953125rem;left:42.5rem;height:3.8964875rem;display:block; }
#Hthpgmw2l02EW3S2mHHNsdQ75Ts5yIJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:43.019918441772rem;left:41.249996185302rem;height:1.4624rem;font-style:normal;display:block; }
#c6kAT5yqo7UyEqHCLO5cIyaTmck4yKXy { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4985625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.567182540894rem;left:42.499217987061rem;height:3.8964875rem;display:block; }
#LutV3NRBCK3tS4Bgfc62HRT9E1puqCtW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.394529342651rem;left:41.249996185302rem;height:1.4624rem;font-style:normal;display:block; }
#ZVTi8t9CV4HofRXW8qhrmUfUeqTMw8Pw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4985625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:50.754293441772rem;left:42.499217987061rem;height:2.59765625rem;display:block; }
#ARpXZbgixhW3nrSIzrJIDZZGTEbXg8ip { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:55.207418441772rem;left:41.249996185302rem;height:1.4624rem;font-style:normal;display:block; }
#W9z7FNgDxQkJEWOnC15XZps4kn7iihOl { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4985625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:56.817182540894rem;left:42.499217987061rem;height:1.3rem;display:block; }
#TJ5NeWqccsItHFOfZ2MoEK7FtaaiQSXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.497625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:61.701557159424rem;left:42.751171112061rem;height:1.3rem;display:block; }
#oxXXSGrPrCIGFg5hR9hmzLqaSpBfiBqe { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:60.285934448243rem;left:41.249996185302rem;height:1.4624rem;font-style:normal;display:block; }
#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x { position:relative;display:none; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x { border-width: 0; border-radius: 0; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x > .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; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x > .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:var(--paragraphs-font-family);height:90rem;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:none; }#zyKvfxOW6qwWX2P3WiryeBlAV59hyuJF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#SETJmQ3c5BhALG3SsI4BX4r9DnlEGFwU { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847658157349rem;left:2.396484375rem;height:3.2484375rem;display:none; }
#uT1RtIfPKM0sP6tDEJ1y9rExpGWPTWrf { color:rgba(var(--color-tertiary-3),1);display:block;width:47.499625rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.499217987061rem;height:3.2484375rem;display:none; }
#pJKH2gQEE72HQE6HNqBSRxFMTD7SOCHA { color:rgba(var(--color-tertiary-3),1);display:block;width:65.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.4996109008789rem;height:1.6253875rem;display:none; }
#Qv2U7wrzLEJ6W3gi6HgwNAw58fLl6uXu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.6886749267575rem;left:3.75rem;display:none; }
#DRw6CNeoA92EF9MRQcBpU1pJ42FzmLt6 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8765563964844rem;left:7.5rem;height:1.6253875rem;font-style:normal;display:none; }
#moBTdXm2Oa0ynTvXbix5o7Hw59C0AFwR { 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:10.75rem;width:31.1875rem;top:11.750390052796rem;left:7.5rem;overflow:hidden;display:none; }
#ptnXuZ0g2LqcQ4D6NiD7DTLnJGUiD3QV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:26.379687309265rem;left:3.75rem;display:none; }
#Oau6p97c9C09Zw3DtrfaRchfLCba1uH3 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.486328125rem;left:6.2507820129394rem;height:1.6253875rem;font-style:normal;display:none; }
#RbWgvk10sNmMz8y4Mvi6s4Civbt8ea6x { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.499206542969rem;left:18.749607086182rem;height:1.6253875rem;font-style:normal;display:none; }
#pee7599QCvu03S2oaZfvJUPwnQmCmcrt { color:rgba(var(--color-tertiary-3),1);display:block;width:40.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.625780105591rem;left:27.499217987061rem;height:1.6253875rem;font-style:normal;display:none; }
#UIzwXSl9EHJcTnn2VxcvID5K4bylfWPU { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:36.755856513977rem;left:3.75rem;display:none; }
#TpT8LlMTcWctgAVpQqdKIzlQ4r0GUxO5 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.487107276916rem;left:6.1875rem;height:1.6253875rem;font-style:normal;display:none; }
#ZRSBtrMyGnkP5xTJrHagxqidVQ6wyw10 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.5rem;left:18.75rem;height:1.6253875rem;font-style:normal;display:none; }
#wPEz6ZgbnyJLWIrlJPTS3QJLnIUbAsLT { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.249999046326rem;left:27.499217987061rem;height:3.25078125rem;font-style:normal;display:none; }
#E9zozdIW1SO1UQRmyPp31gtWgJMI6z3c { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:30.504685401916rem;left:3.75rem;display:none; }
#F9nZw1lR5w8WbqfJc7Ia5flDsGEtV5uz { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.624998092651rem;left:6.2496109008789rem;height:3.25078125rem;font-style:normal;display:none; }
#fSFK3VTOobJBfoHHIVgsvcToz6tWuIFy { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38.0625rem;left:18.75rem;height:1.6253875rem;font-style:normal;display:none; }
#REwfVA1wf7QoMiDkyqdkr4GvQwVykP66 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.001561164856rem;left:27.499217987061rem;height:3.25078125rem;font-style:normal;display:none; }
#U2F8TlMEgLyDaG1800qDkCssVif0I5r3 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.75rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#ndnDwcpgmSVvguF6bTc8HCoTSZ0ePnWM { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:67.5rem;top:41.692581176757rem;left:3.75rem;display:none; }
#aExmfN2RJwJDH1rhWAJ3hAGeIQtC4MJ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.75rem;left:18.75rem;height:1.6253875rem;font-style:normal;display:none; }
#b97oUG5x7I1ftb3wzzDnxolPTwrAEAL2 { color:rgba(var(--color-tertiary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.000779151916rem;left:27.623435974121rem;height:3.250775rem;font-style:normal;display:none; }
#fB4btX11CkZ5VgAZK8plipWCZmigsXba { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:47.875779151916rem;left:3.75rem;display:none; }
#GNCQUG5Q6DonJ3zMDbHH8w1iVZuTgI4h { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.375rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#RPTJuqXbJ4EQBWfKVd3cwxDo5hRZTr3B { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:49.375rem;left:18.75rem;height:1.6253875rem;font-style:normal;display:none; }
#a51IPWR23PbliE71QNQ4SrsTQuN5Ib5I { color:rgba(var(--color-tertiary-3),1);display:block;width:41.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:49.251561164856rem;left:27.499217987061rem;height:1.6253875rem;font-style:normal;display:none; }
#glUZO1SlukaQnh3Z15nSGd1FepdMIfrN { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:67.5rem;top:52.875rem;left:3.75rem;display:none; }
#ezx4h4KZv5AB3swhmHM1BK7g9niWGly6 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:54.064056396484rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#QCEtRicZ4aeHAV5SrfNKo1Py6ycs07rH { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:54.062103271484rem;left:19.375rem;height:1.6253875rem;font-style:normal;display:none; }
#d82CxLyTScS19ZJl290CNyagTBqzshvS { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:54.250779151916rem;left:27.499217987061rem;height:3.25078125rem;font-style:normal;display:none; }
#Gl07nW6VgW6gs2JdH6HFVgizzxEZza9E { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:59.125779151916rem;left:3.75rem;display:none; }
#X4ew2UHnBayHWCtoHwl0uLk0hscRT0QW { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:60.499997615814rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#Th5G64PQZMldZK2E9s3H7hBPtrGNenBp { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:60.5rem;left:19.375rem;height:1.6253875rem;font-style:normal;display:none; }
#e31JenTO7ZT0VB6xXsd5UFQhbOMvlD7g { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:60.5rem;left:27.499217987061rem;height:3.25078125rem;font-style:normal;display:none; }
#E3vmCCWyZmA0PueB4mDksZUpe41SGHow { position:relative;display:block; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow { background-color: transparent; background-image: none; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container > .video-iframe-container { display: none; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row > .video-iframe-container { display: none; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .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); }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow { border-width: 0; border-radius: 0; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .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; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.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; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 { position:relative;display:block; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 { background-color: transparent; background-image: none; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container > .video-iframe-container { display: none; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row > .video-iframe-container { display: none; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .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); }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 { border-width: 0; border-radius: 0; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .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; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .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:var(--paragraphs-font-family);height:66.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; }#vGhdDIZ60o5zIIL5dflKQGx3RBmBW1gH { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847658157349rem;left:2.396484375rem;height:3.2495125rem;display:block; }
#vLBgt5yhK0wCWIdx01yglL02WA0R81To { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#Dpnhkyyz1btp8H3IpHyfqEhsfJAp5uJ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.4996109008789rem;height:1.625rem;display:block; }
#d6NPKw5Z1FnTmlrOB6dSLQ7iCAlcA3pb { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:26.379687309265rem;left:3.75rem;display:block; }
#Vi7ez0yO56buZVRlyih5cLbVk8m7AlfX { color:rgba(var(--color-tertiary-3),1);display:block;width:40.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.625780105591rem;left:27.499217987061rem;height:1.625rem;font-style:normal;display:block; }
#o9JN0Q2aRFwA2239dIoAKFKsQbUT8Tox { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:37.38037109375rem;left:3.75rem;display:block; }
#QzCqqzGQlcolnpAvaRtTdZFKrg6bOkBS { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.24951171875rem;left:6.248779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#E9MJHm2MnzB5zKX3x3Z0dINENWkBtXQ4 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:67.5rem;top:42.31689453125rem;left:3.75rem;display:block; }
#vMcqNufugcTMV6IkDxw6LkNmqTptGAa2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.62548828125rem;left:6.248779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#c5VvJ0OFZ8QF5WNUeuSGP4L3Z8HDrCeE { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.111572265625rem;left:6.1865234375rem;height:1.62475625rem;font-style:normal;display:block; }
#IdFvPfU8bKHHWwcabumO4iagy1zZZRCJ { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.006103515625rem;left:51.25rem;height:;font-style:normal;display:block; }
#hf9Sp2pvm8vvSDZsafnnTqsPwa68ryVS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:67.5rem;top:31.129150390625rem;left:3.75rem;display:block; }
#gV0B59JlesAf0RrLQT4okB4cdZ9FbCgk { color:rgba(var(--color-tertiary-3),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.486328125rem;left:6.2507820129394rem;height:3.2495125rem;font-style:normal;display:block; }
#dkvbdcToPhxLQ7TgGTvSyruONneh8i2t { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.874755859375rem;left:27.498779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#BLh40SLnsmyOLC1MZbTlPPs7o9F0SehU { color:rgba(var(--color-tertiary-3),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.62548828125rem;left:27.498779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#nxAvdFRAXpaZz4OREXHxTfew3RBGWhrQ { color:rgba(var(--color-tertiary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.62548828125rem;left:27.623291015625rem;height:3.2495125rem;font-style:normal;display:block; }
#rk3lOQ2cwmMtBMhxFAxb32RZ1uBPOaCD { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:48.499755859375rem;left:3.75rem;display:block; }
#gZUWqzSgmR73dqxipIbT2MdhPqfbXT2L { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.87548828125rem;left:6.248779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#hzSSNLwgqBsXpRqSlLl601HiThwxFio0 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:49.87548828125rem;left:27.498779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#NXggwuaHulmMdxMeaILMhXlqRtX8w2HS { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:67.5rem;top:53.874755859375rem;left:3.75rem;display:block; }
#t873eIg1d8KkbaH5bZHbVdEtsvP1Lohk { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:55.25rem;left:6.25rem;height:1.62475625rem;font-style:normal;display:block; }
#u1z5EAe2uSDBzJuayloyFe4rJzuwi40V { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:55.25048828125rem;left:27.498779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#yOBDfRtftPZcpHoMNsgehCitpPiuX1Lo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.6886749267575rem;left:3.75rem; }
#sOMKgvHaseBlWNro2ccibtJ3TKwvK62U { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8765563964844rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#gGm2PwgoUUMpMHTnQ3d5MZ3foqAuzeDT { 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:10.75rem;width:31.1875rem;top:11.750390052796rem;left:7.5rem;overflow:hidden;display:block; }
#VAQa8w8dgQBcxF1DSbMvQ3lISxTaApXJ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:60.124755859375rem;left:3.75rem;display:block; }
#CmblxDKkGLb2lwiFTcEmwn1gtiGVICxl { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:61.499267578125rem;left:6.248779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#s4q32xzFMTyPUf24TKuFV9ZxzS6XQe77 { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:61.499267578125rem;left:27.498779296875rem;height:3.2495125rem;font-style:normal;display:block; }
#m5iZid4ToTNvT6BQKInaTi9mGkMu2v2H { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.499206542969rem;left:18.749607086182rem;height:1.625rem;font-style:normal;display:block; }
#l2oG0mqkAV91xmTaXmm1otRHNTdrwFRB { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:33.125rem;left:18.75rem;height:1.62475625rem;font-style:normal;display:block; }
#pFXoTGIyucwAhrGWRoUpQUUXypeTUs7V { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38.6865234375rem;left:18.75rem;height:1.62475625rem;font-style:normal;display:block; }
#iS7CNy2u2AKs1QfbU07EvCkVE4zlLLQ1 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93628125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.62548828125rem;left:18.748779296875rem;height:1.62475625rem;font-style:normal;display:block; }
#yUdbKJIpK0OFttIsMgr2LJTev8EhUESv { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:50rem;left:18.75rem;height:1.62475625rem;font-style:normal;display:block; }
#qx4DtZayy92B2q38VpyazSNtp5maCDFm { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:55.25rem;left:19.375rem;height:1.62475625rem;font-style:normal;display:block; }
#JhadBxnwBRc1kO9F9sWFqfrH14h3sW5B { color:rgba(var(--color-tertiary-3),1);display:block;width:5.93671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:61.499267578125rem;left:19.375rem;height:1.62475625rem;font-style:normal;display:block; }
#s9gLXBxR31MtHDAkbq4iDKNIW8wQltAH { color:rgba(var(--color-tertiary-3),1);display:block;width:47.499625rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.499217987061rem;height:3.2495125rem;display:block; }
#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri { position:relative;display:none; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri { border-width: 0; border-radius: 0; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri > .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; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri > .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:var(--paragraphs-font-family);height:90rem;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:none; }#RJlpSaBefbQSwhJOcHPMoaUR3LtJpaWr { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#IrPbQr7odTqIJ3N23KI7ooUdzQX5fx2i { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847658157349rem;left:2.396484375rem;height:3.2484375rem;display:none; }
#Flntt26tLN10HE1XQ4pB7yJzRq4I6NMI { color:rgba(var(--color-tertiary-3),1);display:block;width:47.499625rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.499217987061rem;height:3.2484375rem;display:none; }
#fcvlVTOTXDIwZMmZLLrcssSSwDTbmhqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.6886749267575rem;left:3.75rem;display:none; }
#VEBKIP2LAXsKDr6V8L2ncEsnkuqkHvAA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:67.5rem;top:41.692581176757rem;left:3.75rem;display:none; }
#iHa1KWbDooaMv3TbXM5eX1C7hdgWWH9m { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:47.875779151916rem;left:3.75rem;display:none; }
#q3pAx0NVWbGzLrJuT6zVS0a0DLv4oAcV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:67.5rem;top:52.875rem;left:3.75rem;display:none; }
#LxEg44vGcIegTLGeNX2SWE7Z7B47eSaQ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:67.5rem;top:59.125779151916rem;left:3.75rem;display:none; }
#nZVG74a6FnSbzq4HTbDSqyco4qbetUpF { color:rgba(var(--color-tertiary-3),1);display:block;width:65.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.4996109008789rem;height:3.250775rem;display:none; }
#fr1nqHPGLo6kKV2XtrCsIyOai8sLzmbp { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.75156211853rem;left:7.5rem;height:1.6253875rem;font-style:normal;display:none; }
#yN5u3HoZUv2rtQbvJhFxg7H0t0fhffTi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:44.75rem;top:15.50156211853rem;left:3.75rem;overflow:hidden;display:none; }
#yCMETa2Wm5ecuADavUNiEwBxbQoInDeE { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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.1875rem;width:13.9375rem;top:12.56406211853rem;left:51.249607086182rem;overflow:hidden;display:none; }
#edZJEUmt9oxLqDIqfQvzZID6le4QMvu8 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.877732753754rem;left:3.75rem;height:3.25078125rem;font-style:normal;display:none; }
#sqM9CL608RTVSRqGt47E345qTZDXkm6t { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.878123283386rem;left:3.75rem;height:1.6253875rem;font-style:normal;display:none; }
#s5gTmngmzdNTSlgUbWb8DvyJ95MJEdI7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31171875rem;width:62.499625rem;top:29.375rem;left:3.75rem;display:none; }
#hINaG38dhSTcGyFdmchnlcVSL2v6im1f { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.625rem;left:6.2507820129394rem;height:1.6253875rem;font-style:normal;display:none; }
#pnknG3KqrOnleCAHdJKTSXnHQlmO6osU { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.628123283386rem;left:13.748435974121rem;height:1.6253875rem;font-style:normal;display:none; }
#RAbES0hxWmhdzbFoCNhEZMFWxhTFJQyw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34.6875rem;left:6.25rem;height:1.6253875rem;font-style:normal;display:none; }
#P6qRJ0RzmmqJKHzJogA30SCcMNppL9wW { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.6875rem;left:13.748435974121rem;height:3.25078125rem;font-style:normal;display:none; }
#S9ec7bZUi8zixMFWcsPssRZm4behRXSq { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.625rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#ceMe1mR2wfrnkdsqCIvoGwbf70dZfHOG { color:rgba(var(--color-tertiary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.627730369568rem;left:13.748435974121rem;height:1.6253875rem;font-style:normal;display:none; }
#yuwGITM74dDRDgFIT5i1s3hpe2iWd509 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:44.6875rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#wfPMK0eeBtJiiWLZD2kDHBHzTtXMdsJT { color:rgba(var(--color-tertiary-3),1);display:block;width:47.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:44.6875rem;left:13.748435974121rem;height:3.25078125rem;font-style:normal;display:none; }
#hXHDDtVUTKGdSRm4rwP8ex86RCwIeJf2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:50.9375rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#KTxWI9ou64sgzbCITNErGfuHKaZPr2iD { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:50.9375rem;left:13.748435974121rem;height:1.6253875rem;font-style:normal;display:none; }
#Z1LzucuwHv3IddC83bVMRIu4bsHLdJWn { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:62.499625rem;top:49.440230369568rem;left:3.75rem;display:none; }
#xSkGhlKqZP2VWTM4Se7BlNIrilQl5aLO { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:55.626571655274rem;left:6.2496109008789rem;height:1.6253875rem;font-style:normal;display:none; }
#qT7NTNo0EC0K2mLizx2STxkGlo4Wuuef { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:55.625rem;left:13.75rem;height:1.6253875rem;font-style:normal;display:none; }
#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { position:relative;display:block; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { background-color: transparent; background-image: none; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container > .video-iframe-container { display: none; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row > .video-iframe-container { display: none; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .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); }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { border-width: 0; border-radius: 0; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .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; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.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; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk { position:relative;display:block; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk { background-color: transparent; background-image: none; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container > .video-iframe-container { display: none; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row > .video-iframe-container { display: none; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .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); }#b8b878P9VNObtWI1uMP60SCCwiquDqdk { border-width: 0; border-radius: 0; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .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; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .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:var(--paragraphs-font-family);height:59.625rem;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; }#CZGvF6pkJWt3g7AQIpNhXgETCAXkn2Oh { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847686767578rem;left:2.396484375rem;height:3.2495125rem;display:block; }
#gxWi1oKAsr1KK07Emya2B0rPuiegUIJ7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#IpGmak9zagfy9y7PBpRy1x69PQFRlwHZ { color:rgba(var(--color-tertiary-3),1);display:block;width:65.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.4996109008789rem;height:3.2495125rem;display:block; }
#bqPOJZVDNn7DMSblpZp1zXl7uAXQvbO7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31171875rem;width:62.499625rem;top:29.375rem;left:3.75rem;display:block; }
#f8FlamUMTi0TOLOt4ak1dBt5eHXzxFdv { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.628123283386rem;left:13.748435974121rem;height:1.625rem;font-style:normal;display:block; }
#lQLRNwSXoJn1VWBtXxClhSCzn9VCW1fN { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:62.499625rem;top:39.375rem;left:3.75rem;display:block; }
#VGWnQSCsZic6ohxqFAAxJmT3nvgRVL0k { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.625rem;left:6.2496109008789rem;height:1.625rem;font-style:normal;display:block; }
#beaS7KNirPR7xg4pFXZqLDkiddnn4gMe { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:62.499625rem;top:43.378123283386rem;left:3.75rem;display:block; }
#DidUqRwtrcvofCCRDHC84Qg8mdydTMlk { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:44.6875rem;left:6.2496109008789rem;height:1.625rem;font-style:normal;display:block; }
#UE90Ulz5oTClsUSOv0ZZPdmr7vq8dS0S { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34.6875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#gs6SbmhWQiCKTM4SPun5XLPc700v5WEh { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.006103515625rem;left:51.25rem;height:;font-style:normal;display:block; }
#PGic5BQahSADwmouWxedxZRqA7nq6mVB { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:62.499625rem;top:33.4375rem;left:3.75rem;display:block; }
#Fzsm2WDU9K3TBRBeTxKAKEvwMVeIWdZO { color:rgba(var(--color-tertiary-3),1);display:block;width:13.310125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.625rem;left:6.2507820129394rem;height:1.625rem;font-style:normal;display:block; }
#besM0eVegGH34qsZLXPtSpN6778Tsbu7 { color:rgba(var(--color-tertiary-3),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.6875rem;left:13.748435974121rem;height:3.2495125rem;font-style:normal;display:block; }
#NkTzm3QB0GBJStNSqXn2lte3dn7a1o2s { color:rgba(var(--color-tertiary-3),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.627730369568rem;left:13.748435974121rem;height:1.625rem;font-style:normal;display:block; }
#UlEc7xeTptcrZg8ZETdruXxkxovrQ9pW { color:rgba(var(--color-tertiary-3),1);display:block;width:47.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:44.6875rem;left:13.748435974121rem;height:3.2495125rem;font-style:normal;display:block; }
#tTTdnXvryQUSLMkUF1FiHQo4VnmkxFn8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:62.499625rem;top:49.440230369568rem;left:3.75rem;display:block; }
#TGaZZoOvT9VEXI8geg5ktsPp9W1iA5qK { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:50.9375rem;left:6.2496109008789rem;height:1.625rem;font-style:normal;display:block; }
#ZTo5enT6tw6Ju8PayxiGCx6ycmQioSC3 { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:50.9375rem;left:13.748435974121rem;height:1.62475625rem;font-style:normal;display:block; }
#sluaWxIcV4Q8D6FFyN9QK0QVRQh7guCb { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:62.499625rem;top:54.628123283386rem;left:3.75rem;display:block; }
#zsFLMFyoiVUbEOGyJzUa75usXpgP4FO7 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:55.626571655274rem;left:6.2496109008789rem;height:1.625rem;font-style:normal;display:block; }
#N5aC88feaS2pTJDkkfn43PL6qr9lSmyU { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:55.625rem;left:13.75rem;height:1.625rem;font-style:normal;display:block; }
#PfyWsagOmExDzooxLmlKQXwDT7kDQILg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:44.75rem;top:15.50156211853rem;left:3.75rem;overflow:hidden;display:block; }
#Ai0936zkwJ3AbG1PRDk11Fl5xFufuBou { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.501171112061rem;left:3.75rem; }
#ipMcuwS09rbXwFPn7APMEOTPJ7mQ3TZm { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.75156211853rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#MERECsFb9NC01ncTBkCFh7rhd6JFxDUr { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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.1875rem;width:13.9375rem;top:12.56406211853rem;left:51.249607086182rem;overflow:hidden;display:block; }
#mCfetvXScJfRrFlM1nBA8dBScfKgn7L9 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.877732753754rem;left:3.75rem;height:3.2495125rem;font-style:normal;display:block; }
#G5x27Jvs1W2dNUP8rVTTKdkt3vsgFK1N { color:rgba(var(--color-tertiary-3),1);display:block;width:47.4375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.500782012939rem;height:3.2495125rem;display:block; }
#de59TPLXybFN1XpT40sSyKgcHvqcZTHH { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.878123283386rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F { position:relative;display:none; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F { border-width: 0; border-radius: 0; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F > .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; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F > .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:var(--paragraphs-font-family);height:90rem;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:none; }#dVoW2SvOPzhtG6XEcyqXd2dZNCW627bG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#yXCuuCTlGoDC5aL2AAacAUIBvR2NZKTo { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847658157349rem;left:2.396484375rem;height:3.2484375rem;display:none; }
#K2Txp9XuhdbXtLwV2KVNQRnLJ6IQ2IXI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.6886749267575rem;left:3.75rem;display:none; }
#lUQVu6bqdREXmB8TwELtIL9FDaPq5QUT { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.939041137695rem;left:7.2492179870606rem;height:1.6253875rem;font-style:normal;display:none; }
#o3Q30KGB2Fz55e1N3NA565TCdOEd7DDk { color:rgba(var(--color-tertiary-3),1);display:block;width:70.186875rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7535171508787rem;left:2.4996109008789rem;height:3.25078125rem;display:none; }
#qnfBzRa03UvhMFeZP75LsBPhya2gXrry { color:rgba(var(--color-tertiary-3),1);display:block;width:34.5rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.5rem;height:3.2484375rem;display:none; }
#JpX3xckTlPP7UShcFmKib96zqoQ2QM1N { 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:13.374625rem;width:14.5616875rem;top:16.375780105591rem;left:7.5rem;overflow:hidden;display:none; }
#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { position:relative;display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { background-color: transparent; background-image: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row > .video-iframe-container { display: none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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); }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { border-width: 0; border-radius: 0; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .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; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.1875rem;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; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { position:relative;display:block; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { background-color: transparent; background-image: none; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container > .video-iframe-container { display: none; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row > .video-iframe-container { display: none; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .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); }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { border-width: 0; border-radius: 0; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .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; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .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:var(--paragraphs-font-family);height:32rem;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; }#Q41cIS19le3s9rZshGlpDuIUgR3Rtelf { color:rgba(var(--color-tertiary-3),1);display:block;width:23.25rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1859283447266rem;left:2.396484375rem;height:3.2495125rem;display:block; }
#Hf2zrywW78sFppCw064ZE8PNocltVsHi { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#TX1CFVF8lm9TONZf5DuuoErHQJeTWu6u { color:rgba(var(--color-tertiary-3),1);display:block;width:70.186875rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7535171508787rem;left:2.4996109008789rem;height:3.2495125rem;display:block; }
#CxT8tJ5UJU8cMimHFPakM28Qqdi2GVzA { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.006103515625rem;left:51.25rem;height:;font-style:normal;display:block; }
#wNzxXes6mwiALyw75Qa1uFzH8uGnEphd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.877733230591rem;left:3.75rem; }
#FigdSOGS7wzSn44MM2IodsDahTFQ1ST4 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.939041137695rem;left:7.2492179870606rem;height:1.625rem;font-style:normal;display:block; }
#r0mD9RZCUWnNJBLBCbQxpTtlxbORieDS { 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:13.374625rem;width:14.5616875rem;top:16.375780105591rem;left:7.5rem;overflow:hidden;display:block; }
#h3RPihz0T4reJLmUZ4ayZv4Ay5JSTpKk { color:rgba(var(--color-tertiary-3),1);display:block;width:34.5rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.5rem;height:3.2495125rem;display:block; }
#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { position:relative;display:block; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { background-color: transparent; background-image: none; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container > .video-iframe-container { display: none; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row > .video-iframe-container { display: none; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .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); }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { border-width: 0; border-radius: 0; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .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; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.1875rem;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; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK { position:relative;display:none; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK { border-width: 0; border-radius: 0; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK > .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; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK > .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:var(--paragraphs-font-family);height:34.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:none; }#IlbJZmHXz5Df3aQreCieqdZTltw8bQF0 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.875rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1847610473632rem;left:2.396484375rem;height:3.2484375rem;display:block; }
#I5OcG4ZqHCvLIPNfoErrI7yW6QJ3e84i { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#cZiNTUPgdu9N2afeGThbyQ0rJpPtQlMI { color:rgba(var(--color-tertiary-3),1);display:block;width:65.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.4996109008789rem;height:1.6253875rem;display:block; }
#CT3Jg8R76H0NeMmvfm1WAnai6wtRGzhI { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:"roboto slab";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.006103515625rem;left:51.25rem;height:;font-style:normal;display:block; }
#TByWut6aKdHrlqqShzmiKxTzka3bQ7yh { 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:11.687125rem;width:11.687125rem;top:10.940624237061rem;left:3.75rem;overflow:hidden;display:block; }
#gyIcczn8bRWypBHktho13BkdN3tGbZxP { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.003509521484rem;left:3.7476577758789rem;height:4.3875rem;font-style:normal;display:block; }
#tDnxJbAJ0nJreMWksZmIv1WWbTxQ9KAR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3116875rem;width:12.375rem;top:10.940624237061rem;left:19.999217987061rem;overflow:hidden;display:block; }
#yxbXK4JfLXtgonL2r1BPfsgEFJ6TVp9P { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.19101524353rem;left:19.999217987061rem;height:2.925rem;font-style:normal;display:block; }
#VVHCMqnuBCPIcIq6LnW1xWbSCzlZizGT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.624625rem;width:12.624625rem;top:10.940624237061rem;left:37.373432159424rem;overflow:hidden;display:block; }
#MtUhbX4UsMRaWS3kSvzsIVefih4wAEs7 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.691404342651rem;left:37.498828887939rem;height:4.3875rem;font-style:normal;display:block; }
#INLB0cVMtlbJnAz8qkI34JNDaKhMC6aq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:29.6875rem;left:3.6867179870606rem; }
#RtodQWxv0czbEZHFXFq37SK2v5XOhfZ9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:31.065216064453rem;left:3.75rem; }
#NOorZ5L9RziOCeuOE9yeoUC6490ezTEu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56210625rem;width:1.56210625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.6875rem;left:18.437107086182rem; }
#vmwl0cXgweI59o5Mx1Eseu5TyMhnvJBp { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.878514289856rem;left:6.2496109008789rem;height:2.925rem;font-style:normal;display:block; }
#wS9HixgMiR5QUbsrJHZH23qgTCSVRvrv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.951951026916rem;left:20.561717987061rem;height:2.925rem;font-style:normal;display:block; }
#GUwiyNyW5ItptVWR5gKdsK3SPxzQeUmI { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.6875rem;left:39.999217987061rem;height:2.925rem;font-style:normal;display:block; }
#PyOlwq93MC8JHUOplcryGFmHx6B8LU8U { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5609375rem;width:1.5609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:29.6875rem;left:37.187107086182rem; }
#L8FSNaKVOoKTq15F1SzTzCmFAV6W7Obf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56210625rem;width:1.56210625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.003514289856rem;left:37.312107086182rem; }
#fsP5icGh4fKxTfN0Z025gbq19ioW4bZR { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.5rem;height:3.2484375rem;display:block; }
#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV { position:relative;display:block; }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV { background-color: transparent; background-image: none; }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .row .container > .video-iframe-container { display: none; }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .row > .video-iframe-container { display: none; }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .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); }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV { border-width: 0; border-radius: 0; }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .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; }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.625rem;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; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP { position:relative;display:block; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP { background-color: transparent; background-image: none; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .row .container > .video-iframe-container { display: none; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .row > .video-iframe-container { display: none; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .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); }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP { border-width: 0; border-radius: 0; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .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; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .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:var(--paragraphs-font-family);height:30.9375rem;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; }#DvoEOwQboOKwGhVkMTp3mlnxK3OGE0hL { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.03125rem;left:2.6484375rem;display:block; }
#Z2Pui2v6NMtNwQNs0dwIObf0TRciX8Oq { color:rgba(var(--color-tertiary-3),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.68359375rem;left:2.5234375rem;height:3.2495125rem;display:block; }
#IMeazaNZN6UrQI2g1MBToATQwsA4hV35 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:5.4359469413758rem;left:2.3984375rem;display:block; }
#OnMdnFDSesLHocDXopt0q4vu0ULGTmWS { color:rgba(var(--color-tertiary-3),1);display:block;width:56.6875rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:5.5rem;height:2.59765rem;display:block; }
#ugpTKzKHtCxo9qU5C9Z2hxzZH50fBcwf { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.967969894409rem;left:5.5234375rem;height:1.3rem;display:block; }
#gXu7TL169OX5v35UrSzpTTTkRAPptlQK { color:rgba(var(--color-tertiary-3),1);display:block;width:46.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.700000524521rem;left:5.5234375rem;height:;display:block; }#gXu7TL169OX5v35UrSzpTTTkRAPptlQK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gXu7TL169OX5v35UrSzpTTTkRAPptlQK li:before{  }
#w9Gc0p922FNRgkTzaxWaHoTOsXaXZHUG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:17.435938596726rem;left:2.3984375rem;display:block; }
#rOaJR1HstmWEhZvOwTmnA7gc6KoRvvF4 { color:rgba(var(--color-tertiary-3),1);display:block;width:62.125rem;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:20.560935974121rem;left:5.5234375rem;height:2.59765625rem;display:block; }
#eRwck3dah5rzDy3osxwHMLUPlh8OOFJs { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.906250715256rem;left:5.5234375rem;height:1.3rem;display:block; }
#DTJ817gOO5W85SZNkyZTTgeNkHCHt5gm { color:rgba(var(--color-tertiary-3),1);display:block;width:46.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.137499570846rem;left:5.5234375rem;height:;display:block; }#DTJ817gOO5W85SZNkyZTTgeNkHCHt5gm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DTJ817gOO5W85SZNkyZTTgeNkHCHt5gm li:before{  }
#X2ybb7mM3mAlpBsh0Ip67ggn3I1sQI4P { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:11.68124961853rem;left:14.5625rem;display:block; }
#dvMy7x00cFFz6XbWoUJDcrmaJyObC6FU { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:23.556251049042rem;left:14.5625rem;display:block; }
#U1aOmeKEk38usf7BelyR8JTRMnmhA9Gn { background-color:transparent;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: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-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:5.279296875rem;left:5.5234375rem;display:block; }
#mDRnhp8nrc2Gy0Hwq5NnOi07a1rE5quA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ld9S2TGKxxiEwIqDA5OHXahxctL7B1bv { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.890625rem;left:5.5224609375rem;height:2.03125rem;font-style:normal;display:block; }
#fZS9AKTNxTWlMDT1Gy83KrLFNWUb2o7k { position:relative;display:none; }#fZS9AKTNxTWlMDT1Gy83KrLFNWUb2o7k { border-width: 0; border-radius: 0; }#fZS9AKTNxTWlMDT1Gy83KrLFNWUb2o7k > .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; }#fZS9AKTNxTWlMDT1Gy83KrLFNWUb2o7k > .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:var(--paragraphs-font-family);height:46.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:none; }#d2Vmx3v5uQd4q81uEI8pIXfIqmML0osZ { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:4.03125rem;left:2.6484375rem;display:block; }
#yTB79y8s8A29dJ45w4SKDVfWpFFtXvRW { color:rgba(var(--color-tertiary-3),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.68359375rem;left:2.5234375rem;height:3.2504875rem;display:block; }
#emklnRilRyPN1yKarMk6eWWT8i6SPw1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:5.4359469413758rem;left:2.3984375rem;display:block; }
#iR2Qh6syuutW3VCEIBarBV90rxpcb1kL { color:rgba(var(--color-tertiary-3),1);display:block;width:56.6875rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:5.5rem;height:2.59765rem;display:block; }
#vrEvcRLWlmRAyphZ53AW7ChBpB9pVHWS { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.967969894409rem;left:5.5234375rem;height:1.29931875rem;display:block; }
#w8fG1LVn60aXV3gJpGsXAvcBhNR6veOi { color:rgba(var(--color-tertiary-3),1);display:block;width:46.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.700000524521rem;left:5.5234375rem;height:;display:block; }#w8fG1LVn60aXV3gJpGsXAvcBhNR6veOi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w8fG1LVn60aXV3gJpGsXAvcBhNR6veOi li:before{  }
#U6PIqGRALATZA2Gpz3szys12fTkqQZaB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:17.435938596726rem;left:2.3984375rem;display:block; }
#JuyyAV7tKbTKCr2LTqEN1elm8VVPgEPB { color:rgba(var(--color-tertiary-3),1);display:block;width:62.125rem;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:20.560935974121rem;left:5.5234375rem;height:2.59863125rem;display:block; }
#vmdGBbDJSOVuVzDtLwIokITzIxhutRT7 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.906250715256rem;left:5.5234375rem;height:1.29931875rem;display:block; }
#vIQ4vEEGLtGxisCC1PV21vcpGzBcNb5m { color:rgba(var(--color-tertiary-3),1);display:block;width:46.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.137499570846rem;left:5.5234375rem;height:;display:block; }#vIQ4vEEGLtGxisCC1PV21vcpGzBcNb5m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vIQ4vEEGLtGxisCC1PV21vcpGzBcNb5m li:before{  }
#Gcg45xTeTRownlkzorvKLdEcZTtdTaLI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:30.06093788147rem;left:2.3984375rem;display:block; }
#i3ByTN1kbxGIHXoJo89qwT8sWZcG9nlM { color:rgba(var(--color-tertiary-3),1);display:block;width:64.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.809814453125rem;left:5.5224609375rem;height:2.59863125rem;display:block; }
#pxpUGygXMZbb8hIeAUwpFFXVAfbC8ZbN { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.46875rem;left:5.5234375rem;height:1.29931875rem;display:block; }
#z7OoeKl6XT83TFzdD2DbsieWTb9iCTLm { color:rgba(var(--color-tertiary-3),1);display:block;width:46.9375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.075000762939rem;left:5.5234375rem;height:;display:block; }#z7OoeKl6XT83TFzdD2DbsieWTb9iCTLm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z7OoeKl6XT83TFzdD2DbsieWTb9iCTLm li:before{  }
#iqf7z74q0vZ2lS7pAUsBgaVT6CgTLtEz { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:11.68124961853rem;left:14.5625rem;display:block; }
#R4FZzf6oN2NTy6T3TzGZP95H5NyTrm6C { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:23.556251049042rem;left:14.5625rem;display:block; }
#MTEfnknKekh6vde3Z36Tk3GrWLKGPp3g { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:38.118737697601rem;left:14.4375rem;display:block; }
#EALi2qeUloOv3A6tKqCwHe3HPHnQ44Ao { background-color:transparent;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: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-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:5.279296875rem;left:5.5234375rem;display:block; }
#h64g8dgwSilubCzX7ItwrhBLqrd8d3l4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RELT6kKRsGVoLnw0bWStEasiWSG4nrNM { background-color:transparent;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: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-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:17.279296875rem;left:5.5234375rem;display:block; }
#JcZTKtd2qCAP6TQpkyccyOn8s1OchHFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2RXqiqhT2mCVZBfL1iQzO7FPmxNrKCd { background-color:transparent;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: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-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:29.904296875rem;left:5.5234375rem;display:block; }
#JCBhMUcKk5qCnMXUXiRhFucd7cn63Hsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { position:relative;display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { background-color: transparent; background-image: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container > .video-iframe-container { display: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row > .video-iframe-container { display: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .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); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { border-width: 0; border-radius: 0; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .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; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.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; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { position:relative;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color: transparent; background-image: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .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); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:23.75rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:7.40625rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { color:rgba(var(--color-tertiary-3),1);display:block;width:65.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:10.186767578125rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:16.375rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;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; }
#bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { background-color:transparent;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.3125rem;text-decoration:none;z-index:15037;text-align:left;text-align-last:left;top:16.5rem;left:25.3125rem;display:block; }
#mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTrHS0pmClVMo5Ulqz3TQX9Oa7awrg6b { position:relative;display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #WTrHS0pmClVMo5Ulqz3TQX9Oa7awrg6b > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:12.625rem;height:2.5rem;top:2.3125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #LAms9wbtWAOZX5kkmmFvUGxHfvN02fgF { width:5.75rem;height:1.375rem;top:2.875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #leVqwA7XmDA9kp5HnPatchfJLKvN4vn5 { display:block; }
 }@media only screen and (max-width: 763px) { #GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV { display:block; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyvxTr3uA1Q09e69KOyJbGaA3p7Dwst9 { top:2.125rem;left:18.25rem;width:11.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9ZOhlfkC7HJ9uJBCWaHAXOtsxSAtWX { width:13.75rem;height:6.375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tulZWvFwiu0nMxEFecz1oWsCe8pRST13 { width:10.5rem;height:2.5625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZJWECwTPklyPdm5utWaOyR3vntcMr8J { display:block; }
 }@media only screen and (max-width: 763px) { #U9GbeM1nLr4PaRUVtZOCo87r6TlfXCMZ { top:10.75rem;left:3.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsqJ2us1X7QP03UgL1TEqnQssMLnNSHo { width:13.75rem;height:6.375rem;top:8.375rem;left:16.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpfTmC4L8m6dQ6gtyhFFn03x0ZrWJmR { width:13.75rem;height:6.375rem;top:8.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSoAyxkAvOyITHh7dbgvwOBkMdlwWONi { width:13.5625rem;height:2.5625rem;top:8.5625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPxwUge8LBRv2u9o1zTdvZBTswWeCyRT { display:block; }
 }@media only screen and (max-width: 763px) { #CackWf4w1EqtuZ3q4B6nZHxyy44OiSDO { width:13.1875rem;height:2.375rem;top:8.625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaa6AKhsXy2R4aVWcu7Tm003pe40EDlq { display:block; }
 }@media only screen and (max-width: 763px) { #HfbAl2PoX1DDoxOORAu0OEkQxd79Ckhn { top:10.875rem;left:40.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPfP9JAo9WMWSyvEcMcEU4O2P5397DD { top:10.875rem;left:21.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ { display:block; }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhmG5JqICdugQhvIdpU7LZzJKAUAWGDG { top:1.125rem;left:0rem;width:45.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3INteOqr3auXRzGrrm8itu9DzorP0Zd { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCkm1nNqGr5BTDNd5tIEAUrg1qGe1Pi { top:6.1875rem;left:0rem;width:34.3125rem;height:81.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5xVapnT5Frbz3RsJ2pMcSnlJoxgecBi { top:9.875rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8GLkcAcRX563Vc5rGDsGR4c2rSzi9n { top:11.125rem;left:25.25rem;width:22.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGaJ6TB7AxcWl39kuPhCqmleqcJGh8N { top:13.625rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJrPZTfRCo103voZoZXxTmBt71g6Ne1X { top:14.875rem;left:25.25rem;width:22rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGGHhclt4IKTZnr6XInL7KoskJ1d6RLD { top:18.625rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl3no7z0ETK2DSOu1UuE2ChvFwMpeDaT { top:19.9375rem;left:25.8125rem;width:21.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptoq1n1yIy5VXOGi2wNB5RySXe7RRu1N { top:22.375rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKmh3FfdmMNH0LHwsPEuuIAqMfgn8h32 { top:23.625rem;left:19.25rem;width:28.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0m66CK3sG4WwUN9N8BfvHAXmeA9sre { top:36.125rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUSez2JhP85ZazA1J4qsAPkKyTFHBykb { top:37.4375rem;left:19.3125rem;width:28.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1aUoWgTvqTNUcgDcoPDl7gE6M2bEgWO { top:28.625rem;left:27.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pufkJQ4WH3ilmz2Fuff4QOH1UvKRqi { top:29.9375rem;left:19.3125rem;width:28.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hthpgmw2l02EW3S2mHHNsdQ75Ts5yIJ5 { top:43rem;left:27.624996185302rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6kAT5yqo7UyEqHCLO5cIyaTmck4yKXy { top:44.5625rem;left:19.3125rem;width:28.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LutV3NRBCK3tS4Bgfc62HRT9E1puqCtW { top:49.375rem;left:27.624996185302rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTi8t9CV4HofRXW8qhrmUfUeqTMw8Pw { top:50.75rem;left:19.3125rem;width:28.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARpXZbgixhW3nrSIzrJIDZZGTEbXg8ip { top:55.1875rem;left:27.624996185302rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9z7FNgDxQkJEWOnC15XZps4kn7iihOl { top:56.8125rem;left:19.3125rem;width:28.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5NeWqccsItHFOfZ2MoEK7FtaaiQSXJ { top:61.6875rem;left:19.3125rem;width:28.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxXXSGrPrCIGFg5hR9hmzLqaSpBfiBqe { top:60.25rem;left:27.624996185302rem;width:17rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x { display:none; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zyKvfxOW6qwWX2P3WiryeBlAV59hyuJF { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETJmQ3c5BhALG3SsI4BX4r9DnlEGFwU { top:1.125rem;left:0rem;width:25.375rem;height:3.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uT1RtIfPKM0sP6tDEJ1y9rExpGWPTWrf { top:1.1875rem;left:0.3125rem;width:47.4375rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJKH2gQEE72HQE6HNqBSRxFMTD7SOCHA { top:6.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qv2U7wrzLEJ6W3gi6HgwNAw58fLl6uXu { top:8.6875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRw6CNeoA92EF9MRQcBpU1pJ42FzmLt6 { top:9.875rem;left:0rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #moBTdXm2Oa0ynTvXbix5o7Hw59C0AFwR { top:11.75rem;left:0rem;width:31.1875rem;height:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptnXuZ0g2LqcQ4D6NiD7DTLnJGUiD3QV { top:26.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oau6p97c9C09Zw3DtrfaRchfLCba1uH3 { top:27.4375rem;left:0rem;width:8.5625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbWgvk10sNmMz8y4Mvi6s4Civbt8ea6x { top:27.4375rem;left:5.1246070861816rem;width:5.875rem;height:0;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pee7599QCvu03S2oaZfvJUPwnQmCmcrt { top:27.625rem;left:7.4375rem;width:40.3125rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIzwXSl9EHJcTnn2VxcvID5K4bylfWPU { top:36.75rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpT8LlMTcWctgAVpQqdKIzlQ4r0GUxO5 { top:32.4375rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRSBtrMyGnkP5xTJrHagxqidVQ6wyw10 { top:32.5rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPEz6ZgbnyJLWIrlJPTS3QJLnIUbAsLT { top:32.1875rem;left:11.75rem;width:36rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9zozdIW1SO1UQRmyPp31gtWgJMI6z3c { top:30.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9nZw1lR5w8WbqfJc7Ia5flDsGEtV5uz { top:37.5625rem;left:0rem;width:11.625rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSFK3VTOobJBfoHHIVgsvcToz6tWuIFy { top:38.0625rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #REwfVA1wf7QoMiDkyqdkr4GvQwVykP66 { top:38rem;left:7.4375rem;width:40.3125rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2F8TlMEgLyDaG1800qDkCssVif0I5r3 { top:43.75rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndnDwcpgmSVvguF6bTc8HCoTSZ0ePnWM { top:41.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aExmfN2RJwJDH1rhWAJ3hAGeIQtC4MJ4 { top:43.75rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b97oUG5x7I1ftb3wzzDnxolPTwrAEAL2 { top:43rem;left:9.125rem;width:38.625rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fB4btX11CkZ5VgAZK8plipWCZmigsXba { top:47.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNCQUG5Q6DonJ3zMDbHH8w1iVZuTgI4h { top:49.375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPTJuqXbJ4EQBWfKVd3cwxDo5hRZTr3B { top:49.375rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a51IPWR23PbliE71QNQ4SrsTQuN5Ib5I { top:49.25rem;left:6.625rem;width:41.0625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #glUZO1SlukaQnh3Z15nSGd1FepdMIfrN { top:52.875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezx4h4KZv5AB3swhmHM1BK7g9niWGly6 { top:54.0625rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCEtRicZ4aeHAV5SrfNKo1Py6ycs07rH { top:54rem;left:5.75rem;width:5.875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d82CxLyTScS19ZJl290CNyagTBqzshvS { top:54.25rem;left:8.75rem;width:39rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gl07nW6VgW6gs2JdH6HFVgizzxEZza9E { top:59.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4ew2UHnBayHWCtoHwl0uLk0hscRT0QW { top:60.4375rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Th5G64PQZMldZK2E9s3H7hBPtrGNenBp { top:60.5rem;left:5.75rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e31JenTO7ZT0VB6xXsd5UFQhbOMvlD7g { top:60.5rem;left:8.75rem;width:39rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3vmCCWyZmA0PueB4mDksZUpe41SGHow { display:block; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E50XNywQmnGzDKi4hMRhLGoghUL37W85 { display:block; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGhdDIZ60o5zIIL5dflKQGx3RBmBW1gH { top:1.125rem;left:0rem;width:25.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLBgt5yhK0wCWIdx01yglL02WA0R81To { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpnhkyyz1btp8H3IpHyfqEhsfJAp5uJ4 { top:6.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NPKw5Z1FnTmlrOB6dSLQ7iCAlcA3pb { top:26.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi7ez0yO56buZVRlyih5cLbVk8m7AlfX { top:27.625rem;left:7.4375rem;width:40.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9JN0Q2aRFwA2239dIoAKFKsQbUT8Tox { top:37.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzCqqzGQlcolnpAvaRtTdZFKrg6bOkBS { top:38.1875rem;left:0rem;width:11.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MJHm2MnzB5zKX3x3Z0dINENWkBtXQ4 { top:42.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMcqNufugcTMV6IkDxw6LkNmqTptGAa2 { top:43.625rem;left:0rem;width:9.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5VvJ0OFZ8QF5WNUeuSGP4L3Z8HDrCeE { top:33.0625rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFvPfU8bKHHWwcabumO4iagy1zZZRCJ { top:30rem;left:37.625rem;width:9.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf9Sp2pvm8vvSDZsafnnTqsPwa68ryVS { top:31.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0B59JlesAf0RrLQT4okB4cdZ9FbCgk { top:27.4375rem;left:0rem;width:8.5625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkvbdcToPhxLQ7TgGTvSyruONneh8i2t { top:32.8125rem;left:11.75rem;width:36rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLh40SLnsmyOLC1MZbTlPPs7o9F0SehU { top:38.625rem;left:7.4375rem;width:40.3125rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxAvdFRAXpaZz4OREXHxTfew3RBGWhrQ { top:43.625rem;left:9.125rem;width:38.625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk3lOQ2cwmMtBMhxFAxb32RZ1uBPOaCD { top:48.4375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZUWqzSgmR73dqxipIbT2MdhPqfbXT2L { top:49.875rem;left:0rem;width:9.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSSNLwgqBsXpRqSlLl601HiThwxFio0 { top:49.875rem;left:6.6875rem;width:41.0625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXggwuaHulmMdxMeaILMhXlqRtX8w2HS { top:53.8125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t873eIg1d8KkbaH5bZHbVdEtsvP1Lohk { top:55.25rem;left:0rem;width:8.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1z5EAe2uSDBzJuayloyFe4rJzuwi40V { top:55.25rem;left:8.75rem;width:39rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOBDfRtftPZcpHoMNsgehCitpPiuX1Lo { top:8.6875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOMKgvHaseBlWNro2ccibtJ3TKwvK62U { top:9.875rem;left:0rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGm2PwgoUUMpMHTnQ3d5MZ3foqAuzeDT { top:11.75rem;left:0rem;width:31.1875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQa8w8dgQBcxF1DSbMvQ3lISxTaApXJ { top:60.0625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmblxDKkGLb2lwiFTcEmwn1gtiGVICxl { top:61.4375rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4q32xzFMTyPUf24TKuFV9ZxzS6XQe77 { top:61.4375rem;left:8.75rem;width:39rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5iZid4ToTNvT6BQKInaTi9mGkMu2v2H { top:27.4375rem;left:5.1246070861816rem;width:5.875rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2oG0mqkAV91xmTaXmm1otRHNTdrwFRB { top:33.125rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXoTGIyucwAhrGWRoUpQUUXypeTUs7V { top:38.625rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS7CNy2u2AKs1QfbU07EvCkVE4zlLLQ1 { top:43.625rem;left:5.123779296875rem;width:5.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdbKJIpK0OFttIsMgr2LJTev8EhUESv { top:50rem;left:5.125rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx4DtZayy92B2q38VpyazSNtp5maCDFm { top:55.25rem;left:5.75rem;width:5.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhadBxnwBRc1kO9F9sWFqfrH14h3sW5B { top:61.4375rem;left:5.75rem;width:5.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9gLXBxR31MtHDAkbq4iDKNIW8wQltAH { top:1.1875rem;left:0.3125rem;width:47.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsCyn7mELDVpbigNwUUy9EpdlSJWgpri { display:none; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJlpSaBefbQSwhJOcHPMoaUR3LtJpaWr { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrPbQr7odTqIJ3N23KI7ooUdzQX5fx2i { top:1.125rem;left:0rem;width:25.375rem;height:3.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Flntt26tLN10HE1XQ4pB7yJzRq4I6NMI { top:3.75rem;left:0rem;width:19.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcvlVTOTXDIwZMmZLLrcssSSwDTbmhqT { top:8.6875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEBKIP2LAXsKDr6V8L2ncEsnkuqkHvAA { top:41.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHa1KWbDooaMv3TbXM5eX1C7hdgWWH9m { top:47.875rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3pAx0NVWbGzLrJuT6zVS0a0DLv4oAcV { top:52.875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxEg44vGcIegTLGeNX2SWE7Z7B47eSaQ { top:59.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZVG74a6FnSbzq4HTbDSqyco4qbetUpF { top:6.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fr1nqHPGLo6kKV2XtrCsIyOai8sLzmbp { top:11.75rem;left:0rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yN5u3HoZUv2rtQbvJhFxg7H0t0fhffTi { top:15.5rem;left:0rem;width:44.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCMETa2Wm5ecuADavUNiEwBxbQoInDeE { top:12.5625rem;left:33.6875rem;width:13.9375rem;height:12.187827923621rem;display:none; }
 }@media only screen and (max-width: 763px) { #edZJEUmt9oxLqDIqfQvzZID6le4QMvu8 { top:21.875rem;left:0rem;width:45.1875rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqM9CL608RTVSRqGt47E345qTZDXkm6t { top:26.875rem;left:0rem;width:45.1875rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5gTmngmzdNTSlgUbWb8DvyJ95MJEdI7 { top:29.375rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hINaG38dhSTcGyFdmchnlcVSL2v6im1f { top:30.625rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnknG3KqrOnleCAHdJKTSXnHQlmO6osU { top:30.625rem;left:0.12343597412109rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAbES0hxWmhdzbFoCNhEZMFWxhTFJQyw { top:34.6875rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6qRJ0RzmmqJKHzJogA30SCcMNppL9wW { top:34.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9ec7bZUi8zixMFWcsPssRZm4behRXSq { top:40.625rem;left:0rem;width:10.25rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceMe1mR2wfrnkdsqCIvoGwbf70dZfHOG { top:40.625rem;left:0.12343597412109rem;width:47.625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuwGITM74dDRDgFIT5i1s3hpe2iWd509 { top:44.6875rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfPMK0eeBtJiiWLZD2kDHBHzTtXMdsJT { top:44.6875rem;left:0.0625rem;width:47.6875rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXHDDtVUTKGdSRm4rwP8ex86RCwIeJf2 { top:50.9375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTxWI9ou64sgzbCITNErGfuHKaZPr2iD { top:50.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1LzucuwHv3IddC83bVMRIu4bsHLdJWn { top:49.4375rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSkGhlKqZP2VWTM4Se7BlNIrilQl5aLO { top:55.625rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT7NTNo0EC0K2mLizx2STxkGlo4Wuuef { top:55.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { display:block; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8b878P9VNObtWI1uMP60SCCwiquDqdk { display:block; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZGvF6pkJWt3g7AQIpNhXgETCAXkn2Oh { top:1.125rem;left:0rem;width:23.9375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxWi1oKAsr1KK07Emya2B0rPuiegUIJ7 { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpGmak9zagfy9y7PBpRy1x69PQFRlwHZ { top:6.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqPOJZVDNn7DMSblpZp1zXl7uAXQvbO7 { top:29.375rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8FlamUMTi0TOLOt4ak1dBt5eHXzxFdv { top:30.625rem;left:0.12343597412109rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQLRNwSXoJn1VWBtXxClhSCzn9VCW1fN { top:39.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGWnQSCsZic6ohxqFAAxJmT3nvgRVL0k { top:40.625rem;left:0rem;width:10.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beaS7KNirPR7xg4pFXZqLDkiddnn4gMe { top:43.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DidUqRwtrcvofCCRDHC84Qg8mdydTMlk { top:44.6875rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE90Ulz5oTClsUSOv0ZZPdmr7vq8dS0S { top:34.6875rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs6SbmhWQiCKTM4SPun5XLPc700v5WEh { top:30rem;left:37.625rem;width:9.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGic5BQahSADwmouWxedxZRqA7nq6mVB { top:33.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsm2WDU9K3TBRBeTxKAKEvwMVeIWdZO { top:30.625rem;left:0rem;width:13.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #besM0eVegGH34qsZLXPtSpN6778Tsbu7 { top:34.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTzm3QB0GBJStNSqXn2lte3dn7a1o2s { top:40.625rem;left:0.12343597412109rem;width:47.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlEc7xeTptcrZg8ZETdruXxkxovrQ9pW { top:44.6875rem;left:0.0625rem;width:47.6875rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTdnXvryQUSLMkUF1FiHQo4VnmkxFn8 { top:49.4375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGaZZoOvT9VEXI8geg5ktsPp9W1iA5qK { top:50.9375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTo5enT6tw6Ju8PayxiGCx6ycmQioSC3 { top:50.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sluaWxIcV4Q8D6FFyN9QK0QVRQh7guCb { top:54.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsFLMFyoiVUbEOGyJzUa75usXpgP4FO7 { top:55.625rem;left:0rem;width:8.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aC88feaS2pTJDkkfn43PL6qr9lSmyU { top:55.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfyWsagOmExDzooxLmlKQXwDT7kDQILg { top:15.5rem;left:0rem;width:44.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai0936zkwJ3AbG1PRDk11Fl5xFufuBou { top:10.5rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMcuwS09rbXwFPn7APMEOTPJ7mQ3TZm { top:11.75rem;left:0rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MERECsFb9NC01ncTBkCFh7rhd6JFxDUr { top:12.5625rem;left:33.6875rem;width:13.9375rem;height:12.187827923621rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCfetvXScJfRrFlM1nBA8dBScfKgn7L9 { top:21.875rem;left:0rem;width:45.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5x27Jvs1W2dNUP8rVTTKdkt3vsgFK1N { top:1.1875rem;left:0.3125rem;width:47.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #de59TPLXybFN1XpT40sSyKgcHvqcZTHH { top:26.875rem;left:0rem;width:45.1875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTD4ubavWJWc5nZirMl2NhHfO2Svm41F { display:none; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dVoW2SvOPzhtG6XEcyqXd2dZNCW627bG { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCuuCTlGoDC5aL2AAacAUIBvR2NZKTo { top:1.125rem;left:0rem;width:25.375rem;height:3.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2Txp9XuhdbXtLwV2KVNQRnLJ6IQ2IXI { top:8.6875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUQVu6bqdREXmB8TwELtIL9FDaPq5QUT { top:17.5rem;left:0rem;width:17.625rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3Q30KGB2Fz55e1N3NA565TCdOEd7DDk { top:6.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnfBzRa03UvhMFeZP75LsBPhya2gXrry { top:1.1875rem;left:13.25rem;width:34.5rem;height:3.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpX3xckTlPP7UShcFmKib96zqoQ2QM1N { top:16.375rem;left:0rem;width:14.5rem;height:13.317966238459rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { display:block; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q41cIS19le3s9rZshGlpDuIUgR3Rtelf { top:1.125rem;left:0rem;width:23.25rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf2zrywW78sFppCw064ZE8PNocltVsHi { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1CFVF8lm9TONZf5DuuoErHQJeTWu6u { top:6.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxT8tJ5UJU8cMimHFPakM28Qqdi2GVzA { top:30rem;left:37.625rem;width:9.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNzxXes6mwiALyw75Qa1uFzH8uGnEphd { top:12.875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FigdSOGS7wzSn44MM2IodsDahTFQ1ST4 { top:13.9375rem;left:0rem;width:45.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0mD9RZCUWnNJBLBCbQxpTtlxbORieDS { top:16.375rem;left:0rem;width:14.5rem;height:13.317966238459rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3RPihz0T4reJLmUZ4ayZv4Ay5JSTpKk { top:1.1875rem;left:13.25rem;width:34.5rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { display:block; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK { display:block; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlbJZmHXz5Df3aQreCieqdZTltw8bQF0 { top:1.125rem;left:0rem;width:23.875rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5OcG4ZqHCvLIPNfoErrI7yW6QJ3e84i { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZiNTUPgdu9N2afeGThbyQ0rJpPtQlMI { top:6.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3Jg8R76H0NeMmvfm1WAnai6wtRGzhI { top:30rem;left:37.625rem;width:9.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TByWut6aKdHrlqqShzmiKxTzka3bQ7yh { top:10.9375rem;left:0rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyIcczn8bRWypBHktho13BkdN3tGbZxP { top:24rem;left:0rem;width:9.1875rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnxJbAJ0nJreMWksZmIv1WWbTxQ9KAR { top:10.9375rem;left:6.3742179870606rem;width:12.375rem;height:12.3116875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxbXK4JfLXtgonL2r1BPfsgEFJ6TVp9P { top:24.1875rem;left:6.3742179870606rem;width:11.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVHCMqnuBCPIcIq6LnW1xWbSCzlZizGT { top:10.9375rem;left:23.748432159424rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtUhbX4UsMRaWS3kSvzsIVefih4wAEs7 { top:24.6875rem;left:23.873828887939rem;width:11.3125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INLB0cVMtlbJnAz8qkI34JNDaKhMC6aq { top:29.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtodQWxv0czbEZHFXFq37SK2v5XOhfZ9 { top:31.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOorZ5L9RziOCeuOE9yeoUC6490ezTEu { top:29.6875rem;left:4.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmwl0cXgweI59o5Mx1Eseu5TyMhnvJBp { top:29.875rem;left:0rem;width:9.1875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9HixgMiR5QUbsrJHZH23qgTCSVRvrv { top:29.9375rem;left:6.9367179870606rem;width:11.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUwiyNyW5ItptVWR5gKdsK3SPxzQeUmI { top:29.6875rem;left:26.374217987061rem;width:11.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyOlwq93MC8JHUOplcryGFmHx6B8LU8U { top:29.6875rem;left:23.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8FSNaKVOoKTq15F1SzTzCmFAV6W7Obf { top:31rem;left:23.687107086182rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsP5icGh4fKxTfN0Z025gbq19ioW4bZR { top:1.1875rem;left:13.875rem;width:30rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV { display:block; }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awAi0XLf8OyrzUCT3wo3smKRiinXF0AP { display:block; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvoEOwQboOKwGhVkMTp3mlnxK3OGE0hL { top:4rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Pui2v6NMtNwQNs0dwIObf0TRciX8Oq { top:0.625rem;left:0rem;width:36.5625rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMeazaNZN6UrQI2g1MBToATQwsA4hV35 { top:5.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnMdnFDSesLHocDXopt0q4vu0ULGTmWS { top:8.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugpTKzKHtCxo9qU5C9Z2hxzZH50fBcwf { top:11.9375rem;left:0rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXu7TL169OX5v35UrSzpTTTkRAPptlQK { top:13.6875rem;left:0rem;width:46.9375rem;height:;font-size:1rem;display:block; }#gXu7TL169OX5v35UrSzpTTTkRAPptlQK li:before{  }
 }@media only screen and (max-width: 763px) { #w9Gc0p922FNRgkTzaxWaHoTOsXaXZHUG { top:17.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOaJR1HstmWEhZvOwTmnA7gc6KoRvvF4 { top:20.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRwck3dah5rzDy3osxwHMLUPlh8OOFJs { top:23.875rem;left:0rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJ817gOO5W85SZNkyZTTgeNkHCHt5gm { top:26.125rem;left:0rem;width:46.9375rem;height:;font-size:1rem;display:block; }#DTJ817gOO5W85SZNkyZTTgeNkHCHt5gm li:before{  }
 }@media only screen and (max-width: 763px) { #X2ybb7mM3mAlpBsh0Ip67ggn3I1sQI4P { top:11.625rem;left:0.9375rem;width:1.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvMy7x00cFFz6XbWoUJDcrmaJyObC6FU { top:23.5rem;left:0.9375rem;width:1.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1aOmeKEk38usf7BelyR8JTRMnmhA9Gn { width:10.8125rem;height:3.4375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRnhp8nrc2Gy0Hwq5NnOi07a1rE5quA { display:block; }
 }@media only screen and (max-width: 763px) { #Ld9S2TGKxxiEwIqDA5OHXahxctL7B1bv { top:17.875rem;left:0rem;width:27.5625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZS9AKTNxTWlMDT1Gy83KrLFNWUb2o7k { display:block; }#fZS9AKTNxTWlMDT1Gy83KrLFNWUb2o7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2Vmx3v5uQd4q81uEI8pIXfIqmML0osZ { top:4rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTB79y8s8A29dJ45w4SKDVfWpFFtXvRW { top:0.625rem;left:0rem;width:36.5625rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emklnRilRyPN1yKarMk6eWWT8i6SPw1T { top:5.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR2Qh6syuutW3VCEIBarBV90rxpcb1kL { top:8.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrEvcRLWlmRAyphZ53AW7ChBpB9pVHWS { top:11.9375rem;left:0rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8fG1LVn60aXV3gJpGsXAvcBhNR6veOi { top:13.6875rem;left:0rem;width:46.9375rem;height:;font-size:1rem;display:block; }#w8fG1LVn60aXV3gJpGsXAvcBhNR6veOi li:before{  }
 }@media only screen and (max-width: 763px) { #U6PIqGRALATZA2Gpz3szys12fTkqQZaB { top:17.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuyyAV7tKbTKCr2LTqEN1elm8VVPgEPB { top:20.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmdGBbDJSOVuVzDtLwIokITzIxhutRT7 { top:23.875rem;left:0rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIQ4vEEGLtGxisCC1PV21vcpGzBcNb5m { top:26.125rem;left:0rem;width:46.9375rem;height:;font-size:1rem;display:block; }#vIQ4vEEGLtGxisCC1PV21vcpGzBcNb5m li:before{  }
 }@media only screen and (max-width: 763px) { #Gcg45xTeTRownlkzorvKLdEcZTtdTaLI { top:30rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ByTN1kbxGIHXoJo89qwT8sWZcG9nlM { top:33.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxpUGygXMZbb8hIeAUwpFFXVAfbC8ZbN { top:38.4375rem;left:0rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7OoeKl6XT83TFzdD2DbsieWTb9iCTLm { top:41.0625rem;left:0rem;width:46.9375rem;height:;font-size:1rem;display:block; }#z7OoeKl6XT83TFzdD2DbsieWTb9iCTLm li:before{  }
 }@media only screen and (max-width: 763px) { #iqf7z74q0vZ2lS7pAUsBgaVT6CgTLtEz { top:11.625rem;left:0.9375rem;width:1.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4FZzf6oN2NTy6T3TzGZP95H5NyTrm6C { top:23.5rem;left:0.9375rem;width:1.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEfnknKekh6vde3Z36Tk3GrWLKGPp3g { top:38.0625rem;left:0.8125rem;width:1.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALi2qeUloOv3A6tKqCwHe3HPHnQ44Ao { width:10.8125rem;height:3.4375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64g8dgwSilubCzX7ItwrhBLqrd8d3l4 { display:block; }
 }@media only screen and (max-width: 763px) { #RELT6kKRsGVoLnw0bWStEasiWSG4nrNM { width:24.5625rem;height:3.4375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcZTKtd2qCAP6TQpkyccyOn8s1OchHFv { display:block; }
 }@media only screen and (max-width: 763px) { #M2RXqiqhT2mCVZBfL1iQzO7FPmxNrKCd { width:7.8125rem;height:3.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCBhMUcKk5qCnMXUXiRhFucd7cn63Hsz { display:block; }
 }@media only screen and (max-width: 763px) { #Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { top:2rem;left:10.125rem;width:28.25rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { top:7.375rem;left:0rem;width:19.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { top:10.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { top:16.375rem;left:0rem;width:20.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { width:4.3125rem;height:1.3125rem;top:16.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block; }
 }@media only screen and (max-width: 763px) { #WTrHS0pmClVMo5Ulqz3TQX9Oa7awrg6b { display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #WTrHS0pmClVMo5Ulqz3TQX9Oa7awrg6b > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:block; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { background-color: transparent; background-image: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .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); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { width:7.2485rem;height:1.448975rem;top:0.56210327148438rem;left:1.3124999105931rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { width:7.2485rem;height:1.448975rem;top:1.1875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:5.0625rem;height:1.25rem;top:6.25rem;left:14.9375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:14999;background-color:transparent;background-image:none;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;display:none; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #LAms9wbtWAOZX5kkmmFvUGxHfvN02fgF { width:5.6875rem;height:1.25rem;top:0rem;left:14.312500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #leVqwA7XmDA9kp5HnPatchfJLKvN4vn5 { display:block; }
 }@media only screen and (max-width: 763px) { #GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV { background-color:#005b94;background-image:none;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; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container { background-color: transparent; background-image: none; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container > .video-iframe-container { display: none; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row > .video-iframe-container { display: none; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .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); }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container { border-width: 0; border-radius: 0; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC4qAKmVU8Ea6MDWGKWAQvnJkTZWS7vV > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyvxTr3uA1Q09e69KOyJbGaA3p7Dwst9 { width:11.25rem;height:2.5996125rem;top:17.501953125rem;left:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bo9ZOhlfkC7HJ9uJBCWaHAXOtsxSAtWX { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tulZWvFwiu0nMxEFecz1oWsCe8pRST13 { width:10.559375rem;height:2.5rem;top:1rem;left:6.2499998807907rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZJWECwTPklyPdm5utWaOyR3vntcMr8J { display:block; }
 }@media only screen and (max-width: 763px) { #U9GbeM1nLr4PaRUVtZOCo87r6TlfXCMZ { width:2.9375rem;height:2.9375rem;top:0.9375rem;left:2.0613279640674rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsqJ2us1X7QP03UgL1TEqnQssMLnNSHo { width:13.6853125rem;height:6.3733125rem;top:9.250244140625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykpfTmC4L8m6dQ6gtyhFFn03x0ZrWJmR { width:13.6853125rem;height:6.3733125rem;top:18.062744140625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSoAyxkAvOyITHh7dbgvwOBkMdlwWONi { width:12.372625rem;height:2.5rem;top:4.1875rem;left:6.2499998807907rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPxwUge8LBRv2u9o1zTdvZBTswWeCyRT { display:block; }
 }@media only screen and (max-width: 763px) { #CackWf4w1EqtuZ3q4B6nZHxyy44OiSDO { width:13.247625rem;height:2.5rem;top:7.1242184638975rem;left:6.2496090233326rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eaa6AKhsXy2R4aVWcu7Tm003pe40EDlq { display:block; }
 }@media only screen and (max-width: 763px) { #HfbAl2PoX1DDoxOORAu0OEkQxd79Ckhn { width:3.125rem;height:3.125rem;top:6.75rem;left:1.9351561367512rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPfP9JAo9WMWSyvEcMcEU4O2P5397DD { width:3.125rem;height:3.125rem;top:3.8125rem;left:1.8738279640674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ { display:block; }#ST4M8ODrdbOLmMdcHgnirXJ6npckuWXZ > .row .container { width:20rem;height:118.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhmG5JqICdugQhvIdpU7LZzJKAUAWGDG { width:16.25rem;height:2.598875rem;top:0.68828201293944rem;left:2.5000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3INteOqr3auXRzGrrm8itu9DzorP0Zd { width:8.125rem;height:0.625rem;top:4.1005890625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCkm1nNqGr5BTDNd5tIEAUrg1qGe1Pi { width:19.9375rem;height:47.375rem;top:5.9755890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5xVapnT5Frbz3RsJ2pMcSnlJoxgecBi { width:12.5rem;height:1.4625rem;top:54.0185890625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8GLkcAcRX563Vc5rGDsGR4c2rSzi9n { width:17.4375rem;height:2.27578125rem;top:55.4170265625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGaJ6TB7AxcWl39kuPhCqmleqcJGh8N { width:12.5rem;height:1.4625rem;top:58.5791390625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJrPZTfRCo103voZoZXxTmBt71g6Ne1X { width:17.4375rem;height:2.27578125rem;top:60.125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGGHhclt4IKTZnr6XInL7KoskJ1d6RLD { width:12.5rem;height:1.4625rem;top:63.5771890625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl3no7z0ETK2DSOu1UuE2ChvFwMpeDaT { width:17.125rem;height:1.1378875rem;top:65.0381265625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptoq1n1yIy5VXOGi2wNB5RySXe7RRu1N { width:12.5rem;height:1.4625rem;top:67.3379328125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKmh3FfdmMNH0LHwsPEuuIAqMfgn8h32 { width:17.4375rem;height:5.68945rem;top:69.2363703125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0m66CK3sG4WwUN9N8BfvHAXmeA9sre { width:12.5rem;height:1.4625rem;top:83.3945890625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUSez2JhP85ZazA1J4qsAPkKyTFHBykb { width:17.5rem;height:4.22363125rem;top:84.7930265625rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1aUoWgTvqTNUcgDcoPDl7gE6M2bEgWO { width:12.5rem;height:1.4625rem;top:75.9219328125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pufkJQ4WH3ilmz2Fuff4QOH1UvKRqi { width:17.5rem;height:4.5515625rem;top:77.3203703125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hthpgmw2l02EW3S2mHHNsdQ75Ts5yIJ5 { width:12.4991875rem;height:1.4625rem;top:89.812492370606rem;left:2.4996092617512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6kAT5yqo7UyEqHCLO5cIyaTmck4yKXy { width:17.4375rem;height:4.5515625rem;top:91.509368896488rem;left:2.5605466663837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LutV3NRBCK3tS4Bgfc62HRT9E1puqCtW { width:12.4991875rem;height:1.4625rem;top:97.099212646488rem;left:2.4996092617512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVTi8t9CV4HofRXW8qhrmUfUeqTMw8Pw { width:17.3741875rem;height:3.41366875rem;top:98.899215698244rem;left:2.4996092617512rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARpXZbgixhW3nrSIzrJIDZZGTEbXg8ip { width:12.4991875rem;height:1.4625rem;top:103.34882354736rem;left:2.4996092617512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9z7FNgDxQkJEWOnC15XZps4kn7iihOl { width:17.4375rem;height:2.27578125rem;top:104.8124961853rem;left:2.5605466663837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5NeWqccsItHFOfZ2MoEK7FtaaiQSXJ { width:17.3125rem;height:2.27578125rem;top:109.92421340942rem;left:2.6261718869209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxXXSGrPrCIGFg5hR9hmzLqaSpBfiBqe { width:16.9980625rem;height:1.4625rem;top:108.34921264649rem;left:2.4996092617512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x { display:block; }#bgDDNprJQ8X4DTE0ZNcot6LTu7T6Nl6x > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyKvfxOW6qwWX2P3WiryeBlAV59hyuJF { width:8.125rem;height:0.625rem;top:5.7254028320312rem;left:5.9367184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETJmQ3c5BhALG3SsI4BX4r9DnlEGFwU { width:19.374625rem;height:2.4375rem;top:1.3125rem;left:0.62460938096046rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uT1RtIfPKM0sP6tDEJ1y9rExpGWPTWrf { width:19.9980625rem;height:1.6253875rem;top:3.8125rem;left:0.0011718869209289rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #pJKH2gQEE72HQE6HNqBSRxFMTD7SOCHA { width:19.9980625rem;height:2.4375rem;top:7.5621013641356rem;left:0.0011718869209289rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Qv2U7wrzLEJ6W3gi6HgwNAw58fLl6uXu { width:1.24921875rem;height:1.24921875rem;top:11.249218165874rem;left:0rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #DRw6CNeoA92EF9MRQcBpU1pJ42FzmLt6 { width:18.375rem;height:2.27578125rem;top:11.313283920288rem;left:1.6242187321186rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #moBTdXm2Oa0ynTvXbix5o7Hw59C0AFwR { width:19.9980625rem;height:6.8918125rem;top:15.063283920288rem;left:0.0011718869209289rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ptnXuZ0g2LqcQ4D6NiD7DTLnJGUiD3QV { width:19.9980625rem;height:0.31171875rem;top:23.499606132507rem;left:0.0011718869209289rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Oau6p97c9C09Zw3DtrfaRchfLCba1uH3 { width:5.1875rem;height:2.2753875rem;top:25.10986328125rem;left:1.248779296875rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RbWgvk10sNmMz8y4Mvi6s4Civbt8ea6x { width:5.8734375rem;height:1.13769375rem;top:27.861572265625rem;left:1.248779296875rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pee7599QCvu03S2oaZfvJUPwnQmCmcrt { width:9.8730625rem;height:3.41366875rem;top:25.062891960144rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #UIzwXSl9EHJcTnn2VxcvID5K4bylfWPU { width:19.9991875rem;height:0.12421875rem;top:29.936725616455rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TpT8LlMTcWctgAVpQqdKIzlQ4r0GUxO5 { width:5.25rem;height:2.2753875rem;top:31.424997329712rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ZRSBtrMyGnkP5xTJrHagxqidVQ6wyw10 { width:5.8734375rem;height:1.13769375rem;top:34.11083984375rem;left:1.248779296875rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wPEz6ZgbnyJLWIrlJPTS3QJLnIUbAsLT { width:10.0605625rem;height:3.41366875rem;top:31.312498092651rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #E9zozdIW1SO1UQRmyPp31gtWgJMI6z3c { width:19.9980625rem;height:0.3125rem;top:36.188667774201rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #F9nZw1lR5w8WbqfJc7Ia5flDsGEtV5uz { width:6.375rem;height:2.27578125rem;top:37.56210899353rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fSFK3VTOobJBfoHHIVgsvcToz6tWuIFy { width:5.8734375rem;height:1.1378875rem;top:40.174212455749rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #REwfVA1wf7QoMiDkyqdkr4GvQwVykP66 { width:10.0605625rem;height:4.5515625rem;top:37.562106847763rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #U2F8TlMEgLyDaG1800qDkCssVif0I5r3 { width:6.4980625rem;height:2.2753875rem;top:45.174592971802rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ndnDwcpgmSVvguF6bTc8HCoTSZ0ePnWM { width:19.9980625rem;height:0.12421875rem;top:43.687488555908rem;left:0.0011718869209289rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #aExmfN2RJwJDH1rhWAJ3hAGeIQtC4MJ4 { width:5.8734375rem;height:1.13769375rem;top:47.73828125rem;left:1.248779296875rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #b97oUG5x7I1ftb3wzzDnxolPTwrAEAL2 { width:10.187125rem;height:5.68945rem;top:45.624600410461rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fB4btX11CkZ5VgAZK8plipWCZmigsXba { width:19.9980625rem;height:0.3125rem;top:52.436710357666rem;left:0.0011718869209289rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GNCQUG5Q6DonJ3zMDbHH8w1iVZuTgI4h { width:6.0625rem;height:2.2753875rem;top:53.92578125rem;left:1.248779296875rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RPTJuqXbJ4EQBWfKVd3cwxDo5hRZTr3B { width:5.8734375rem;height:1.13769375rem;top:56.612060546875rem;left:1.248779296875rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #a51IPWR23PbliE71QNQ4SrsTQuN5Ib5I { width:10.2480625rem;height:3.41366875rem;top:53.813665390014rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #glUZO1SlukaQnh3Z15nSGd1FepdMIfrN { width:19.9980625rem;height:0.12421875rem;top:58.688663482666rem;left:0.0011718869209289rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ezx4h4KZv5AB3swhmHM1BK7g9niWGly6 { width:6.3116875rem;height:1.1378875rem;top:60.063289642334rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QCEtRicZ4aeHAV5SrfNKo1Py6ycs07rH { width:5.8734375rem;height:1.13769375rem;top:61.424996376037rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #d82CxLyTScS19ZJl290CNyagTBqzshvS { width:10.0605625rem;height:4.5515625rem;top:60.062105178833rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Gl07nW6VgW6gs2JdH6HFVgizzxEZza9E { width:19.9980625rem;height:0.3125rem;top:66.188658714294rem;left:0.0011718869209289rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #X4ew2UHnBayHWCtoHwl0uLk0hscRT0QW { width:6.437125rem;height:1.1378875rem;top:67.674610137938rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Th5G64PQZMldZK2E9s3H7hBPtrGNenBp { width:5.8734375rem;height:1.1378875rem;top:68.924985885619rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #e31JenTO7ZT0VB6xXsd5UFQhbOMvlD7g { width:9.9375rem;height:4.5515625rem;top:67.562104225156rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #E3vmCCWyZmA0PueB4mDksZUpe41SGHow { display:block; }#E3vmCCWyZmA0PueB4mDksZUpe41SGHow > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E50XNywQmnGzDKi4hMRhLGoghUL37W85 { display:none; }#E50XNywQmnGzDKi4hMRhLGoghUL37W85 > .row .container { width:20rem;height:98.035539209844rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGhdDIZ60o5zIIL5dflKQGx3RBmBW1gH { width:19.374625rem;height:2.4375rem;top:0.12539291381836rem;left:0.62343743443489rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLBgt5yhK0wCWIdx01yglL02WA0R81To { width:8.124625rem;height:0.624609375rem;top:4.5621092319489rem;left:6.2496090233326rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpnhkyyz1btp8H3IpHyfqEhsfJAp5uJ4 { width:19.9991875rem;height:2.4375rem;top:6.4371125698088rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6NPKw5Z1FnTmlrOB6dSLQ7iCAlcA3pb { width:19.9991875rem;height:0.31171875rem;top:26.187498092651rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi7ez0yO56buZVRlyih5cLbVk8m7AlfX { width:9.8730625rem;height:3.41366875rem;top:27.686716079712rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #o9JN0Q2aRFwA2239dIoAKFKsQbUT8Tox { width:20rem;height:0.125rem;top:32.561717987061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzCqqzGQlcolnpAvaRtTdZFKrg6bOkBS { width:6.375rem;height:2.27578125rem;top:40.543355941772rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MJHm2MnzB5zKX3x3Z0dINENWkBtXQ4 { width:19.9991875rem;height:0.12421875rem;top:46.312503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMcqNufugcTMV6IkDxw6LkNmqTptGAa2 { width:6.4991875rem;height:1.1378875rem;top:48.043355941772rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5VvJ0OFZ8QF5WNUeuSGP4L3Z8HDrCeE { width:5.25rem;height:1.1378875rem;top:34.049998283386rem;left:1.3742187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdFvPfU8bKHHWwcabumO4iagy1zZZRCJ { width:9.6875rem;height:0;top:98.0361328125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf9Sp2pvm8vvSDZsafnnTqsPwa68ryVS { width:19.9980625rem;height:0.12421875rem;top:38.812498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0B59JlesAf0RrLQT4okB4cdZ9FbCgk { width:5.6859375rem;height:1.1378875rem;top:27.799216508866rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkvbdcToPhxLQ7TgGTvSyruONneh8i2t { width:10.0616875rem;height:3.41366875rem;top:33.937498092651rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #BLh40SLnsmyOLC1MZbTlPPs7o9F0SehU { width:10.0616875rem;height:4.5515625rem;top:40.187108516693rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #nxAvdFRAXpaZz4OREXHxTfew3RBGWhrQ { width:10.187125rem;height:5.68945rem;top:47.687107086182rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #rk3lOQ2cwmMtBMhxFAxb32RZ1uBPOaCD { width:19.9980625rem;height:0.12421875rem;top:53.93670463562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZUWqzSgmR73dqxipIbT2MdhPqfbXT2L { width:9.75rem;height:1.1378875rem;top:55.299606323243rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSSNLwgqBsXpRqSlLl601HiThwxFio0 { width:10.2491875rem;height:3.41366875rem;top:55.187107086182rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #NXggwuaHulmMdxMeaILMhXlqRtX8w2HS { width:19.9980625rem;height:0.12421875rem;top:60.062107086182rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #t873eIg1d8KkbaH5bZHbVdEtsvP1Lohk { width:6.3125rem;height:1.1378875rem;top:61.792964935302rem;left:1.3722654879093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1z5EAe2uSDBzJuayloyFe4rJzuwi40V { width:10.0616875rem;height:4.5515625rem;top:61.435541152954rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #yOBDfRtftPZcpHoMNsgehCitpPiuX1Lo { width:1.24921875rem;height:1.24921875rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOMKgvHaseBlWNro2ccibtJ3TKwvK62U { width:18.375rem;height:2.27578125rem;top:11.4375rem;left:1.6230466663837rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #gGm2PwgoUUMpMHTnQ3d5MZ3foqAuzeDT { width:19.9980625rem;height:6.8918125rem;top:14.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQa8w8dgQBcxF1DSbMvQ3lISxTaApXJ { width:19.9980625rem;height:0.12421875rem;top:66.936323165894rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmblxDKkGLb2lwiFTcEmwn1gtiGVICxl { width:6.4375rem;height:1.1378875rem;top:68.916791915894rem;left:1.1867187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4q32xzFMTyPUf24TKuFV9ZxzS6XQe77 { width:9.9375rem;height:4.5515625rem;top:68.9367233254rem;left:8.7480459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #m5iZid4ToTNvT6BQKInaTi9mGkMu2v2H { width:5.8734375rem;height:1.1378875rem;top:29.402733325958rem;left:1.3734374344349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2oG0mqkAV91xmTaXmm1otRHNTdrwFRB { width:5.8734375rem;height:1.1378875rem;top:35.249607086182rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXoTGIyucwAhrGWRoUpQUUXypeTUs7V { width:5.8734375rem;height:1.1378875rem;top:42.874607086182rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS7CNy2u2AKs1QfbU07EvCkVE4zlLLQ1 { width:5.8734375rem;height:1.1378875rem;top:49.049997329712rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdbKJIpK0OFttIsMgr2LJTev8EhUESv { width:5.8734375rem;height:1.1378875rem;top:56.549997329712rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx4DtZayy92B2q38VpyazSNtp5maCDFm { width:5.8734375rem;height:1.1378875rem;top:62.863666534425rem;left:1.3742187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhadBxnwBRc1kO9F9sWFqfrH14h3sW5B { width:5.8734375rem;height:1.1378875rem;top:70.311323165894rem;left:1.3117187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9gLXBxR31MtHDAkbq4iDKNIW8wQltAH { width:19.9991875rem;height:1.6253875rem;top:2.6858973503112rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsCyn7mELDVpbigNwUUy9EpdlSJWgpri { display:block; }#BsCyn7mELDVpbigNwUUy9EpdlSJWgpri > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJlpSaBefbQSwhJOcHPMoaUR3LtJpaWr { width:8.125rem;height:0.625rem;top:5.7254028320312rem;left:5.9367184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrPbQr7odTqIJ3N23KI7ooUdzQX5fx2i { width:19.374625rem;height:2.4375rem;top:1.3125rem;left:0.62460938096046rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Flntt26tLN10HE1XQ4pB7yJzRq4I6NMI { width:19.9980625rem;height:1.6253875rem;top:3.8125rem;left:0.0011718869209289rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fcvlVTOTXDIwZMmZLLrcssSSwDTbmhqT { width:1.24921875rem;height:1.24921875rem;top:13.436325073243rem;left:0rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #VEBKIP2LAXsKDr6V8L2ncEsnkuqkHvAA { width:19.9980625rem;height:0.12421875rem;top:42.123825073243rem;left:0.0011718869209289rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #iHa1KWbDooaMv3TbXM5eX1C7hdgWWH9m { width:19.9980625rem;height:0.3125rem;top:53.373046875rem;left:0.0011718869209289rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #q3pAx0NVWbGzLrJuT6zVS0a0DLv4oAcV { width:19.9980625rem;height:0.12421875rem;top:58.4375rem;left:0.0011718869209289rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #LxEg44vGcIegTLGeNX2SWE7Z7B47eSaQ { width:19.9980625rem;height:0.3125rem;top:66.748793601988rem;left:0.0011718869209289rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #nZVG74a6FnSbzq4HTbDSqyco4qbetUpF { width:19.9980625rem;height:4.87305rem;top:7.125rem;left:0.0011718869209289rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fr1nqHPGLo6kKV2XtrCsIyOai8sLzmbp { width:17.5605625rem;height:2.27578125rem;top:13.375013589859rem;left:2.4386716187rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #yN5u3HoZUv2rtQbvJhFxg7H0t0fhffTi { width:19.9980625rem;height:2.5125rem;top:17.124593734741rem;left:0.0011718869209289rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #yCMETa2Wm5ecuADavUNiEwBxbQoInDeE { width:10.875rem;height:9.4980625rem;top:20.499624252319rem;left:4.6867184937rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #edZJEUmt9oxLqDIqfQvzZID6le4QMvu8 { width:19.9980625rem;height:1.78466875rem;top:30.938663482666rem;left:0.0011718869209289rem;font-size:0.6875rem;font-family:arial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #sqM9CL608RTVSRqGt47E345qTZDXkm6t { width:19.9980625rem;height:0.975rem;top:33.649603843689rem;left:0.0011718869209289rem;font-size:0.75rem;font-family:arial;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #s5gTmngmzdNTSlgUbWb8DvyJ95MJEdI7 { width:19.9980625rem;height:0.31171875rem;top:35.626180648804rem;left:0.0011718869209289rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hINaG38dhSTcGyFdmchnlcVSL2v6im1f { width:5.0625rem;height:1.1378875rem;top:37.187078475952rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pnknG3KqrOnleCAHdJKTSXnHQlmO6osU { width:11.1866875rem;height:3.41366875rem;top:37.187101364136rem;left:7.5624990761281rem;font-size:0.875rem;font-family:arial;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RAbES0hxWmhdzbFoCNhEZMFWxhTFJQyw { width:6.3105625rem;height:1.1378875rem;top:43.549215316772rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #P6qRJ0RzmmqJKHzJogA30SCcMNppL9wW { width:11.124625rem;height:7.963875rem;top:43.436709403992rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #S9ec7bZUi8zixMFWcsPssRZm4behRXSq { width:6.375rem;height:1.1378875rem;top:54.799202919006rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ceMe1mR2wfrnkdsqCIvoGwbf70dZfHOG { width:11.499625rem;height:2.27578125rem;top:54.911712646484rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yuwGITM74dDRDgFIT5i1s3hpe2iWd509 { width:6.4980625rem;height:1.1378875rem;top:59.800785064698rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wfPMK0eeBtJiiWLZD2kDHBHzTtXMdsJT { width:11.3730625rem;height:5.68945rem;top:59.687078475952rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hXHDDtVUTKGdSRm4rwP8ex86RCwIeJf2 { width:4.9359375rem;height:1.1378875rem;top:68.550010204312rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KTxWI9ou64sgzbCITNErGfuHKaZPr2iD { width:11.3730625rem;height:4.5515625rem;top:68.43750190735rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Z1LzucuwHv3IddC83bVMRIu4bsHLdJWn { width:19.9980625rem;height:0.062109375rem;top:74.624988555906rem;left:0.0011718869209289rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xSkGhlKqZP2VWTM4Se7BlNIrilQl5aLO { width:5.18671875rem;height:1.1378875rem;top:76.051168441775rem;left:1.2492187321186rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qT7NTNo0EC0K2mLizx2STxkGlo4Wuuef { width:12.3105625rem;height:3.41366875rem;top:75.938673019406rem;left:7.6886711418631rem;font-size:0.875rem;font-family:arial;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HnERaRf0osdQOVfa2kvwsS3LMbogLp3k { display:block; }#HnERaRf0osdQOVfa2kvwsS3LMbogLp3k > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8b878P9VNObtWI1uMP60SCCwiquDqdk { display:none; }#b8b878P9VNObtWI1uMP60SCCwiquDqdk > .row .container { width:20rem;height:101.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZGvF6pkJWt3g7AQIpNhXgETCAXkn2Oh { width:19.75rem;height:2.4375rem;top:0.31092834472656rem;left:0.31171873211861rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxWi1oKAsr1KK07Emya2B0rPuiegUIJ7 { width:8.125rem;height:0.625rem;top:5.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpGmak9zagfy9y7PBpRy1x69PQFRlwHZ { width:19.9991875rem;height:4.875rem;top:6.3738269805906rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqPOJZVDNn7DMSblpZp1zXl7uAXQvbO7 { width:19.9991875rem;height:0.31171875rem;top:35.937888145447rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8FlamUMTi0TOLOt4ak1dBt5eHXzxFdv { width:11.1875rem;height:3.41366875rem;top:37.499999046326rem;left:7.5605459511281rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #lQLRNwSXoJn1VWBtXxClhSCzn9VCW1fN { width:19.9991875rem;height:0.0625rem;top:52.499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGWnQSCsZic6ohxqFAAxJmT3nvgRVL0k { width:6.375rem;height:1.1378875rem;top:54.230855941772rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beaS7KNirPR7xg4pFXZqLDkiddnn4gMe { width:20rem;height:0.0625rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DidUqRwtrcvofCCRDHC84Qg8mdydTMlk { width:6.4991875rem;height:1.1378875rem;top:58.987495422363rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE90Ulz5oTClsUSOv0ZZPdmr7vq8dS0S { width:6.3116875rem;height:1.1378875rem;top:43.050388336182rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs6SbmhWQiCKTM4SPun5XLPc700v5WEh { width:9.6875rem;height:0;top:98.0361328125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGic5BQahSADwmouWxedxZRqA7nq6mVB { width:19.9991875rem;height:0.062109375rem;top:57.561324119568rem;left:0.0011718869209289rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsm2WDU9K3TBRBeTxKAKEvwMVeIWdZO { width:5.0625rem;height:1.1378875rem;top:37.674606323243rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #besM0eVegGH34qsZLXPtSpN6778Tsbu7 { width:11.125rem;height:7.96525rem;top:43.233981132508rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #NkTzm3QB0GBJStNSqXn2lte3dn7a1o2s { width:11.5rem;height:2.27578125rem;top:54.230855941772rem;left:7.3734369575975rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #UlEc7xeTptcrZg8ZETdruXxkxovrQ9pW { width:11.3741875rem;height:5.68945rem;top:58.87499666214rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #tTTdnXvryQUSLMkUF1FiHQo4VnmkxFn8 { width:19.9991875rem;height:0.062109375rem;top:73.811714172362rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGaZZoOvT9VEXI8geg5ktsPp9W1iA5qK { width:4.93710625rem;height:1.1378875rem;top:67.736715316775rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTo5enT6tw6Ju8PayxiGCx6ycmQioSC3 { width:11.3741875rem;height:4.5515625rem;top:67.624214172362rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #sluaWxIcV4Q8D6FFyN9QK0QVRQh7guCb { width:19.9991875rem;height:0.062109375rem;top:65.562105178831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsFLMFyoiVUbEOGyJzUa75usXpgP4FO7 { width:5.1875rem;height:1.1378875rem;top:75.4804649353rem;left:1.2492187321186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aC88feaS2pTJDkkfn43PL6qr9lSmyU { width:12.3116875rem;height:3.41366875rem;top:75.124214172362rem;left:7.499999552965rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #PfyWsagOmExDzooxLmlKQXwDT7kDQILg { width:19.9991875rem;height:2.51366875rem;top:14.999999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai0936zkwJ3AbG1PRDk11Fl5xFufuBou { width:1.25rem;height:1.25rem;top:12.500389575958rem;left:0.56015625596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMcuwS09rbXwFPn7APMEOTPJ7mQ3TZm { width:17.5616875rem;height:2.27578125rem;top:12.500389575958rem;left:2.4374997913837rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #MERECsFb9NC01ncTBkCFh7rhd6JFxDUr { width:10.875rem;height:9.4991875rem;top:18.099997520447rem;left:4.1601558029652rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCfetvXScJfRrFlM1nBA8dBScfKgn7L9 { width:19.9980625rem;height:1.78828125rem;top:28.750781059265rem;left:0.0011718869209289rem;font-size:0.6875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #G5x27Jvs1W2dNUP8rVTTKdkt3vsgFK1N { width:19.9991875rem;height:1.6253875rem;top:2.5007820129394rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #de59TPLXybFN1XpT40sSyKgcHvqcZTHH { width:19.9991875rem;height:0.975rem;top:33.874215126037rem;left:0.0011718869209289rem;font-size:0.75rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #uTD4ubavWJWc5nZirMl2NhHfO2Svm41F { display:block; }#uTD4ubavWJWc5nZirMl2NhHfO2Svm41F > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVoW2SvOPzhtG6XEcyqXd2dZNCW627bG { width:8.125rem;height:0.625rem;top:6.287109375rem;left:5.9367184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCuuCTlGoDC5aL2AAacAUIBvR2NZKTo { width:19.374625rem;height:2.4375rem;top:1.3125rem;left:0.62460938096046rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K2Txp9XuhdbXtLwV2KVNQRnLJ6IQ2IXI { width:1.24921875rem;height:1.24921875rem;top:17.560545921326rem;left:0rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #lUQVu6bqdREXmB8TwELtIL9FDaPq5QUT { width:17.687125rem;height:4.5515625rem;top:17.560545921326rem;left:2.3109374344349rem;font-size:0.875rem;font-family:arial;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #o3Q30KGB2Fz55e1N3NA565TCdOEd7DDk { width:19.9991875rem;height:7.3095625rem;top:8.24960899353rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qnfBzRa03UvhMFeZP75LsBPhya2gXrry { width:19.9980625rem;height:2.2753875rem;top:3.6246144771576rem;left:0.0011718869209289rem;font-size:1.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #JpX3xckTlPP7UShcFmKib96zqoQ2QM1N { width:16.6241875rem;height:15.249625rem;top:23.812499046326rem;left:1.8121092617512rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB { display:none; }#KxMgRT2C5Tl2lRGuCM8HwPQUbgZr25yB > .row .container { width:20rem;height:101.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q41cIS19le3s9rZshGlpDuIUgR3Rtelf { width:20rem;height:2.4375rem;top:0.74999618530275rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hf2zrywW78sFppCw064ZE8PNocltVsHi { width:8.125rem;height:0.625rem;top:5.8742065429688rem;left:5.6249995529652rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1CFVF8lm9TONZf5DuuoErHQJeTWu6u { width:20rem;height:7.3125rem;top:8.2499995231631rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CxT8tJ5UJU8cMimHFPakM28Qqdi2GVzA { width:9.6875rem;height:0;top:98.0361328125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNzxXes6mwiALyw75Qa1uFzH8uGnEphd { width:1.25rem;height:1.25rem;top:18.249608039856rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FigdSOGS7wzSn44MM2IodsDahTFQ1ST4 { width:17.687125rem;height:2.27578125rem;top:18.249608039856rem;left:2.3109374344349rem;font-size:0.875rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #r0mD9RZCUWnNJBLBCbQxpTtlxbORieDS { width:14.499625rem;height:13.3171875rem;top:21.999617576599rem;left:2.9976561367512rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3RPihz0T4reJLmUZ4ayZv4Ay5JSTpKk { width:19.9991875rem;height:2.2734375rem;top:3.2496209144592rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q { display:block; }#mxC4TG3myPKpa0flrnsJvmyCS5ByrM2Q > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK { display:none; }#kApR45rKeUkCWHJ5KLWPgPy8FsV2u9DK > .row .container { width:20rem;height:98.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IlbJZmHXz5Df3aQreCieqdZTltw8bQF0 { width:20rem;height:2.4375rem;top:0.9374895095825rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5OcG4ZqHCvLIPNfoErrI7yW6QJ3e84i { width:8.124625rem;height:0.624609375rem;top:6.62460899353rem;left:5.6226558983326rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZiNTUPgdu9N2afeGThbyQ0rJpPtQlMI { width:19.5rem;height:3.65625rem;top:8.3120727539062rem;left:0.31171873211861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT3Jg8R76H0NeMmvfm1WAnai6wtRGzhI { width:9.6875rem;height:0;top:98.0361328125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TByWut6aKdHrlqqShzmiKxTzka3bQ7yh { width:11.625rem;height:11.625rem;top:14.374235391617rem;left:4.6230464279652rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyIcczn8bRWypBHktho13BkdN3tGbZxP { width:9.1875rem;height:3.65625rem;top:26.748019218445rem;left:4.9992184937rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnxJbAJ0nJreMWksZmIv1WWbTxQ9KAR { width:12.375rem;height:12.3105625rem;top:35.999999046326rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxbXK4JfLXtgonL2r1BPfsgEFJ6TVp9P { width:11.312125rem;height:2.4375rem;top:49.123808503151rem;left:3.7488279640674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVHCMqnuBCPIcIq6LnW1xWbSCzlZizGT { width:12.5625rem;height:12.5625rem;top:56.062496185302rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtUhbX4UsMRaWS3kSvzsIVefih4wAEs7 { width:11.312125rem;height:3.65625rem;top:69.812105178831rem;left:3.7488279640674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INLB0cVMtlbJnAz8qkI34JNDaKhMC6aq { width:1.56210625rem;height:1.56210625rem;top:30.999608039856rem;left:4.6874995529652rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtodQWxv0czbEZHFXFq37SK2v5XOhfZ9 { width:1.56210625rem;height:1.56210625rem;top:32.374998092651rem;left:4.8117184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOorZ5L9RziOCeuOE9yeoUC6490ezTEu { width:1.5rem;height:1.5rem;top:52.061716079712rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmwl0cXgweI59o5Mx1Eseu5TyMhnvJBp { width:9.1875rem;height:2.4375rem;top:31.312108516693rem;left:6.3121090233325rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9HixgMiR5QUbsrJHZH23qgTCSVRvrv { width:11.312125rem;height:2.4375rem;top:52.312508106232rem;left:5.6226558983326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUwiyNyW5ItptVWR5gKdsK3SPxzQeUmI { width:11.312125rem;height:2.4375rem;top:74.811321258544rem;left:5.6238279640674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyOlwq93MC8JHUOplcryGFmHx6B8LU8U { width:1.5rem;height:1.5rem;top:74.560527801513rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8FSNaKVOoKTq15F1SzTzCmFAV6W7Obf { width:1.5rem;height:1.5rem;top:75.873432159425rem;left:3.7480466663837rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsP5icGh4fKxTfN0Z025gbq19ioW4bZR { width:19.9991875rem;height:2.2734375rem;top:2.9835920333863rem;left:0.0011718869209289rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV { display:block; }#mlmezxvD6CJlV3KP70iDbgW8KFbeuKXV > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awAi0XLf8OyrzUCT3wo3smKRiinXF0AP { display:block; }#awAi0XLf8OyrzUCT3wo3smKRiinXF0AP > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvoEOwQboOKwGhVkMTp3mlnxK3OGE0hL { width:8.125rem;height:0.625rem;top:2.81103515625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Pui2v6NMtNwQNs0dwIObf0TRciX8Oq { width:18.811rem;height:1.95rem;top:0.313720703125rem;left:0.687255859375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMeazaNZN6UrQI2g1MBToATQwsA4hV35 { width:1.875rem;height:1.875rem;top:4.875rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnMdnFDSesLHocDXopt0q4vu0ULGTmWS { width:17.375rem;height:9.0918rem;top:6.937744140625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugpTKzKHtCxo9qU5C9Z2hxzZH50fBcwf { width:9.9353125rem;height:1.298825rem;top:15.39013671875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXu7TL169OX5v35UrSzpTTTkRAPptlQK { width:17.5rem;height:6.806625rem;top:17.062744140625rem;left:1.25rem;font-size:1rem;display:block; }#gXu7TL169OX5v35UrSzpTTTkRAPptlQK li:before{  }
 }@media only screen and (max-width: 763px) { #w9Gc0p922FNRgkTzaxWaHoTOsXaXZHUG { width:1.875rem;height:1.875rem;top:24.8125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOaJR1HstmWEhZvOwTmnA7gc6KoRvvF4 { width:17.375rem;height:9.0918125rem;top:29.937255859375rem;left:1.37451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRwck3dah5rzDy3osxwHMLUPlh8OOFJs { width:9.9353125rem;height:1.298825rem;top:39.812744140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJ817gOO5W85SZNkyZTTgeNkHCHt5gm { width:17.5rem;height:5.5078125rem;top:41.062744140625rem;left:1.3134765625rem;font-size:1rem;display:block; }#DTJ817gOO5W85SZNkyZTTgeNkHCHt5gm li:before{  }
 }@media only screen and (max-width: 763px) { #X2ybb7mM3mAlpBsh0Ip67ggn3I1sQI4P { width:1.811525rem;height:1.74926875rem;top:15.186279296875rem;left:9.9990234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvMy7x00cFFz6XbWoUJDcrmaJyObC6FU { width:1.811525rem;height:1.74926875rem;top:39.6259765625rem;left:10.499267578125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1aOmeKEk38usf7BelyR8JTRMnmhA9Gn { width:10.81175rem;height:2.68676875rem;top:4.374267578125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRnhp8nrc2Gy0Hwq5NnOi07a1rE5quA { display:block; }
 }@media only screen and (max-width: 763px) { #Ld9S2TGKxxiEwIqDA5OHXahxctL7B1bv { width:15.6875rem;height:4.0625rem;top:24.81201171875rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZS9AKTNxTWlMDT1Gy83KrLFNWUb2o7k { display:none; }#fZS9AKTNxTWlMDT1Gy83KrLFNWUb2o7k > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d2Vmx3v5uQd4q81uEI8pIXfIqmML0osZ { width:8.125rem;height:0.625rem;top:2.81103515625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTB79y8s8A29dJ45w4SKDVfWpFFtXvRW { width:18.811rem;height:1.95rem;top:0.313720703125rem;left:0.687255859375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emklnRilRyPN1yKarMk6eWWT8i6SPw1T { width:1.875rem;height:1.875rem;top:4.875rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR2Qh6syuutW3VCEIBarBV90rxpcb1kL { width:17.375rem;height:9.0890625rem;top:6.937744140625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrEvcRLWlmRAyphZ53AW7ChBpB9pVHWS { width:9.9353125rem;height:1.2984375rem;top:15.39013671875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8fG1LVn60aXV3gJpGsXAvcBhNR6veOi { width:17.5rem;height:6.803875rem;top:17.062744140625rem;left:1.25rem;font-size:1rem;display:block; }#w8fG1LVn60aXV3gJpGsXAvcBhNR6veOi li:before{  }
 }@media only screen and (max-width: 763px) { #U6PIqGRALATZA2Gpz3szys12fTkqQZaB { width:1.875rem;height:1.875rem;top:24.8125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuyyAV7tKbTKCr2LTqEN1elm8VVPgEPB { width:17.375rem;height:9.0890625rem;top:26.937744140625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmdGBbDJSOVuVzDtLwIokITzIxhutRT7 { width:9.9353125rem;height:1.2984375rem;top:36.812744140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIQ4vEEGLtGxisCC1PV21vcpGzBcNb5m { width:17.5rem;height:5.50546875rem;top:38.062744140625rem;left:1.3134765625rem;font-size:1rem;display:block; }#vIQ4vEEGLtGxisCC1PV21vcpGzBcNb5m li:before{  }
 }@media only screen and (max-width: 763px) { #Gcg45xTeTRownlkzorvKLdEcZTtdTaLI { width:1.875rem;height:1.875rem;top:44.99951171875rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ByTN1kbxGIHXoJo89qwT8sWZcG9nlM { width:17.56225rem;height:7.790625rem;top:46.812744140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxpUGygXMZbb8hIeAUwpFFXVAfbC8ZbN { width:9.9353125rem;height:1.2984375rem;top:55.513916015625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7OoeKl6XT83TFzdD2DbsieWTb9iCTLm { width:17.8125rem;height:5.50546875rem;top:56.812744140625rem;left:1.25rem;font-size:1rem;display:block; }#z7OoeKl6XT83TFzdD2DbsieWTb9iCTLm li:before{  }
 }@media only screen and (max-width: 763px) { #iqf7z74q0vZ2lS7pAUsBgaVT6CgTLtEz { width:1.811525rem;height:1.74926875rem;top:15.186279296875rem;left:9.9990234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4FZzf6oN2NTy6T3TzGZP95H5NyTrm6C { width:1.811525rem;height:1.74926875rem;top:36.6259765625rem;left:10.499755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEfnknKekh6vde3Z36Tk3GrWLKGPp3g { width:1.811525rem;height:1.74926875rem;top:55.250244140625rem;left:10.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALi2qeUloOv3A6tKqCwHe3HPHnQ44Ao { width:10.81175rem;height:2.68676875rem;top:4.374267578125rem;left:2.500732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64g8dgwSilubCzX7ItwrhBLqrd8d3l4 { display:block; }
 }@media only screen and (max-width: 763px) { #RELT6kKRsGVoLnw0bWStEasiWSG4nrNM { width:17.4365rem;height:2.5rem;top:24.374755859375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcZTKtd2qCAP6TQpkyccyOn8s1OchHFv { display:block; }
 }@media only screen and (max-width: 763px) { #M2RXqiqhT2mCVZBfL1iQzO7FPmxNrKCd { width:7.8125rem;height:1.811525rem;top:45.00048828125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCBhMUcKk5qCnMXUXiRhFucd7cn63Hsz { display:block; }
 }@media only screen and (max-width: 763px) { #Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color:#ffffff;background-image:none;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; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { background-color: transparent; background-image: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .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); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { width:11.43675rem;height:1.40625rem;top:6.2509765625rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { width:17.5rem;height:15.9301875rem;top:7.937744140625rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { width:17.4375rem;height:3.1860375rem;top:24.9384765625rem;left:1.28125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { width:4.311525rem;height:1.624025rem;top:26.5634765625rem;left:4.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block; }
 }@media only screen and (max-width: 763px) { #WTrHS0pmClVMo5Ulqz3TQX9Oa7awrg6b { position:relative;z-index:auto;display:block; } #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection *:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="text"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="email"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection input[type="tel"]:focus-visible, #Zkive8oy1hTPJTuGOccT4llkxsPKP4Ln.widget-smartsection textarea:focus-visible { outline: none; } #WTrHS0pmClVMo5Ulqz3TQX9Oa7awrg6b > .row .container { position:relative;display:block; } }