.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:4,140,128;--color-primary-1:18,88,71;--color-primary-2:18,74,60;--color-primary-3:0,91,91;--color-primary-4:7,53,42;--color-secondary-0:82,86,204;--color-secondary-1:58,62,177;--color-secondary-2:44,47,121;--color-secondary-3:18,21,128;--color-secondary-4:21,23,84;--color-tertiary-0:255,255,255;--color-tertiary-1:107,107,107;--color-tertiary-2:88,88,88;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"PublicSans";--paragraphs-font-family:"PublicSans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/12d0e459-f5f2-4332-b353-d1a519b624c6/tlo_kongres_desktop.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.adaptive-delivery-prevent-bg, #ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.lazyload, #ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.lazyloading { background-image: none; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC > .row .container { border-width: 0; border-radius: 0; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#a89UO78k2OsUb35v6qhmorTrkSmUTXll { background-color:rgba(var(--color-tertiary-0),0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.78125rem;display:block; }
#w57I9R6PvPn0hlI4k8cLBJiOvmiGkUeB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shdi02iW7TERlt6aOgDcywPv2iSrkLkH { background-color:rgba(var(--color-tertiary-0),0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#WKrpGyHsZiSI6TnGXZAAVbhH5z0GeI9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iym2JC9L6VJMF6NMha95coGFWDm4W5nD { background-color:rgba(var(--color-tertiary-0),0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#nRKXI35IIne8POoTu84XI5grtha4TeNv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHbVZRdoaLCQgZbSrqqSLAyPBz8L7ieI { background-color:rgba(var(--color-tertiary-0),0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#TGuCck9aLhp3Azyd0t6xsPdFCxLpMxpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCaQIXeZxuyEvAM71deQMIVPlXkmA3Wm { color:#808080;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.0625rem;left:3.75rem;height:0.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ausdUI9aXSagaq3cH7IHLZs6IhhMF5yl { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:12.09375rem;left:0rem;height:3.3000625rem;font-style:normal;display:block; }
#rIUfUrppNdCJL2uVt4mnmFSThs6fDgsk { background-color:#267360;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-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:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#CyIB1T8fnkCOK2Xgbdbp9yDLXgsTKQa1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXzQTin4uD9UegOKgpf2l0eUfhJEnkio { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#KzSTbc9PH6RPsndFyJQqHJkhRkTTTcJo { position:absolute;display:block;z-index:15037;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:block; }
#GIVk2M6o1eyyRap3Avd1xxATrKTK7prZ { position:absolute;display:block;z-index:15038;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#zGEUUwAaWLAdX9F6gqFrJn4DbVnKdqxy { position:absolute;display:block;z-index:15039;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#eh5b4D2ATm1C58TRQGFrcI9WGxRJEZOw { color:rgba(var(--color-primary-2),1);display:block;width:24.1875rem;position:absolute;font-family:publicsansextrabold;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:16.0625rem;left:0rem;height:6rem;font-style:normal;display:block; }
#VqzywutyT6ICMDgkMvsLHbRTXuun0ITM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:35.1875rem;top:1.0625rem;left:34.5625rem;overflow:hidden;display:block; }
#PkfpAKvbBLHxma5TTVkHwhSiTMvVnSqU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0.375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OuaMmeFm5gWGi3xt5UTtwJeNC19er4WH { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:13.125rem;top:9.375rem;left:0rem;display:block; }
#XD9tZqvIIVxredOn4fnU3pK6t3i4RyVf { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:14.25rem;top:9.375rem;left:12.1875rem;display:block; }
#c7uOaftcMJBINdeda7UPLTLAilRcuFeT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.5625rem;left:12.5rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lHU5MSDmpp6fGoEe6Ql21dNzAhRZO9kN { color:#808080;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:25.0625rem;left:3.75rem;height:1.05035rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ERygF3TCp8lGncHgL3B7r41uRQBtn3Ah { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.512500762939rem;left:0rem;overflow:hidden;display:block; }
#cnntl4rHsUbsa00Fs0rxA7G9xZe1Xkgx { background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #267360;border-left:0.0625rem solid #267360;border-right:0.0625rem solid #267360;border-bottom:0.0625rem solid #267360;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:#267360;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:16.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.875rem;left:17.5rem;display:block; }
#IzQBd1mtmr0S5I9WcbeB96Onaep9W6RE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5LuhP3N2pSJNwpBFFqzrRTMD0yTE0o0 { 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:8.9375rem;width:45.875rem;display:none; }
#bnnpTDUvTcSn6lz29hq79UcqdRS6wC1P { color:#787878;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.8125rem;left:0rem;height:0.97511875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTJMXcI2ZFMZfShHLz2hqfdJOHTsOTLv { color:#267360;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.875rem;left:0rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lxt5LfzQJnWJcu5ZTc8vUcbWWr41ZL8Z { box-sizing:content-box;height:12.3125rem;width:10rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.6875rem;left:65rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1rem rgba(var(--color-tertiary-4),0.15) ;display:none; }
#NQdN1NfnHl4uBZNyAgn3JAsyFfTKlJpo { color:#787878;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:23.3125rem;left:65rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HhEgCcDpP0Vp1gyTWocidh0TlCvFMCXt { position:absolute;display:block;z-index:15060;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;height:6.0625rem;width:10rem;top:24.9375rem;left:65rem;overflow:hidden;display:none; }
#T0O0kVtKTtRK84lsJHE73eJRJRsFJxL2 { color:#267360;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:31.875rem;left:65.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FcD2Ti7xTWgmGBHN8EFw4J5eTUQPm4O8 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:5.875rem;left:67.5rem;height:2.924625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRUcT4lCVtkVs09egB5HR2U0yxe32ury { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:8.75rem;left:67.5rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgPN1PfvHLZxd7tfWyZhauDCdZ3y1sJV { position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:4.6875rem;left:67.5rem;display:block; }
#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/12d0e459-f5f2-4332-b353-d1a519b624c6/tlo_kongres_desktop.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.adaptive-delivery-prevent-bg, #hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.lazyload, #hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.lazyloading { background-image: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container { background-color: transparent; background-image: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container > .video-iframe-container { display: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row > .video-iframe-container { display: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .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); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container { border-width: 0; border-radius: 0; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#GzUQpNBe9XivBl2tRoBufybFVqaqohDR { background-color:rgba(var(--color-tertiary-0),0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.75rem;left:50.78125rem;display:block; }
#C5OpTgLLMSRT7G2w6fV8PT72w4lWHgdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzkb0lREhmMvpRts3kqKNCcwvXENTxtF { background-color:rgba(var(--color-tertiary-0),0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.75rem;left:69.375rem;display:block; }
#LTpI6aZSGepu9TBAp3fTOPQTZuOE7imI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtFqr1h7Nh6NT9u5mTD0IhfTqsrmGohF { background-color:rgba(var(--color-tertiary-0),0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75625038146975rem;left:65.5rem;display:block; }
#f7sIqApRyiI2zdzBmHoPz7fyeMmobNPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tsr5vK8mTVAqBPuwWQ00pHO7DWJ9Slbb { background-color:rgba(var(--color-tertiary-0),0);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:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:59.71875rem;display:block; }
#rDaqWGKw5CbgvR1eqfHiOrOTBHPf6BUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FU1qvuXs9GBa5Uz6rmQl969enuoDI3Zy { color:#808080;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.0625rem;left:3.75rem;height:0.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VukH4wpwKTVt93L9e9Ulm4HmH1fW8GAC { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:12.09375rem;left:0rem;height:3.2986125rem;font-style:normal;display:block; }
#rrmw4mPMgfV1sOJxvkzpk0DqBVZ4JOxz { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#o52dGTsr5cZHuqMM7FvhKV3DfG9VytZB { position:absolute;display:block;z-index:15037;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:58.96875rem;display:block; }
#GBc8A6qHedApJSQIT2HTct3pEHM8d4tT { position:absolute;display:block;z-index:15038;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:64.9375rem;display:block; }
#ut4rFHgxPmkxsl4w4QKJ0obVDiQFA1Bw { position:absolute;display:block;z-index:15039;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.25rem;left:68.875rem;display:block; }
#DsxoVKPzmWrxTDdBfMgBhEHLv8e688cw { color:rgba(var(--color-primary-2),1);display:block;width:24.1875rem;position:absolute;font-family:publicsansextrabold;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:16.0625rem;left:0rem;height:6rem;font-style:normal;display:block; }
#VefhUTCUPGoDhuR9rMqqNyVkSbm5qkRO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:35.1875rem;top:1.0625rem;left:34.5625rem;overflow:hidden;display:block; }
#LaoPEPVg6ZUacRoQ3X337t12pCUDEFvw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0.375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bko7ep1apFm5DftE9M7933Vao4nF3X5O { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:13.125rem;top:9.375rem;left:0rem;display:block; }
#N3WrcbpcCirot8rBhDdKt1XZKdnrp90i { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:14.25rem;top:9.375rem;left:12.1875rem;display:block; }
#SVlgKwSQwPUkDTgDb0HrrQMJCUUukkTz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.5625rem;left:12.5rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1ZXeekXuzmXRJ7n1dCPOTkK8wm2DHeZ { color:#808080;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:25.0625rem;left:3.75rem;height:1.04948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#naBOVloO4hTu7P3TU9btn3orXFzeoFoE { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.512500762939rem;left:0rem;overflow:hidden;display:block; }
#QNvuV4EXRmcxMLpxzLlIfrbJczUxBlZd { 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:8.9375rem;width:45.875rem;display:none; }
#JtNVZLz518IhT3xJRAqqELI3soSa4IRf { color:#787878;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.06875038147rem;left:67.5rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GESDCOclX61WLWIGTm7wx1kfTmHd0y2k { color:#267360;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.112499237061rem;left:67.5rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WXlTwf8PHPRoa1vpV8M5Tb67XpdhuvRF { box-sizing:content-box;height:10.375rem;width:8.75rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.75rem;left:66.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1rem rgba(var(--color-tertiary-4),0.15) ;display:none; }
#qb8eODb82A7utKlP2C6sgGAoDn5u0vfm { color:#787878;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:23.375rem;left:66.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Hg3bVifUyM9UIwXRATL8cgo1A3bH0W5b { position:absolute;display:block;z-index:15060;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;height:5.25rem;width:8.75rem;top:25rem;left:66.25rem;overflow:hidden;display:none; }
#qVI2nGMZtIAOQJ3WZCoXDEiZeQFO7TCJ { color:#267360;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:30.5625rem;left:66.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VyuBfGp9f6IXsRNNHdXmXIzTgV4sGPD0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:5.875rem;left:66.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ac60G64qKLzSQCNwO2ryqylTqULV1udP { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:8.75rem;left:66.875rem;height:1.6493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHHUzGvB8VhO5VfLB1IfBpyocGNAUdw7 { position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d81', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(135deg, #058d81, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:4.6875rem;left:66.875rem;display:block; }
#oLyD7kF3y2LVmz5mxHVIUbeBsRocA693 { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:30.9375rem;left:0rem;height:1.35rem;font-style:normal;display:block; }
#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #267360, #398e79);background-image: -moz-linear-gradient(90deg, #267360, #398e79);background-image: -ms-linear-gradient(90deg, #267360, #398e79);background-image: -o-linear-gradient(90deg, #267360, #398e79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );";background-image: linear-gradient(90deg, #267360, #398e79);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container { background-color: transparent; background-image: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container > .video-iframe-container { display: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row > .video-iframe-container { display: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .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); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container { border-width: 0; border-radius: 0; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#D2rh2PcsnFi6JzQbqw9J7b1NUDQhzwdC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.5rem;left:72.5rem; }
#D2rh2PcsnFi6JzQbqw9J7b1NUDQhzwdC > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#EfO3NvFvedlqQWvCeVy4VfS8zIyKdOVU { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.4375rem;left:4.375rem;height:2.69791875rem;display:block; }
#lrisocWZ3HVZXKrgcu1qetc7IEp8nkOu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.875rem;left:4.375rem;height:1.125rem;font-style:normal;display:block; }
#y4NgZkZfTquUdAfDRJf1kWSnlXfJTJ3e { 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:3.125rem;width:3.125rem;top:2.1875rem;left:28.75rem;overflow:hidden;display:block; }
#wnBosbPB6soRZI4JXIfvmGOdbFIpOBgF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1.875rem;left:33.125rem;height:1.125rem;font-style:normal;display:block; }
#AQlbCiVBNhC4mCleycBuSTeKPBpU8E1O { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:3.4375rem;left:33.125rem;height:2.0989625rem;display:block; }
#N2FKFQr92lwm8aJyi46l67vqbrrDl6FX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:1.875rem;left:54.375rem;height:1.125rem;font-style:normal;display:block; }
#vmGwShQ1KBimrGgFTzomAlF0rg8gqkZF { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:3.4375rem;left:54.375rem;height:2.09895625rem;display:block; }
#Uhq6b2Dqok55azDdJKXU5W8tdi59FocO { 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:3.125rem;width:3.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#IzsyDnkW7Bl6u7tD392nPWVsoEIyU84k { 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:3.125rem;width:3.125rem;top:2.1875rem;left:50rem;overflow:hidden;display:block; }
#OWzUmhSIuVOcKWNvc4vd9vqyoc8VWGin { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:4.5625rem;left:33.125rem;height:1.04948125rem;display:block; }
#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { background-color: transparent; background-image: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container > .video-iframe-container { display: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { display: none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .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); }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { border-width: 0; border-radius: 0; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:20rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:0rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { background-color: transparent; background-image: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container > .video-iframe-container { display: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container { display: none; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .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); }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { border-width: 0; border-radius: 0; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.21875rem;left:0rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:8.40625rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.21875rem;left:18.75rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { color:#f4f4f4;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8.40625rem;left:18.75rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { color:#f4f4f4;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:8.40625rem;left:37.5rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.21875rem;left:37.5rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { position:absolute;display:block;z-index:15034;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:5rem;width:5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.875rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.21875rem;left:56.25rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:8.40625rem;left:56.25rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { background-color: transparent; background-image: none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container > .video-iframe-container { display: none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row > .video-iframe-container { display: none; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .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); }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { border-width: 0; border-radius: 0; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { color:rgba(var(--color-tertiary-0),0.85);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:28.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { position:absolute;display:block;z-index:15009;background-color:rgba(217,217,217,0.6);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.0625rem;width:7.5rem;top:0.55624961853027rem;left:22.28125rem;display:block; }
#O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { position:absolute;display:block;z-index:15010;background-color:rgba(217,217,217,0.6);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.0625rem;width:7.5rem;top:0.56354141235351rem;left:45.15625rem;display:block; }
#rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.4375rem;width:32.875rem;top:3.15625rem;left:21.0625rem;display:block; }
#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { border-width: 0; border-radius: 0; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-1),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:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { position:relative;display:block; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { background-color: transparent; background-image: none; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container > .video-iframe-container { display: none; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row > .video-iframe-container { display: none; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .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); }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { border-width: 0; border-radius: 0; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .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; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#JHg8EQaWcPa3UV07lDMbcD8nkfCQfQCX { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7IkQ21iJT4UoTnueqK91JlBwGTQnscb { color:#7f7f7f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0250015258787rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 { position:relative;display:block; }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 { background-color: transparent; background-image: none; }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .row .container > .video-iframe-container { display: none; }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .row > .video-iframe-container { display: none; }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .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); }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 { border-width: 0; border-radius: 0; }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .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; }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ERvsibpF9TH8lQXEqRlKNIsWqwghSTMQ { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MG41lorqOecEoyo2zW6fpk5PEkVIInMk { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.625rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNhdE9iQ9wyUlHAmRfwF0enTpJmVx2Nv { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7750015258789rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IzzSoB8TIuK0f4mAuGGpXqg8xSXEd0CX { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.7750015258789rem;left:25.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#or222hftPyv5GpLtiQHTRuQ97qEtV2kq { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#qLx7iZOuVBorHJqt2sOzUSDxpAX4ITHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JxuiDUPEIe5WxKWDgQ0Z0JMeeFiz45u9 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#U22r1Xe7EGK78946t3MBmKuIgxILZhhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQgBS80yAgWeEUUAxAQ0B5itPKL6N9Uz { position:absolute;display:block;z-index:15016;background-color:#cccccc;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.0625rem;width:51.25rem;top:6.8374938964844rem;left:23.75rem;display:block; }
#APTJzFw5u3RdXZtFG52HXfHA7DZtKxs6 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#GQgbrmU1JpFV8G8ZfwrLb2Tgl1sEE2mS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2h45yuOTkErTNIs81136ALVAMlXxXtg { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:51.25rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB { position:relative;display:block; }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB { background-color: transparent; background-image: none; }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .row .container > .video-iframe-container { display: none; }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .row > .video-iframe-container { display: none; }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .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); }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB { border-width: 0; border-radius: 0; }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .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; }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MkQ4RCyuqdF39SbwJ03AunxMTG2xJgXp { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDDXOBqTRJUFu1lPhq2PK0sE5Dmkvtyh { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.625rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKJkwnC5Apuo7c5SiGAgmerTDBGzbbXu { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7750015258789rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPXtsPShKUuBSKOL2MEm3s75Xguu8czk { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.7750015258789rem;left:25.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IS3kZzOsMa1wLUmC6yqWNqZGTnb5BN6m { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#HSJ1Hyn2pvfP2tqV7KWwGeSCUO2kV5TZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUXB35H29gReD0yDQiUwURrnchcudR10 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#a9EVSFmahRlQtrFFqr2TFhWHLVQMwrAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiHn6nISI6nbQGVLwuyoCppVmbihKwmy { position:absolute;display:block;z-index:15017;background-color:#cccccc;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.0625rem;width:25.625rem;top:6.8125rem;left:0rem;display:block; }
#ickK2HTqN8bLFbuqgXLQamCqlsaT66EF { position:absolute;display:block;z-index:15018;background-color:#cccccc;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.0625rem;width:25.625rem;top:6.75rem;left:49.375rem;display:block; }
#i3FQuOK4761FUi3ZOfTUng1R4gP0BMUw { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#es97J5roCX5SGbOPrgP6haTVt8EFqTuK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXDdNor9DMl6bIEXnCLWKqxJG8AUpgEx { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:51.25rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI { position:relative;display:block; }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI { background-color: transparent; background-image: none; }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .row .container > .video-iframe-container { display: none; }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .row > .video-iframe-container { display: none; }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .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); }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI { border-width: 0; border-radius: 0; }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .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; }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#emmOryOG4MPoTORBbkIl4XdJHDkDSvIm { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6oAs3ZMXmRtKPuAqfPTtZG2HhsRvmJb { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.625rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwcBCGk5VWfQWMTEnyU9I9q3tcs1ON6d { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7749996185303rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ovNfpusEVyZLFP15696AIEcVS4RVWHix { color:#267360;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.7749996185303rem;left:25.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3lZlDJV7hiyyGTr2xftcb0RE6AveSK7 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#PGygJ2swWqb29DKAIbgzG9RXRQNeeBns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aT75b3MXUNbuQMokxTHyMR82HP4F1qDL { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#oILtCDqPx7GArfgEgnpUnQgXuheOKGHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXodV7Gb4Kv482TvzO8Dsq6eASh1WidS { position:absolute;display:block;z-index:15016;background-color:#cccccc;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.0625rem;width:51.25rem;top:6.8374938964844rem;left:0rem;display:block; }
#bdEzSKTix5VySQ8oXCMndvnwKNFykmxk { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#KNtH0NAou2VI2EbGbeakiHs76ka9wiJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Twn0yJmHpsyoybpWhimDNXP9NR5IVfnO { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:51.25rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { position:relative;display:block; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { background-color: transparent; background-image: none; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container > .video-iframe-container { display: none; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row > .video-iframe-container { display: none; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .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); }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { border-width: 0; border-radius: 0; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .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; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:124.5625rem;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; }#EJIakWisGarKK5epJyGsKC9hvlAQL3rT { position:absolute;display:block;z-index:15064;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:16.5625rem;left:0rem;display:block; }
#RBqKKx8tMNitDqKODsVVUXIf4TuSlq78 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:10.3125rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#xr4inqHZ7iKEEu9zUoQnxySXJcZtKUDh { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:16rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#IQzMBw8TlJLHUNm4NJD7uuxIxzposuXn { position:absolute;display:block;z-index:15094;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:10.8125rem;left:0rem;display:block; }
#voeOJkdZCJvRGOrPqxorXxofCDcIMSgP { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:12.39999961853rem;left:1.875rem;height:1.31293125rem;display:block; }
#ifPNbHHm3Tu5ZEZi0pNO6KOmaMKDnVfJ { color:rgba(var(--color-tertiary-1),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:19.787506103516rem;left:1.875rem;height:1.31293125rem;display:block; }
#ymbrK4qqEtAFK845Hv29mAnoaHeZiv3F { color:#267360;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:2.39930625rem;font-style:normal;display:block; }
#n8lDivMxAteBNoewpoPRB57GpRVnursd { position:absolute;display:block;z-index:15066;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.9375rem;left:0rem;display:block; }
#KysRGlkUJyZqw8I23cGNOOdCcTi8N0ls { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:23.375rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#VV7AqC3qmgyR2znThnZdw143CRwXhsGD { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:27.1875rem;left:1.875rem;height:1.31293125rem;display:block; }
#FH6a0UPesHhOqvZ1149TwSPAonMmBFCs { position:absolute;display:block;z-index:15097;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:23.75rem;left:0rem;display:block; }
#mVpDpm2uy3ULOzC7qG3eD9cUJzgzFZvr { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:34.625rem;left:1.875rem;height:1.31293125rem;display:block; }
#hRbvJ1D7AKSOsfTculIwDMJHnUE72PeC { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:30.8125rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#NESe9yNoffedkDry1ovI2RaelR07hECe { position:absolute;display:block;z-index:15100;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:31.3125rem;left:0rem;display:block; }
#J5gV647PX8iP3KfZJbPFDGbgmZJAnfO0 { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:42rem;left:1.875rem;height:1.31293125rem;display:block; }
#T6xtcxR10H8OmKwe8MyekULgpr1f3Wn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:38.1875rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#zUhKJ4ArfxmDZVNuKMNFAaJGZLbq7ExL { position:absolute;display:block;z-index:15103;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:38.6875rem;left:0rem;display:block; }
#vcTi0q68cKxgZiCRvSg1Uxn2rb8T2mWH { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:45.625rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#pvb6gCguduGCHgTomRLT6Nl1V2pA2SOU { position:absolute;display:block;z-index:15106;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:46.0625rem;left:0rem;display:block; }
#qo3cWts0mprNXT4zEtXto6WliDVqmgXS { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:66.75rem;left:1.875rem;height:1.31293125rem;display:block; }
#ed4SvpUlAK3caKfQbUSZdAXZiIKeI9qK { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:62.9375rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#Hp9egrdsbUt8R60wcFeF6DlS3BV7W0qh { position:absolute;display:block;z-index:15109;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:63.4375rem;left:0rem;display:block; }
#fdvbVH7JwIMJBNgkLTT2DrInk8e1GavN { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:74.25rem;left:1.875rem;height:1.31293125rem;display:block; }
#pOyVLLA1A9A5O1KKI1baB1fzT0BrtIyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:70.4375rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#hlZCCo9bGSiumvlop1iQRNXwmiO85fso { position:absolute;display:block;z-index:15112;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:70.8125rem;left:0rem;display:block; }
#mOemTgLZw3DSiFQB6h9yVSXV6y77bbHS { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.5;letter-spacing:0;top:81.875rem;left:1.875rem;height:1.31293125rem;display:block; }
#WzaIOOg4BKSSOKc8x5cHSVLpwo2a12TN { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:78.0625rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#BQI7QJ3mgLf27LK5XkyKUffll3aqt1f5 { position:absolute;display:block;z-index:15115;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:78.4375rem;left:0rem;display:block; }
#DPRtDZAehaBOKoaBr7tKEkrJ52XER9Fi { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:85.5625rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#T70UChRrnZRB3lQnofX9K8IHbUZTgvNy { position:absolute;display:block;z-index:15118;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:85.9375rem;left:0rem;display:block; }
#eJPtmRG85h4eitTnuV2bpZ9VmCrpkltu { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:95.811206817625rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#ruW5wCPpZ64hD0nyFDOBRJnH9eWkMlQS { position:absolute;display:block;z-index:15121;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:96.186639785769rem;left:0rem;display:block; }
#CtmNaXiTVdRxhxTsJ0gmVLwCwrEqGVDW { color:rgba(var(--color-tertiary-1),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15126;line-height:1.5;letter-spacing:0;top:99.624139785769rem;left:1.875rem;height:1.31293125rem;display:block; }
#rOK0roo5b7vPEvZtRnDWmmNPtPtT2egM { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:110.62414169311rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#pTE93cShT710Tcl8kcCBQss2o9rHPLiS { position:absolute;display:block;z-index:15124;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:110.99957275391rem;left:0rem;display:block; }
#ez4NWgmJwG11i0ZM0NRR2hBZJxBBOHHy { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:51.4375rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#fTBG8ZWlkTEE78qLUwb9kxLhuatvtT1y { position:absolute;display:block;z-index:15108;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:51.875rem;left:0rem;display:block; }
#K4JMzLMimPT9p0mTddAM1bKE3shCTabo { position:absolute;display:block;z-index:15097;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:57.75rem;left:0rem;display:block; }
#BHvuVwPXhoxpwrboB2HLTVrCndIeMNQG { color:rgba(var(--color-tertiary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:57.25rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#rbSdXQuCzET9fXvfPFeEDauVdcZHFqGS { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:59.3125rem;left:1.875rem;height:1.31293125rem;display:block; }
#qTFk8aR7PUUGwx9wS1109IngnTZyCXaC { color:rgba(var(--color-tertiary-4),1);display:block;width:69.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:116.62392425537rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#cwNmmga0l22a0Z0E7zsxUokwPZFUSnXJ { position:absolute;display:block;z-index:15124;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:117.12414169311rem;left:0rem;display:block; }
#RNdimEs68igGpWtfCE6KOWoelWtSuy4b { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15129;line-height:1.5;letter-spacing:0;top:120.43685913086rem;left:1.875rem;height:1.31293125rem;display:block; }
#PVUElvvNURDoHrp8HEcXl0ubGvMmKLvt { position:absolute;display:block;z-index:15067;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5.0625rem;left:0rem;display:block; }
#cqoPfuZbTudGybTLhBHa1TmIFmruyt89 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:4.5rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#OCVRmyEotxv2FZkc6Igmwq0Faq6xCpFx { position:absolute;display:block;z-index:15100;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:92.062076568606rem;left:0rem;display:block; }
#t3WNpwLdcdmPUki4Gr0AwTycrm18Qs0S { color:rgba(var(--color-tertiary-4),1);display:block;width:71.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:91.561859130863rem;left:1.875rem;height:1.79976875rem;font-style:normal;display:block; }
#SM7MEzp5FyITii99hzNLDmqkBcPk7gIW { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:103.1875rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#l2NICRazH5ZXX2AQuD8kqeRd5H9Xr6JX { position:absolute;display:block;z-index:15124;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:103.5625rem;left:0rem;display:block; }
#GMT50h4Og4d0gHSJ15zQyRB2CoQHM8WO { color:rgba(var(--color-tertiary-1),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15129;line-height:1.5;letter-spacing:0;top:107rem;left:1.875rem;height:1.31293125rem;display:block; }
#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ { position:relative;display:block; }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ { background-color: transparent; background-image: none; }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .row .container > .video-iframe-container { display: none; }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .row > .video-iframe-container { display: none; }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .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); }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ { border-width: 0; border-radius: 0; }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .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; }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:111.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; }#p1ypZTkSylEfVBP3KLcUlikNDDC9svCn { position:absolute;display:block;z-index:15064;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:8.125rem;left:0rem;display:block; }
#mIQxLySiEibCfDWerDSVi9w66wvGV0e1 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:3.5995375rem;font-style:normal;display:block; }
#IUtPvF1PuEMG2MJV2o3h9zw3dzCNbIms { color:rgba(var(--color-tertiary-4),1);display:block;width:70.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:7.5625rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#KpE7U4G5UFNDxEtTiVsL04JnqDZtiU3x { position:absolute;display:block;z-index:15094;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.5rem;left:0rem;display:block; }
#u6E3yaXZPrchiTAkIcBl8oSa2SHliUl7 { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:3.8375015258789rem;left:1.875rem;height:1.31293125rem;display:block; }
#xOrqZKZwABuony9w4ZPAMDcb8QPZ9Dux { color:rgba(var(--color-tertiary-1),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:11.349998474121rem;left:1.875rem;height:1.31293125rem;display:block; }
#CEQxt24pTOzxRlLqhDxpXlDwazHGd2l1 { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:14.9375rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#wchPTdJdX1Ptvd61k9AtRJdekk0DyQGB { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:18.75rem;left:1.875rem;height:1.31293125rem;display:block; }
#HKcCVPES0fOHCnevSrwvSXxTFTOLCpFk { position:absolute;display:block;z-index:15097;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:15.3125rem;left:0rem;display:block; }
#NGyo86nSrDpQyVuTlFMovaNXG2luIfH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:106.93576049805rem;left:58.624132156372rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IBuUMWLxHBBkZNzsdC9RQ3wx2bPeWDWS { 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:15104;opacity:1;top:105.56011962891rem;left:73.43750190735rem; }
#U5fJkMMwW62TnhebsTcyHLFxyw1fymWS { background-color:rgba(0,0,0,0);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0623125rem;height:2.6237rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:106.95855712891rem;left:58.935548782349rem;display:block; }
#S4xSJPn9eTHXqQNR28vNShEWK0LzucgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uh4lcOvZVzRNCwLUM1s8fdQ5z2HSPgGI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:106.87176513672rem;left:2.1875rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zhsAwTBIsaaHxfmBt4NQP8h0HrsTtquh { 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:15105;opacity:1;top:106.99655151368rem;left:0rem; }
#vy9iqS2C8Q8iTMVaompzvEUt5NudU4pJ { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:26.25rem;left:1.875rem;height:1.31293125rem;display:block; }
#OAKwhXCTrFPN2TaZTukGKAHx0w87ix17 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:22.4375rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#N2QevDeIW36uGsgHGxL4T9GEBwh0vn5O { position:absolute;display:block;z-index:15100;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:22.9375rem;left:0rem;display:block; }
#ZRqkLJdMXEt3SVLeOS2JImvdQtqnazFO { color:rgba(var(--color-tertiary-1),1);display:block;width:63.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:44rem;left:1.875rem;height:1.31293125rem;display:block; }
#cIoG8u33rO0LTkKonANBpBAMeoFDlUL9 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:30rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#MBXsIsaT8hiy9T1o96fRUxTAV1JM8y4x { position:absolute;display:block;z-index:15103;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:30.5rem;left:0rem;display:block; }
#uSdWbIKXIxOFcvTkZTNnuL5GIsgboKZP { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:40.187072753906rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#MHJ3l3aasyT52C9MkCU7xdswQLB6My0T { position:absolute;display:block;z-index:15106;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:40.624359130859rem;left:0rem;display:block; }
#RAg5BT7bzUO5CQKHsMntTIMEcTdqTxWH { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:63.124359130863rem;left:1.875rem;height:1.31293125rem;display:block; }
#ac6nSMReJxdPTF8ufF4ffgL456pqnaUD { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:59.3125rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#aSharDlzPXZ9fXnoSQPClW4y5Z6XOgxl { position:absolute;display:block;z-index:15109;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:59.811645507812rem;left:0rem;display:block; }
#NnNG5C3TQqFugLuRCLmTrtwKtnLVtO4W { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:70.68728637695rem;left:1.875rem;height:1.31293125rem;display:block; }
#waNHb4PKqtdngNRtamzUpvPg3QXzJtbQ { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:66.874359130863rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#RiVhRSIdZ2pish8TK5LCKDqKdH4cgCeq { position:absolute;display:block;z-index:15112;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:67.24978637695rem;left:0rem;display:block; }
#JsNwlhCsMT9Nt7oB4nUc2tbSqi0CETJq { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.5;letter-spacing:0;top:78.124145507812rem;left:1.875rem;height:1.31293125rem;display:block; }
#A82zOenxWatDhluSyudObs2vbh6HQAdb { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:74.43728637695rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#Rw2DU1mKnq9boJ2XlfVd5GnIW51aqAof { position:absolute;display:block;z-index:15115;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:74.811645507812rem;left:0rem;display:block; }
#CqAb4rgtnJntXAecUyMHoT6m86nzbnwi { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:82.062072753906rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#A1UR0iTJrfb5MP80R9h291g3gtuDTM0n { position:absolute;display:block;z-index:15118;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:82.4375rem;left:0rem;display:block; }
#dFkoQB2lL6o6LtT2HqEM0Bs2WbybbhbK { color:rgba(var(--color-tertiary-4),1);display:block;width:69.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:88.43576049805rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#qTOl38uQFyp1EXdUWItA3xGCQJQrZ234 { position:absolute;display:block;z-index:15121;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:88.99783325195rem;left:0rem;display:block; }
#WpxMWfeGKnF2yGUgHLbZVuncTv4Q7fuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:47.624145507812rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#RCTrJWVkrBJBH4z1aqvhfFyWDP6TBISo { position:absolute;display:block;z-index:15108;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:48.0625rem;left:0rem;display:block; }
#mVufFWew3DO335heE8XTIVnFKWAXZWrV { position:absolute;display:block;z-index:15097;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:54.061859130859rem;left:0rem;display:block; }
#KZWuOUPaexB7X4x8I4ADWRuoeF5OV3yO { color:rgba(var(--color-tertiary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:53.561645507812rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#rfspx689FtHuymdKiJbovq4irRmp7o5c { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:55.624359130859rem;left:1.875rem;height:1.31293125rem;display:block; }
#LXDleqWFdD5UCzBubvsxBTrxqrrStuip { color:rgba(var(--color-tertiary-4),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:94.810974121094rem;left:1.875rem;height:5.3984375rem;font-style:normal;display:block; }
#yOw6mXxnPnptiWSMbUG8tZv66uwn47FK { position:absolute;display:block;z-index:15124;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:95.435974121094rem;left:0rem;display:block; }
#vdwhalrXm78fDplqc4xM5l5fONTW9x63 { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15129;line-height:1.5;letter-spacing:0;top:100.43597412109rem;left:1.875rem;height:2.625rem;display:block; }
#rDuDeinO9taa7Xko6A6LDZ2towzgrRGr { position:absolute;display:block;z-index:15102;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:36.3125rem;left:0rem;display:block; }
#Efom8mA0bOSXUq7nSegJyn1VKtwstbOI { color:rgba(var(--color-tertiary-4),1);display:block;width:71.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:35.8125rem;left:1.875rem;height:1.79976875rem;font-style:normal;display:block; }
#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 { position:relative;display:block; }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 { background-color: transparent; background-image: none; }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .row .container > .video-iframe-container { display: none; }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .row > .video-iframe-container { display: none; }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .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); }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 { border-width: 0; border-radius: 0; }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .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; }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.5625rem;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; }#lBC5Ha474nNeV740kkRrxIXm9IowTT8s { position:absolute;display:block;z-index:15064;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#zQTiM7N3KVbbasyBT8kzxwG6cCu8GQzE { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:4.5rem;left:1.875rem;height:1.79976875rem;font-style:normal;display:block; }
#zuxHwNo1Vp1wV9UJbauDcnyrdntnvLCf { position:absolute;display:block;z-index:15070;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:10.75rem;left:0rem;display:block; }
#uKGX9tGav4kXxBHpET5qJwM8ekFua7ft { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:10.1875rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#AqAAhIbURyXmP10b8rc93upBoVs9U3Du { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:17.625rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#GNhdSdykITJ8mxMQN42Br1OtIi0Ic1h6 { position:absolute;display:block;z-index:15073;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:18.125rem;left:0rem;display:block; }
#DVVXwlSBP9Mh796Ubkk72ZDTzn20yAB6 { position:absolute;display:block;z-index:15075;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:32.875rem;left:0rem;display:block; }
#s8Dd4Li8565mZDh7sTg0ycVnTCz1npX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:32.5rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#ueHbXEmnBptiDX8LKFBJ6erGL2CmAnpN { position:absolute;display:block;z-index:15076;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:25.5625rem;left:0rem;display:block; }
#dt77NCNpQ9fIMlqCIxfuLH95fZBtCywm { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:25.0625rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#ooM4bRCxuP6s7VxoNyeka3Eds35ktdF1 { position:absolute;display:block;z-index:15077;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:50.536676406861rem;left:0rem;display:block; }
#K33G8eiO0ArLkJpmWpKU2AbxFiKWbEUv { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:50.162328720093rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#W0Tb7xq6226LCLqF2C23CoAvlATX0VQc { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:65.036893844606rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#STQmJ5eLVaA9XBRAFbFarkklPr2KEpi3 { position:absolute;display:block;z-index:15094;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:65.412328720094rem;left:0rem;display:block; }
#i0ep1fIIANt0QvMmKAdpo2QAfpodGef9 { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:6.5249938964844rem;left:1.875rem;height:1.31293125rem;display:block; }
#taUepihnsCMDU7ARKoriZXqVQoB9SDn7 { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:21.41250038147rem;left:1.875rem;height:1.31293125rem;display:block; }
#xTru41WAbSQNnmBNQEGm114phJTugfnP { color:rgba(var(--color-tertiary-1),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:54.011068344116rem;left:1.875rem;height:1.31293125rem;display:block; }
#a2Q6R4RR7FtrtQWFraPuNbnn76kmo8mM { color:#267360;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:2.39930625rem;font-style:normal;display:block; }
#eUe0uu1eMRi7To5xlTgsoCmkhbQSqrBR { position:absolute;display:block;z-index:15066;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.9375rem;left:0rem;display:block; }
#kV8vOcvQi1QKQJPkQTo5e2ZZnTxZKI5H { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:13.975006103516rem;left:1.875rem;height:1.31293125rem;display:block; }
#O61icc7PngRGycICB1R38SdncMl9pAKU { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:40rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#uVvGHsdZSWwlTE4VUbciTkSRLTMRW2Sn { position:absolute;display:block;z-index:15078;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:40.375rem;left:0rem;display:block; }
#x88TPSyssTo4eaFlmaELI3wxIwiKAki6 { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:28.961458206177rem;left:1.875rem;height:1.31293125rem;display:block; }
#eThX2catht6NMu87S5retiVgpdwZ3ykR { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:36.28750038147rem;left:1.875rem;height:1.31293125rem;display:block; }
#wKvcs2OPZ9etIirVcR7MJsSam4bDq6sr { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:57.8125rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#ymr5FZR8uJr2iU3fB13kqvJSwZPTy94N { position:absolute;display:block;z-index:15080;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:58.1875rem;left:0rem;display:block; }
#ePvKq04apGtiFVHhgdvJtzH8FvTErfVa { color:rgba(var(--color-tertiary-1),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:61.625rem;left:1.875rem;height:1.31293125rem;display:block; }
#RXEiWAJhpyb1eCCZuPTTS68FQ8VhszZS { color:rgba(var(--color-tertiary-4),1);display:block;width:71.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:46.125rem;left:1.875rem;height:1.79976875rem;font-style:normal;display:block; }
#zm0GMQwV3xRThHDT8raEhkBL5VQ7glil { position:absolute;display:block;z-index:15098;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:46.625rem;left:0rem;display:block; }
#Wf2tAPGVVDUSyZtk5VzQL8y68Sd7NufK { position:absolute;display:block;z-index:15080;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:58.1875rem;left:0rem;display:none; }
#nPtlR4c9OeViaihTNfA10NOfT8M18LsN { position:relative;display:block; }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN { background-color: transparent; background-image: none; }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .row .container > .video-iframe-container { display: none; }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .row > .video-iframe-container { display: none; }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .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); }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN { border-width: 0; border-radius: 0; }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .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; }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:117.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; }#rdREVGS2WgfqF6gwcl6MzTISnEkbSWhv { position:absolute;display:block;z-index:15064;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:8.375rem;left:0rem;display:block; }
#DWQgeq4MvrBr0gatwob45g2VGgQ8GQ4u { color:rgba(var(--color-tertiary-4),1);display:block;width:71.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:2.125rem;left:1.875rem;height:1.79976875rem;font-style:normal;display:block; }
#IfrFaUglsmwKfQ86axrZJxTG3HOTMu5r { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:7.8118476867675rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#JTR1a5enMKTdoeImFP0CovhIU1eiZNik { position:absolute;display:block;z-index:15094;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2.6241302490234rem;left:0rem;display:block; }
#vheviCk9f1LKmzZ3xKeEGs5W1EZX3hku { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:4.1497383117676rem;left:1.875rem;height:1.31293125rem;display:block; }
#NITF9osT9PqUnDDeJ4USROo03lVrh76F { color:rgba(var(--color-tertiary-1),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:11.59982585907rem;left:1.875rem;height:1.31293125rem;display:block; }
#c2KfkJWDX07BoBt4yWyMTd5f8vtZTaAr { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:15.187066078186rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#ihOGuxncHM3l2SbDcHzvDHBiOauQwk8t { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:19rem;left:1.875rem;height:1.31293125rem;display:block; }
#HsxMXBsmwGzdaIbV7ycTykPTu02MluFA { position:absolute;display:block;z-index:15097;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:15.5625rem;left:0rem;display:block; }
#Zro4Zd1bic96stDABfBfJFpTCBQVwRiZ { color:rgba(var(--color-tertiary-1),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:28.084503173828rem;left:1.874276638031rem;height:1.31293125rem;display:block; }
#MatRAZ845aVQyIsuGivvNAcHx8NewQy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:22.561849117279rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#Qq4vP4MKEZSzICROzFvUOIihAm6IBQ1H { position:absolute;display:block;z-index:15100;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:23.062066078186rem;left:0rem;display:block; }
#IoqmvTXwzn3B32LLEQJ5nnAtrmUr1aGv { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:31.810764312744rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#SBXNztVCFuID0beaQyh7OCO6A03VmlCL { position:absolute;display:block;z-index:15103;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:32.310981273651rem;left:0rem;display:block; }
#oKzXD2x5GA8fHGscTCvRnEmS4mbdkVb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:39.374349594116rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#TWWp27CUUFr5AfkGl4SQd2AMfhX3UKvN { position:absolute;display:block;z-index:15106;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:40.124133110046rem;left:0rem;display:block; }
#QTtTTlGDILC5myr92khkZpmEsP2itHTQ { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:80.435516357425rem;left:1.875rem;height:1.31293125rem;display:block; }
#UQI0Qu3TflxWPd9rLCDbdqCBkvRuSgHo { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:76.622589111325rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#e3T8aXRNxdAlRCcTvD3438wN7PMTFTn4 { position:absolute;display:block;z-index:15109;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:76.81033325195rem;left:0rem;display:block; }
#TI1ro2h9hvT2fakh2hzOeRKhocBz2vBm { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:87.74783325195rem;left:1.875rem;height:1.31293125rem;display:block; }
#NM2DKFygEUXyCJARsteZPS85z3ta3nDn { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:83.936004638675rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#gJHND1TWxPkddiZbJKBaEDcXc2oosPZL { position:absolute;display:block;z-index:15112;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:84.31033325195rem;left:0rem;display:block; }
#emLtXxtlT011s2FfmuVcOnKwUJk8yuQI { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.5;letter-spacing:0;top:95.373687744137rem;left:1.875rem;height:1.31293125rem;display:block; }
#KTbaD4PTUNCVpJ39B0amVrTPTpG14UUW { color:rgba(var(--color-tertiary-4),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:91.49783325195rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#g41kATvNnWUhrDPezim9zgFnoT3dOa3R { position:absolute;display:block;z-index:15115;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:91.87326049805rem;left:0rem;display:block; }
#Bx7K1yDczKfCld5QGSQdwfWb1r8ieZ65 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:98.623504638675rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#XTvcoEOT315AFkSyRQ6NdgUH7BdXFeeu { position:absolute;display:block;z-index:15118;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:98.99783325195rem;left:0rem;display:block; }
#EyTO6xWpJOF1g5gPaKbCpMDXKZGPcAt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:104.93530273438rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#kcETmAdDN0bqJbaus4DZTMcIo7lX6EDV { position:absolute;display:block;z-index:15124;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:105.43444824219rem;left:0rem;display:block; }
#rnJ1efEtogyk3qzmabHV4TALzMGMWzVN { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:49.811614990234rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#otTFu4fT9PvxT2oxLD1aIdKpMeoueoHp { position:absolute;display:block;z-index:15108;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:50.248901367188rem;left:0rem;display:block; }
#TetJSlTFxkBDfwFb41NT3d5H7vpghT9g { position:absolute;display:block;z-index:15097;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:71.622589111325rem;left:0rem;display:block; }
#u60v5760Z5mhOvTO7EbXFTleafa64W7h { color:rgba(var(--color-tertiary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:71.123504638675rem;left:1.875rem;height:1.79976875rem;font-style:normal;display:block; }
#HIEQK8FOJX7X4NFCtwfgfFL5lwWBJd7J { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:73.185089111325rem;left:1.875rem;height:1.31293125rem;display:block; }
#g6wUrwl0qhWpzK78aE3FkHSubTw1qWTc { 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:15110;opacity:1;top:111.92901611328rem;left:0rem; }
#sUKfVm9bSdk9AVc2rBLeaAT49s4APGlz { color:#c7c7c7;display:block;width:14.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:111.80969238281rem;left:1.875rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HEmPu5Bm86oe01AG4L0G7M9gVTx6GVwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:111.80969238281rem;left:59.561632156372rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UfeMr8TEPomdfOUDe6sK2Ozp8vn3wxpy { 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:15109;opacity:1;top:111.93444824219rem;left:73.43750190735rem; }
#DXGJvQ6rCtZpl8sfHg1myCrBeydb8Tdn { color:rgba(var(--color-tertiary-1),1);display:block;width:41.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:35.596984863281rem;left:1.875rem;height:1.31293125rem;display:block; }
#EGxrE1ghmVKiIAkJKIzd7CJEtLD1ky9p { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.6;letter-spacing:0;top:65.247589111325rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#V0GWqkEv5Td85vp52nFQgfX8PNgLm1S4 { position:absolute;display:block;z-index:15110;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:58.185417175293rem;left:0rem;display:block; }
#LQxwztqhNVK3aGrBkmrXxr7g2OHoJZdW { color:rgba(var(--color-tertiary-1),1);display:block;width:41.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15100;line-height:1.5;letter-spacing:0;top:53.723510742188rem;left:1.875rem;height:1.31293125rem;display:block; }
#TEiOozeLg31vTXV0XJyJqHdNVGBTsAye { color:rgba(var(--color-tertiary-1),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.5;letter-spacing:0;top:61.529754638672rem;left:1.9997844696045rem;height:1.31293125rem;display:block; }
#CKCxGmDqp6AI66GFzT1E7uNe9LTbZ5g1 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:57.547332763672rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#aDNR5hst0FmX839J5Euxkqd8DUkHlzww { position:absolute;display:block;z-index:15110;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:65.811458587644rem;left:0rem;display:block; }
#rOdrmg9g9NiUUvHPTUz1vi04OIyU1kaN { position:absolute;display:block;z-index:15096;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:46.0625rem;left:0rem;display:block; }
#rTvne4MzaSxzu2nQVoR7RaXwJB4LcHVE { color:rgba(var(--color-tertiary-4),1);display:block;width:71.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:45.5625rem;left:1.875rem;height:1.79976875rem;font-style:normal;display:block; }
#heVmw4D7aWn1Mh2PKCRgtsyQ9IemCQxn { background-color:rgba(0,0,0,0);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.62395625rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:111.3984375rem;left:0rem;display:block; }
#gx0LAQ7855Nz6kgWebdzqTHXAqtwMIdB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqTl99MrXLECLCAMuVMENDKKkEer2O8V { position:relative;display:block; }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V { background-color: transparent; background-image: none; }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .row .container > .video-iframe-container { display: none; }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .row > .video-iframe-container { display: none; }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .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); }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V { border-width: 0; border-radius: 0; }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .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; }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#TCrEAfoTX5vv634Ob4s90Xiq0PiTaKox { position:absolute;display:block;z-index:15064;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:6.25rem;left:0rem;display:block; }
#e2zJSLKDwV0WdyNISHa4KiF7neJK3hng { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:5.75rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#CpbGJeoDQw2DdhfOenmPLAP8HQo43JdS { position:absolute;display:block;z-index:15070;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:10.125rem;left:0rem;display:block; }
#SPZXZDuKBAZNunvJUuh9DqOoWIRfeNpa { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:9.5625rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#Wiq0LpxcpivUE1RGT4AnxbTCW1S1beu2 { color:#267360;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:2.39930625rem;font-style:normal;display:block; }
#Reosa6eMMAyQW6PAS0qsh2S8cFZ5WoeQ { position:absolute;display:block;z-index:15066;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.9375rem;left:0rem;display:block; }
#HFfbPFir5MVkTEUIKfoyOIxIkXxLSuxE { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:13.35000038147rem;left:1.875rem;height:1.31293125rem;display:block; }
#mHazscTaqIaNcbJOH7bNehaRGkSfC07c { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:18.10000038147rem;left:1.875rem;height:6.1875rem;font-style:normal;display:block; }#mHazscTaqIaNcbJOH7bNehaRGkSfC07c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mHazscTaqIaNcbJOH7bNehaRGkSfC07c li:before{  }
#z4X46LU877xFw4Gt1UcaCgaQMZNiMIU6 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:15.75rem;left:1.875rem;height:1.3125rem;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; }
#N4O1I82gXPMJQMZDrq0lTZ4N2ABL5w4l { position:absolute;display:block;z-index:15075;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:29.3125rem;left:0rem;display:block; }
#piDWl9s4gyTgqDOCi3An95pkCSO7JCWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:28.75rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#TovggSezJLK8uWigdANkiaE3vChx9xhf { color:rgba(var(--color-tertiary-1),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.5;letter-spacing:0;top:32.53750038147rem;left:1.875rem;height:1.31293125rem;display:block; }
#QFc5kIePeLFuZWDV4tfivsWfF22c9lOg { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:34.9375rem;left:1.875rem;height:1.3125rem;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; }
#cFaqqT8wKxT2e1aHZDUhFiaoOzGhswHc { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:37.35000038147rem;left:1.875rem;height:4.5625rem;font-style:normal;display:block; }#cFaqqT8wKxT2e1aHZDUhFiaoOzGhswHc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cFaqqT8wKxT2e1aHZDUhFiaoOzGhswHc li:before{  }
#E1Q1xioo837FlwsyoFRtW4cZzdUSTZP6 { position:absolute;display:block;z-index:15066;background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:47.6875rem;left:0rem;display:block; }
#TTxJFqI2uFlpf35B4UCQ5ly7WX8aScF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:47.1875rem;left:1.875rem;height:1.80013125rem;font-style:normal;display:block; }
#RRlUpnHuMg9U68K2w8GH9eR01PFVlxfK { position:absolute;display:block;z-index:15080;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:51.0625rem;left:0rem;display:block; }
#RRnLZUZveX9gA2LN89nEEqH7F7zvaEFB { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:50.5rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#MVVUsdv8mPOOzOX5MTO5ZCumQyzO5H9S { color:rgba(var(--color-tertiary-1),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:54.28750038147rem;left:1.875rem;height:1.31293125rem;display:block; }
#nLPlPZ0bQJWxkUG39fBdWdL23IBobcx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:56.6875rem;left:1.875rem;height:1.3125rem;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; }
#hW6KTkKGui4oENOpsa1BB5fHNF0o6RsD { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:59.03750038147rem;left:1.875rem;height:4.5625rem;font-style:normal;display:block; }#hW6KTkKGui4oENOpsa1BB5fHNF0o6RsD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hW6KTkKGui4oENOpsa1BB5fHNF0o6RsD li:before{  }
#GyaTsFKB9o0z4TSDwNmmzdcsmRtEffZn { position:absolute;display:block;z-index:15085;background-color:#267360;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:68.875rem;left:0rem;display:block; }
#wyFmQIobaPaFzv6PMuG6CpCCpZmrMbFh { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:68.3125rem;left:1.875rem;height:3.5989625rem;font-style:normal;display:block; }
#AyrmvyKN36dsbl4sbEDp8Mfa5xKKLsFy { color:rgba(var(--color-tertiary-1),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.5;letter-spacing:0;top:72.0625rem;left:1.875rem;height:1.31293125rem;display:block; }
#m6gQHyNhCbDPZ2LHZgUzXi0cySN7qA1g { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:74.5rem;left:1.875rem;height:1.3125rem;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; }
#fgcvU91GOTZv60kTg72ZGngI4zGDKngp { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:76.9375rem;left:1.875rem;height:7.8125rem;font-style:normal;display:block; }#fgcvU91GOTZv60kTg72ZGngI4zGDKngp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fgcvU91GOTZv60kTg72ZGngI4zGDKngp li:before{  }
#RitmPqKVWx0s7FWlRNJeqoxSpAPbeVb9 { color:#267360;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.5;letter-spacing:0;top:2.5874996185302rem;left:1.875rem;height:1.31293125rem;font-style:normal;display:block; }
#qtzfSpDlUT2UCdeCmODVmgfn8iArQ2NI { color:#555555;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:25.41250038147rem;left:1.875rem;height:1.22540625rem;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; }
#Vobbgl191nv14sR4RoSMEnGbMfd2CP4L { color:#555555;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:43.125rem;left:1.875rem;height:1.22540625rem;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; }
#nhxQxbHF9xaqkuGhcCubCGPL1KVVSUyr { color:#555555;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:64.65625rem;left:1.875rem;height:1.22540625rem;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; }
#QwxZa4d8Rc1uARLblJTbqcleTukeN2Q5 { color:#555555;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:85.9375rem;left:1.875rem;height:1.22540625rem;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; }
#C8cITErXxkilTW1pK30etGVlMoJTBp8P { position:relative;display:block; }#C8cITErXxkilTW1pK30etGVlMoJTBp8P { background-color: transparent; background-image: none; }#C8cITErXxkilTW1pK30etGVlMoJTBp8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .row .container > .video-iframe-container { display: none; }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .row > .video-iframe-container { display: none; }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .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); }#C8cITErXxkilTW1pK30etGVlMoJTBp8P { border-width: 0; border-radius: 0; }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .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; }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW { position:relative;display:block; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW { background-color: transparent; background-image: none; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .row .container > .video-iframe-container { display: none; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .row > .video-iframe-container { display: none; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .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); }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW { border-width: 0; border-radius: 0; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .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; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;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; }#znA8pP8GXUDXIHWooiBB9egEB3IvuUlC { color:#787878;display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lbE1Wqz2bVAW9iXPLf6MLKXFIKPbyC2e { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:3.1875rem;left:1.875rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHEVrcqbkpaccMqItTyNvhLd4m9NIE8g { position:absolute;display:block;z-index:15105;background-color:#b9b9b9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.25rem;left:0rem;display:block; }
#N4KGNAH2cGgI41wTbw09FZDrSqXHzsCa { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:1.5625rem;left:1.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS { position:relative;display:block; }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS { background-color: transparent; background-image: none; }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .row .container > .video-iframe-container { display: none; }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .row > .video-iframe-container { display: none; }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .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); }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS { border-width: 0; border-radius: 0; }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .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; }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;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; }#HCUyEEusf4V2T7mtAKU7LqPWv4T0ZzFO { color:#787878;display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AdFWENALim043oMWl4SSiR1MAOlgD8fM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:3.1875rem;left:1.875rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J3NAseTcIauQCTcO5EFUpLssbUcridaS { position:absolute;display:block;z-index:15105;background-color:#b9b9b9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.25rem;left:0rem;display:block; }
#f0v089xcPGgVaguVNELJ6acCoD1QkXCo { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:1.5625rem;left:1.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y0Md6qiwG2bEncJWtrXmPkl3yNmF57XP { background-color:rgba(var(--color-tertiary-0),0);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:1.875rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:3.1875rem;left:1.875rem;display:block; }
#OCPKag1f0pLZRSrPED9PIlp2KSNt5TbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { position:relative;display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { border-width: 0; border-radius: 0; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { position:absolute;display:block;z-index:15000;background-color:#e6e6e6;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:75rem;top:0.625rem;left:0rem;display:block; }
#AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { color:#b7b7b7;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.11249923706055rem;left:6.25rem;height:1.137875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:14.5rem;top:0rem;left:30.25rem;display:block; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.460625rem;padding-right:0.408125rem;padding-bottom:0.460625rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.474375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.841875rem;font-weight:700;line-height:39.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.26625rem;height:0.978125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.690625rem;font-weight:400;line-height:15.65px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.0625rem;height:4.66125rem;padding-top:0.575625rem;padding-right:0.583125rem;padding-bottom:0.575625rem;padding-left:0.583125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1rem;left:28.385414123535rem;z-index:15004; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl { width:auto; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
#U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { background-color:#267360;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-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:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.625rem;left:29.375rem;display:block; }
#aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { border-width: 0; border-radius: 0; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.75rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { border-width: 0; border-radius: 0; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:25.625rem;display:block; }
#um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:0rem;display:block; }
#tleLNEu8E9lIppcS8X0f9DI580rbqQHs { position:absolute;display:block;z-index:15015;background-color:#9396ea;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.0625rem;width:51.375rem;top:4.3500061035156rem;left:23.6875rem;display:block; }
#lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:51.25rem;display:block; }
#wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GC5bi4kM3kKX1UzbMq009liLLizEhR2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { border-width: 0; border-radius: 0; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#IapNmIlFyUxkXwSCupIf45LMHswQvg1S { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:25.625rem;display:block; }
#AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { position:absolute;display:block;z-index:15014;background-color:#9396ea;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.0625rem;width:25.625rem;top:4.375rem;left:0rem;display:block; }
#fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:51.25rem;display:block; }
#pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { position:absolute;display:block;z-index:15015;background-color:#9396ea;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.0625rem;width:25.625rem;top:4.375rem;left:49.375rem;display:block; }
#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { border-width: 0; border-radius: 0; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:25.625rem;display:block; }
#fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANJU77UqR9faqsmpFTZItLeqPCuTcVky { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9396ea;border-left:0.0625rem solid #9396ea;border-right:0.0625rem solid #9396ea;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:23.625rem;top:0rem;left:51.25rem;display:block; }
#E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { position:absolute;display:block;z-index:15015;background-color:#9396ea;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.0625rem;width:51.3125rem;top:4.3500003814697rem;left:0rem;display:block; }
#koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { background-color:rgba(147,150,234,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.6875rem;left:53.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { border-width: 0; border-radius: 0; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#AtMU3VUlWr08gizbazaWDCcehzX4PPyX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#Vrebawh0yPXpRABxG47HVE8TAi42MCiZ { background-color:rgba(var(--color-secondary-1),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#tBuos8TvNp2uE9iywkkwCIS1BcfIUBkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFGQ3QZyG4RL4y9oElLm5wKn0DVt8yae { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:6.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SSTQx1r7LlzeNurR8TZJxlFvRGFTRFux { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTEBCLHqek86qmcTPIkhrIu4glRfCIxb { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iad5wWveJ4Tcu8E8XvJ3M3lRdAtcBsId { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cks6DcX78cwyFK9nTs1nW0HHZN9yXUmc { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.519790649414rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJqxItpMoprxDCRXI6lnReK7CqgbgmrL { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0J1AH7teMTwAcqeHFevz3J9yIiNg6VI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.125rem;left:19.0625rem;overflow:hidden;display:block; }
#czQbt6OTbccfsFuepbr1genWaCpTwSUo { 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:3.125rem;width:3.125rem;top:3.1875rem;left:52.8125rem;overflow:hidden;display:block; }
#ud6L3xkMTTCTTLLTSqxMgzh6rW7NtQXL { background-color:rgba(var(--color-secondary-1),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#TeQllTTXgO0xhukUXXzDLryHazhW9obL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rq0xNHsZMZtHNxr2ndha540AVpGiUVqd { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.650001525879rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLPVOZh4suql4lCX7oOyULPiVhL8PHLL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yLPVOZh4suql4lCX7oOyULPiVhL8PHLL > .row .container { border-width: 0; border-radius: 0; }#yLPVOZh4suql4lCX7oOyULPiVhL8PHLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLPVOZh4suql4lCX7oOyULPiVhL8PHLL > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#urLqm3iBSMTr9S2aoWy3nH6Hd3p27u3A { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:33.125rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#lFhkFKvvzTHPVJQIMWNUsNWkrfCQsy8K { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:31.875rem;width:30rem;top:1.875rem;left:39.375rem;display:block; }
#MTpgVeW6FAsFuUmQwiG8gCpQkSFzv2Zd { background-color:rgba(var(--color-secondary-1),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.0625rem;left:46.25rem;display:block; }
#wCHWLJBnFRfKzocILziqEQ9mXZ2sXgqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FbJQED9s1I23MpE2uhIqqQNbWFk09mqv { color:#e6e6e6;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:6.21875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wV0tGppZU6c3SQPk9gBArWHxgalmmNan { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6875rem;left:40rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lz3RJSmIQ2dQpT8R0dw0eM8K7HHtitgs { color:#e6e6e6;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyJhbvTUXmGhKFBxh3PvJdeRNwPmATSW { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTTQ09ZEhO9zoRcLSBgSnNpiRFsWGmR3 { color:#e6e6e6;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.269790649414rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqRBkMmRoZ4vQzrM6lcKxRdcNui9USUp { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EO8QJZ33VTcLc4AwldgCgmWiAlQGTaTo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.1875rem;left:19.375rem;overflow:hidden;display:block; }
#bUvMt8kne8X2RJ16R5IQd28mAgPuDcw6 { 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:2.5rem;width:2.5rem;top:3.1875rem;left:53.125rem;overflow:hidden;display:block; }
#WsnRzt67CMqx3PDITCCTKD1kSlqkeNXC { background-color:#e6e6e6;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-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:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.0625rem;left:12.5rem;display:block; }
#WDO4MWKKrpRFx6msNwzCaWvGpMxveKFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4LciQgikSLRZrNRg3EtrctdEK5I3wcR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.837524414062rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7Jk3aCE4meuZdzUEDvf3il07dJ863iZ { color:#e6e6e6;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20rem;left:6.21875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATdmxaB1i5swCmPLf5AkX9HMPMOUpTGX { color:#e6e6e6;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8125rem;left:10rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEHT2tFL3yUufhzxOzaJlebMppsFKkxd { color:#e6e6e6;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.375rem;left:5.625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2kMnC9M6S5SAok3ugtblZ5iZrbG8Koh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;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:#e6e6e6;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:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.525024414062rem;left:12.5rem;display:block; }
#w5OKIGnN8WpmwOlrFViLa0zMm5MpXLk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FV6TPZI2IhMhMmRAlg0k14uu5mOQv7sM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;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:#e6e6e6;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:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.5rem;left:46.3125rem;display:block; }
#zHorRiC5EgPt6JOFFi5684SGZVrktHzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAOokumZxcC26a6TpSp1qzt8xukS60DF { color:#e6e6e6;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.375rem;left:39.375rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGFlpH46rO9iNTMhHZZxS8EOZe7c6VUN { color:#e6e6e6;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.8125rem;left:43.75rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTFi4QXuRPTyXKISlbTOfavC3Q9rlvQC { color:#e6e6e6;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:40rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfhpQADOL4BQvi7TlteZpCfzwFIiICkp { color:#e6e6e6;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.125rem;left:24.5rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P4iI3ETmPpc53PbG3CicKtsOwX26w2ul { color:#e6e6e6;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.150001525879rem;left:58.3125rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { border-width: 0; border-radius: 0; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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:16.15rem;height:3.65rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.625rem;left:20.625rem;display:block; }
#bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOiB6ukhJXICfMgBubDCcForMHW6XT4S { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8500061035156rem;left:8.625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { background-color:rgba(var(--color-tertiary-0),0);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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.55rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:38.125rem;display:block; }
#Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4oOLErc148PkN4r8ZrF20n1LxoTqVys { color:rgba(var(--color-tertiary-0),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.200012207031rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.6000061035156rem;left:5.9375rem; }
#S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.9375rem;left:5.9375rem; }
#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { border-width: 0; border-radius: 0; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { background-color:rgba(var(--color-tertiary-0),0.05);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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:5.71875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4T9lretyBJtH75k2WecXTKHF297bXm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.5625rem;top:3.34375rem;left:13.84375rem;overflow:hidden;display:block; }
#hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.5625rem;top:3.34375rem;left:47.59375rem;overflow:hidden;display:block; }
#DXQebhRTf96eOuiDBUc0qll2TmSucXXX { background-color:rgba(var(--color-tertiary-0),0.05);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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#HtR1xk9bg5DzfturM9ZGAcbuKQnZSnky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XexfZmzT1p5blSnFkL5aiUJT4dT2SxsQ { color:#b0b0b0;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.46249961853rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydTVyFrbw2rEyXWtqowePFzWokiSWsQf { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.6875rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DI8Keq3MIc7kTHGT6JGvE4umP4kidH6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DI8Keq3MIc7kTHGT6JGvE4umP4kidH6M > .row .container { border-width: 0; border-radius: 0; }#DI8Keq3MIc7kTHGT6JGvE4umP4kidH6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DI8Keq3MIc7kTHGT6JGvE4umP4kidH6M > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#DxzUuDzwLarz2paTlACze7v06W34GMnq { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:33.125rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#ss9OoQPpVUVTXrIDx8ZSGHIRvppPFUp7 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:31.875rem;width:30rem;top:1.875rem;left:39.375rem;display:block; }
#TUnC1ThQWdkOAcxhJ6co81o9PD5TJQEC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.0625rem;left:46.25rem;display:block; }
#QD5qLvDUQnb2XxZhnA9dGWUFoShHy3gx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oNVTRMPbm0C4xlRDXxOtuZTHq53s1JKT { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:6.21875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zR1kV9XsKNlm1fGQmCPTEfVldUq4XzT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6875rem;left:40rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIZ3pwfhnKpHJLxp0H4caMvhQvJq2dTP { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZJO1BR4mf3GmFDabXwmCPwU8G6PULA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H06IBeRFsf6yW3DNbsTBHi4RMqumKcGo { color:rgba(202,202,202,0.5);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.269790649414rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXOqp5BF5s5Lfa5ETJXNXO2bE8FinlKC { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6zkMp6UVGBdoK0Q2biFaGBF5XyNDggh { background-color:rgba(195,195,195,0.5);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:#cccccc;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:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.0625rem;left:12.5rem;display:block; }
#xRZmFkg13KcV37Z0DwuB5bbhVVKn0t0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmsnADrGfJZnJ85cHJ9Kvh2Qi92mMpVg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.837524414062rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CK5Jik9EXHRt8bTWS5TdFyKVTxysEbmr { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20rem;left:6.21875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4yoxxJRzsa50VESawFA70rQ0ZR1dOKJ { color:rgba(var(--color-tertiary-0),0.5);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8125rem;left:10rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WivRFEhWiu9ZdsbUW4qOfogsW3ew3nms { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.375rem;left:5.625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sz7txP2efF9Qu8aETZV3a8sdgpmKt0xH { background-color:rgba(var(--color-secondary-1),0);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-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.5);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:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.52499961853rem;left:12.5rem;display:block; }
#T7CV3AuiGoDzozmEcFnXlqJQpZFoMDTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qd66wCTPHL33vOH8J4WO6vDFnsvFJshK { background-color:rgba(var(--color-tertiary-0),0);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(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);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(255,255,255,0.5);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:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.5rem;left:46.3125rem;display:block; }
#KbBp08TDEVInEQ7TVK31igUJAn5gPBz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oao6kEFB95ZhLltBTsKs0ydgm6ABC5R3 { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.375rem;left:39.375rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBbyevb1cWQgmBmm9BN3PMnTZPTov1o9 { color:rgba(var(--color-tertiary-0),0.5);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.8125rem;left:43.75rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3wq6kr3nOOUgeV1CBZCyCDXuLF5JrMq { color:rgba(255,255,255,0.5);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:40rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6ZdNcPmD9GsHC4uRI0wglgFGliqn65D { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.25rem;top:3.1875rem;left:14.5rem;overflow:hidden;display:block; }
#ITMU0SDXDqKtofPZlVzu7Jv8pyVpR770 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.25rem;top:3.1875rem;left:48.25rem;overflow:hidden;display:block; }
#pdO526n9tBwcBMICiR2fz4zIaiy0Jq79 { color:rgba(var(--color-tertiary-0),0.5);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.150001525879rem;left:24.5rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a97bRNAgJZ1TnLnFRCJIWxB51CLK4fRR { color:rgba(var(--color-tertiary-0),0.5);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.02499961853rem;left:58.125rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { border-width: 0; border-radius: 0; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),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:16.15rem;height:3.65rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.625rem;left:20.625rem;display:block; }
#UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8499755859375rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { background-color:rgba(var(--color-tertiary-0),0);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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.55rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.625rem;left:38.125rem;display:block; }
#yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhL8poJs0niATyGvwwE34ZyZ6hATITnz { color:rgba(var(--color-tertiary-0),1);display:block;width:64.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.450000762939rem;left:8.625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.6000061035156rem;left:5.9375rem; }
#yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.1875rem;left:5.9375rem; }
#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { border-width: 0; border-radius: 0; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#abDylg98amBHvlHFOV4gDHUPqW4mfEdU { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -moz-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -ms-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -o-linear-gradient(135deg, #ffaf71, #b24f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );";background-image: linear-gradient(135deg, #ffaf71, #b24f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#c8TWLIS0qoMylxVolWxwuxvlAm967JmC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -moz-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -ms-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -o-linear-gradient(135deg, #ffaf71, #b24f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );";background-image: linear-gradient(135deg, #ffaf71, #b24f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:2.1875rem;left:39.375rem;display:block; }
#C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:6.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.519790649414rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.125rem;left:19.0625rem;overflow:hidden;display:block; }
#zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { 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:3.125rem;width:3.125rem;top:3.1875rem;left:52.8125rem;overflow:hidden;display:block; }
#Da2flPTfcmFfFxKXT3DSqarS7siPJMWv { background-color:#fb862b;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-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:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.3125rem;left:12.5rem;display:block; }
#ok71XLo2XAKHsZJOZRQy2gtSqTo49TFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THfIw5qRnzFxeb7OIwirLKTG33Gt0ulE { color:#d3d3d3;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.625rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RItRIAncy4O4oAKh1WrdRMni2I9ICy3F { background-color:#fb862b;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-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:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.3125rem;left:46.25rem;display:block; }
#NPLe44vsmlTFVKqf94Mv3tg1lH9Vq8nR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9c4CCnih7xrodIGEViyifO1BBRap0M0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#t9c4CCnih7xrodIGEViyifO1BBRap0M0 > .row .container { border-width: 0; border-radius: 0; }#t9c4CCnih7xrodIGEViyifO1BBRap0M0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9c4CCnih7xrodIGEViyifO1BBRap0M0 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#Tqobz2atqiuqOMX6csLp4nvmfoVDT9z8 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -moz-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -ms-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -o-linear-gradient(135deg, #ffaf71, #b24f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );";background-image: linear-gradient(135deg, #ffaf71, #b24f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:33.125rem;width:30rem;top:1.25rem;left:5.625rem;display:block; }
#RlDdlXTDNZ2uG8T2ATFvKTog6DZtnh70 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -moz-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -ms-linear-gradient(135deg, #ffaf71, #b24f00);background-image: -o-linear-gradient(135deg, #ffaf71, #b24f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf71', endColorstr='#b24f00' );";background-image: linear-gradient(135deg, #ffaf71, #b24f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:31.875rem;width:30rem;top:1.875rem;left:39.375rem;display:block; }
#UyAwLttq2CCpNJMq3Gis4OvOrERK369U { background-color:#ff9543;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-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:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.0625rem;left:46.25rem;display:block; }
#qAEFyUuv9onJ868aR52DnlWmwsRydqTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEybtXIpg0asqVtSDnbIMSAuRtTMFZQA { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:6.21875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5t03a7dpTQaLXEXDuwCP5exV41eqnxu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6875rem;left:40rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIZI6uPyITpxAyKS4okX4E726nqXOAAd { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbAqcZLOu7TmhGmu63g8KxOBPQtlnerJ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPEkiEnBp5ZlbGLbpiJzhCCoH147U17H { color:rgba(202,202,202,0.5);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.269790649414rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TD8bsAqrcAqWJmAQlTkpqffaxlJ254WC { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcqqAIDbndL4T8RA3kDq0OhSW4ooTORQ { background-color:rgba(195,195,195,0.35);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:#cccccc;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:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.0625rem;left:12.5rem;display:block; }
#RATcs3zbOk74iWTbvu0BTaQe0yKg6TU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M1IpaCFMNipn7UpT3xL17PuvpfaoSXfH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.837524414062rem;left:6.25rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VU4LGCzuFO3kqyGZTIk5NQOzXgB6CFd1 { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20rem;left:6.21875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOZGuw4LRqKaVPOx47CqS9MSlsr4i10t { color:rgba(var(--color-tertiary-0),0.5);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8125rem;left:10rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxx1fFzJ8Z43J5E73KDBzWuIeQdsyzEO { color:rgba(var(--color-tertiary-0),0.5);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.375rem;left:5.625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIwr3qls2A5dtwtUP45zoOwkJGcAUJos { background-color:rgba(var(--color-secondary-1),0);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-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0.5);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:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.525001525879rem;left:12.5rem;display:block; }
#dV3m5uwdrHUJmGL5WRQt61DxJErfePig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGqR6a9cCAE7irvkpqTEQng9cXMtGHCx { background-color:rgba(var(--color-tertiary-0),0);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(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);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(255,255,255,0.5);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:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.5rem;left:46.3125rem;display:block; }
#SCxdZZ6XHUs0IlXFKNixnW7Gwc1L73xV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGZHcJwMtz6pdSu6dVPi5ooUkeOmhscr { color:rgba(255,255,255,0.5);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.375rem;left:39.375rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3SMMZBlafnMhurcyK7GqVJNBRTIbKI6 { color:rgba(255,255,255,0.5);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.8125rem;left:43.75rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NqEJehMFDhdhAoaRwbB7ztgRRaWFnDLR { color:rgba(255,255,255,0.5);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:40rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVXHTbbraBmfbvEOsV55llCKEbm32Hmv { 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:2.5rem;width:2.5rem;top:2.625rem;left:19.375rem;overflow:hidden;display:block; }
#p7BFZ8o1QhIuTLyACUe4qT5RaMEc71Fw { 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:2.5rem;width:2.5rem;top:2.625rem;left:53.125rem;overflow:hidden;display:block; }
#abiVZPFqnkImIlpT10bnxeTFMQHF4GC6 { color:rgba(var(--color-tertiary-0),0.5);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.150001525879rem;left:24.4375rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qLiuqebth2xwqvJsXHJ573KhdtOX3rnv { color:rgba(255,255,255,0.5);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.14999961853rem;left:58.25rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { border-width: 0; border-radius: 0; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:none; }#oZr9TrquDTy9SR13fzVd0QKewrt29n3e { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:2.5rem;left:5.625rem;display:block; }
#fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:5.625rem;height:1.21875rem;font-style:normal;display:block; }
#U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:45.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:61.125rem;height:1.21875rem;font-style:normal;display:block; }
#KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2874984741211rem;left:5.625rem;height:1.2999125rem;font-style:normal;display:block; }
#Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:7.5rem;left:5.625rem;display:block; }
#odVWnOoaFwABMnCemohkUwWP57ld5km5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:12.5rem;left:5.625rem;display:block; }
#v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:17.5rem;left:5.625rem;display:block; }
#gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9989585876465rem;left:50.8125rem; }
#scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.9989585876465rem;left:64.40625rem; }
#HL8XUfebL65CaXBJVh0slHOrB34eOGTq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.9874992370606rem;left:64.40625rem; }
#FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.9874992370606rem;left:50.8125rem; }
#xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.125rem;left:50.8125rem; }
#SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:22.5rem;left:5.625rem;display:block; }
#EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.625rem;height:1.2999125rem;font-style:normal;display:block; }
#OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.125rem;left:50.8125rem; }
#xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:27.5rem;left:5.625rem;display:block; }
#nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.125rem;left:50.8125rem; }
#N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.75rem;left:5.625rem;height:2.4375rem;font-style:normal;display:block; }
#IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.125rem;left:64.4375rem; }
#UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:32.5rem;left:5.625rem;display:block; }
#raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.75rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:29.125rem;left:50.8125rem; }
#Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.125rem;left:64.4375rem; }
#TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:37.5rem;left:5.625rem;display:block; }
#F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:33.75rem;left:5.625rem;height:2.6rem;font-style:normal;display:block; }
#VyK29mlQXF3JJvSITGT4ak3TynwziuOa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.125rem;left:50.8125rem; }
#EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:42.5rem;left:5.625rem;display:block; }
#SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:39.4375rem;left:5.625rem;height:1.2999125rem;font-style:normal;display:block; }
#E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:39.125rem;left:50.8125rem; }
#szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.125rem;left:64.4375rem; }
#qnm4PTgW9VwDWvHLzllLCV1pF3n1LKOc { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:44.375rem;left:5.625rem;height:1.21875rem;font-style:normal;display:block; }
#dZzWGdIA1A8rT9PzOmqT38nMASgW1Bqh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:44.0625rem;left:50.8125rem; }
#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1923b1ad-0c87-42e6-8524-3e6797ec475f/shutterstock_2015621219.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl.adaptive-delivery-prevent-bg, #ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl.lazyload, #ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl.lazyloading { background-image: none; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row .container { background-color: transparent; background-image: none; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,7,53,0.71); }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row .container > .video-iframe-container { display: none; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,7,53,0.71); }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row > .video-iframe-container { display: none; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .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); }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row .container { border-width: 0; border-radius: 0; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#w8Au1ssBVbCczcWUOzR5v81Tn98yHOQB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N03T02v5fUxrn0866TABTkAnHfbZWWx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15120;line-height:1.5;letter-spacing:0;top:11.3125rem;left:19.71875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zp9dakMVUBC4DmlG1iublbgraT0IWp2g { position:absolute;display:block;z-index:15115;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;height:12.5rem;width:12.5rem;top:9.5625rem;left:5.625rem;overflow:hidden;display:block; }
#hKHlu3KHk6MyeQPpDW7bAwQkIVq1TUpl { position:absolute;display:block;z-index:15116;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;height:12.5rem;width:12.5rem;top:9.53125rem;left:56.875rem;overflow:hidden;display:block; }
#p9DVe5IxZR648fJqQH1FzmwKK7NJuRVJ { position:absolute;display:block;z-index:15018;background-color:#320d48;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:12.5rem;width:63.75rem;top:9.5625rem;left:5.625rem;display:block; }
#JwLgXNrOuo8WolPqwvpLZ1qcxrb75OQi { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15121;line-height:1.5;letter-spacing:0;top:18.736457824707rem;left:20.65625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfQg7uFTKApmtTAanPHBpmvUK1ab4Zs2 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15121;line-height:1.5;letter-spacing:0;top:15.867706298828rem;left:18.15625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8tiChtKzPBJplI2CLznSVpAy2wQp22J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35af0d90-d853-4776-be13-ce737e9df5e9/BIGHotelCityHotel48.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J.adaptive-delivery-prevent-bg, #J8tiChtKzPBJplI2CLznSVpAy2wQp22J.lazyload, #J8tiChtKzPBJplI2CLznSVpAy2wQp22J.lazyloading { background-image: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { background-color: transparent; background-image: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,70,53,0.7); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container > .video-iframe-container { display: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,70,53,0.7); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container { display: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .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); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { border-width: 0; border-radius: 0; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#shvnf92qO6h82f5953e3OV6DwGoJyuZc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvAmhR9TgQasNe4nS2f7EOKgVJV3plRp { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:17.8125rem;left:41.25rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#vzJZT7LE3fUapZVo0I5DTnctJsuEvqNu { position:absolute;display:block;z-index:15022;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.0625rem;width:9rem;top:6.84375rem;left:55.875rem;overflow:hidden;display:block; }
#xONm2yxHnvHcULviU7ppPPtJzts9XfGT { background-color:rgba(var(--color-tertiary-0),0);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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.0625rem;left:50rem;display:block; }
#ocHXrWIMXdu5ZOELnTsqNFWWbnbTM7w6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnXxsVSrpVTKFJATR8uosGac9loag8hI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ab43a25-a766-4652-8ea5-c05f91bd9f8b/hastonoldtown.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI.adaptive-delivery-prevent-bg, #dnXxsVSrpVTKFJATR8uosGac9loag8hI.lazyload, #dnXxsVSrpVTKFJATR8uosGac9loag8hI.lazyloading { background-image: none; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container { background-color: transparent; background-image: none; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,40,30,0.9); }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container > .video-iframe-container { display: none; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,40,30,0.9); }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row > .video-iframe-container { display: none; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .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); }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container { border-width: 0; border-radius: 0; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#oRnpUPwLcaQW9hIuFiDSUWwLQQi1tsyW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVPP3GMVy0otr3KuZkXERaqfx5kPO8mv { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:17.8125rem;left:0rem;height:12rem;text-align:left;text-align-last:left;display:block; }
#i62Nt6HkRvxlb7oR9ICWPfliG2hSXCyE { background-color:rgba(var(--color-tertiary-0),0);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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:46.59375rem;left:0rem;display:block; }
#DbSWngqQxammoIV5ZKeqA5LgiWgoxZsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6PEl0PywfSQLyLoubEGuB1cOSNkfQmG { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:40.34375rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#tK4Mact60kZXoO2xrX4u7035gkyb9nt3 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:30.9375rem;left:0rem;height:7.65625rem;text-align:left;text-align-last:left;display:block; }#tK4Mact60kZXoO2xrX4u7035gkyb9nt3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tK4Mact60kZXoO2xrX4u7035gkyb9nt3 li:before{  }
#HcIFFztvQxdZi35HTgI99asi8VA6bHkE { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:17.8125rem;left:37.5rem;height:24rem;text-align:left;text-align-last:left;display:block; }
#Wx1ZLU364nCVsPAqAkNA9p2rFQTkmATZ { background-color:rgba(var(--color-tertiary-0),0);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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.625rem;left:37.5rem;display:block; }
#gTvZBi6H7w2L1mCkOgbQN60HaUIl6RiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wia3EJHGzb2zgenSgtFKnOIuZLXEJrPX { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:7.5rem;width:13.3125rem;top:8.375rem;left:0rem;overflow:hidden;display:block; }
#DSAm8tdqgDKyyGZiEsOs3nH3rEKk6SIa { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:7.4375rem;width:13.3125rem;top:8.375rem;left:37.5rem;overflow:hidden;display:block; }
#vZuFgppbF6uvzcTAOTB0UgVxgTrZIIas { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.3125rem;left:14.625rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#oIhKR5ZJi5UVAtKGSb2xqKCkQgL8HPKp { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:8.328125rem;left:52rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { position:relative;display:block; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { background-color: transparent; background-image: none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container > .video-iframe-container { display: none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row > .video-iframe-container { display: none; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .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); }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { border-width: 0; border-radius: 0; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .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; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;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; }#lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:7.625rem;left:6.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:10.75rem;left:33.75rem;overflow:hidden;display:block; }
#ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.875rem;left:6.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aI4uTCH1kTkB451CVztXhCpFnpaNndQc { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:24.375rem;left:6.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625000953674rem;left:4.375rem;overflow:hidden;display:block; }
#e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:19.375rem;overflow:hidden;display:block; }
#TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:34.375rem;overflow:hidden;display:block; }
#AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:49.375rem;overflow:hidden;display:block; }
#FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:27.625rem;left:64.375rem;overflow:hidden;display:block; }
#gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.5rem;left:0rem;height:3.674475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:34.5rem;left:45rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:34.5rem;left:30rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:34.5rem;left:60rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:46.9375rem;left:0rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:46.9375rem;left:15rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:46.9375rem;left:30rem;height:1.22540625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:46.9375rem;left:45rem;height:1.22540625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:40.0625rem;left:4.375rem;overflow:hidden;display:block; }
#IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:19.375rem;overflow:hidden;display:block; }
#vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:34.375rem;overflow:hidden;display:block; }
#P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:49.375rem;overflow:hidden;display:block; }
#E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:46.9375rem;left:60rem;height:1.22540625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.0625rem;left:64.375rem;overflow:hidden;display:block; }
#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { position:relative;display:block; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { background-color: transparent; background-image: none; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container > .video-iframe-container { display: none; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row > .video-iframe-container { display: none; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .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); }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { border-width: 0; border-radius: 0; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .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; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#FXc7ENht4eTShSbmgg3t9vf90mp1KMx1 { position:absolute;display:block;z-index:15019;background-color:#efefef;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:75rem;top:0rem;left:0rem;display:block; }
#TE1sud7eFnO2TUV7MLWwTpdZT99JoUBU { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { position:relative;display:block; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { background-color: transparent; background-image: none; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container > .video-iframe-container { display: none; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row > .video-iframe-container { display: none; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .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); }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { border-width: 0; border-radius: 0; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .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; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.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; }#eOFtJUFdnAJFc2QXi6U6DsXZL6S6bo9y { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:16.75rem;top:51.687069892883rem;left:10.374711513519rem;overflow:hidden;display:block; }
#zg52ZnhprQioWLP0H7uxPXGgVGorH1Ak { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:47.937067985534rem;left:37.499278545379rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#i8F5ELA79HrOReietxUoyH4rGmCHSFlp { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:18.75rem;top:50.874714851379rem;left:46.874278545379rem;overflow:hidden;display:block; }
#pAy9EvQlBS2Z07O9nSPTEJnFipAHJGs3 { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:47.937067985534rem;left:0rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#BW8WMxDSUPusXloZyogp6GLExzlmnMxh { color:#bcbcbc;display:block;width:37.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.18603515625rem;left:18.748553752899rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#Qnwruqor9Uc9gWHsJkFOlLMs86mBcQ04 { 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:5.24956875rem;width:11.624rem;top:13.934462547303rem;left:41.43518781662rem;overflow:hidden;display:block; }
#CNZJLEcIfzMkSd4cDyvw76IFZPffwfcS { color:#bcbcbc;display:block;width:37.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.3729748725891rem;left:18.750001430511rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#X4wBT5oFxPoVlEy0gnyoRAGEBxH5uwFE { position:absolute;display:block;z-index:15020;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.18735625rem;width:10.31175rem;top:3.9952545166016rem;left:42.090568065643rem;overflow:hidden;display:block; }
#CWVTlPBV6ZrRAVwqK2cxc1qEU00L92ID { color:#bcbcbc;display:block;width:37.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.93258190155rem;left:18.750001430511rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#l01PbWpONF2m5NTBCbNODXr3q5qknSXr { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:11.5625rem;top:34.902489662171rem;left:12.967303752899rem;overflow:hidden;display:block; }
#kzwFvvsGTJfD03U4yZyyzyerO4dUHsEx { position:absolute;display:block;z-index:15021;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.62485625rem;width:8.4996875rem;top:34.433739662171rem;left:51.997977733612rem;overflow:hidden;display:block; }
#cgdGa3qE1BwL0HC4MzA02ImEnHhRmmBZ { position:absolute;display:block;z-index:15022;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.37456875rem;width:11.3744375rem;top:41.55682182312rem;left:13.062066555023rem;overflow:hidden;display:block; }
#QqETTQhdHXNLqAn3Db2nxtk2oztT74sK { color:#bcbcbc;display:block;width:37.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.122974634171rem;left:18.750001430511rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#f6rh2gui4Pp2WkHm1xsI0NaWdVonMtVS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.5625rem;top:24.184042215347rem;left:31.718028545379rem;overflow:hidden;display:block; }
#iwdWF1Ia0asfIW1WcBTWV0aiUgHOITAF { position:absolute;display:block;z-index:15020;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.1875rem;width:9.5625rem;top:13.965567588806rem;left:20.764613628388rem;overflow:hidden;display:block; }
#Bn904eN1sJ00ntQCOBFifxakdg7QZpc2 { position:absolute;display:block;z-index:15021;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.125rem;width:9.125rem;top:3.9952268600464rem;left:22.589700222016rem;overflow:hidden;display:block; }
#ZJ4ae398BhVxU7IbiaxtWFrD1DCMwAvq { position:absolute;display:block;z-index:15023;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.3125rem;width:9.625rem;top:41.587820053101rem;left:51.434463024139rem;overflow:hidden;display:block; }
#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { position:relative;display:block; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { background-color: transparent; background-image: none; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container > .video-iframe-container { display: none; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row > .video-iframe-container { display: none; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .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); }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { border-width: 0; border-radius: 0; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .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; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#mZMp6B3QncCrOOkKV3IKqeezNqQpL0ly { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sonu5imsHkFJq0arEg4AiHKOtg0ngiyQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:23.4375rem;top:9.6875rem;left:25.78125rem;overflow:hidden;display:block; }
#J1URzc1LKyKaWNRlGCEMPyV6VKcry0Co { position:absolute;display:block;z-index:15020;background-color:#efefef;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:75rem;top:0.125rem;left:0rem;display:block; }
#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd { position:relative;display:block; }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd { background-color: transparent; background-image: none; }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .row .container > .video-iframe-container { display: none; }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .row > .video-iframe-container { display: none; }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .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); }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd { border-width: 0; border-radius: 0; }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .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; }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;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; }#HoX9hTETuXOPQ2bwygdPLNZBH6cGFefX { position:absolute;display:block;z-index:15020;background-color:#efefef;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:75rem;top:0.125rem;left:0rem;display:block; }
#QJZ8RGN8M4mrKNEMISQUAOE3pwLW8hA7 { color:rgba(var(--color-tertiary-3),1);display:block;width:74.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.122917175293rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzMUN6KcbNAkAyZMuGtHquBDsDO2k2Lf { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:23.75rem;top:7.6656265258787rem;left:24.6875rem;overflow:hidden;display:block; }
#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { border-top:0.0625rem solid #eaeaea;border-left:0rem solid rgba(0,0,0,0);border-right:0;border-bottom:0rem solid rgba(0,0,0,0);background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { border-width: 0; border-radius: 0; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.75rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:11.5625rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:17.625rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:19.8125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:25.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:23.75rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { color:#267360;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.7614593505863rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { color:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:31.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:29.75rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { position:absolute;display:block;z-index:15022;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:15rem;width:15rem;top:7.2614593505863rem;left:60rem;overflow:hidden;display:block; }
#ECrUrooIr33O439A4HW0k0wE9nQGZVla { color:rgba(var(--color-tertiary-2),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:38rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#xymPBSkfDRrMnBuV2Ov66GW9socpTxko { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:35.8125rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { border-width: 0; border-radius: 0; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:5.9260406494141rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.7385406494141rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.7385406494137rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umSXavtKpW53h5pSVbkM6plakcMvtXnx { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:11.926040649414rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:17.301040649414rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:19.488540649414rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#niiBOd1lynsPSXVNrpLATw76NIsRtInF { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:27.113525390625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:24.926025390625rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { color:#267360;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:33.051025390625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:30.863525390625rem;left:0rem;height:1.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { background-color: transparent; background-image: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .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); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { border-width: 0; border-radius: 0; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { background-color: transparent; background-image: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container > .video-iframe-container { display: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container { display: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .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); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { border-width: 0; border-radius: 0; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.261455535889rem;left:30.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.125rem;width:75rem;top:17.3125rem;left:0rem;display:block; }
#Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { color:rgba(var(--color-tertiary-0),0.6);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.15625rem;height:5.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { background-color:rgba(0,0,0,0);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-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.46875rem;left:68.8125rem;display:block; }
#gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JN0c3yqwAeqznQrdyI0JS1I0JRWNOu4w { background-color:rgba(0,0,0,0);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-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.75rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:18.46875rem;left:59rem;display:block; }
#LJiTT0rPJF6WvNsrFbKvUF5Em56OLBPC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqP1SNmCGzZpkVfbqfyanhQURUF8rqFG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#cqP1SNmCGzZpkVfbqfyanhQURUF8rqFG > .row .container { border-width: 0; border-radius: 0; }#cqP1SNmCGzZpkVfbqfyanhQURUF8rqFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqP1SNmCGzZpkVfbqfyanhQURUF8rqFG > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#h8eFOGUHUFDn1sx8KrhQnTckF64qI6mA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#EwIfkGATpyhmxuFsn2lzq0UnG6U07IyW { background-color:rgba(var(--color-tertiary-0),0);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-tertiary-0),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.1);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:#f46a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15139;text-align:center;text-align-last:center;top:0.625rem;left:71.75rem;display:block; }
#ygD8i6VnJlgVdFea3Zpxl50rETpeXWrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTmlJEJJ6SZXtdzHlu45ADwDBg84TPvr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:0.9375rem;left:72.0625rem; }
#r9rC9xN1XAyaenDqw7OxXxm9uJTTNIpk { background-color:rgba(var(--color-tertiary-0),0);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:#001b46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:35.375rem;height:3.75rem;text-decoration:none;z-index:15146;text-align:center;text-align-last:center;top:0.025001525878906rem;left:0rem;display:block; }
#JstgmfewMPOmSurHB2T3NBseDLILivT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHTS8V4lX1WSvRdHeM5OPOn7RfysFvcP { color:#787878;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0.6875rem;left:7.125rem;height:0.97511875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wo4QxqIpQn1QXmiZKoR1trZ31slFKeoe { color:#267360;display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.8125rem;left:7.125rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nHmRyZmsaNTNpx8fT1uK6blM4VqX8z2M { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.75rem;width:6.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/244d8f8f-371e-4534-a796-b75cc18f57cf/PTW2025_TABLET.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.adaptive-delivery-prevent-bg, #ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.lazyload, #ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.lazyloading { background-image: none; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC > .row .container { width:47.75rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #a89UO78k2OsUb35v6qhmorTrkSmUTXll { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w57I9R6PvPn0hlI4k8cLBJiOvmiGkUeB { display:block; }
 }@media only screen and (max-width: 1199px) { #shdi02iW7TERlt6aOgDcywPv2iSrkLkH { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKrpGyHsZiSI6TnGXZAAVbhH5z0GeI9p { display:block; }
 }@media only screen and (max-width: 1199px) { #iym2JC9L6VJMF6NMha95coGFWDm4W5nD { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nRKXI35IIne8POoTu84XI5grtha4TeNv { display:block; }
 }@media only screen and (max-width: 1199px) { #GHbVZRdoaLCQgZbSrqqSLAyPBz8L7ieI { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGuCck9aLhp3Azyd0t6xsPdFCxLpMxpT { display:block; }
 }@media only screen and (max-width: 1199px) { #RCaQIXeZxuyEvAM71deQMIVPlXkmA3Wm { top:20.28750038147rem;left:4.375rem;width:17.6875rem;height:0.9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ausdUI9aXSagaq3cH7IHLZs6IhhMF5yl { width:28.375rem;height:3.14815rem;top:10.4375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIUfUrppNdCJL2uVt4mnmFSThs6fDgsk { width:12.5rem;height:3.75rem;top:24rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyIB1T8fnkCOK2Xgbdbp9yDLXgsTKQa1 { display:block; }
 }@media only screen and (max-width: 1199px) { #HXzQTin4uD9UegOKgpf2l0eUfhJEnkio { width:15.6875rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzSTbc9PH6RPsndFyJQqHJkhRkTTTcJo { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GIVk2M6o1eyyRap3Avd1xxATrKTK7prZ { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zGEUUwAaWLAdX9F6gqFrJn4DbVnKdqxy { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eh5b4D2ATm1C58TRQGFrcI9WGxRJEZOw { width:24.3125rem;height:4.5rem;top:14.375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqzywutyT6ICMDgkMvsLHbRTXuun0ITM { width:23.375rem;height:23.375rem;top:9.125rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkfpAKvbBLHxma5TTVkHwhSiTMvVnSqU { top:7.72500038147rem;left:1.0625rem;width:11.6875rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OuaMmeFm5gWGi3xt5UTtwJeNC19er4WH { width:13.3125rem;height:1.625rem;top:7.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XD9tZqvIIVxredOn4fnU3pK6t3i4RyVf { width:14.375rem;height:1.625rem;top:7.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7uOaftcMJBINdeda7UPLTLAilRcuFeT { top:7.72500038147rem;left:13.3125rem;width:14.8125rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHU5MSDmpp6fGoEe6Ql21dNzAhRZO9kN { top:21.28750038147rem;left:4.375rem;width:17.6875rem;height:1.05035rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERygF3TCp8lGncHgL3B7r41uRQBtn3Ah { width:3.125rem;height:3.125rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnntl4rHsUbsa00Fs0rxA7G9xZe1Xkgx { width:12.5rem;height:3.75rem;top:24rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzQBd1mtmr0S5I9WcbeB96Onaep9W6RE { display:block; }
 }@media only screen and (max-width: 1199px) { #B5LuhP3N2pSJNwpBFFqzrRTMD0yTE0o0 { width:45.875rem;height:8.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bnnpTDUvTcSn6lz29hq79UcqdRS6wC1P { top:29.049999237061rem;left:0.625rem;width:18.3125rem;height:0.97511875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTJMXcI2ZFMZfShHLz2hqfdJOHTsOTLv { top:30.25rem;left:0.625rem;width:20.75rem;height:1.0554125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lxt5LfzQJnWJcu5ZTc8vUcbWWr41ZL8Z { width:10rem;height:12.3125rem;top:19.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQdN1NfnHl4uBZNyAgn3JAsyFfTKlJpo { width:10rem;height:1.0554125rem;top:20.4375rem;left:37.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HhEgCcDpP0Vp1gyTWocidh0TlCvFMCXt { width:10rem;height:6.0625rem;top:22.125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0O0kVtKTtRK84lsJHE73eJRJRsFJxL2 { top:28.4375rem;left:37.4375rem;width:9.3125rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcD2Ti7xTWgmGBHN8EFw4J5eTUQPm4O8 { top:5rem;left:42.125rem;width:5rem;height:2.11198125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRUcT4lCVtkVs09egB5HR2U0yxe32ury { top:7rem;left:42.125rem;width:5rem;height:1.19936375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mgPN1PfvHLZxd7tfWyZhauDCdZ3y1sJV { width:5rem;height:5rem;top:4.5rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxkOSOopUZkT8xrQ9q12MEo35DzWC71z { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/244d8f8f-371e-4534-a796-b75cc18f57cf/PTW2025_TABLET.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.adaptive-delivery-prevent-bg, #hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.lazyload, #hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.lazyloading { background-image: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container { background-color: transparent; background-image: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container > .video-iframe-container { display: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row > .video-iframe-container { display: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .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); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GzUQpNBe9XivBl2tRoBufybFVqaqohDR { width:9rem;height:3.4375rem;top:0.625rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C5OpTgLLMSRT7G2w6fV8PT72w4lWHgdg { display:block; }
 }@media only screen and (max-width: 1199px) { #gzkb0lREhmMvpRts3kqKNCcwvXENTxtF { width:5.25rem;height:3.4375rem;top:0.625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTpI6aZSGepu9TBAp3fTOPQTZuOE7imI { display:block; }
 }@media only screen and (max-width: 1199px) { #PtFqr1h7Nh6NT9u5mTD0IhfTqsrmGohF { width:2.9375rem;height:3.4375rem;top:0.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7sIqApRyiI2zdzBmHoPz7fyeMmobNPK { display:block; }
 }@media only screen and (max-width: 1199px) { #Tsr5vK8mTVAqBPuwWQ00pHO7DWJ9Slbb { width:5.25rem;height:3.4375rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDaqWGKw5CbgvR1eqfHiOrOTBHPf6BUp { display:block; }
 }@media only screen and (max-width: 1199px) { #FU1qvuXs9GBa5Uz6rmQl969enuoDI3Zy { top:20.28750038147rem;left:4.375rem;width:17.6875rem;height:0.9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VukH4wpwKTVt93L9e9Ulm4HmH1fW8GAC { width:28.375rem;height:3.15rem;top:10.4375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrmw4mPMgfV1sOJxvkzpk0DqBVZ4JOxz { width:15.6875rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o52dGTsr5cZHuqMM7FvhKV3DfG9VytZB { width:0.375rem;height:0.375rem;top:2.1875rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBc8A6qHedApJSQIT2HTct3pEHM8d4tT { width:0.375rem;height:0.375rem;top:2.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ut4rFHgxPmkxsl4w4QKJ0obVDiQFA1Bw { width:0.375rem;height:0.375rem;top:2.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsxoVKPzmWrxTDdBfMgBhEHLv8e688cw { width:24.3125rem;height:4.5rem;top:14.375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VefhUTCUPGoDhuR9rMqqNyVkSbm5qkRO { width:23.375rem;height:23.375rem;top:9.125rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LaoPEPVg6ZUacRoQ3X337t12pCUDEFvw { top:7.72500038147rem;left:1.0625rem;width:11.6875rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bko7ep1apFm5DftE9M7933Vao4nF3X5O { width:13.3125rem;height:1.625rem;top:7.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3WrcbpcCirot8rBhDdKt1XZKdnrp90i { width:14.375rem;height:1.625rem;top:7.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVlgKwSQwPUkDTgDb0HrrQMJCUUukkTz { top:7.72500038147rem;left:13.3125rem;width:14.8125rem;height:1.29948125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u1ZXeekXuzmXRJ7n1dCPOTkK8wm2DHeZ { top:21.28750038147rem;left:4.375rem;width:17.6875rem;height:1.05035rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #naBOVloO4hTu7P3TU9btn3orXFzeoFoE { width:3.125rem;height:3.125rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNvuV4EXRmcxMLpxzLlIfrbJczUxBlZd { width:45.875rem;height:8.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JtNVZLz518IhT3xJRAqqELI3soSa4IRf { top:29.049999237061rem;left:0.625rem;width:18.3125rem;height:0;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GESDCOclX61WLWIGTm7wx1kfTmHd0y2k { top:30.25rem;left:0.625rem;width:20.75rem;height:0;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WXlTwf8PHPRoa1vpV8M5Tb67XpdhuvRF { width:7.5rem;height:9.75rem;top:22.125rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qb8eODb82A7utKlP2C6sgGAoDn5u0vfm { width:7.5rem;height:0.89375rem;top:22.75rem;left:40.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hg3bVifUyM9UIwXRATL8cgo1A3bH0W5b { width:7.5rem;height:4.5rem;top:24.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVI2nGMZtIAOQJ3WZCoXDEiZeQFO7TCJ { top:29.25rem;left:40.3125rem;width:7.5rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyuBfGp9f6IXsRNNHdXmXIzTgV4sGPD0 { top:5rem;left:41.5625rem;width:5rem;height:2.1125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ac60G64qKLzSQCNwO2ryqylTqULV1udP { top:7rem;left:41.5625rem;width:5rem;height:1.2rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHHUzGvB8VhO5VfLB1IfBpyocGNAUdw7 { width:5rem;height:5rem;top:4.5rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oLyD7kF3y2LVmz5mxHVIUbeBsRocA693 { width:28.375rem;height:1.2rem;top:27.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #267360, #398e79);background-image: -moz-linear-gradient(90deg, #267360, #398e79);background-image: -ms-linear-gradient(90deg, #267360, #398e79);background-image: -o-linear-gradient(90deg, #267360, #398e79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );";background-image: linear-gradient(90deg, #267360, #398e79);background-size:auto !important;display:block; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container { background-color: transparent; background-image: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container > .video-iframe-container { display: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row > .video-iframe-container { display: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .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); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D2rh2PcsnFi6JzQbqw9J7b1NUDQhzwdC { width:1.875rem;height:1.875rem;top:3.375rem;left:45.25rem;font-size:1.3125rem;display:block; }
#D2rh2PcsnFi6JzQbqw9J7b1NUDQhzwdC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #EfO3NvFvedlqQWvCeVy4VfS8zIyKdOVU { width:14.375rem;height:4.125rem;top:3.3625001907349rem;left:4.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrisocWZ3HVZXKrgcu1qetc7IEp8nkOu { width:11.5rem;height:1.05035rem;top:1.875rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4NgZkZfTquUdAfDRJf1kWSnlXfJTJ3e { width:3.125rem;height:3.125rem;top:2rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnBosbPB6soRZI4JXIfvmGOdbFIpOBgF { width:7.3125rem;height:1.05035rem;top:1.875rem;left:23.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AQlbCiVBNhC4mCleycBuSTeKPBpU8E1O { width:7.5rem;height:2.69965rem;top:3.2999992370606rem;left:23.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N2FKFQr92lwm8aJyi46l67vqbrrDl6FX { width:5.5625rem;height:1.05035rem;top:1.875rem;left:35.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmGwShQ1KBimrGgFTzomAlF0rg8gqkZF { width:10.25rem;height:2.475rem;top:3.2999992370606rem;left:35.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uhq6b2Dqok55azDdJKXU5W8tdi59FocO { top:2.0625rem;left:0.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzsyDnkW7Bl6u7tD392nPWVsoEIyU84k { top:2.03125rem;left:31.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OWzUmhSIuVOcKWNvc4vd9vqyoc8VWGin { width:7.5rem;height:1.79976875rem;top:5.1124992370606rem;left:23.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:47.75rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { top:2.5rem;left:8.84375rem;width:30.0625rem;height:4.55rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:46.5rem;height:23.90625rem;top:8.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { display:block; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { width:23.875rem;height:1.29948125rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { width:22.4375rem;height:3.675rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { width:23.875rem;height:1.29948125rem;top:4.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { width:23.0625rem;height:3.675rem;top:6rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { width:21.0625rem;height:3.675rem;top:17.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { width:23.875rem;height:1.3rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { width:3.0625rem;height:3.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { width:3.125rem;height:3.125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { width:3.125rem;height:3.125rem;top:11.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { width:23.875rem;height:1.3rem;top:15.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { width:23.625rem;height:4.9rem;top:17.487499237061rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { display:block; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { width:47.75rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { width:18.125rem;height:1.21875rem;top:0rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { width:7.5rem;height:0.0625rem;top:0.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { width:7.5rem;height:0.0625rem;top:0.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { width:25.375rem;height:13.75rem;top:2.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { display:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { width:12.5rem;height:3.75rem;top:0rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block; }
 }@media only screen and (max-width: 1199px) { #xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { display:block; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JHg8EQaWcPa3UV07lDMbcD8nkfCQfQCX { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L7IkQ21iJT4UoTnueqK91JlBwGTQnscb { width:47.75rem;height:2.275rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 { display:block; }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ERvsibpF9TH8lQXEqRlKNIsWqwghSTMQ { width:15rem;height:1.7875rem;top:2.1875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MG41lorqOecEoyo2zW6fpk5PEkVIInMk { width:15rem;height:1.7875rem;top:2.1875rem;left:16.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNhdE9iQ9wyUlHAmRfwF0enTpJmVx2Nv { width:15rem;height:1.21875rem;top:4.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzzSoB8TIuK0f4mAuGGpXqg8xSXEd0CX { width:15rem;height:1.21875rem;top:4.25rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #or222hftPyv5GpLtiQHTRuQ97qEtV2kq { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #qLx7iZOuVBorHJqt2sOzUSDxpAX4ITHX { display:block; }
 }@media only screen and (max-width: 1199px) { #JxuiDUPEIe5WxKWDgQ0Z0JMeeFiz45u9 { width:15rem;height:5rem;top:1.25rem;left:16.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #U22r1Xe7EGK78946t3MBmKuIgxILZhhe { display:block; }
 }@media only screen and (max-width: 1199px) { #tQgBS80yAgWeEUUAxAQ0B5itPKL6N9Uz { width:31.625rem;height:0.0625rem;top:6.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APTJzFw5u3RdXZtFG52HXfHA7DZtKxs6 { width:15rem;height:5rem;top:1.25rem;left:32.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #GQgbrmU1JpFV8G8ZfwrLb2Tgl1sEE2mS { display:block; }
 }@media only screen and (max-width: 1199px) { #U2h45yuOTkErTNIs81136ALVAMlXxXtg { width:15rem;height:1.625rem;top:2.875rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB { display:block; }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MkQ4RCyuqdF39SbwJ03AunxMTG2xJgXp { width:15rem;height:1.7875rem;top:2.1875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDDXOBqTRJUFu1lPhq2PK0sE5Dmkvtyh { width:15rem;height:1.7875rem;top:2.1875rem;left:16.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKJkwnC5Apuo7c5SiGAgmerTDBGzbbXu { width:15rem;height:1.21875rem;top:4.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPXtsPShKUuBSKOL2MEm3s75Xguu8czk { width:15rem;height:1.21875rem;top:4.25rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IS3kZzOsMa1wLUmC6yqWNqZGTnb5BN6m { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #HSJ1Hyn2pvfP2tqV7KWwGeSCUO2kV5TZ { display:block; }
 }@media only screen and (max-width: 1199px) { #HUXB35H29gReD0yDQiUwURrnchcudR10 { width:15rem;height:5rem;top:1.25rem;left:16.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #a9EVSFmahRlQtrFFqr2TFhWHLVQMwrAZ { display:block; }
 }@media only screen and (max-width: 1199px) { #PiHn6nISI6nbQGVLwuyoCppVmbihKwmy { width:15.75rem;height:0.0625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ickK2HTqN8bLFbuqgXLQamCqlsaT66EF { width:15.75rem;height:0.0625rem;top:6.1875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3FQuOK4761FUi3ZOfTUng1R4gP0BMUw { width:15rem;height:5rem;top:1.25rem;left:32.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #es97J5roCX5SGbOPrgP6haTVt8EFqTuK { display:block; }
 }@media only screen and (max-width: 1199px) { #VXDdNor9DMl6bIEXnCLWKqxJG8AUpgEx { width:15rem;height:1.625rem;top:2.875rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI { display:block; }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #emmOryOG4MPoTORBbkIl4XdJHDkDSvIm { width:15rem;height:1.7875rem;top:2.1875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6oAs3ZMXmRtKPuAqfPTtZG2HhsRvmJb { width:15rem;height:1.7875rem;top:2.1875rem;left:16.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwcBCGk5VWfQWMTEnyU9I9q3tcs1ON6d { width:15rem;height:1.21875rem;top:4.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovNfpusEVyZLFP15696AIEcVS4RVWHix { width:15rem;height:1.21875rem;top:4.25rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3lZlDJV7hiyyGTr2xftcb0RE6AveSK7 { width:15rem;height:5rem;top:1.25rem;left:32.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #PGygJ2swWqb29DKAIbgzG9RXRQNeeBns { display:block; }
 }@media only screen and (max-width: 1199px) { #aT75b3MXUNbuQMokxTHyMR82HP4F1qDL { width:15rem;height:5rem;top:1.25rem;left:16.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #oILtCDqPx7GArfgEgnpUnQgXuheOKGHb { display:block; }
 }@media only screen and (max-width: 1199px) { #DXodV7Gb4Kv482TvzO8Dsq6eASh1WidS { width:31.625rem;height:0.0625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdEzSKTix5VySQ8oXCMndvnwKNFykmxk { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #KNtH0NAou2VI2EbGbeakiHs76ka9wiJG { display:block; }
 }@media only screen and (max-width: 1199px) { #Twn0yJmHpsyoybpWhimDNXP9NR5IVfnO { width:15rem;height:1.625rem;top:2.875rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { display:block; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container { width:47.75rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EJIakWisGarKK5epJyGsKC9hvlAQL3rT { top:14.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBqKKx8tMNitDqKODsVVUXIf4TuSlq78 { top:8.3125rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xr4inqHZ7iKEEu9zUoQnxySXJcZtKUDh { top:14.625rem;left:2.5rem;width:42.75rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQzMBw8TlJLHUNm4NJD7uuxIxzposuXn { top:8.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #voeOJkdZCJvRGOrPqxorXxofCDcIMSgP { width:44.75rem;height:1.21875rem;top:11.737503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifPNbHHm3Tu5ZEZi0pNO6KOmaMKDnVfJ { width:30rem;height:1.21875rem;top:18.050003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymbrK4qqEtAFK845Hv29mAnoaHeZiv3F { top:0rem;left:2.5rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8lDivMxAteBNoewpoPRB57GpRVnursd { top:0.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KysRGlkUJyZqw8I23cGNOOdCcTi8N0ls { top:20.9375rem;left:2.5rem;width:43.25rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VV7AqC3qmgyR2znThnZdw143CRwXhsGD { width:25.75rem;height:1.21875rem;top:24.362503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FH6a0UPesHhOqvZ1149TwSPAonMmBFCs { top:21.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVpDpm2uy3ULOzC7qG3eD9cUJzgzFZvr { width:25.75rem;height:1.21875rem;top:30.737503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRbvJ1D7AKSOsfTculIwDMJHnUE72PeC { top:27.3125rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NESe9yNoffedkDry1ovI2RaelR07hECe { top:27.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5gV647PX8iP3KfZJbPFDGbgmZJAnfO0 { width:25.75rem;height:1.21875rem;top:37.112503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6xtcxR10H8OmKwe8MyekULgpr1f3Wn8 { top:33.6875rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zUhKJ4ArfxmDZVNuKMNFAaJGZLbq7ExL { top:34.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcTi0q68cKxgZiCRvSg1Uxn2rb8T2mWH { top:39.9375rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvb6gCguduGCHgTomRLT6Nl1V2pA2SOU { top:40.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qo3cWts0mprNXT4zEtXto6WliDVqmgXS { width:25.75rem;height:1.21875rem;top:57.862503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ed4SvpUlAK3caKfQbUSZdAXZiIKeI9qK { top:54.4375rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hp9egrdsbUt8R60wcFeF6DlS3BV7W0qh { top:54.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdvbVH7JwIMJBNgkLTT2DrInk8e1GavN { width:25.75rem;height:1.21875rem;top:64.300003051756rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOyVLLA1A9A5O1KKI1baB1fzT0BrtIyQ { top:60.8125rem;left:2.5rem;width:43.8125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlZCCo9bGSiumvlop1iQRNXwmiO85fso { top:61.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mOemTgLZw3DSiFQB6h9yVSXV6y77bbHS { width:25.75rem;height:1.21875rem;top:70.675003051756rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzaIOOg4BKSSOKc8x5cHSVLpwo2a12TN { top:67.25rem;left:2.5rem;width:42.4375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQI7QJ3mgLf27LK5XkyKUffll3aqt1f5 { top:67.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DPRtDZAehaBOKoaBr7tKEkrJ52XER9Fi { top:73.6875rem;left:2.5rem;width:42.4375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T70UChRrnZRB3lQnofX9K8IHbUZTgvNy { top:74.125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJPtmRG85h4eitTnuV2bpZ9VmCrpkltu { top:78.5625rem;left:2.5rem;width:27.4375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ruW5wCPpZ64hD0nyFDOBRJnH9eWkMlQS { top:78.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtmNaXiTVdRxhxTsJ0gmVLwCwrEqGVDW { width:25.75rem;height:1.21875rem;top:81.987487792969rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOK0roo5b7vPEvZtRnDWmmNPtPtT2egM { top:84.9375rem;left:2.5rem;width:41.25rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTE93cShT710Tcl8kcCBQss2o9rHPLiS { top:85.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ez4NWgmJwG11i0ZM0NRR2hBZJxBBOHHy { top:44.8125rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTBG8ZWlkTEE78qLUwb9kxLhuatvtT1y { top:45.1875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4JMzLMimPT9p0mTddAM1bKE3shCTabo { top:50.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BHvuVwPXhoxpwrboB2HLTVrCndIeMNQG { top:49.6875rem;left:2.5rem;width:43.9375rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbSdXQuCzET9fXvfPFeEDauVdcZHFqGS { width:44.75rem;height:1.21875rem;top:51.487503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTFk8aR7PUUGwx9wS1109IngnTZyCXaC { top:89.8125rem;left:2.5rem;width:42.375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cwNmmga0l22a0Z0E7zsxUokwPZFUSnXJ { top:90.1875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNdimEs68igGpWtfCE6KOWoelWtSuy4b { width:25.75rem;height:1.21875rem;top:94.862487792969rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PVUElvvNURDoHrp8HEcXl0ubGvMmKLvt { top:3.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqoPfuZbTudGybTLhBHa1TmIFmruyt89 { top:3.5rem;left:2.5rem;width:42.75rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCVRmyEotxv2FZkc6Igmwq0Faq6xCpFx { top:40.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3WNpwLdcdmPUki4Gr0AwTycrm18Qs0S { top:40.4375rem;left:2.5rem;width:42rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SM7MEzp5FyITii99hzNLDmqkBcPk7gIW { top:78.5625rem;left:2.5rem;width:27.4375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2NICRazH5ZXX2AQuD8kqeRd5H9Xr6JX { top:78.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GMT50h4Og4d0gHSJ15zQyRB2CoQHM8WO { width:25.75rem;height:2.4375rem;top:81.987487792969rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ { display:block; }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .row .container { width:47.75rem;height:103.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p1ypZTkSylEfVBP3KLcUlikNDDC9svCn { top:6.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIQxLySiEibCfDWerDSVi9w66wvGV0e1 { top:0rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUtPvF1PuEMG2MJV2o3h9zw3dzCNbIms { top:6.375rem;left:2.5rem;width:44.8125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpE7U4G5UFNDxEtTiVsL04JnqDZtiU3x { top:0.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6E3yaXZPrchiTAkIcBl8oSa2SHliUl7 { width:44.75rem;height:1.21875rem;top:3.4249877929688rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xOrqZKZwABuony9w4ZPAMDcb8QPZ9Dux { width:41.9375rem;height:1.21875rem;top:9.7999877929688rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEQxt24pTOzxRlLqhDxpXlDwazHGd2l1 { top:12.75rem;left:2.5rem;width:43.25rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wchPTdJdX1Ptvd61k9AtRJdekk0DyQGB { width:25.75rem;height:1.21875rem;top:16.174987792969rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKcCVPES0fOHCnevSrwvSXxTFTOLCpFk { top:13.125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGyo86nSrDpQyVuTlFMovaNXG2luIfH2 { top:99.249423980713rem;left:31.874276459217rem;width:13.0625rem;height:1.69994375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBuUMWLxHBBkZNzsdC9RQ3wx2bPeWDWS { width:1.5625rem;height:1.5625rem;top:99.31235694885rem;left:45.562066376209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U5fJkMMwW62TnhebsTcyHLFxyw1fymWS { width:16.375rem;height:2.625rem;top:98.811779022219rem;left:31.374423325062rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4xSJPn9eTHXqQNR28vNShEWK0LzucgV { display:block; }
 }@media only screen and (max-width: 1199px) { #Uh4lcOvZVzRNCwLUM1s8fdQ5z2HSPgGI { top:99.249423980713rem;left:2.8747108578682rem;width:13.0625rem;height:1.69994375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zhsAwTBIsaaHxfmBt4NQP8h0HrsTtquh { width:1.5625rem;height:1.5625rem;top:99.31235694885rem;left:0.62427669763565rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vy9iqS2C8Q8iTMVaompzvEUt5NudU4pJ { width:25.75rem;height:1.21875rem;top:24.112500190735rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAKwhXCTrFPN2TaZTukGKAHx0w87ix17 { top:19.125rem;left:2.5rem;width:44.5rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N2QevDeIW36uGsgHGxL4T9GEBwh0vn5O { top:19.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRqkLJdMXEt3SVLeOS2JImvdQtqnazFO { width:25.7494375rem;height:3.65625rem;top:39.1875rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cIoG8u33rO0LTkKonANBpBAMeoFDlUL9 { top:27rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBXsIsaT8hiy9T1o96fRUxTAV1JM8y4x { top:27.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSdWbIKXIxOFcvTkZTNnuL5GIsgboKZP { top:34.375rem;left:2.5rem;width:38.3125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHJ3l3aasyT52C9MkCU7xdswQLB6My0T { top:34.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAg5BT7bzUO5CQKHsMntTIMEcTdqTxWH { width:25.75rem;height:1.21875rem;top:56.674768447876rem;left:2.4992766976356rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ac6nSMReJxdPTF8ufF4ffgL456pqnaUD { top:53.249565124512rem;left:2.4992766976356rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aSharDlzPXZ9fXnoSQPClW4y5Z6XOgxl { top:53.562065124512rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnNG5C3TQqFugLuRCLmTrtwKtnLVtO4W { width:25.75rem;height:1.21875rem;top:63.112123489381rem;left:2.4992766976356rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #waNHb4PKqtdngNRtamzUpvPg3QXzJtbQ { top:59.624710083007rem;left:2.4992766976356rem;width:43.8125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiVhRSIdZ2pish8TK5LCKDqKdH4cgCeq { top:60.062355041504rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsNwlhCsMT9Nt7oB4nUc2tbSqi0CETJq { width:25.75rem;height:1.21875rem;top:69.612413406375rem;left:2.4992766976356rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A82zOenxWatDhluSyudObs2vbh6HQAdb { top:66.187211990356rem;left:2.4992766976356rem;width:42.4375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rw2DU1mKnq9boJ2XlfVd5GnIW51aqAof { top:66.687067031862rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqAb4rgtnJntXAecUyMHoT6m86nzbnwi { top:72.749711036681rem;left:2.4992766976356rem;width:42.4375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A1UR0iTJrfb5MP80R9h291g3gtuDTM0n { top:73.187355995181rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFkoQB2lL6o6LtT2HqEM0Bs2WbybbhbK { top:79.7236700058rem;left:2.4978299736977rem;width:27.4370625rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTOl38uQFyp1EXdUWItA3xGCQJQrZ234 { top:81.812067270281rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpxMWfeGKnF2yGUgHLbZVuncTv4Q7fuQ { top:43.499688148499rem;left:2.4978299736977rem;width:38.312375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RCTrJWVkrBJBH4z1aqvhfFyWDP6TBISo { top:44.785133361816rem;left:0.62355333566666rem;width:0.624276875rem;height:0.624276875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVufFWew3DO335heE8XTIVnFKWAXZWrV { top:48.749420166016rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZWuOUPaexB7X4x8I4ADWRuoeF5OV3yO { top:48.374710083007rem;left:2.4992766976356rem;width:43.9375rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rfspx689FtHuymdKiJbovq4irRmp7o5c { width:44.75rem;height:1.21875rem;top:50.174480438233rem;left:2.4992766976356rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXDleqWFdD5UCzBubvsxBTrxqrrStuip { top:87.311922788619rem;left:2.4985533356667rem;width:44.375rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yOw6mXxnPnptiWSMbUG8tZv66uwn47FK { top:87.686633586881rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdwhalrXm78fDplqc4xM5l5fONTW9x63 { width:25.75rem;height:2.4375rem;top:92.486980915069rem;left:2.4985533356667rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rDuDeinO9taa7Xko6A6LDZ2towzgrRGr { top:31.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Efom8mA0bOSXUq7nSegJyn1VKtwstbOI { top:31.25rem;left:2.5rem;width:42rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 { display:block; }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .row .container { width:47.75rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lBC5Ha474nNeV740kkRrxIXm9IowTT8s { top:4rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zQTiM7N3KVbbasyBT8kzxwG6cCu8GQzE { top:3.5625rem;left:2.5rem;width:38.3125rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuxHwNo1Vp1wV9UJbauDcnyrdntnvLCf { top:8.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKGX9tGav4kXxBHpET5qJwM8ekFua7ft { top:8.3125rem;left:2.5rem;width:43.875rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqAAhIbURyXmP10b8rc93upBoVs9U3Du { top:14.6875rem;left:2.5rem;width:44.375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GNhdSdykITJ8mxMQN42Br1OtIi0Ic1h6 { top:15.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVVXwlSBP9Mh796Ubkk72ZDTzn20yAB6 { top:29.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8Dd4Li8565mZDh7sTg0ycVnTCz1npX6 { top:29.1875rem;left:2.5rem;width:43.8125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ueHbXEmnBptiDX8LKFBJ6erGL2CmAnpN { top:21.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dt77NCNpQ9fIMlqCIxfuLH95fZBtCywm { top:21.125rem;left:2.5rem;width:42.125rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ooM4bRCxuP6s7VxoNyeka3Eds35ktdF1 { top:43.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K33G8eiO0ArLkJpmWpKU2AbxFiKWbEUv { top:43.625rem;left:2.5rem;width:44.5625rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0Tb7xq6226LCLqF2C23CoAvlATX0VQc { top:59.375rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STQmJ5eLVaA9XBRAFbFarkklPr2KEpi3 { top:59.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0ep1fIIANt0QvMmKAdpo2QAfpodGef9 { width:30rem;height:1.21875rem;top:5.3624877929688rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taUepihnsCMDU7ARKoriZXqVQoB9SDn7 { width:30rem;height:1.21875rem;top:18.112487792969rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTru41WAbSQNnmBNQEGm114phJTugfnP { width:35.375rem;height:1.21875rem;top:48.612499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2Q6R4RR7FtrtQWFraPuNbnn76kmo8mM { top:0rem;left:2.5rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUe0uu1eMRi7To5xlTgsoCmkhbQSqrBR { top:0.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kV8vOcvQi1QKQJPkQTo5e2ZZnTxZKI5H { width:30rem;height:1.21875rem;top:11.737487792969rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O61icc7PngRGycICB1R38SdncMl9pAKU { top:35.625rem;left:2.5rem;width:37.4375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uVvGHsdZSWwlTE4VUbciTkSRLTMRW2Sn { top:36.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x88TPSyssTo4eaFlmaELI3wxIwiKAki6 { width:30rem;height:1.21875rem;top:26.237487792969rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eThX2catht6NMu87S5retiVgpdwZ3ykR { width:30rem;height:1.21875rem;top:32.612487792969rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKvcs2OPZ9etIirVcR7MJsSam4bDq6sr { top:51.624715805054rem;left:2.4992766976356rem;width:45.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymr5FZR8uJr2iU3fB13kqvJSwZPTy94N { top:51.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePvKq04apGtiFVHhgdvJtzH8FvTErfVa { width:25.9996875rem;height:2.4375rem;top:55.737125396729rem;left:2.4978299736977rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RXEiWAJhpyb1eCCZuPTTS68FQ8VhszZS { top:40.4375rem;left:2.5rem;width:42rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zm0GMQwV3xRThHDT8raEhkBL5VQ7glil { top:40.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wf2tAPGVVDUSyZtk5VzQL8y68Sd7NufK { top:40.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nPtlR4c9OeViaihTNfA10NOfT8M18LsN { display:block; }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .row .container { width:47.75rem;height:109.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rdREVGS2WgfqF6gwcl6MzTISnEkbSWhv { top:5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWQgeq4MvrBr0gatwob45g2VGgQ8GQ4u { top:0rem;left:2.5rem;width:42rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfrFaUglsmwKfQ86axrZJxTG3HOTMu5r { top:4.6875rem;left:2.5rem;width:42.75rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTR1a5enMKTdoeImFP0CovhIU1eiZNik { top:0.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vheviCk9f1LKmzZ3xKeEGs5W1EZX3hku { width:44.75rem;height:1.21875rem;top:1.6749992370606rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NITF9osT9PqUnDDeJ4USROo03lVrh76F { width:41.9375rem;height:1.21875rem;top:8.1125030517575rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2KfkJWDX07BoBt4yWyMTd5f8vtZTaAr { top:11.1875rem;left:2.5rem;width:43.25rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihOGuxncHM3l2SbDcHzvDHBiOauQwk8t { width:25.75rem;height:1.21875rem;top:14.612503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HsxMXBsmwGzdaIbV7ycTykPTu02MluFA { top:11.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zro4Zd1bic96stDABfBfJFpTCBQVwRiZ { width:40.375rem;height:2.4375rem;top:22.612503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MatRAZ845aVQyIsuGivvNAcHx8NewQy3 { top:17.625rem;left:2.5rem;width:44.1875rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qq4vP4MKEZSzICROzFvUOIihAm6IBQ1H { top:18rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IoqmvTXwzn3B32LLEQJ5nnAtrmUr1aGv { top:26.875rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBXNztVCFuID0beaQyh7OCO6A03VmlCL { top:27.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKzXD2x5GA8fHGscTCvRnEmS4mbdkVb5 { top:33.0625rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWWp27CUUFr5AfkGl4SQd2AMfhX3UKvN { top:33.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTtTTlGDILC5myr92khkZpmEsP2itHTQ { width:25.75rem;height:1.21875rem;top:71.175003051756rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQI0Qu3TflxWPd9rLCDbdqCBkvRuSgHo { top:67.75rem;left:2.5rem;width:44.0625rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3T8aXRNxdAlRCcTvD3438wN7PMTFTn4 { top:68.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TI1ro2h9hvT2fakh2hzOeRKhocBz2vBm { width:25.75rem;height:1.21875rem;top:77.675003051756rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NM2DKFygEUXyCJARsteZPS85z3ta3nDn { top:74.1875rem;left:2.5rem;width:43.8125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJHND1TWxPkddiZbJKBaEDcXc2oosPZL { top:74.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emLtXxtlT011s2FfmuVcOnKwUJk8yuQI { width:25.75rem;height:1.21875rem;top:84.112499237062rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTbaD4PTUNCVpJ39B0amVrTPTpG14UUW { top:80.75rem;left:2.5rem;width:42.4375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g41kATvNnWUhrDPezim9zgFnoT3dOa3R { top:81.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bx7K1yDczKfCld5QGSQdwfWb1r8ieZ65 { top:87.0625rem;left:2.5rem;width:42.4375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTvcoEOT315AFkSyRQ6NdgUH7BdXFeeu { top:87.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyTO6xWpJOF1g5gPaKbCpMDXKZGPcAt0 { top:100.25rem;left:2.5rem;width:41.25rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kcETmAdDN0bqJbaus4DZTMcIo7lX6EDV { top:100.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnJ1efEtogyk3qzmabHV4TALzMGMWzVN { top:42.4375rem;left:2.5rem;width:44.0625rem;height:4.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otTFu4fT9PvxT2oxLD1aIdKpMeoueoHp { top:42.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TetJSlTFxkBDfwFb41NT3d5H7vpghT9g { top:61.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u60v5760Z5mhOvTO7EbXFTleafa64W7h { top:61.5625rem;left:2.5rem;width:43.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIEQK8FOJX7X4NFCtwfgfFL5lwWBJd7J { width:44.75rem;height:1.21875rem;top:64.987503051756rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g6wUrwl0qhWpzK78aE3FkHSubTw1qWTc { width:1.5625rem;height:1.5625rem;top:105.625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUKfVm9bSdk9AVc2rBLeaAT49s4APGlz { top:105.5625rem;left:2.9375rem;width:13.25rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEmPu5Bm86oe01AG4L0G7M9gVTx6GVwQ { top:105.5625rem;left:31.75rem;width:13.1875rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UfeMr8TEPomdfOUDe6sK2Ozp8vn3wxpy { width:1.5625rem;height:1.5625rem;top:105.625rem;left:45.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXGJvQ6rCtZpl8sfHg1myCrBeydb8Tdn { width:44.75rem;height:1.21875rem;top:30.175003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGxrE1ghmVKiIAkJKIzd7CJEtLD1ky9p { top:56.625rem;left:2.5rem;width:38.3125rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0GWqkEv5Td85vp52nFQgfX8PNgLm1S4 { top:50.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQxwztqhNVK3aGrBkmrXxr7g2OHoJZdW { width:44.75rem;height:1.21875rem;top:47.487503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEiOozeLg31vTXV0XJyJqHdNVGBTsAye { width:44.75rem;height:1.21875rem;top:53.737503051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKCxGmDqp6AI66GFzT1E7uNe9LTbZ5g1 { top:50.4375rem;left:2.5rem;width:43.5625rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDNR5hst0FmX839J5Euxkqd8DUkHlzww { top:57.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOdrmg9g9NiUUvHPTUz1vi04OIyU1kaN { top:38.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTvne4MzaSxzu2nQVoR7RaXwJB4LcHVE { top:37.875rem;left:2.5rem;width:42rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #heVmw4D7aWn1Mh2PKCRgtsyQ9IemCQxn { width:16.375rem;height:2.625rem;top:105.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gx0LAQ7855Nz6kgWebdzqTHXAqtwMIdB { display:block; }
 }@media only screen and (max-width: 1199px) { #CqTl99MrXLECLCAMuVMENDKKkEer2O8V { display:block; }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .row .container { width:47.75rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TCrEAfoTX5vv634Ob4s90Xiq0PiTaKox { top:4rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2zJSLKDwV0WdyNISHa4KiF7neJK3hng { top:3.5625rem;left:2.5rem;width:38.3125rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CpbGJeoDQw2DdhfOenmPLAP8HQo43JdS { top:8.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPZXZDuKBAZNunvJUuh9DqOoWIRfeNpa { top:8.125rem;left:2.5rem;width:43.875rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wiq0LpxcpivUE1RGT4AnxbTCW1S1beu2 { top:0rem;left:2.5rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Reosa6eMMAyQW6PAS0qsh2S8cFZ5WoeQ { top:0.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFfbPFir5MVkTEUIKfoyOIxIkXxLSuxE { width:30rem;height:1.21875rem;top:11.550003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHazscTaqIaNcbJOH7bNehaRGkSfC07c { top:15.875rem;left:2.5rem;width:43.875rem;height:6.1875rem;font-size:0.9375rem;display:block; }#mHazscTaqIaNcbJOH7bNehaRGkSfC07c li:before{  }
 }@media only screen and (max-width: 1199px) { #z4X46LU877xFw4Gt1UcaCgaQMZNiMIU6 { top:13.9375rem;left:2.5rem;width:43.875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4O1I82gXPMJQMZDrq0lTZ4N2ABL5w4l { top:27.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piDWl9s4gyTgqDOCi3An95pkCSO7JCWJ { top:27.25rem;left:2.5rem;width:43.875rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TovggSezJLK8uWigdANkiaE3vChx9xhf { width:30rem;height:1.21875rem;top:30.675003051757rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QFc5kIePeLFuZWDV4tfivsWfF22c9lOg { top:33.0625rem;left:2.5rem;width:43.875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFaqqT8wKxT2e1aHZDUhFiaoOzGhswHc { top:35rem;left:2.5rem;width:43.875rem;height:4.5625rem;font-size:0.9375rem;display:block; }#cFaqqT8wKxT2e1aHZDUhFiaoOzGhswHc li:before{  }
 }@media only screen and (max-width: 1199px) { #E1Q1xioo837FlwsyoFRtW4cZzdUSTZP6 { top:45.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTxJFqI2uFlpf35B4UCQ5ly7WX8aScF9 { top:45.25rem;left:2.5rem;width:38.3125rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RRlUpnHuMg9U68K2w8GH9eR01PFVlxfK { top:48.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RRnLZUZveX9gA2LN89nEEqH7F7zvaEFB { top:48.4375rem;left:2.5rem;width:43.875rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVVUsdv8mPOOzOX5MTO5ZCumQyzO5H9S { width:30rem;height:1.21875rem;top:51.862499237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nLPlPZ0bQJWxkUG39fBdWdL23IBobcx1 { top:54.25rem;left:2.5rem;width:43.875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hW6KTkKGui4oENOpsa1BB5fHNF0o6RsD { top:56.1875rem;left:2.5rem;width:43.875rem;height:4.5625rem;font-size:0.9375rem;display:block; }#hW6KTkKGui4oENOpsa1BB5fHNF0o6RsD li:before{  }
 }@media only screen and (max-width: 1199px) { #GyaTsFKB9o0z4TSDwNmmzdcsmRtEffZn { top:66.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyFmQIobaPaFzv6PMuG6CpCCpZmrMbFh { top:66.1875rem;left:2.5rem;width:43.875rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyrmvyKN36dsbl4sbEDp8Mfa5xKKLsFy { width:30rem;height:1.21875rem;top:69.612499237062rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6gQHyNhCbDPZ2LHZgUzXi0cySN7qA1g { top:72rem;left:2.5rem;width:43.875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgcvU91GOTZv60kTg72ZGngI4zGDKngp { top:74rem;left:2.5rem;width:43.875rem;height:7.8125rem;font-size:0.9375rem;display:block; }#fgcvU91GOTZv60kTg72ZGngI4zGDKngp li:before{  }
 }@media only screen and (max-width: 1199px) { #RitmPqKVWx0s7FWlRNJeqoxSpAPbeVb9 { width:44.75rem;height:1.21875rem;top:5.2999992370606rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtzfSpDlUT2UCdeCmODVmgfn8iArQ2NI { top:22.6875rem;left:2.5rem;width:36.375rem;height:2.45rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vobbgl191nv14sR4RoSMEnGbMfd2CP4L { top:40.25rem;left:2.5rem;width:38.4375rem;height:2.45rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhxQxbHF9xaqkuGhcCubCGPL1KVVSUyr { top:61.5625rem;left:2.5rem;width:38.4375rem;height:2.45rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwxZa4d8Rc1uARLblJTbqcleTukeN2Q5 { top:82.5625rem;left:2.5rem;width:38.4375rem;height:2.45rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8cITErXxkilTW1pK30etGVlMoJTBp8P { display:block; }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .row .container { width:47.75rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW { display:block; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #znA8pP8GXUDXIHWooiBB9egEB3IvuUlC { top:0.0625rem;left:2.5rem;width:43.9375rem;height:1.29948125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbE1Wqz2bVAW9iXPLf6MLKXFIKPbyC2e { top:3.1875rem;left:2.5rem;width:43.9375rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHEVrcqbkpaccMqItTyNvhLd4m9NIE8g { top:0.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4KGNAH2cGgI41wTbw09FZDrSqXHzsCa { top:1.5625rem;left:2.5rem;width:43.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS { display:block; }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HCUyEEusf4V2T7mtAKU7LqPWv4T0ZzFO { top:0.0625rem;left:2.5rem;width:43.9375rem;height:1.29948125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdFWENALim043oMWl4SSiR1MAOlgD8fM { top:3.1875rem;left:2.5rem;width:43.9375rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3NAseTcIauQCTcO5EFUpLssbUcridaS { top:0.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0v089xcPGgVaguVNELJ6acCoD1QkXCo { top:1.5625rem;left:2.5rem;width:43.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y0Md6qiwG2bEncJWtrXmPkl3yNmF57XP { width:10.125rem;height:1.875rem;top:3.0500001907349rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCPKag1f0pLZRSrPED9PIlp2KSNt5TbQ { display:block; }
 }@media only screen and (max-width: 1199px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:47.75rem;height:1.0554125rem;top:0.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:18rem;height:5.0625rem;top:1.5rem;left:14.885417938233rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 1199px) { #U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { width:12.5rem;height:3.75rem;top:9.1875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block; }
 }@media only screen and (max-width: 1199px) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:47.75rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:42.9375rem;height:5.525175rem;top:2.5rem;left:2.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:15.5rem;height:3.75rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 1199px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:15.5625rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:15.375rem;height:3.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:32.375rem;height:0.0625rem;top:4.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { width:15.5rem;height:3.75rem;top:0.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block; }
 }@media only screen and (max-width: 1199px) { #qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { width:15.5rem;height:1.137875rem;top:1.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:15.5rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 1199px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:15.5rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:15.375rem;height:3.6875rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:16.125rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { width:15.5rem;height:3.75rem;top:0.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block; }
 }@media only screen and (max-width: 1199px) { #WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { width:15.5rem;height:1.137875rem;top:1.375rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { width:16.125rem;height:0.0625rem;top:4.3125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { display:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { width:15.5rem;height:3.75rem;top:0.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block; }
 }@media only screen and (max-width: 1199px) { #iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { width:15.5rem;height:1.38125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANJU77UqR9faqsmpFTZItLeqPCuTcVky { width:15.5rem;height:1.38125rem;top:1.6875rem;left:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { width:15.375rem;height:3.6875rem;top:0.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { width:32.375rem;height:0.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { width:15.5rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block; }
 }@media only screen and (max-width: 1199px) { #ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { width:15.5rem;height:1.137875rem;top:1.375rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxQPyZCWh0ghtexlrKuP2hewt3DImO8x { display:none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtMU3VUlWr08gizbazaWDCcehzX4PPyX { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vrebawh0yPXpRABxG47HVE8TAi42MCiZ { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBuos8TvNp2uE9iywkkwCIS1BcfIUBkx { display:block; }
 }@media only screen and (max-width: 1199px) { #zFGQ3QZyG4RL4y9oElLm5wKn0DVt8yae { width:22.5rem;height:4.875rem;top:8rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSTQx1r7LlzeNurR8TZJxlFvRGFTRFux { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTEBCLHqek86qmcTPIkhrIu4glRfCIxb { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iad5wWveJ4Tcu8E8XvJ3M3lRdAtcBsId { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cks6DcX78cwyFK9nTs1nW0HHZN9yXUmc { width:22.4375rem;height:0.97511875rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJqxItpMoprxDCRXI6lnReK7CqgbgmrL { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0J1AH7teMTwAcqeHFevz3J9yIiNg6VI { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czQbt6OTbccfsFuepbr1genWaCpTwSUo { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ud6L3xkMTTCTTLLTSqxMgzh6rW7NtQXL { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeQllTTXgO0xhukUXXzDLryHazhW9obL { display:block; }
 }@media only screen and (max-width: 1199px) { #rq0xNHsZMZtHNxr2ndha540AVpGiUVqd { width:22.4375rem;height:0.97511875rem;top:18.875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLPVOZh4suql4lCX7oOyULPiVhL8PHLL { display:none; }#yLPVOZh4suql4lCX7oOyULPiVhL8PHLL > .row .container { width:47.75rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #urLqm3iBSMTr9S2aoWy3nH6Hd3p27u3A { width:22.5rem;height:31.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFhkFKvvzTHPVJQIMWNUsNWkrfCQsy8K { width:22.5rem;height:30rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTpgVeW6FAsFuUmQwiG8gCpQkSFzv2Zd { width:16.25rem;height:3.75rem;top:13.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wCHWLJBnFRfKzocILziqEQ9mXZ2sXgqh { display:block; }
 }@media only screen and (max-width: 1199px) { #FbJQED9s1I23MpE2uhIqqQNbWFk09mqv { width:22.5rem;height:4.55rem;top:7rem;left:0.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wV0tGppZU6c3SQPk9gBArWHxgalmmNan { width:22.5625rem;height:4.55rem;top:7rem;left:24.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lz3RJSmIQ2dQpT8R0dw0eM8K7HHtitgs { width:22.4375rem;height:1.38125rem;top:5.625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pyJhbvTUXmGhKFBxh3PvJdeRNwPmATSW { width:22.3125rem;height:1.38125rem;top:5.625rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTTQ09ZEhO9zoRcLSBgSnNpiRFsWGmR3 { width:22.4375rem;height:0.97511875rem;top:11.375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqRBkMmRoZ4vQzrM6lcKxRdcNui9USUp { width:22.25rem;height:0.97511875rem;top:11.375rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EO8QJZ33VTcLc4AwldgCgmWiAlQGTaTo { width:2.5rem;height:2.5rem;top:1.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUvMt8kne8X2RJ16R5IQd28mAgPuDcw6 { width:2.5rem;height:2.5rem;top:2.1875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WsnRzt67CMqx3PDITCCTKD1kSlqkeNXC { width:16.25rem;height:3.75rem;top:13.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDO4MWKKrpRFx6msNwzCaWvGpMxveKFM { display:block; }
 }@media only screen and (max-width: 1199px) { #o4LciQgikSLRZrNRg3EtrctdEK5I3wcR { width:22.4375rem;height:0.89375rem;top:30.96875rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7Jk3aCE4meuZdzUEDvf3il07dJ863iZ { width:22.4375rem;height:1.137875rem;top:18.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATdmxaB1i5swCmPLf5AkX9HMPMOUpTGX { width:18.75rem;height:2.27575rem;top:19.737499237061rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEHT2tFL3yUufhzxOzaJlebMppsFKkxd { width:22.5rem;height:3.4125rem;top:22.46875rem;left:0.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2kMnC9M6S5SAok3ugtblZ5iZrbG8Koh { width:16.25rem;height:3.75rem;top:26.59375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5OKIGnN8WpmwOlrFViLa0zMm5MpXLk7 { display:block; }
 }@media only screen and (max-width: 1199px) { #FV6TPZI2IhMhMmRAlg0k14uu5mOQv7sM { width:16.25rem;height:3.75rem;top:26.59375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zHorRiC5EgPt6JOFFi5684SGZVrktHzd { display:block; }
 }@media only screen and (max-width: 1199px) { #JAOokumZxcC26a6TpSp1qzt8xukS60DF { width:22.5rem;height:3.4125rem;top:22.46875rem;left:24.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGFlpH46rO9iNTMhHZZxS8EOZe7c6VUN { width:18.75rem;height:2.27575rem;top:19.637500762939rem;left:26.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTFi4QXuRPTyXKISlbTOfavC3Q9rlvQC { width:22.4375rem;height:1.137875rem;top:18.096874237061rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DfhpQADOL4BQvi7TlteZpCfzwFIiICkp { width:3.3125rem;height:2.110825rem;top:23.118751525879rem;left:16.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P4iI3ETmPpc53PbG3CicKtsOwX26w2ul { width:3.3125rem;height:2.110825rem;top:23.118751525879rem;left:40.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:16.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 1199px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:42.9375rem;height:1.95023125rem;top:2.5rem;left:2.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:42.9375rem;height:2.43634375rem;top:7rem;left:3.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16.25rem;height:3.75rem;top:16.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 1199px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:43.4375rem;height:2.43634375rem;top:11.1875rem;left:3.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { width:1.875rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { width:1.875rem;height:1.875rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block; }
 }@media only screen and (max-width: 1199px) { #MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { width:22.5625rem;height:4.875rem;top:8rem;left:0.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4T9lretyBJtH75k2WecXTKHF297bXm4 { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { width:12rem;height:2.4375rem;top:2.71875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { width:12.0625rem;height:2.4375rem;top:2.71875rem;left:29.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXQebhRTf96eOuiDBUc0qll2TmSucXXX { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HtR1xk9bg5DzfturM9ZGAcbuKQnZSnky { display:block; }
 }@media only screen and (max-width: 1199px) { #XexfZmzT1p5blSnFkL5aiUJT4dT2SxsQ { width:22.25rem;height:0.97511875rem;top:12.625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydTVyFrbw2rEyXWtqowePFzWokiSWsQf { width:22.4375rem;height:0.97511875rem;top:18.875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DI8Keq3MIc7kTHGT6JGvE4umP4kidH6M { display:none; }#DI8Keq3MIc7kTHGT6JGvE4umP4kidH6M > .row .container { width:47.75rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DxzUuDzwLarz2paTlACze7v06W34GMnq { width:22.5rem;height:31.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ss9OoQPpVUVTXrIDx8ZSGHIRvppPFUp7 { width:22.5rem;height:30rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUnC1ThQWdkOAcxhJ6co81o9PD5TJQEC { width:16.25rem;height:3.75rem;top:13.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QD5qLvDUQnb2XxZhnA9dGWUFoShHy3gx { display:block; }
 }@media only screen and (max-width: 1199px) { #oNVTRMPbm0C4xlRDXxOtuZTHq53s1JKT { width:22.5rem;height:4.55rem;top:7rem;left:0.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zR1kV9XsKNlm1fGQmCPTEfVldUq4XzT9 { width:22.5625rem;height:4.55rem;top:7rem;left:24.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIZ3pwfhnKpHJLxp0H4caMvhQvJq2dTP { width:22.4375rem;height:1.38125rem;top:5.625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JZJO1BR4mf3GmFDabXwmCPwU8G6PULA7 { width:22.3125rem;height:1.38125rem;top:5.625rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H06IBeRFsf6yW3DNbsTBHi4RMqumKcGo { width:22.4375rem;height:0.97511875rem;top:11.375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXOqp5BF5s5Lfa5ETJXNXO2bE8FinlKC { width:22.25rem;height:0.97511875rem;top:11.375rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6zkMp6UVGBdoK0Q2biFaGBF5XyNDggh { width:16.25rem;height:3.75rem;top:13.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRZmFkg13KcV37Z0DwuB5bbhVVKn0t0w { display:block; }
 }@media only screen and (max-width: 1199px) { #MmsnADrGfJZnJ85cHJ9Kvh2Qi92mMpVg { width:22.4375rem;height:0.89375rem;top:30.96875rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CK5Jik9EXHRt8bTWS5TdFyKVTxysEbmr { width:22.4375rem;height:1.137875rem;top:18.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4yoxxJRzsa50VESawFA70rQ0ZR1dOKJ { width:18.75rem;height:2.27575rem;top:19.737499237061rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WivRFEhWiu9ZdsbUW4qOfogsW3ew3nms { width:22.5rem;height:3.4125rem;top:22.46875rem;left:0.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sz7txP2efF9Qu8aETZV3a8sdgpmKt0xH { width:16.25rem;height:3.75rem;top:26.59375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7CV3AuiGoDzozmEcFnXlqJQpZFoMDTu { display:block; }
 }@media only screen and (max-width: 1199px) { #Qd66wCTPHL33vOH8J4WO6vDFnsvFJshK { width:16.25rem;height:3.75rem;top:26.59375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbBp08TDEVInEQ7TVK31igUJAn5gPBz7 { display:block; }
 }@media only screen and (max-width: 1199px) { #Oao6kEFB95ZhLltBTsKs0ydgm6ABC5R3 { width:22.5rem;height:3.4125rem;top:22.46875rem;left:24.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBbyevb1cWQgmBmm9BN3PMnTZPTov1o9 { width:18.75rem;height:2.27575rem;top:19.637500762939rem;left:26.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3wq6kr3nOOUgeV1CBZCyCDXuLF5JrMq { width:22.4375rem;height:1.137875rem;top:18.096874237061rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6ZdNcPmD9GsHC4uRI0wglgFGliqn65D { width:12rem;height:2.4375rem;top:2.71875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITMU0SDXDqKtofPZlVzu7Jv8pyVpR770 { width:12rem;height:2.4375rem;top:2.71875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pdO526n9tBwcBMICiR2fz4zIaiy0Jq79 { width:3.3125rem;height:2.110825rem;top:23.118751525879rem;left:16.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a97bRNAgJZ1TnLnFRCJIWxB51CLK4fRR { width:3.3125rem;height:2.110825rem;top:23.118751525879rem;left:40.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { display:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { width:16.25rem;height:3.75rem;top:16.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block; }
 }@media only screen and (max-width: 1199px) { #zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { width:42.9375rem;height:1.95023125rem;top:2.5rem;left:2.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { width:44.0625rem;height:2.27575rem;top:7rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { width:16.25rem;height:3.75rem;top:16.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block; }
 }@media only screen and (max-width: 1199px) { #rhL8poJs0niATyGvwwE34ZyZ6hATITnz { width:41.3125rem;height:3.41363125rem;top:10.6875rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { width:1.875rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { width:1.875rem;height:1.875rem;top:10.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { display:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { width:47.75rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #abDylg98amBHvlHFOV4gDHUPqW4mfEdU { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8TWLIS0qoMylxVolWxwuxvlAm967JmC { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { width:22.5rem;height:4.875rem;top:8rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { width:22.4375rem;height:0.97511875rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Da2flPTfcmFfFxKXT3DSqarS7siPJMWv { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ok71XLo2XAKHsZJOZRQy2gtSqTo49TFT { display:block; }
 }@media only screen and (max-width: 1199px) { #THfIw5qRnzFxeb7OIwirLKTG33Gt0ulE { width:22.4375rem;height:0.97511875rem;top:18.875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RItRIAncy4O4oAKh1WrdRMni2I9ICy3F { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPLe44vsmlTFVKqf94Mv3tg1lH9Vq8nR { display:block; }
 }@media only screen and (max-width: 1199px) { #t9c4CCnih7xrodIGEViyifO1BBRap0M0 { display:none; }#t9c4CCnih7xrodIGEViyifO1BBRap0M0 > .row .container { width:47.75rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Tqobz2atqiuqOMX6csLp4nvmfoVDT9z8 { width:22.5rem;height:31.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlDdlXTDNZ2uG8T2ATFvKTog6DZtnh70 { width:22.5rem;height:30rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyAwLttq2CCpNJMq3Gis4OvOrERK369U { width:16.25rem;height:3.75rem;top:13.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAEFyUuv9onJ868aR52DnlWmwsRydqTp { display:block; }
 }@media only screen and (max-width: 1199px) { #OEybtXIpg0asqVtSDnbIMSAuRtTMFZQA { width:22.5rem;height:4.55rem;top:7rem;left:0.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5t03a7dpTQaLXEXDuwCP5exV41eqnxu { width:22.5625rem;height:4.55rem;top:7rem;left:24.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIZI6uPyITpxAyKS4okX4E726nqXOAAd { width:22.4375rem;height:1.38125rem;top:5.625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbAqcZLOu7TmhGmu63g8KxOBPQtlnerJ { width:22.3125rem;height:1.38125rem;top:5.625rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPEkiEnBp5ZlbGLbpiJzhCCoH147U17H { width:22.4375rem;height:0.97511875rem;top:11.375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TD8bsAqrcAqWJmAQlTkpqffaxlJ254WC { width:22.25rem;height:0.97511875rem;top:11.375rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UcqqAIDbndL4T8RA3kDq0OhSW4ooTORQ { width:16.25rem;height:3.75rem;top:13.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RATcs3zbOk74iWTbvu0BTaQe0yKg6TU0 { display:block; }
 }@media only screen and (max-width: 1199px) { #M1IpaCFMNipn7UpT3xL17PuvpfaoSXfH { width:22.4375rem;height:0.89375rem;top:30.96875rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VU4LGCzuFO3kqyGZTIk5NQOzXgB6CFd1 { width:22.4375rem;height:1.137875rem;top:18.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOZGuw4LRqKaVPOx47CqS9MSlsr4i10t { width:18.75rem;height:2.27575rem;top:19.737499237061rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxx1fFzJ8Z43J5E73KDBzWuIeQdsyzEO { width:22.5rem;height:3.4125rem;top:22.46875rem;left:0.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIwr3qls2A5dtwtUP45zoOwkJGcAUJos { width:16.25rem;height:3.75rem;top:26.59375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dV3m5uwdrHUJmGL5WRQt61DxJErfePig { display:block; }
 }@media only screen and (max-width: 1199px) { #AGqR6a9cCAE7irvkpqTEQng9cXMtGHCx { width:16.25rem;height:3.75rem;top:26.59375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCxdZZ6XHUs0IlXFKNixnW7Gwc1L73xV { display:block; }
 }@media only screen and (max-width: 1199px) { #aGZHcJwMtz6pdSu6dVPi5ooUkeOmhscr { width:22.5rem;height:3.4125rem;top:22.46875rem;left:24.625rem;font-size:2.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #q3SMMZBlafnMhurcyK7GqVJNBRTIbKI6 { width:18.75rem;height:2.27575rem;top:19.637500762939rem;left:26.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqEJehMFDhdhAoaRwbB7ztgRRaWFnDLR { width:22.4375rem;height:1.137875rem;top:18.096874237061rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVXHTbbraBmfbvEOsV55llCKEbm32Hmv { width:2.5rem;height:2.5rem;top:2.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7BFZ8o1QhIuTLyACUe4qT5RaMEc71Fw { width:2.5rem;height:2.5rem;top:2.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abiVZPFqnkImIlpT10bnxeTFMQHF4GC6 { width:3.3125rem;height:2.110825rem;top:23.118751525879rem;left:16.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLiuqebth2xwqvJsXHJ573KhdtOX3rnv { width:3.3125rem;height:2.110825rem;top:23.118751525879rem;left:40.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:47.75rem;height:43.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:46.5rem;height:0.0625rem;top:2.436767578125rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:18.625rem;height:1.0554125rem;top:0.5625rem;left:0.62427669763565rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:11.5625rem;height:1.0554125rem;top:0.5625rem;left:27.124566376209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:7rem;height:1.0554125rem;top:0.5625rem;left:39.937066376209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:12.5rem;height:1.137875rem;top:3.686767578125rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:46.5rem;height:0.0625rem;top:15.624702453613rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:46.5rem;height:0.0625rem;top:10.937202453613rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:46.5rem;height:0.0625rem;top:6.186767578125rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:27.375rem;height:2.27575rem;top:7.4997100830075rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { width:1.25rem;height:1.25rem;top:3.6303405761719rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { width:1.25rem;height:1.25rem;top:3.6303405761719rem;left:42.655530273914rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { width:1.25rem;height:1.25rem;top:8.0111389160156rem;left:42.655530273914rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { width:1.25rem;height:1.25rem;top:8.0111389160156rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:27.375rem;height:2.27575rem;top:12.187202453613rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { width:1.25rem;height:1.25rem;top:12.698631286621rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:46.5rem;height:0.0625rem;top:20.312202453613rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:27.375rem;height:2.27575rem;top:16.874702453613rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { width:1.25rem;height:1.25rem;top:17.386131286621rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:46.5rem;height:0.0625rem;top:26.186775207519rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { width:1.25rem;height:1.25rem;top:22.823776245118rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:28.5rem;height:3.41363125rem;top:21.624412536621rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { width:1.25rem;height:1.25rem;top:22.823776245118rem;left:42.655530273914rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:46.5rem;height:0.0625rem;top:30.999420166016rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:29.3125rem;height:2.27575rem;top:27.436775207519rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { width:1.25rem;height:1.25rem;top:27.937347412109rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { width:1.25rem;height:1.25rem;top:27.937347412109rem;left:42.687356293201rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:46.5rem;height:0.0625rem;top:35.812065124512rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:29.3125rem;height:2.27575rem;top:32.249420166016rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { width:1.25rem;height:1.25rem;top:32.749275207519rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:46.5rem;height:0.0625rem;top:39.499847412109rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:29.3125rem;height:1.137875rem;top:37.124275207519rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { width:1.25rem;height:1.25rem;top:37.067848205566rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { width:1.25rem;height:1.25rem;top:37.067848205566rem;left:42.655530273914rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnm4PTgW9VwDWvHLzllLCV1pF3n1LKOc { width:29.3125rem;height:1.137875rem;top:40.875rem;left:0.62395858764649rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZzWGdIA1A8rT9PzOmqT38nMASgW1Bqh { width:1.25rem;height:1.25rem;top:40.756248474121rem;left:31.873958587646rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl { display:block; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row .container { width:47.75rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w8Au1ssBVbCczcWUOzR5v81Tn98yHOQB { top:2.5rem;left:7.8125rem;width:32.125rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N03T02v5fUxrn0866TABTkAnHfbZWWx3 { width:26.375rem;height:2.4375rem;top:7.5625rem;left:10.748958587646rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zp9dakMVUBC4DmlG1iublbgraT0IWp2g { width:7rem;height:7rem;top:7.2479171752931rem;left:0.86770820617675rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKHlu3KHk6MyeQPpDW7bAwQkIVq1TUpl { width:7rem;height:7rem;top:7.2479171752931rem;left:39.935417175293rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9DVe5IxZR648fJqQH1FzmwKK7NJuRVJ { width:32.5625rem;height:7rem;top:7.2802124023438rem;left:7.8114585876462rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JwLgXNrOuo8WolPqwvpLZ1qcxrb75OQi { width:28.75rem;height:2.25rem;top:11.919792175293rem;left:9.4989585876462rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfQg7uFTKApmtTAanPHBpmvUK1ab4Zs2 { width:28.75rem;height:1.21875rem;top:10.388542175293rem;left:9.4989585876462rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J8tiChtKzPBJplI2CLznSVpAy2wQp22J { display:block; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #shvnf92qO6h82f5953e3OV6DwGoJyuZc { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvAmhR9TgQasNe4nS2f7EOKgVJV3plRp { width:30rem;height:15.9375rem;top:17.5625rem;left:8.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vzJZT7LE3fUapZVo0I5DTnctJsuEvqNu { width:9.625rem;height:13.9375rem;top:5.6875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xONm2yxHnvHcULviU7ppPPtJzts9XfGT { width:17.5rem;height:3.4375rem;top:35.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocHXrWIMXdu5ZOELnTsqNFWWbnbTM7w6 { display:block; }
 }@media only screen and (max-width: 1199px) { #dnXxsVSrpVTKFJATR8uosGac9loag8hI { display:block; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container { width:47.75rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oRnpUPwLcaQW9hIuFiDSUWwLQQi1tsyW { top:2.5rem;left:6.125rem;width:35.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WVPP3GMVy0otr3KuZkXERaqfx5kPO8mv { width:23.3125rem;height:10.5rem;top:16.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i62Nt6HkRvxlb7oR9ICWPfliG2hSXCyE { width:17.5rem;height:3.4375rem;top:45.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbSWngqQxammoIV5ZKeqA5LgiWgoxZsk { display:block; }
 }@media only screen and (max-width: 1199px) { #l6PEl0PywfSQLyLoubEGuB1cOSNkfQmG { width:23.25rem;height:3.9375rem;top:39.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tK4Mact60kZXoO2xrX4u7035gkyb9nt3 { width:19.5rem;height:9.8125rem;top:28.125rem;left:0.625rem;font-size:0.875rem;display:block; }#tK4Mact60kZXoO2xrX4u7035gkyb9nt3 li:before{  }
 }@media only screen and (max-width: 1199px) { #HcIFFztvQxdZi35HTgI99asi8VA6bHkE { width:23.25rem;height:23.625rem;top:16.4375rem;left:24.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wx1ZLU364nCVsPAqAkNA9p2rFQTkmATZ { width:17.5rem;height:3.4375rem;top:41.875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTvZBi6H7w2L1mCkOgbQN60HaUIl6RiI { display:block; }
 }@media only screen and (max-width: 1199px) { #Wia3EJHGzb2zgenSgtFKnOIuZLXEJrPX { width:8.8125rem;height:5rem;top:9.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DSAm8tdqgDKyyGZiEsOs3nH3rEKk6SIa { width:8.9375rem;height:5rem;top:9.5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZuFgppbF6uvzcTAOTB0UgVxgTrZIIas { width:11.8125rem;height:1.78168125rem;top:9.4375rem;left:10.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oIhKR5ZJi5UVAtKGSb2xqKCkQgL8HPKp { width:12.375rem;height:1.78168125rem;top:9.4375rem;left:34.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { display:block; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { width:47.75rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { width:46.5625rem;height:1.5rem;top:6.25rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { width:7.5rem;height:7.5rem;top:9.25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { width:46.5625rem;height:2.8125rem;top:17.3125rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aI4uTCH1kTkB451CVztXhCpFnpaNndQc { width:46.5625rem;height:1.5rem;top:21.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { width:6.25rem;height:6.25rem;top:24.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { width:6.25rem;height:6.25rem;top:24.6875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { width:6.25rem;height:6.25rem;top:35.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { width:6.25rem;height:6.25rem;top:35.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { width:6.25rem;height:6.25rem;top:46.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { width:23.875rem;height:3.675rem;top:31.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { width:23.875rem;height:2.45rem;top:31.5625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { width:23.875rem;height:2.45rem;top:42.6875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { width:23.875rem;height:2.45rem;top:42.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { width:23.875rem;height:2.45rem;top:53.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { width:23.875rem;height:2.45rem;top:53.8125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { width:23.875rem;height:2.45rem;top:64.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { width:23.875rem;height:1.22540625rem;top:64.9375rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { width:23.875rem;height:1.22540625rem;top:76rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { width:5.875rem;height:5.875rem;top:46.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { width:6.25rem;height:6.25rem;top:58.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { width:6.25rem;height:6.25rem;top:58.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { width:6.25rem;height:6.25rem;top:69.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { width:23.875rem;height:1.22540625rem;top:76rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { width:6.25rem;height:6.25rem;top:69.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { display:block; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FXc7ENht4eTShSbmgg3t9vf90mp1KMx1 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TE1sud7eFnO2TUV7MLWwTpdZT99JoUBU { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { display:block; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eOFtJUFdnAJFc2QXi6U6DsXZL6S6bo9y { width:14.8125rem;height:2rem;top:41.18692779541rem;left:4.3120663762093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zg52ZnhprQioWLP0H7uxPXGgVGorH1Ak { width:23.8744375rem;height:1.137875rem;top:35.874420166016rem;left:23.874423325062rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8F5ELA79HrOReietxUoyH4rGmCHSFlp { width:15.6875rem;height:3.25rem;top:40.436782836914rem;left:27.749566376209rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #pAy9EvQlBS2Z07O9nSPTEJnFipAHJGs3 { width:23.8744375rem;height:1.137875rem;top:35.874420166016rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BW8WMxDSUPusXloZyogp6GLExzlmnMxh { width:23.8744375rem;height:1.137875rem;top:8.0605692863463rem;left:11.936487495899rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qnwruqor9Uc9gWHsJkFOlLMs86mBcQ04 { width:6.9365rem;height:3.12355625rem;top:9.9812929630281rem;left:27.748120605946rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNZJLEcIfzMkSd4cDyvw76IFZPffwfcS { width:23.8744375rem;height:1.137875rem;top:1.7592091560364rem;left:11.936487495899rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X4wBT5oFxPoVlEy0gnyoRAGEBxH5uwFE { width:6.8113125rem;height:3.37456875rem;top:4.0118637084961rem;left:27.80888491869rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CWVTlPBV6ZrRAVwqK2cxc1qEU00L92ID { width:23.8744375rem;height:1.137875rem;top:21.058594703674rem;left:11.936487495899rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l01PbWpONF2m5NTBCbNODXr3q5qknSXr { width:9.4994375rem;height:2.06235625rem;top:24.167680740356rem;left:6.96759301424rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzwFvvsGTJfD03U4yZyyzyerO4dUHsEx { width:6.87425rem;height:2.93691875rem;top:23.731483459472rem;left:32.371964752674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgdGa3qE1BwL0HC4MzA02ImEnHhRmmBZ { width:9.1869375rem;height:2.68735625rem;top:29.572387695312rem;left:7.12384301424rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqETTQhdHXNLqAn3Db2nxtk2oztT74sK { width:23.8744375rem;height:1.137875rem;top:13.809255599976rem;left:11.936487495899rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6rh2gui4Pp2WkHm1xsI0NaWdVonMtVS { width:6.87425rem;height:2.31191875rem;top:16.794643402099rem;left:20.436198532581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwdWF1Ia0asfIW1WcBTWV0aiUgHOITAF { width:6.3744375rem;height:3.37456875rem;top:9.8546013832094rem;left:14.136285126209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bn904eN1sJ00ntQCOBFifxakdg7QZpc2 { width:5.936775rem;height:3.31235625rem;top:4.0436925888061rem;left:14.574653923511rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJ4ae398BhVxU7IbiaxtWFrD1DCMwAvq { width:7.6244375rem;height:2.62441875rem;top:29.605663299561rem;left:31.99870043993rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { display:block; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container { width:47.75rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mZMp6B3QncCrOOkKV3IKqeezNqQpL0ly { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sonu5imsHkFJq0arEg4AiHKOtg0ngiyQ { width:18.9375rem;height:2.4375rem;top:8rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1URzc1LKyKaWNRlGCEMPyV6VKcry0Co { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd { display:block; }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HoX9hTETuXOPQ2bwygdPLNZBH6cGFefX { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QJZ8RGN8M4mrKNEMISQUAOE3pwLW8hA7 { top:2.2489585876465rem;left:6.1229162216186rem;width:35.499875rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzMUN6KcbNAkAyZMuGtHquBDsDO2k2Lf { width:17.1875rem;height:7.3125rem;top:6.2802085876462rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { background-color:#fdfdfd;background-image:none;display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:30.25rem;height:3rem;top:12.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:46.5rem;height:1.7rem;top:10.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:46.5rem;height:1.7rem;top:17.250001907349rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:46.5rem;height:1.5rem;top:19.437501907349rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:46.5rem;height:1.5rem;top:24.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:46.5rem;height:1.7rem;top:22.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:21.875rem;height:1.625rem;top:6.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:46.5rem;height:3rem;top:30.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:46.5rem;height:1.7rem;top:28.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { width:11.25rem;height:11.25rem;top:5.8625001907349rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECrUrooIr33O439A4HW0k0wE9nQGZVla { width:41.0625rem;height:1.5rem;top:37.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xymPBSkfDRrMnBuV2Ov66GW9socpTxko { width:46.5rem;height:1.7rem;top:35.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { background-color:#fdfdfd;background-image:none;display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:46.5rem;height:1.5rem;top:5.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:46.5rem;height:1.7rem;top:3.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:46.5rem;height:1.7rem;top:8.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:46.5rem;height:3rem;top:10.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:46.5rem;height:1.7rem;top:16.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:46.5rem;height:4.5rem;top:19.125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:46.5rem;height:1.5rem;top:27.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:46.5rem;height:1.7rem;top:25.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:21.875rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:46.5rem;height:3rem;top:32.875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:46.5rem;height:1.7rem;top:30.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { top:9.4375rem;left:11.9375rem;width:23.875rem;height:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { width:47.75rem;height:0.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { top:18.5rem;left:0.625rem;width:23.9375rem;height:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { top:2.5rem;left:14.03125rem;width:19.6875rem;height:5.19965rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { width:6.1875rem;height:1.75rem;top:18.28125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block; }
 }@media only screen and (max-width: 1199px) { #JN0c3yqwAeqznQrdyI0JS1I0JRWNOu4w { width:10.1875rem;height:1.75rem;top:18.28125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJiTT0rPJF6WvNsrFbKvUF5Em56OLBPC { display:block; }
 }@media only screen and (max-width: 1199px) { #cqP1SNmCGzZpkVfbqfyanhQURUF8rqFG { display:none; }#cqP1SNmCGzZpkVfbqfyanhQURUF8rqFG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #h8eFOGUHUFDn1sx8KrhQnTckF64qI6mA { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwIfkGATpyhmxuFsn2lzq0UnG6U07IyW { width:2.5rem;height:2.5rem;top:0.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygD8i6VnJlgVdFea3Zpxl50rETpeXWrT { display:block; }
 }@media only screen and (max-width: 1199px) { #bTmlJEJJ6SZXtdzHlu45ADwDBg84TPvr { width:1.875rem;height:1.875rem;top:0.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9rC9xN1XAyaenDqw7OxXxm9uJTTNIpk { width:33rem;height:3.75rem;top:0rem;left:0rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 1199px) { #JstgmfewMPOmSurHB2T3NBseDLILivT7 { display:block; }
 }@media only screen and (max-width: 1199px) { #uHTS8V4lX1WSvRdHeM5OPOn7RfysFvcP { top:0.75rem;left:6.6875rem;width:18.3125rem;height:0.97511875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wo4QxqIpQn1QXmiZKoR1trZ31slFKeoe { top:1.828125rem;left:6.6875rem;width:26.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHmRyZmsaNTNpx8fT1uK6blM4VqX8z2M { width:6.125rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC { background-color:#f5f2ed;background-image:url("https://images.assets-landingi.com/uc/ab91a553-63ba-4ad1-bd0b-4784078d8991/tlo_PTW_INF.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.adaptive-delivery-prevent-bg, #ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.lazyload, #ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC.lazyloading { background-image: none; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC > .row .container { border-width: 0; border-radius: 0; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETWgTz1ygNnb1h4tJGDmVXfeW3qw2VNC > .row .container { width:20rem;height:54.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a89UO78k2OsUb35v6qhmorTrkSmUTXll { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w57I9R6PvPn0hlI4k8cLBJiOvmiGkUeB { display:block; }
 }@media only screen and (max-width: 763px) { #shdi02iW7TERlt6aOgDcywPv2iSrkLkH { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKrpGyHsZiSI6TnGXZAAVbhH5z0GeI9p { display:block; }
 }@media only screen and (max-width: 763px) { #iym2JC9L6VJMF6NMha95coGFWDm4W5nD { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRKXI35IIne8POoTu84XI5grtha4TeNv { display:block; }
 }@media only screen and (max-width: 763px) { #GHbVZRdoaLCQgZbSrqqSLAyPBz8L7ieI { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGuCck9aLhp3Azyd0t6xsPdFCxLpMxpT { display:block; }
 }@media only screen and (max-width: 763px) { #RCaQIXeZxuyEvAM71deQMIVPlXkmA3Wm { width:20rem;height:0.9625rem;top:35.3125rem;left:-0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ausdUI9aXSagaq3cH7IHLZs6IhhMF5yl { width:20rem;height:4.049475rem;top:22.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIUfUrppNdCJL2uVt4mnmFSThs6fDgsk { width:16.25rem;height:3.75rem;top:42.4375rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CyIB1T8fnkCOK2Xgbdbp9yDLXgsTKQa1 { display:block; }
 }@media only screen and (max-width: 763px) { #HXzQTin4uD9UegOKgpf2l0eUfhJEnkio { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzSTbc9PH6RPsndFyJQqHJkhRkTTTcJo { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIVk2M6o1eyyRap3Avd1xxATrKTK7prZ { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGEUUwAaWLAdX9F6gqFrJn4DbVnKdqxy { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eh5b4D2ATm1C58TRQGFrcI9WGxRJEZOw { width:20rem;height:3.30005625rem;top:27.397916793823rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VqzywutyT6ICMDgkMvsLHbRTXuun0ITM { width:14.375rem;height:14.375rem;top:5.1374998092651rem;left:2.8125rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #PkfpAKvbBLHxma5TTVkHwhSiTMvVnSqU { width:9.1875rem;height:0.97511875rem;top:20.375rem;left:0.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OuaMmeFm5gWGi3xt5UTtwJeNC19er4WH { width:10rem;height:1.5625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9tZqvIIVxredOn4fnU3pK6t3i4RyVf { width:10.6875rem;height:1.5625rem;top:19.97500038147rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7uOaftcMJBINdeda7UPLTLAilRcuFeT { width:10.3125rem;height:0.97511875rem;top:20.35000038147rem;left:9.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHU5MSDmpp6fGoEe6Ql21dNzAhRZO9kN { width:20rem;height:1.22540625rem;top:36.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ERygF3TCp8lGncHgL3B7r41uRQBtn3Ah { width:3.125rem;height:3.125rem;top:31.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnntl4rHsUbsa00Fs0rxA7G9xZe1Xkgx { width:16.25rem;height:3.75rem;top:47.125rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IzQBd1mtmr0S5I9WcbeB96Onaep9W6RE { display:block; }
 }@media only screen and (max-width: 763px) { #B5LuhP3N2pSJNwpBFFqzrRTMD0yTE0o0 { top:15.25rem;left:0rem;width:20rem;height:3.875rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bnnpTDUvTcSn6lz29hq79UcqdRS6wC1P { width:17.6875rem;height:0.97511875rem;top:52.125rem;left:1.125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTJMXcI2ZFMZfShHLz2hqfdJOHTsOTLv { width:20rem;height:0.97511875rem;top:53.287498474121rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lxt5LfzQJnWJcu5ZTc8vUcbWWr41ZL8Z { width:10rem;height:12.3125rem;top:22.6875rem;left:5rem;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) { #NQdN1NfnHl4uBZNyAgn3JAsyFfTKlJpo { width:10rem;height:0;top:23.375rem;left:5rem;font-size:0.8125rem;color:#6b6b6b;display:none; }
 }@media only screen and (max-width: 763px) { #HhEgCcDpP0Vp1gyTWocidh0TlCvFMCXt { width:10rem;height:6.0625rem;top:24.9375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0O0kVtKTtRK84lsJHE73eJRJRsFJxL2 { width:8.75rem;height:auto;top:31.875rem;left:5.625rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FcD2Ti7xTWgmGBHN8EFw4J5eTUQPm4O8 { width:1.9375rem;height:1.625rem;top:39.262500762939rem;left:5.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRUcT4lCVtkVs09egB5HR2U0yxe32ury { width:5.8125rem;height:1.6493rem;top:39.1875rem;left:8rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mgPN1PfvHLZxd7tfWyZhauDCdZ3y1sJV { width:8.75rem;height:2.5rem;top:38.762500762939rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxkOSOopUZkT8xrQ9q12MEo35DzWC71z { background-color:#f5f2ed;background-image:url("https://images.assets-landingi.com/uc/ab91a553-63ba-4ad1-bd0b-4784078d8991/tlo_PTW_INF.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.adaptive-delivery-prevent-bg, #hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.lazyload, #hxkOSOopUZkT8xrQ9q12MEo35DzWC71z.lazyloading { background-image: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container { background-color: transparent; background-image: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container > .video-iframe-container { display: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row > .video-iframe-container { display: none; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .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); }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container { border-width: 0; border-radius: 0; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxkOSOopUZkT8xrQ9q12MEo35DzWC71z > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzUQpNBe9XivBl2tRoBufybFVqaqohDR { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5OpTgLLMSRT7G2w6fV8PT72w4lWHgdg { display:block; }
 }@media only screen and (max-width: 763px) { #gzkb0lREhmMvpRts3kqKNCcwvXENTxtF { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTpI6aZSGepu9TBAp3fTOPQTZuOE7imI { display:block; }
 }@media only screen and (max-width: 763px) { #PtFqr1h7Nh6NT9u5mTD0IhfTqsrmGohF { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7sIqApRyiI2zdzBmHoPz7fyeMmobNPK { display:block; }
 }@media only screen and (max-width: 763px) { #Tsr5vK8mTVAqBPuwWQ00pHO7DWJ9Slbb { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDaqWGKw5CbgvR1eqfHiOrOTBHPf6BUp { display:block; }
 }@media only screen and (max-width: 763px) { #FU1qvuXs9GBa5Uz6rmQl969enuoDI3Zy { width:20rem;height:0.9625rem;top:35.3125rem;left:-0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VukH4wpwKTVt93L9e9Ulm4HmH1fW8GAC { width:20rem;height:4.05rem;top:22.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrmw4mPMgfV1sOJxvkzpk0DqBVZ4JOxz { width:14.4375rem;height:3rem;top:1.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o52dGTsr5cZHuqMM7FvhKV3DfG9VytZB { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBc8A6qHedApJSQIT2HTct3pEHM8d4tT { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ut4rFHgxPmkxsl4w4QKJ0obVDiQFA1Bw { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsxoVKPzmWrxTDdBfMgBhEHLv8e688cw { width:20rem;height:3.30005625rem;top:27.397916793823rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VefhUTCUPGoDhuR9rMqqNyVkSbm5qkRO { width:14.375rem;height:14.375rem;top:5.1374998092651rem;left:2.8125rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #LaoPEPVg6ZUacRoQ3X337t12pCUDEFvw { width:9.1875rem;height:0.97511875rem;top:20.375rem;left:0.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bko7ep1apFm5DftE9M7933Vao4nF3X5O { width:10rem;height:1.5625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3WrcbpcCirot8rBhDdKt1XZKdnrp90i { width:10.6875rem;height:1.5625rem;top:19.97500038147rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVlgKwSQwPUkDTgDb0HrrQMJCUUukkTz { width:10.3125rem;height:0.97511875rem;top:20.35000038147rem;left:9.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1ZXeekXuzmXRJ7n1dCPOTkK8wm2DHeZ { width:20rem;height:1.22540625rem;top:36.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #naBOVloO4hTu7P3TU9btn3orXFzeoFoE { width:3.125rem;height:3.125rem;top:31.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNvuV4EXRmcxMLpxzLlIfrbJczUxBlZd { top:15.25rem;left:0rem;width:20rem;height:3.875rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtNVZLz518IhT3xJRAqqELI3soSa4IRf { width:17.6875rem;height:0;top:55.5625rem;left:1.125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GESDCOclX61WLWIGTm7wx1kfTmHd0y2k { width:20rem;height:0;top:56.724998474121rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WXlTwf8PHPRoa1vpV8M5Tb67XpdhuvRF { width:8.75rem;height:10.375rem;top:22.75rem;left:5.625rem;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) { #qb8eODb82A7utKlP2C6sgGAoDn5u0vfm { width:10rem;height:0;top:23.375rem;left:5rem;font-size:0.8125rem;color:#6b6b6b;display:none; }
 }@media only screen and (max-width: 763px) { #Hg3bVifUyM9UIwXRATL8cgo1A3bH0W5b { width:8.75rem;height:5.25rem;top:25rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVI2nGMZtIAOQJ3WZCoXDEiZeQFO7TCJ { width:8.75rem;height:auto;top:30.5625rem;left:5.625rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VyuBfGp9f6IXsRNNHdXmXIzTgV4sGPD0 { width:1.9375rem;height:1.625rem;top:39.262500762939rem;left:5.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ac60G64qKLzSQCNwO2ryqylTqULV1udP { width:5.8125rem;height:1.65rem;top:39.1875rem;left:8rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JHHUzGvB8VhO5VfLB1IfBpyocGNAUdw7 { width:8.75rem;height:2.5rem;top:38.762500762939rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLyD7kF3y2LVmz5mxHVIUbeBsRocA693 { width:20rem;height:1.2rem;top:44.887496948243rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #267360, #398e79);background-image: -moz-linear-gradient(90deg, #267360, #398e79);background-image: -ms-linear-gradient(90deg, #267360, #398e79);background-image: -o-linear-gradient(90deg, #267360, #398e79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#267360', endColorstr='#398e79' );";background-image: linear-gradient(90deg, #267360, #398e79);background-size:auto !important;display:block; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container { background-color: transparent; background-image: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container > .video-iframe-container { display: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row > .video-iframe-container { display: none; }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .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); }#UdbGSMyz6SclcB72P8x2NXZl3Mv7zwsT > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2rh2PcsnFi6JzQbqw9J7b1NUDQhzwdC { display:flex;width:1.875rem;height:1.875rem;top:14.625rem;left:18.125rem;font-size:1.3125rem; }
#D2rh2PcsnFi6JzQbqw9J7b1NUDQhzwdC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EfO3NvFvedlqQWvCeVy4VfS8zIyKdOVU { width:16rem;height:4.5rem;top:2.8125rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lrisocWZ3HVZXKrgcu1qetc7IEp8nkOu { width:13.1875rem;height:0.9rem;top:1.5rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y4NgZkZfTquUdAfDRJf1kWSnlXfJTJ3e { width:3.125rem;height:3.125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBosbPB6soRZI4JXIfvmGOdbFIpOBgF { width:11.5rem;height:0.9rem;top:8.5625rem;left:4rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQlbCiVBNhC4mCleycBuSTeKPBpU8E1O { width:13.8125rem;height:1.95rem;top:9.8250007629394rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N2FKFQr92lwm8aJyi46l67vqbrrDl6FX { width:9.8125rem;height:0.9rem;top:13.3125rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmGwShQ1KBimrGgFTzomAlF0rg8gqkZF { width:13.25rem;height:1.95rem;top:14.625rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uhq6b2Dqok55azDdJKXU5W8tdi59FocO { width:3.125rem;height:3.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzsyDnkW7Bl6u7tD392nPWVsoEIyU84k { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWzUmhSIuVOcKWNvc4vd9vqyoc8VWGin { width:15.375rem;height:0.974825rem;top:10.9375rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:block; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { width:17.5rem;height:5.85rem;top:1.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:19.8125rem;height:44.625rem;top:9.2229156494137rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 { display:block; }#F5RJtCxoR6VV8bHGFssnnZuKscqOeD83 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDhQehn8neJnzfcJVl3z3xgHPZNfLFWR { width:5.625rem;height:2.1125rem;top:0.23750114440918rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvIweu5pazfsm5EW6SIfhoNpTk5vuORi { width:9.375rem;height:7.35rem;top:3.8125rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hS5uMg8aa1lEBvZIPElNIH21ypeFNJ6P { width:4.6875rem;height:2.1125rem;top:0.23750114440918rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wr0MJPMNRmku7Ezp2iBUcQdKqhDlRpGo { width:9.375rem;height:7.35rem;top:3.8000011444092rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zEJ3TwxB11kDczpM1RH4VoeATkQ7wIPa { width:9.125rem;height:7.35rem;top:17.0625rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSTm51ir08fNfgnXpPXa7G0LyTpWwwpv { width:5.4375rem;height:2.1125rem;top:13.318752288818rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KQmPtTHtaSRRNJbkhU0LGqJqAN0kwero { width:2.5rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zubaRq6SOerSyc5TBb6zcrJGX7TMpM1l { width:2.5rem;height:2.5625rem;top:0.012500762939453rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArbCnzgIWbfZBTNQpJHKDVUfPkkFbhTM { width:2.5rem;height:2.5rem;top:13.331253051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHZvD4xU9uNVP76XR45WkkA3AGtnHtzu { width:2.5rem;height:2.5rem;top:13.331253051757rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1P4MTs94Z38ZpC014UfQt3ls0cgbDfe { width:5.8125rem;height:2.1125rem;top:13.318752288818rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gm8m25rMZuvHTDLoaH5WUT5p6WdITqkV { width:9.375rem;height:7.35rem;top:17.0625rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM { display:block; }#nZ8s1M6GHlqOZUVG3Nlsqf8FIoFtk9hM > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuJEK4NUBwGLL4FIkI22pwDRIORRPJWg { width:13.25rem;height:1.055775rem;top:0rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfxTtbTuF1sXIcSUtD0d1BRHZlO4xtGJ { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5fW3vCkfqgNlsnbQeTcANkgMLE9nTsC { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP4yMTxAwtNND2PqgJHu4IW6xsUQVG8k { height:10.3125rem;width:18.75rem;top:1.9114608764649rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU { display:none; }#beIXkxxGRQQ0cwtt5HdLGcJKpWSvhJfU > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L8p3ehvzQ5WDQNEdTmvSHDpt4SBpQduR { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xN1sdK3k3dK6GrtKSuIrn1WTJTlnrOSZ { display:block; }
 }@media only screen and (max-width: 763px) { #xuO7sWdmy48kue4dF9ub71ToMr4VCBAt { display:block; }#xuO7sWdmy48kue4dF9ub71ToMr4VCBAt > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHg8EQaWcPa3UV07lDMbcD8nkfCQfQCX { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #L7IkQ21iJT4UoTnueqK91JlBwGTQnscb { width:20rem;height:3.9004625rem;top:4.6374969482422rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 { display:block; }#Q0cTETsdIgmFUU4fNI3M604xyZVO55S5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERvsibpF9TH8lQXEqRlKNIsWqwghSTMQ { width:6.25rem;height:1.2999125rem;top:1.3125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MG41lorqOecEoyo2zW6fpk5PEkVIInMk { width:6.25rem;height:1.2999125rem;top:1.3375015258789rem;left:6.8125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bNhdE9iQ9wyUlHAmRfwF0enTpJmVx2Nv { width:6.25rem;height:0.97511875rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzzSoB8TIuK0f4mAuGGpXqg8xSXEd0CX { width:6.25rem;height:0.97511875rem;top:2.9375rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #or222hftPyv5GpLtiQHTRuQ97qEtV2kq { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qLx7iZOuVBorHJqt2sOzUSDxpAX4ITHX { display:block; }
 }@media only screen and (max-width: 763px) { #JxuiDUPEIe5WxKWDgQ0Z0JMeeFiz45u9 { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #U22r1Xe7EGK78946t3MBmKuIgxILZhhe { display:block; }
 }@media only screen and (max-width: 763px) { #tQgBS80yAgWeEUUAxAQ0B5itPKL6N9Uz { width:13.75rem;height:0.0625rem;top:4.375rem;left:6.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #APTJzFw5u3RdXZtFG52HXfHA7DZtKxs6 { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #GQgbrmU1JpFV8G8ZfwrLb2Tgl1sEE2mS { display:block; }
 }@media only screen and (max-width: 763px) { #U2h45yuOTkErTNIs81136ALVAMlXxXtg { width:6.25rem;height:1.055775rem;top:1.9812498092651rem;left:13.75rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB { display:block; }#OOHMZGWpeuL1AhpUv53c1sgWglgLPsKB > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkQ4RCyuqdF39SbwJ03AunxMTG2xJgXp { width:6.25rem;height:1.38125rem;top:1.3125rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QDDXOBqTRJUFu1lPhq2PK0sE5Dmkvtyh { width:6.25rem;height:1.38125rem;top:1.3375015258789rem;left:6.875rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tKJkwnC5Apuo7c5SiGAgmerTDBGzbbXu { width:6.25rem;height:0.97511875rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPXtsPShKUuBSKOL2MEm3s75Xguu8czk { width:6.25rem;height:0.97511875rem;top:2.9375rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3kZzOsMa1wLUmC6yqWNqZGTnb5BN6m { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #HSJ1Hyn2pvfP2tqV7KWwGeSCUO2kV5TZ { display:block; }
 }@media only screen and (max-width: 763px) { #HUXB35H29gReD0yDQiUwURrnchcudR10 { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #a9EVSFmahRlQtrFFqr2TFhWHLVQMwrAZ { display:block; }
 }@media only screen and (max-width: 763px) { #PiHn6nISI6nbQGVLwuyoCppVmbihKwmy { width:6.875rem;height:0.0625rem;top:4.375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ickK2HTqN8bLFbuqgXLQamCqlsaT66EF { width:6.875rem;height:0.0625rem;top:4.375rem;left:13.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #i3FQuOK4761FUi3ZOfTUng1R4gP0BMUw { width:6.25rem;height:3.75rem;top:0.6875rem;left:13.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #es97J5roCX5SGbOPrgP6haTVt8EFqTuK { display:block; }
 }@media only screen and (max-width: 763px) { #VXDdNor9DMl6bIEXnCLWKqxJG8AUpgEx { width:6.25rem;height:1.055775rem;top:2.0031261444092rem;left:13.75rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI { display:block; }#iFrkXLfEdRXzkXWDCIQ7Qs4D0c99HfeI > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emmOryOG4MPoTORBbkIl4XdJHDkDSvIm { width:6.25rem;height:1.2999125rem;top:1.3125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T6oAs3ZMXmRtKPuAqfPTtZG2HhsRvmJb { width:6.25rem;height:1.2999125rem;top:1.3375015258789rem;left:6.8125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OwcBCGk5VWfQWMTEnyU9I9q3tcs1ON6d { width:6.25rem;height:0.97511875rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovNfpusEVyZLFP15696AIEcVS4RVWHix { width:6.25rem;height:0.97511875rem;top:2.9375rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3lZlDJV7hiyyGTr2xftcb0RE6AveSK7 { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #PGygJ2swWqb29DKAIbgzG9RXRQNeeBns { display:block; }
 }@media only screen and (max-width: 763px) { #aT75b3MXUNbuQMokxTHyMR82HP4F1qDL { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #oILtCDqPx7GArfgEgnpUnQgXuheOKGHb { display:block; }
 }@media only screen and (max-width: 763px) { #DXodV7Gb4Kv482TvzO8Dsq6eASh1WidS { width:13.75rem;height:0.0625rem;top:4.375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bdEzSKTix5VySQ8oXCMndvnwKNFykmxk { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #KNtH0NAou2VI2EbGbeakiHs76ka9wiJG { display:block; }
 }@media only screen and (max-width: 763px) { #Twn0yJmHpsyoybpWhimDNXP9NR5IVfnO { width:6.25rem;height:1.055775rem;top:1.9812498092651rem;left:13.75rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F { display:block; }#xqCmGp2A6LaUDn8VqZUhdzxaVgoBPl0F > .row .container { width:20rem;height:124.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJIakWisGarKK5epJyGsKC9hvlAQL3rT { width:0.625rem;height:0.625rem;top:18.167724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBqKKx8tMNitDqKODsVVUXIf4TuSlq78 { width:17.5rem;height:5.625rem;top:7.7302093505863rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xr4inqHZ7iKEEu9zUoQnxySXJcZtKUDh { width:17.9375rem;height:2.8125rem;top:17.740631103516rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IQzMBw8TlJLHUNm4NJD7uuxIxzposuXn { width:0.625rem;height:0.625rem;top:8.1781234741213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voeOJkdZCJvRGOrPqxorXxofCDcIMSgP { width:17.5rem;height:2.25rem;top:13.803123474121rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifPNbHHm3Tu5ZEZi0pNO6KOmaMKDnVfJ { width:17.5rem;height:1.125rem;top:20.896881103516rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymbrK4qqEtAFK845Hv29mAnoaHeZiv3F { width:17.5rem;height:1.59375rem;top:0rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n8lDivMxAteBNoewpoPRB57GpRVnursd { width:0.625rem;height:0.625rem;top:0.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysRGlkUJyZqw8I23cGNOOdCcTi8N0ls { width:17.5rem;height:2.8125rem;top:23.834381103516rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VV7AqC3qmgyR2znThnZdw143CRwXhsGD { width:18.0625rem;height:1.125rem;top:26.959381103516rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH6a0UPesHhOqvZ1149TwSPAonMmBFCs { width:0.625rem;height:0.625rem;top:24.209381103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVpDpm2uy3ULOzC7qG3eD9cUJzgzFZvr { width:18.125rem;height:1.125rem;top:32.9375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRbvJ1D7AKSOsfTculIwDMJHnUE72PeC { width:18.125rem;height:2.8125rem;top:29.8125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NESe9yNoffedkDry1ovI2RaelR07hECe { width:0.625rem;height:0.625rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5gV647PX8iP3KfZJbPFDGbgmZJAnfO0 { width:13.8125rem;height:1.125rem;top:38.90625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6xtcxR10H8OmKwe8MyekULgpr1f3Wn8 { width:18.125rem;height:2.8125rem;top:35.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zUhKJ4ArfxmDZVNuKMNFAaJGZLbq7ExL { width:0.625rem;height:0.625rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTi0q68cKxgZiCRvSg1Uxn2rb8T2mWH { width:18.125rem;height:2.8125rem;top:41.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pvb6gCguduGCHgTomRLT6Nl1V2pA2SOU { width:0.625rem;height:0.625rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo3cWts0mprNXT4zEtXto6WliDVqmgXS { width:18.125rem;height:1.125rem;top:62.375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed4SvpUlAK3caKfQbUSZdAXZiIKeI9qK { width:18.125rem;height:4.21875rem;top:57.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Hp9egrdsbUt8R60wcFeF6DlS3BV7W0qh { width:0.625rem;height:0.625rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdvbVH7JwIMJBNgkLTT2DrInk8e1GavN { width:18.125rem;height:1.125rem;top:71.1875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOyVLLA1A9A5O1KKI1baB1fzT0BrtIyQ { width:18.125rem;height:5.625rem;top:65.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hlZCCo9bGSiumvlop1iQRNXwmiO85fso { width:0.625rem;height:0.625rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOemTgLZw3DSiFQB6h9yVSXV6y77bbHS { width:18.125rem;height:2.25rem;top:78.5625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzaIOOg4BKSSOKc8x5cHSVLpwo2a12TN { width:18.125rem;height:4.21875rem;top:74rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BQI7QJ3mgLf27LK5XkyKUffll3aqt1f5 { width:0.625rem;height:0.625rem;top:74.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRtDZAehaBOKoaBr7tKEkrJ52XER9Fi { width:18.125rem;height:2.8125rem;top:82.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T70UChRrnZRB3lQnofX9K8IHbUZTgvNy { width:0.625rem;height:0.625rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJPtmRG85h4eitTnuV2bpZ9VmCrpkltu { width:18.125rem;height:4.21875rem;top:90.561851501462rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ruW5wCPpZ64hD0nyFDOBRJnH9eWkMlQS { width:0.625rem;height:0.625rem;top:90.93729400635rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtmNaXiTVdRxhxTsJ0gmVLwCwrEqGVDW { width:18.125rem;height:1.12485625rem;top:95.06229400635rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOK0roo5b7vPEvZtRnDWmmNPtPtT2egM { width:18.125rem;height:2.8125rem;top:108.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pTE93cShT710Tcl8kcCBQss2o9rHPLiS { width:0.625rem;height:0.625rem;top:109.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez4NWgmJwG11i0ZM0NRR2hBZJxBBOHHy { width:18.125rem;height:2.8125rem;top:46.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fTBG8ZWlkTEE78qLUwb9kxLhuatvtT1y { width:0.625rem;height:0.625rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4JMzLMimPT9p0mTddAM1bKE3shCTabo { width:0.625rem;height:0.625rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvuVwPXhoxpwrboB2HLTVrCndIeMNQG { width:18.4375rem;height:2.8125rem;top:50.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rbSdXQuCzET9fXvfPFeEDauVdcZHFqGS { width:18.4375rem;height:2.25rem;top:53.8125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTFk8aR7PUUGwx9wS1109IngnTZyCXaC { width:18.4375rem;height:7.03125rem;top:113.87456512451rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cwNmmga0l22a0Z0E7zsxUokwPZFUSnXJ { width:0.625rem;height:0.625rem;top:114.25000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNdimEs68igGpWtfCE6KOWoelWtSuy4b { width:18.43675rem;height:1.12485625rem;top:121.09136199951rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVUElvvNURDoHrp8HEcXl0ubGvMmKLvt { width:0.625rem;height:0.625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqoPfuZbTudGybTLhBHa1TmIFmruyt89 { width:18.4375rem;height:2.8125rem;top:3.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OCVRmyEotxv2FZkc6Igmwq0Faq6xCpFx { width:0.625rem;height:0.625rem;top:87.465493249513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3WNpwLdcdmPUki4Gr0AwTycrm18Qs0S { width:16.6873125rem;height:1.40625rem;top:87.074226379394rem;left:1.6558161377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SM7MEzp5FyITii99hzNLDmqkBcPk7gIW { width:18.3125rem;height:5.625rem;top:98.380210876462rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l2NICRazH5ZXX2AQuD8kqeRd5H9Xr6JX { width:0.625rem;height:0.625rem;top:98.746743249513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMT50h4Og4d0gHSJ15zQyRB2CoQHM8WO { width:17.1875rem;height:2.25rem;top:104.3710975647rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ { display:block; }#qHTyUFD3L0Rb9M4boQEchedMtSfHDhcZ > .row .container { width:20rem;height:121.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1ypZTkSylEfVBP3KLcUlikNDDC9svCn { width:0.625rem;height:0.625rem;top:10.417709350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIQxLySiEibCfDWerDSVi9w66wvGV0e1 { width:17.5rem;height:5.625rem;top:0rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IUtPvF1PuEMG2MJV2o3h9zw3dzCNbIms { width:17.9375rem;height:5.625rem;top:9.9906311035156rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KpE7U4G5UFNDxEtTiVsL04JnqDZtiU3x { width:0.625rem;height:0.625rem;top:0.44791793823242rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6E3yaXZPrchiTAkIcBl8oSa2SHliUl7 { width:17.5rem;height:2.25rem;top:5.9479169845581rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOrqZKZwABuony9w4ZPAMDcb8QPZ9Dux { width:16.3125rem;height:2.25rem;top:15.959381103516rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEQxt24pTOzxRlLqhDxpXlDwazHGd2l1 { width:17.5rem;height:4.21875rem;top:20.021881103516rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wchPTdJdX1Ptvd61k9AtRJdekk0DyQGB { width:18.0625rem;height:1.125rem;top:24.584381103516rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKcCVPES0fOHCnevSrwvSXxTFTOLCpFk { width:0.625rem;height:0.625rem;top:20.396881103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGyo86nSrDpQyVuTlFMovaNXG2luIfH2 { width:7rem;height:2.1125rem;top:117.80881500244rem;left:11.123047173023rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IBuUMWLxHBBkZNzsdC9RQ3wx2bPeWDWS { display:flex;width:1.5625rem;height:1.5625rem;top:117.99761199951rem;left:18.437501251698rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #U5fJkMMwW62TnhebsTcyHLFxyw1fymWS { width:8.8125rem;height:2.5rem;top:117.93425750733rem;left:11.123047173023rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #S4xSJPn9eTHXqQNR28vNShEWK0LzucgV { display:block; }
 }@media only screen and (max-width: 763px) { #Uh4lcOvZVzRNCwLUM1s8fdQ5z2HSPgGI { width:6.875rem;height:2.1125rem;top:117.80881500244rem;left:1.8750000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zhsAwTBIsaaHxfmBt4NQP8h0HrsTtquh { display:flex;width:1.5625rem;height:1.5625rem;top:117.99652862549rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vy9iqS2C8Q8iTMVaompzvEUt5NudU4pJ { width:18.125rem;height:1.125rem;top:33.4375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAKwhXCTrFPN2TaZTukGKAHx0w87ix17 { width:17.875rem;height:5.625rem;top:27.4375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N2QevDeIW36uGsgHGxL4T9GEBwh0vn5O { width:0.625rem;height:0.625rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRqkLJdMXEt3SVLeOS2JImvdQtqnazFO { width:17.9375rem;height:4.5rem;top:50.436849594116rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIoG8u33rO0LTkKonANBpBAMeoFDlUL9 { width:18.125rem;height:2.8125rem;top:36.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MBXsIsaT8hiy9T1o96fRUxTAV1JM8y4x { width:0.625rem;height:0.625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSdWbIKXIxOFcvTkZTNnuL5GIsgboKZP { width:18.125rem;height:5.625rem;top:44.561851501465rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MHJ3l3aasyT52C9MkCU7xdswQLB6My0T { width:0.625rem;height:0.625rem;top:44.937284469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAg5BT7bzUO5CQKHsMntTIMEcTdqTxWH { width:18.125rem;height:1.125rem;top:74.436634063719rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac6nSMReJxdPTF8ufF4ffgL456pqnaUD { width:18.125rem;height:5.625rem;top:68.499134063719rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aSharDlzPXZ9fXnoSQPClW4y5Z6XOgxl { width:0.625rem;height:0.625rem;top:68.686851501462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnNG5C3TQqFugLuRCLmTrtwKtnLVtO4W { width:18.125rem;height:1.125rem;top:81.87478637695rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waNHb4PKqtdngNRtamzUpvPg3QXzJtbQ { width:18.125rem;height:4.21875rem;top:77.373916625975rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RiVhRSIdZ2pish8TK5LCKDqKdH4cgCeq { width:0.625rem;height:0.625rem;top:77.49978637695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsNwlhCsMT9Nt7oB4nUc2tbSqi0CETJq { width:18.125rem;height:1.125rem;top:87.874137878419rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A82zOenxWatDhluSyudObs2vbh6HQAdb { width:18.125rem;height:2.8125rem;top:84.749134063719rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rw2DU1mKnq9boJ2XlfVd5GnIW51aqAof { width:0.625rem;height:0.625rem;top:84.99978637695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqAb4rgtnJntXAecUyMHoT6m86nzbnwi { width:18.125rem;height:2.8125rem;top:90.874351501462rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A1UR0iTJrfb5MP80R9h291g3gtuDTM0n { width:0.625rem;height:0.625rem;top:91.248703002931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFkoQB2lL6o6LtT2HqEM0Bs2WbybbhbK { width:18.125rem;height:5.625rem;top:95.809249877931rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qTOl38uQFyp1EXdUWItA3xGCQJQrZ234 { width:0.625rem;height:0.625rem;top:96.183601379394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpxMWfeGKnF2yGUgHLbZVuncTv4Q7fuQ { width:18.125rem;height:2.8125rem;top:56.811634063721rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RCTrJWVkrBJBH4z1aqvhfFyWDP6TBISo { width:0.625rem;height:0.625rem;top:57.311851501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVufFWew3DO335heE8XTIVnFKWAXZWrV { width:0.625rem;height:0.625rem;top:61.936634063721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZWuOUPaexB7X4x8I4ADWRuoeF5OV3yO { width:18.4375rem;height:2.8125rem;top:61.499351501465rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rfspx689FtHuymdKiJbovq4irRmp7o5c { width:18.4375rem;height:2.25rem;top:64.624351501462rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXDleqWFdD5UCzBubvsxBTrxqrrStuip { width:18rem;height:8.4375rem;top:103.43360137939rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yOw6mXxnPnptiWSMbUG8tZv66uwn47FK { width:0.625rem;height:0.625rem;top:103.80903625488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdwhalrXm78fDplqc4xM5l5fONTW9x63 { width:18.4375rem;height:2.25rem;top:112.31055450439rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDuDeinO9taa7Xko6A6LDZ2towzgrRGr { width:0.625rem;height:0.625rem;top:41.623899459839rem;left:0.068359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efom8mA0bOSXUq7nSegJyn1VKtwstbOI { width:18.375rem;height:1.40625rem;top:41.232202529907rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 { display:block; }#evwH6mZKOUaL8hMwN7fQNh69wGTDbDp8 > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBC5Ha474nNeV740kkRrxIXm9IowTT8s { width:0.625rem;height:0.625rem;top:3.7302131652832rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQTiM7N3KVbbasyBT8kzxwG6cCu8GQzE { width:14.3125rem;height:2.8125rem;top:3.3552093505859rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zuxHwNo1Vp1wV9UJbauDcnyrdntnvLCf { width:0.625rem;height:0.625rem;top:10.941669464111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGX9tGav4kXxBHpET5qJwM8ekFua7ft { width:14.875rem;height:4.21875rem;top:10.566669464111rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AqAAhIbURyXmP10b8rc93upBoVs9U3Du { width:17.5rem;height:4.21875rem;top:17.888541221619rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GNhdSdykITJ8mxMQN42Br1OtIi0Ic1h6 { width:0.625rem;height:0.625rem;top:18.326041221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVXwlSBP9Mh796Ubkk72ZDTzn20yAB6 { width:0.625rem;height:0.625rem;top:34.512500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Dd4Li8565mZDh7sTg0ycVnTCz1npX6 { width:18.0625rem;height:5.625rem;top:34.137500762939rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ueHbXEmnBptiDX8LKFBJ6erGL2CmAnpN { width:0.625rem;height:0.625rem;top:25.727083206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt77NCNpQ9fIMlqCIxfuLH95fZBtCywm { width:18.0625rem;height:5.625rem;top:25.352083206177rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ooM4bRCxuP6s7VxoNyeka3Eds35ktdF1 { width:0.625rem;height:0.625rem;top:54rem;left:-1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K33G8eiO0ArLkJpmWpKU2AbxFiKWbEUv { width:18.4375rem;height:5.625rem;top:50.708335876465rem;left:1.5614150166511rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W0Tb7xq6226LCLqF2C23CoAvlATX0VQc { width:17.5rem;height:2.8125rem;top:71.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #STQmJ5eLVaA9XBRAFbFarkklPr2KEpi3 { width:0.625rem;height:0.625rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ep1fIIANt0QvMmKAdpo2QAfpodGef9 { width:15rem;height:2.25rem;top:6.5000038146975rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taUepihnsCMDU7ARKoriZXqVQoB9SDn7 { width:17.5rem;height:1.125rem;top:22.45937538147rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTru41WAbSQNnmBNQEGm114phJTugfnP { width:17.8125rem;height:2.25rem;top:56.634119033814rem;left:1.7502170205116rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Q6R4RR7FtrtQWFraPuNbnn76kmo8mM { width:17.5rem;height:1.59375rem;top:0rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eUe0uu1eMRi7To5xlTgsoCmkhbQSqrBR { width:0.625rem;height:0.625rem;top:0.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV8vOcvQi1QKQJPkQTo5e2ZZnTxZKI5H { width:16.6875rem;height:1.125rem;top:15.062503814698rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O61icc7PngRGycICB1R38SdncMl9pAKU { width:18.125rem;height:2.8125rem;top:42.749785065651rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uVvGHsdZSWwlTE4VUbciTkSRLTMRW2Sn { width:0.625rem;height:0.625rem;top:43.062285065651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x88TPSyssTo4eaFlmaELI3wxIwiKAki6 { width:18.125rem;height:1.125rem;top:31.25rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eThX2catht6NMu87S5retiVgpdwZ3ykR { width:18.3125rem;height:1.125rem;top:40.073352813721rem;left:1.5614150166511rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvcs2OPZ9etIirVcR7MJsSam4bDq6sr { width:18.3125rem;height:5.625rem;top:60.271690368653rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ymr5FZR8uJr2iU3fB13kqvJSwZPTy94N { width:0.625rem;height:0.625rem;top:51.084213256836rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePvKq04apGtiFVHhgdvJtzH8FvTErfVa { width:18.25rem;height:3.375rem;top:66.396713256838rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXEiWAJhpyb1eCCZuPTTS68FQ8VhszZS { width:18.3125rem;height:1.40625rem;top:47.427953720093rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zm0GMQwV3xRThHDT8raEhkBL5VQ7glil { width:0.625rem;height:0.625rem;top:47.802963256836rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf2tAPGVVDUSyZtk5VzQL8y68Sd7NufK { width:0.625rem;height:0.625rem;top:60.640411376953rem;left:0rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #nPtlR4c9OeViaihTNfA10NOfT8M18LsN { display:block; }#nPtlR4c9OeViaihTNfA10NOfT8M18LsN > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdREVGS2WgfqF6gwcl6MzTISnEkbSWhv { width:0.625rem;height:0.625rem;top:7.2280807495119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWQgeq4MvrBr0gatwob45g2VGgQ8GQ4u { width:15.25rem;height:2.8125rem;top:0rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IfrFaUglsmwKfQ86axrZJxTG3HOTMu5r { width:17.9375rem;height:5.625rem;top:6.8016490936281rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JTR1a5enMKTdoeImFP0CovhIU1eiZNik { width:0.625rem;height:0.625rem;top:0.44791793823242rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vheviCk9f1LKmzZ3xKeEGs5W1EZX3hku { width:17rem;height:2.25rem;top:3.0722732543945rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITF9osT9PqUnDDeJ4USROo03lVrh76F { width:16.3125rem;height:1.125rem;top:12.583550453186rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KfkJWDX07BoBt4yWyMTd5f8vtZTaAr { width:17.0625rem;height:4.21875rem;top:15.019965171814rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ihOGuxncHM3l2SbDcHzvDHBiOauQwk8t { width:18.0625rem;height:1.125rem;top:19.458119392395rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsxMXBsmwGzdaIbV7ycTykPTu02MluFA { width:0.625rem;height:0.625rem;top:15.332466125488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zro4Zd1bic96stDABfBfJFpTCBQVwRiZ { width:18.125rem;height:3.375rem;top:29.687500953674rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MatRAZ845aVQyIsuGivvNAcHx8NewQy3 { width:17.875rem;height:7.03125rem;top:22.311632633209rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Qq4vP4MKEZSzICROzFvUOIihAm6IBQ1H { width:0.625rem;height:0.625rem;top:22.561198711395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoqmvTXwzn3B32LLEQJ5nnAtrmUr1aGv { width:18.125rem;height:4.21875rem;top:34.498847961426rem;left:1.5625001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SBXNztVCFuID0beaQyh7OCO6A03VmlCL { width:0.625rem;height:0.625rem;top:34.874282836914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKzXD2x5GA8fHGscTCvRnEmS4mbdkVb5 { width:18.125rem;height:2.8125rem;top:42.748268127441rem;left:1.5625001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TWWp27CUUFr5AfkGl4SQd2AMfhX3UKvN { width:0.625rem;height:0.625rem;top:43.12370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtTTlGDILC5myr92khkZpmEsP2itHTQ { width:18.125rem;height:1.125rem;top:83.311203002931rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQI0Qu3TflxWPd9rLCDbdqCBkvRuSgHo { width:18.125rem;height:2.8125rem;top:80.373916625975rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e3T8aXRNxdAlRCcTvD3438wN7PMTFTn4 { width:0.625rem;height:0.625rem;top:80.623481750487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1ro2h9hvT2fakh2hzOeRKhocBz2vBm { width:18.125rem;height:1.125rem;top:89.062065124513rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM2DKFygEUXyCJARsteZPS85z3ta3nDn { width:17.375rem;height:2.8125rem;top:85.937065124513rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gJHND1TWxPkddiZbJKBaEDcXc2oosPZL { width:0.625rem;height:0.625rem;top:86.186637878419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emLtXxtlT011s2FfmuVcOnKwUJk8yuQI { width:18.1875rem;height:1.125rem;top:95.998916625975rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTbaD4PTUNCVpJ39B0amVrTPTpG14UUW { width:18.125rem;height:4.21875rem;top:91.748703002931rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g41kATvNnWUhrDPezim9zgFnoT3dOa3R { width:0.625rem;height:0.625rem;top:91.998268127444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx7K1yDczKfCld5QGSQdwfWb1r8ieZ65 { width:18.125rem;height:2.8125rem;top:98.936203002931rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XTvcoEOT315AFkSyRQ6NdgUH7BdXFeeu { width:0.625rem;height:0.625rem;top:99.311630249025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyTO6xWpJOF1g5gPaKbCpMDXKZGPcAt0 { width:18.125rem;height:2.8125rem;top:103.81141662597rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kcETmAdDN0bqJbaus4DZTMcIo7lX6EDV { width:0.625rem;height:0.625rem;top:104.24760437012rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnJ1efEtogyk3qzmabHV4TALzMGMWzVN { width:18.125rem;height:5.625rem;top:49.998481750488rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #otTFu4fT9PvxT2oxLD1aIdKpMeoueoHp { width:0.625rem;height:0.625rem;top:50.497611999512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetJSlTFxkBDfwFb41NT3d5H7vpghT9g { width:0.625rem;height:0.625rem;top:72.37478637695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u60v5760Z5mhOvTO7EbXFTleafa64W7h { width:15.5rem;height:5.625rem;top:71.9375rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HIEQK8FOJX7X4NFCtwfgfFL5lwWBJd7J { width:18.4375rem;height:1.125rem;top:77.936851501462rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6wUrwl0qhWpzK78aE3FkHSubTw1qWTc { display:flex;width:1.5625rem;height:1.5625rem;top:109.12327575684rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sUKfVm9bSdk9AVc2rBLeaAT49s4APGlz { width:6.875rem;height:2.1125rem;top:108.84767150879rem;left:1.8750000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HEmPu5Bm86oe01AG4L0G7M9gVTx6GVwQ { width:7rem;height:2.1125rem;top:108.87370300293rem;left:11.123047173023rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UfeMr8TEPomdfOUDe6sK2Ozp8vn3wxpy { display:flex;width:1.5625rem;height:1.5625rem;top:109.12327575684rem;left:18.437501251698rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DXGJvQ6rCtZpl8sfHg1myCrBeydb8Tdn { width:18.3125rem;height:2.25rem;top:38.779808044434rem;left:1.6239873170852rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGxrE1ghmVKiIAkJKIzd7CJEtLD1ky9p { width:16.6875rem;height:2.8125rem;top:67.40234375rem;left:1.4995661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V0GWqkEv5Td85vp52nFQgfX8PNgLm1S4 { width:0.625rem;height:0.625rem;top:59.088539123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQxwztqhNVK3aGrBkmrXxr7g2OHoJZdW { width:18.375rem;height:1.125rem;top:55.904296875rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiOozeLg31vTXV0XJyJqHdNVGBTsAye { width:18.4375rem;height:1.125rem;top:64.629165649412rem;left:1.4364585876465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKCxGmDqp6AI66GFzT1E7uNe9LTbZ5g1 { width:18.5625rem;height:5.625rem;top:58.724998474121rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aDNR5hst0FmX839J5Euxkqd8DUkHlzww { width:0.625rem;height:0.625rem;top:67.762588500975rem;left:0.082465291023256rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #rOdrmg9g9NiUUvHPTUz1vi04OIyU1kaN { width:0.625rem;height:0.625rem;top:47.547454833984rem;left:0.06221067905426rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvne4MzaSxzu2nQVoR7RaXwJB4LcHVE { width:18.375rem;height:1.40625rem;top:47.156112670899rem;left:1.5617767572403rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #heVmw4D7aWn1Mh2PKCRgtsyQ9IemCQxn { width:9.0625rem;height:2.5625rem;top:108.62306213379rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #gx0LAQ7855Nz6kgWebdzqTHXAqtwMIdB { display:block; }
 }@media only screen and (max-width: 763px) { #CqTl99MrXLECLCAMuVMENDKKkEer2O8V { display:block; }#CqTl99MrXLECLCAMuVMENDKKkEer2O8V > .row .container { width:20rem;height:108.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCrEAfoTX5vv634Ob4s90Xiq0PiTaKox { width:0.625rem;height:0.625rem;top:5.9802093505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2zJSLKDwV0WdyNISHa4KiF7neJK3hng { width:14.3125rem;height:1.40625rem;top:5.6052093505859rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CpbGJeoDQw2DdhfOenmPLAP8HQo43JdS { width:0.625rem;height:0.625rem;top:9.1916656494137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPZXZDuKBAZNunvJUuh9DqOoWIRfeNpa { width:18.4375rem;height:4.21875rem;top:8.8166656494137rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wiq0LpxcpivUE1RGT4AnxbTCW1S1beu2 { width:17.5rem;height:1.59375rem;top:0rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Reosa6eMMAyQW6PAS0qsh2S8cFZ5WoeQ { width:0.625rem;height:0.625rem;top:0.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFfbPFir5MVkTEUIKfoyOIxIkXxLSuxE { width:16.6875rem;height:1.125rem;top:13.3125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHazscTaqIaNcbJOH7bNehaRGkSfC07c { width:18.4375rem;height:6.625rem;top:17.5rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#mHazscTaqIaNcbJOH7bNehaRGkSfC07c li:before{  }
 }@media only screen and (max-width: 763px) { #z4X46LU877xFw4Gt1UcaCgaQMZNiMIU6 { width:18.4375rem;height:1.31293125rem;top:15.5625rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N4O1I82gXPMJQMZDrq0lTZ4N2ABL5w4l { width:0.625rem;height:0.625rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piDWl9s4gyTgqDOCi3An95pkCSO7JCWJ { width:18.4375rem;height:4.21875rem;top:30.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TovggSezJLK8uWigdANkiaE3vChx9xhf { width:18.4375rem;height:2.25rem;top:35.15625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFc5kIePeLFuZWDV4tfivsWfF22c9lOg { width:18.4375rem;height:1.31293125rem;top:38.46875rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cFaqqT8wKxT2e1aHZDUhFiaoOzGhswHc { width:18.0625rem;height:7.45rem;top:40.405212402344rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#cFaqqT8wKxT2e1aHZDUhFiaoOzGhswHc li:before{  }
 }@media only screen and (max-width: 763px) { #E1Q1xioo837FlwsyoFRtW4cZzdUSTZP6 { width:0.625rem;height:0.625rem;top:54.418754577637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxJFqI2uFlpf35B4UCQ5ly7WX8aScF9 { width:18.4375rem;height:1.40625rem;top:54.028129577637rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RRlUpnHuMg9U68K2w8GH9eR01PFVlxfK { width:0.625rem;height:0.625rem;top:57.309379577637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRnLZUZveX9gA2LN89nEEqH7F7zvaEFB { width:18.4375rem;height:4.21875rem;top:56.996879577637rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MVVUsdv8mPOOzOX5MTO5ZCumQyzO5H9S { width:18.4375rem;height:2.25rem;top:61.590629577637rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLPlPZ0bQJWxkUG39fBdWdL23IBobcx1 { width:18.4375rem;height:1.31293125rem;top:64.903129577638rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hW6KTkKGui4oENOpsa1BB5fHNF0o6RsD { width:18.4375rem;height:6.3125rem;top:66.840629577638rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#hW6KTkKGui4oENOpsa1BB5fHNF0o6RsD li:before{  }
 }@media only screen and (max-width: 763px) { #GyaTsFKB9o0z4TSDwNmmzdcsmRtEffZn { width:0.625rem;height:0.625rem;top:79.653129577638rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyFmQIobaPaFzv6PMuG6CpCCpZmrMbFh { width:18.4375rem;height:4.21875rem;top:79.340629577638rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AyrmvyKN36dsbl4sbEDp8Mfa5xKKLsFy { width:18.4375rem;height:1.125rem;top:83.934379577638rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6gQHyNhCbDPZ2LHZgUzXi0cySN7qA1g { width:18.4375rem;height:1.31293125rem;top:86.059379577638rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fgcvU91GOTZv60kTg72ZGngI4zGDKngp { width:18.4375rem;height:14.9rem;top:87.871879577638rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#fgcvU91GOTZv60kTg72ZGngI4zGDKngp li:before{  }
 }@media only screen and (max-width: 763px) { #RitmPqKVWx0s7FWlRNJeqoxSpAPbeVb9 { width:18.4375rem;height:2.25rem;top:1.7718763351441rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtzfSpDlUT2UCdeCmODVmgfn8iArQ2NI { width:18.4375rem;height:3.65625rem;top:24.896873474121rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Vobbgl191nv14sR4RoSMEnGbMfd2CP4L { width:18.4375rem;height:3.65625rem;top:48.459377288818rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nhxQxbHF9xaqkuGhcCubCGPL1KVVSUyr { width:18.4375rem;height:3.65625rem;top:73.778126716613rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QwxZa4d8Rc1uARLblJTbqcleTukeN2Q5 { width:18.4375rem;height:3.65625rem;top:103.39687538147rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C8cITErXxkilTW1pK30etGVlMoJTBp8P { display:block; }#C8cITErXxkilTW1pK30etGVlMoJTBp8P > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW { display:block; }#hM6m3Fb3dpBwGpzqUv3g43vIH13N19mW > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znA8pP8GXUDXIHWooiBB9egEB3IvuUlC { width:18.4375rem;height:1.21875rem;top:0.125rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lbE1Wqz2bVAW9iXPLf6MLKXFIKPbyC2e { width:18.4375rem;height:1.40625rem;top:2.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JHEVrcqbkpaccMqItTyNvhLd4m9NIE8g { width:0.625rem;height:0.625rem;top:0.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4KGNAH2cGgI41wTbw09FZDrSqXHzsCa { width:18.4375rem;height:1.31293125rem;top:1.53125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS { display:block; }#ZB3RoCMFzupWdueXcTLp8o5Lwdvd9CaS > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCUyEEusf4V2T7mtAKU7LqPWv4T0ZzFO { width:18.4375rem;height:1.21875rem;top:0.125rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AdFWENALim043oMWl4SSiR1MAOlgD8fM { width:18.4375rem;height:1.40625rem;top:2.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J3NAseTcIauQCTcO5EFUpLssbUcridaS { width:0.625rem;height:0.625rem;top:0.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0v089xcPGgVaguVNELJ6acCoD1QkXCo { width:18.4375rem;height:1.31293125rem;top:1.53125rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y0Md6qiwG2bEncJWtrXmPkl3yNmF57XP { width:9.4375rem;height:1.4375rem;top:2.890625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCPKag1f0pLZRSrPED9PIlp2KSNt5TbQ { display:block; }
 }@media only screen and (max-width: 763px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:20rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:20rem;height:1.055775rem;top:0.175rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { padding-top:0.429375rem;padding-right:0.3825rem;padding-bottom:0.429375rem;padding-left:0.3825rem;width:2.295rem;min-width:2.295rem;height:2.3075rem;font-size:1.716875rem;line-height:36.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.268125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.06rem;height:0.911875rem;font-size:0.644375rem;line-height:14.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:16.25rem;height:4.34625rem;top:1.9375rem;left:1.6468753814698rem;padding-top:0.494375rem;padding-right:0.509375rem;padding-bottom:0.494375rem;padding-left:0.509375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 763px) { #U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { width:16.25rem;height:3.75rem;top:8.0385437011719rem;left:1.875rem;font-size:1.0625rem;background-color:#267360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block; }
 }@media only screen and (max-width: 763px) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:20rem;height:8.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:20rem;height:5.60625rem;top:1.875rem;left:0rem;font-size:1.4375rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:20rem;height:4.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:6.25rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 763px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:6.25rem;height:2.1rem;top:0.73749923706056rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:6.25rem;height:2.1rem;top:0.73749923706056rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:6.125rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:13.75rem;height:0.0625rem;top:3.75rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lpgk5nDp7oSPsser0pcvKeMwqbCoHOUZ { width:6.25rem;height:3.75rem;top:0rem;left:13.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wzov0zvpDM2VchokOATXXh8lXB7GBToD { display:block; }
 }@media only screen and (max-width: 763px) { #qUyQdpgqT9yD9eI8KHzq0VhPCf4xHI52 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:20rem;height:4.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:6.25rem;height:3.75rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 763px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:6.25rem;height:2.1rem;top:0.75rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:6.25rem;height:2.1rem;top:0.75rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:6.125rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:6.875rem;height:0.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTtGJTAgLeXu4kBDOVIplFxSTXo6TQAV { width:6.25rem;height:3.75rem;top:0rem;left:13.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pIdzswidR309ds22JQvwVPVAQJOCkDdh { display:block; }
 }@media only screen and (max-width: 763px) { #WIhuFs4dSg2tTGlapfrmgkghd6UPaqU3 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zcyxJXzZTxw7d5L7mTL6hPxw7DyaBeLP { width:6.875rem;height:0.0625rem;top:3.7750015258789rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH { display:none; }#I4vlpdMLyiu4eQTmzCpTO6GOV7xzLhhH > .row .container { width:20rem;height:4.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KFM1kJiuobuyqWiQRNV5cu6QMimcukV7 { width:6.25rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg71q6znmN1Sdl4sQg9MKU2D3MZ1c0B2 { display:block; }
 }@media only screen and (max-width: 763px) { #iiIzU4aRZCQTPUZJRMuaqnoakx2kTUOZ { width:6.25rem;height:2.1rem;top:0.75rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ANJU77UqR9faqsmpFTZItLeqPCuTcVky { width:6.25rem;height:2.1rem;top:0.75rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DigapEmTNoSfRea0OEwoGd7iTsp0o7r8 { width:6.125rem;height:3.75rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8KZJhHbXDZRZGsRfpWbtFqDWqAFW6xO { width:13.75rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #koLcTCpyaXwPguk5ORHxSTiMIV02IVgE { width:6.25rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB3XHiDPPppwo58qJxIcsacfp0xKeN6r { display:block; }
 }@media only screen and (max-width: 763px) { #ciTfMrAErCiRgIbc6vMGMC7B2p5T3dS6 { width:5.625rem;height:1.75rem;top:1rem;left:14.0625rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bxQPyZCWh0ghtexlrKuP2hewt3DImO8x { display:none; }#bxQPyZCWh0ghtexlrKuP2hewt3DImO8x > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uh3hFniUNhez8MnWuTRGqrzVpOGS6zti { width:20rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtMU3VUlWr08gizbazaWDCcehzX4PPyX { width:20rem;height:17.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrebawh0yPXpRABxG47HVE8TAi42MCiZ { width:16.25rem;height:3.75rem;top:31.625rem;left:1.875rem;font-size:1.0625rem;background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tBuos8TvNp2uE9iywkkwCIS1BcfIUBkx { display:block; }
 }@media only screen and (max-width: 763px) { #zFGQ3QZyG4RL4y9oElLm5wKn0DVt8yae { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSTQx1r7LlzeNurR8TZJxlFvRGFTRFux { width:20rem;height:3.9rem;top:25.647918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEBCLHqek86qmcTPIkhrIu4glRfCIxb { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iad5wWveJ4Tcu8E8XvJ3M3lRdAtcBsId { width:20rem;height:1.3rem;top:24.255210876465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cks6DcX78cwyFK9nTs1nW0HHZN9yXUmc { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJqxItpMoprxDCRXI6lnReK7CqgbgmrL { width:20rem;height:0.97511875rem;top:29.685417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0J1AH7teMTwAcqeHFevz3J9yIiNg6VI { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czQbt6OTbccfsFuepbr1genWaCpTwSUo { width:2.5rem;height:2.5rem;top:20.942710876465rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud6L3xkMTTCTTLLTSqxMgzh6rW7NtQXL { width:16.25rem;height:3.75rem;top:12.875rem;left:1.875rem;font-size:1.0625rem;background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TeQllTTXgO0xhukUXXzDLryHazhW9obL { display:block; }
 }@media only screen and (max-width: 763px) { #rq0xNHsZMZtHNxr2ndha540AVpGiUVqd { width:20rem;height:0.8125rem;top:16.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLPVOZh4suql4lCX7oOyULPiVhL8PHLL { display:none; }#yLPVOZh4suql4lCX7oOyULPiVhL8PHLL > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #urLqm3iBSMTr9S2aoWy3nH6Hd3p27u3A { width:20rem;height:32.25rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFhkFKvvzTHPVJQIMWNUsNWkrfCQsy8K { width:20rem;height:31.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpgVeW6FAsFuUmQwiG8gCpQkSFzv2Zd { width:16.25rem;height:3.75rem;top:12.25rem;left:1.875rem;font-size:1.0625rem;background-color:#3a3eb1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wCHWLJBnFRfKzocILziqEQ9mXZ2sXgqh { display:block; }
 }@media only screen and (max-width: 763px) { #FbJQED9s1I23MpE2uhIqqQNbWFk09mqv { width:20rem;height:0;top:6.7614593505863rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV0tGppZU6c3SQPk9gBArWHxgalmmNan { width:20rem;height:3.9rem;top:6.2729167938231rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz3RJSmIQ2dQpT8R0dw0eM8K7HHtitgs { width:20rem;height:0;top:5.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyJhbvTUXmGhKFBxh3PvJdeRNwPmATSW { width:20rem;height:1.3rem;top:4.8802089691162rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTQ09ZEhO9zoRcLSBgSnNpiRFsWGmR3 { width:20rem;height:0;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqRBkMmRoZ4vQzrM6lcKxRdcNui9USUp { width:20rem;height:0.97511875rem;top:10.310417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO8QJZ33VTcLc4AwldgCgmWiAlQGTaTo { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUvMt8kne8X2RJ16R5IQd28mAgPuDcw6 { width:2.5rem;height:2.5rem;top:1.5677089691162rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsnRzt67CMqx3PDITCCTKD1kSlqkeNXC { width:16.25rem;height:3.75rem;top:12.875rem;left:1.875rem;font-size:1.0625rem;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #WDO4MWKKrpRFx6msNwzCaWvGpMxveKFM { display:block; }
 }@media only screen and (max-width: 763px) { #o4LciQgikSLRZrNRg3EtrctdEK5I3wcR { width:20rem;height:0;top:31.375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7Jk3aCE4meuZdzUEDvf3il07dJ863iZ { width:17.5rem;height:0;top:17.862503051757rem;left:1.25rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ATdmxaB1i5swCmPLf5AkX9HMPMOUpTGX { width:20rem;height:0;top:20.950000762939rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEHT2tFL3yUufhzxOzaJlebMppsFKkxd { width:18.75rem;height:0;top:23.724998474121rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2kMnC9M6S5SAok3ugtblZ5iZrbG8Koh { width:16.25rem;height:3.75rem;top:27.0625rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#e6e6e6;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;display:none; }
 }@media only screen and (max-width: 763px) { #w5OKIGnN8WpmwOlrFViLa0zMm5MpXLk7 { display:block; }
 }@media only screen and (max-width: 763px) { #FV6TPZI2IhMhMmRAlg0k14uu5mOQv7sM { width:16.25rem;height:3.75rem;top:26.4375rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#e6e6e6;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;display:block; }
 }@media only screen and (max-width: 763px) { #zHorRiC5EgPt6JOFFi5684SGZVrktHzd { display:block; }
 }@media only screen and (max-width: 763px) { #JAOokumZxcC26a6TpSp1qzt8xukS60DF { width:18.75rem;height:2.6rem;top:23.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGFlpH46rO9iNTMhHZZxS8EOZe7c6VUN { width:20rem;height:2.275rem;top:20.262500762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTFi4QXuRPTyXKISlbTOfavC3Q9rlvQC { width:11.25rem;height:2.4rem;top:17.231250762939rem;left:4.375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DfhpQADOL4BQvi7TlteZpCfzwFIiICkp { width:3.75rem;height:0;top:24.012496948243rem;left:13.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4iI3ETmPpc53PbG3CicKtsOwX26w2ul { width:3.75rem;height:1.9502375rem;top:23.325000762939rem;left:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:20rem;height:26.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:17.659370422363rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 763px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:13.125rem;height:2.925rem;top:1.3468780517578rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:15.25rem;height:3.16875rem;top:5.859375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16rem;height:3.5rem;top:22.334373474121rem;left:2rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 763px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:17.0625rem;height:5.28125rem;top:10.446876525879rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { display:flex;width:1.75rem;height:1.75rem;top:5.546875rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { display:flex;width:1.75rem;height:1.75rem;top:10.071876525879rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi { display:none; }#TLyRJLvcZHKXP4Ggw7xLUR24cs6xf2wi > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bxc32vF8muvhZ8MvtNIkSbEtAkokECgl { width:20rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwgiEROWbVHTx8ANnqJ7TobZxRqkvCqs { width:20rem;height:17.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7hyDFZHacuHvW8uBCwRbTwJbS5lTWqL { width:16.25rem;height:3.75rem;top:31.596878051757rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XkeyvirH4bmUUAGVwnBbHO4FsTNBw66c { display:block; }
 }@media only screen and (max-width: 763px) { #MbupnQitFiyRRPqD1UC0xxqtTRMrN3g5 { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #llIQhDPGR0E6lnMUc7kl2QpkfOVnso7y { width:20rem;height:3.9rem;top:25.647918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4T9lretyBJtH75k2WecXTKHF297bXm4 { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNEQTN3oQav0wc3pQHHnlhcafZvoEtGW { width:20rem;height:1.3rem;top:24.25520324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sneJM8GcM6rU3FhTewhB1UzUqdAqaJdv { width:20rem;height:0.97511875rem;top:29.622909545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCXGmTcfyGpoEc5SMgECoBsTwuJwRkUC { width:11.0625rem;height:2.25rem;top:2rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRDzaCE06kIDuwXcpFRawtLZl0Zaolr9 { width:11.0625rem;height:2.25rem;top:20.9375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQebhRTf96eOuiDBUc0qll2TmSucXXX { width:16.25rem;height:3.75rem;top:12.875rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HtR1xk9bg5DzfturM9ZGAcbuKQnZSnky { display:block; }
 }@media only screen and (max-width: 763px) { #XexfZmzT1p5blSnFkL5aiUJT4dT2SxsQ { width:20rem;height:0.97511875rem;top:10.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydTVyFrbw2rEyXWtqowePFzWokiSWsQf { width:20rem;height:0.8125rem;top:16.9125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI8Keq3MIc7kTHGT6JGvE4umP4kidH6M { display:none; }#DI8Keq3MIc7kTHGT6JGvE4umP4kidH6M > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DxzUuDzwLarz2paTlACze7v06W34GMnq { width:20rem;height:32.25rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ss9OoQPpVUVTXrIDx8ZSGHIRvppPFUp7 { width:20rem;height:31.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUnC1ThQWdkOAcxhJ6co81o9PD5TJQEC { width:16.25rem;height:3.75rem;top:12.25rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QD5qLvDUQnb2XxZhnA9dGWUFoShHy3gx { display:block; }
 }@media only screen and (max-width: 763px) { #oNVTRMPbm0C4xlRDXxOtuZTHq53s1JKT { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #zR1kV9XsKNlm1fGQmCPTEfVldUq4XzT9 { width:20rem;height:3.9rem;top:6.2729034423825rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIZ3pwfhnKpHJLxp0H4caMvhQvJq2dTP { width:20rem;height:1.2999125rem;top:5.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZJO1BR4mf3GmFDabXwmCPwU8G6PULA7 { width:20rem;height:1.3rem;top:4.8802032470703rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H06IBeRFsf6yW3DNbsTBHi4RMqumKcGo { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXOqp5BF5s5Lfa5ETJXNXO2bE8FinlKC { width:20rem;height:0.97511875rem;top:10.310409545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6zkMp6UVGBdoK0Q2biFaGBF5XyNDggh { width:16.25rem;height:3.75rem;top:12.875rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(230,230,230,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #xRZmFkg13KcV37Z0DwuB5bbhVVKn0t0w { display:block; }
 }@media only screen and (max-width: 763px) { #MmsnADrGfJZnJ85cHJ9Kvh2Qi92mMpVg { width:20rem;height:0.975rem;top:31.4375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK5Jik9EXHRt8bTWS5TdFyKVTxysEbmr { width:17.5rem;height:2.4rem;top:17.862503051757rem;left:1.25rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #B4yoxxJRzsa50VESawFA70rQ0ZR1dOKJ { width:20rem;height:2.275rem;top:20.950000762939rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WivRFEhWiu9ZdsbUW4qOfogsW3ew3nms { width:18.75rem;height:2.599825rem;top:23.724998474121rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sz7txP2efF9Qu8aETZV3a8sdgpmKt0xH { width:16.25rem;height:3.75rem;top:27.0625rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(230,230,230,0.25);border-top:0.0625rem solid rgba(230,230,230,0.25);border-left:0.0625rem solid rgba(230,230,230,0.25);border-right:0.0625rem solid rgba(230,230,230,0.25);border-bottom:0.0625rem solid rgba(230,230,230,0.25);display:none; }
 }@media only screen and (max-width: 763px) { #T7CV3AuiGoDzozmEcFnXlqJQpZFoMDTu { display:block; }
 }@media only screen and (max-width: 763px) { #Qd66wCTPHL33vOH8J4WO6vDFnsvFJshK { width:16.25rem;height:3.75rem;top:26.4375rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(255,255,255,0.5);border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #KbBp08TDEVInEQ7TVK31igUJAn5gPBz7 { display:block; }
 }@media only screen and (max-width: 763px) { #Oao6kEFB95ZhLltBTsKs0ydgm6ABC5R3 { width:18.75rem;height:2.6rem;top:23.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBbyevb1cWQgmBmm9BN3PMnTZPTov1o9 { width:20rem;height:2.275rem;top:20.262496948243rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3wq6kr3nOOUgeV1CBZCyCDXuLF5JrMq { width:11.25rem;height:2.4rem;top:17.231246948243rem;left:4.375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q6ZdNcPmD9GsHC4uRI0wglgFGliqn65D { width:12.25rem;height:2.5rem;top:1.9375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITMU0SDXDqKtofPZlVzu7Jv8pyVpR770 { width:12.25rem;height:2.5rem;top:1.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdO526n9tBwcBMICiR2fz4zIaiy0Jq79 { width:3.75rem;height:1.9502375rem;top:24.050000190735rem;left:13.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a97bRNAgJZ1TnLnFRCJIWxB51CLK4fRR { width:3.75rem;height:1.9502375rem;top:23.387496948243rem;left:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR { display:none; }#Btm9IAfn0NDXTiEdPWFB5LnLo49OZseR > .row .container { width:20rem;height:26.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iA0hSZKS2n7lq2sXa94vmi0fc3P5WNrM { width:16.25rem;height:3.75rem;top:17.659370422363rem;left:1.875rem;font-size:1.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UI3MgeZuCfSaV0rGoGEinD4R9T7AkW9T { display:block; }
 }@media only screen and (max-width: 763px) { #zd1aWt2NBFAABw2PxZ70xHo6tMG6AfvA { width:13.125rem;height:2.925rem;top:1.3468751907349rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGr0HeTcoZe4K6ghlUyxEBBR15wuRH9 { width:17.8125rem;height:2.92535rem;top:5.859375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCIPzvtBWwlU2lXAGDTCKQgaQLOlo6cE { width:16rem;height:3.5rem;top:22.334373474121rem;left:2rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yF7kLmwnhbKRoouuOp7DTCo0eQMwGMKE { display:block; }
 }@media only screen and (max-width: 763px) { #rhL8poJs0niATyGvwwE34ZyZ6hATITnz { width:17.8125rem;height:5.85rem;top:10.634368896484rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP49smeJaF9Tf443hC7ifppSAoNlE5b1 { display:flex;width:1.75rem;height:1.75rem;top:5.546875rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #yT7mrdVhJ3gnLPVwO5XlgBS5Hi0rezAN { display:flex;width:1.75rem;height:1.75rem;top:10.259368896484rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Tt81l550ntPti1sBTJkMhT8rlRn5RGmr { display:none; }#Tt81l550ntPti1sBTJkMhT8rlRn5RGmr > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #abDylg98amBHvlHFOV4gDHUPqW4mfEdU { width:20rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TWLIS0qoMylxVolWxwuxvlAm967JmC { width:20rem;height:17.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C92P6GS0qcgmTgT1qCmLz5kpcOaBeM3w { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwdOV7peVezuLCtlewk7dKBxQVgMmBG2 { width:20rem;height:3.9rem;top:25.647903442382rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDlmQBE7IxyCieEt38wHMq4W77nB1zmt { width:20rem;height:1.3rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRMh0JCMQR3THo0AJ1Ju9J1mhSFOc4M { width:20rem;height:1.3rem;top:24.25520324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx7LcVSX4ZpJehue4ucbylizfaX8Uf5l { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZWZInteZSoEgA9Lh28s97oTTmbpyGh6 { width:20rem;height:0.97511875rem;top:29.685409545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0uy3UcBXgH2f8EmakxaUL32oSydcfDT { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zakxGFJr5S8qsAVEaleU1DdW0NnrfqBU { width:2.5rem;height:2.5rem;top:20.94270324707rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2flPTfcmFfFxKXT3DSqarS7siPJMWv { width:16.25rem;height:3.75rem;top:12.875015258789rem;left:1.875rem;font-size:1.0625rem;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ok71XLo2XAKHsZJOZRQy2gtSqTo49TFT { display:block; }
 }@media only screen and (max-width: 763px) { #THfIw5qRnzFxeb7OIwirLKTG33Gt0ulE { width:20rem;height:0.8125rem;top:17rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RItRIAncy4O4oAKh1WrdRMni2I9ICy3F { width:16.25rem;height:3.75rem;top:31.75rem;left:1.875rem;font-size:1.0625rem;background-color:#fb862b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NPLe44vsmlTFVKqf94Mv3tg1lH9Vq8nR { display:block; }
 }@media only screen and (max-width: 763px) { #t9c4CCnih7xrodIGEViyifO1BBRap0M0 { display:none; }#t9c4CCnih7xrodIGEViyifO1BBRap0M0 > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tqobz2atqiuqOMX6csLp4nvmfoVDT9z8 { width:20rem;height:32.25rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlDdlXTDNZ2uG8T2ATFvKTog6DZtnh70 { width:20rem;height:31.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyAwLttq2CCpNJMq3Gis4OvOrERK369U { width:16.25rem;height:3.75rem;top:12.25rem;left:1.875rem;font-size:1.0625rem;background-color:#ff9543;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qAEFyUuv9onJ868aR52DnlWmwsRydqTp { display:block; }
 }@media only screen and (max-width: 763px) { #OEybtXIpg0asqVtSDnbIMSAuRtTMFZQA { width:20rem;height:3.9rem;top:6.7614593505863rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5t03a7dpTQaLXEXDuwCP5exV41eqnxu { width:20rem;height:3.9rem;top:6.2729187011719rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIZI6uPyITpxAyKS4okX4E726nqXOAAd { width:20rem;height:1.2999125rem;top:5.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbAqcZLOu7TmhGmu63g8KxOBPQtlnerJ { width:20rem;height:1.3rem;top:4.8802032470703rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPEkiEnBp5ZlbGLbpiJzhCCoH147U17H { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD8bsAqrcAqWJmAQlTkpqffaxlJ254WC { width:20rem;height:0.97511875rem;top:10.310424804688rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcqqAIDbndL4T8RA3kDq0OhSW4ooTORQ { width:16.25rem;height:3.75rem;top:12.875rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(230,230,230,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #RATcs3zbOk74iWTbvu0BTaQe0yKg6TU0 { display:block; }
 }@media only screen and (max-width: 763px) { #M1IpaCFMNipn7UpT3xL17PuvpfaoSXfH { width:20rem;height:0.975rem;top:31.3125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VU4LGCzuFO3kqyGZTIk5NQOzXgB6CFd1 { width:17.5rem;height:2.4rem;top:17.862487792969rem;left:1.25rem;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #fOZGuw4LRqKaVPOx47CqS9MSlsr4i10t { width:20rem;height:2.275rem;top:20.950000762939rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxx1fFzJ8Z43J5E73KDBzWuIeQdsyzEO { width:18.75rem;height:2.599825rem;top:23.724998474121rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIwr3qls2A5dtwtUP45zoOwkJGcAUJos { width:16.25rem;height:3.75rem;top:27.0625rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(230,230,230,0.5);border-top:0.0625rem solid rgba(230,230,230,0.5);border-left:0.0625rem solid rgba(230,230,230,0.5);border-right:0.0625rem solid rgba(230,230,230,0.5);border-bottom:0.0625rem solid rgba(230,230,230,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #dV3m5uwdrHUJmGL5WRQt61DxJErfePig { display:block; }
 }@media only screen and (max-width: 763px) { #AGqR6a9cCAE7irvkpqTEQng9cXMtGHCx { width:16.25rem;height:3.75rem;top:26.4375rem;left:1.875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(255,255,255,0.5);border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SCxdZZ6XHUs0IlXFKNixnW7Gwc1L73xV { display:block; }
 }@media only screen and (max-width: 763px) { #aGZHcJwMtz6pdSu6dVPi5ooUkeOmhscr { width:18.75rem;height:2.6rem;top:23.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3SMMZBlafnMhurcyK7GqVJNBRTIbKI6 { width:20rem;height:2.275rem;top:20.262496948243rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #NqEJehMFDhdhAoaRwbB7ztgRRaWFnDLR { width:11.25rem;height:2.4rem;top:17.231246948243rem;left:4.375rem;font-size:1rem;line-height:1.2;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #UVXHTbbraBmfbvEOsV55llCKEbm32Hmv { width:2.5rem;height:2.5rem;top:1.875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7BFZ8o1QhIuTLyACUe4qT5RaMEc71Fw { width:2.5rem;height:2.5rem;top:1.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abiVZPFqnkImIlpT10bnxeTFMQHF4GC6 { width:3.75rem;height:1.9502375rem;top:24.050000190735rem;left:13.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLiuqebth2xwqvJsXHJ573KhdtOX3rnv { width:3.75rem;height:1.9502375rem;top:23.324996948243rem;left:13.125rem;font-size:0.75rem;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:20rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:20rem;height:0.0625rem;top:2.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:7.6875rem;height:1.7875rem;top:0.3359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:5.1875rem;height:1.7875rem;top:0.25390625rem;left:11.03125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:3.375rem;height:1.7875rem;top:0.25390625rem;left:16.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:10.75rem;height:1.055775rem;top:4.1833343505859rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:20rem;height:0.0625rem;top:19.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:20rem;height:0.0625rem;top:12.870833396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:20rem;height:0.0625rem;top:6.49609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:11.5rem;height:3.9004625rem;top:7.8083343505863rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { display:flex;width:1.25rem;height:1.25rem;top:4.126953125rem;left:17.53125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { display:flex;width:1.25rem;height:1.25rem;top:4.1875rem;left:13.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { display:flex;width:1.25rem;height:1.25rem;top:9.625rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { display:flex;width:1.25rem;height:1.25rem;top:9.5625rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:11.6875rem;height:3.9004625rem;top:14.15625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:20rem;height:0.0625rem;top:24.704166412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:11.875rem;height:2.92535rem;top:20.59375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { display:flex;width:1.25rem;height:1.25rem;top:21.375rem;left:12.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:20rem;height:0.0625rem;top:32.176040649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { display:flex;width:1.25rem;height:1.25rem;top:28.1875rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:12.125rem;height:4.875rem;top:26.015625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { display:flex;width:1.25rem;height:1.25rem;top:28.1875rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:20rem;height:0.0625rem;top:38.655208587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:10.3125rem;height:3.9004625rem;top:33.488540649414rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { display:flex;width:1.25rem;height:1.25rem;top:34.875rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { display:flex;width:1.25rem;height:1.25rem;top:34.905208587646rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:20rem;height:0.0625rem;top:45.134376525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:12.5625rem;height:3.9004625rem;top:39.967708587646rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { display:flex;width:1.25rem;height:1.25rem;top:41.454166412354rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:20rem;height:0.0625rem;top:49.634376525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:11.3125rem;height:1.95023125rem;top:46.446876525879rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { display:flex;width:1.25rem;height:1.25rem;top:46.75rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { display:flex;width:1.25rem;height:1.25rem;top:46.75rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qnm4PTgW9VwDWvHLzllLCV1pF3n1LKOc { width:10.0625rem;height:0.97511875rem;top:51.009368896484rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZzWGdIA1A8rT9PzOmqT38nMASgW1Bqh { display:flex;width:1.25rem;height:1.25rem;top:50.890625rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl { display:block; }#ay9RUX4TdbOZTvqLdC5nvgcZ5dg7TdRl > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8Au1ssBVbCczcWUOzR5v81Tn98yHOQB { width:17.5rem;height:3.9004625rem;top:1.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #N03T02v5fUxrn0866TABTkAnHfbZWWx3 { width:14.874875rem;height:4.875rem;top:13.534378051757rem;left:2.5604162216186rem;font-size:0.8125rem;line-height:1.5;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #Zp9dakMVUBC4DmlG1iublbgraT0IWp2g { width:5.8125rem;height:5.8125rem;top:6.5354156494137rem;left:0rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #hKHlu3KHk6MyeQPpDW7bAwQkIVq1TUpl { width:5.8125rem;height:5.8125rem;top:26.875rem;left:14.186458587646rem;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #p9DVe5IxZR648fJqQH1FzmwKK7NJuRVJ { width:16.25rem;height:17.1875rem;top:11.03125rem;left:1.875rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #JwLgXNrOuo8WolPqwvpLZ1qcxrb75OQi { width:14.4994375rem;height:5.90625rem;top:21.064590454101rem;left:2.6864585876465rem;font-size:0.5625rem;line-height:1.5;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #qfQg7uFTKApmtTAanPHBpmvUK1ab4Zs2 { width:19.99925rem;height:1.21875rem;top:19.108337402344rem;left:0.0010414123535156rem;font-size:0.8125rem;line-height:1.5;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #J8tiChtKzPBJplI2CLznSVpAy2wQp22J { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35af0d90-d853-4776-be13-ce737e9df5e9/BIGHotelCityHotel48.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J.adaptive-delivery-prevent-bg, #J8tiChtKzPBJplI2CLznSVpAy2wQp22J.lazyload, #J8tiChtKzPBJplI2CLznSVpAy2wQp22J.lazyloading { background-image: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { background-color: transparent; background-image: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,67,54,0.75); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container > .video-iframe-container { display: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,67,54,0.75); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row > .video-iframe-container { display: none; }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .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); }#J8tiChtKzPBJplI2CLznSVpAy2wQp22J > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shvnf92qO6h82f5953e3OV6DwGoJyuZc { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #uvAmhR9TgQasNe4nS2f7EOKgVJV3plRp { width:20rem;height:18rem;top:16.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzJZT7LE3fUapZVo0I5DTnctJsuEvqNu { width:7.75rem;height:11.3125rem;top:6.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xONm2yxHnvHcULviU7ppPPtJzts9XfGT { width:17.5rem;height:3.4375rem;top:36rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHXrWIMXdu5ZOELnTsqNFWWbnbTM7w6 { display:block; }
 }@media only screen and (max-width: 763px) { #dnXxsVSrpVTKFJATR8uosGac9loag8hI { display:block; }#dnXxsVSrpVTKFJATR8uosGac9loag8hI > .row .container { width:20rem;height:109.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRnpUPwLcaQW9hIuFiDSUWwLQQi1tsyW { width:13.1875rem;height:5.60625rem;top:1.875rem;left:3.40625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #WVPP3GMVy0otr3KuZkXERaqfx5kPO8mv { width:19.625rem;height:11.8125rem;top:25.336456298828rem;left:0rem;font-size:0.875rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #i62Nt6HkRvxlb7oR9ICWPfliG2hSXCyE { width:17.5rem;height:3.4375rem;top:54.8125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbSWngqQxammoIV5ZKeqA5LgiWgoxZsk { display:block; }
 }@media only screen and (max-width: 763px) { #l6PEl0PywfSQLyLoubEGuB1cOSNkfQmG { width:20rem;height:3.9375rem;top:49.148956298828rem;left:0rem;font-size:0.875rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #tK4Mact60kZXoO2xrX4u7035gkyb9nt3 { width:20rem;height:9.15625rem;top:38.211456298828rem;left:0rem;font-size:0.8125rem;font-family:publicsans;display:block; }#tK4Mact60kZXoO2xrX4u7035gkyb9nt3 li:before{  }
 }@media only screen and (max-width: 763px) { #HcIFFztvQxdZi35HTgI99asi8VA6bHkE { width:20rem;height:26.25rem;top:76.313537597656rem;left:0rem;font-size:0.875rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #Wx1ZLU364nCVsPAqAkNA9p2rFQTkmATZ { width:17.5rem;height:3.4375rem;top:104.43853759766rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTvZBi6H7w2L1mCkOgbQN60HaUIl6RiI { display:block; }
 }@media only screen and (max-width: 763px) { #Wia3EJHGzb2zgenSgtFKnOIuZLXEJrPX { width:20rem;height:11.3125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAm8tdqgDKyyGZiEsOs3nH3rEKk6SIa { width:20rem;height:11.1875rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZuFgppbF6uvzcTAOTB0UgVxgTrZIIas { width:13.0625rem;height:1.96875rem;top:22.273956298828rem;left:0rem;font-size:1.3125rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #oIhKR5ZJi5UVAtKGSb2xqKCkQgL8HPKp { width:19.75rem;height:1.96875rem;top:73.1875rem;left:0rem;font-size:1.3125rem;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #g2ki2coqSfObFHTF0n5rfgCNosoR0HCt { display:block; }#g2ki2coqSfObFHTF0n5rfgCNosoR0HCt > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh32Dgyxxd442WIzCzprW6Avd5RTFKTo { width:20rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #WWLAnhIzzw3syeb3UOCIlL5Q2BtCt60I { width:18.75rem;height:2.625rem;top:5.2739562988281rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrk2wsWRsis4nTbDnutDAWkcOdGSerlW { width:6.25rem;height:6.25rem;top:8.8989562988281rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODtUPzAdTteB2orOJoXGrTM2QpASD4pn { width:20rem;height:2.45rem;top:15.711456298828rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aI4uTCH1kTkB451CVztXhCpFnpaNndQc { width:20rem;height:1.31293125rem;top:19.848956298828rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH6yzx5C9WBpNkqTcuzT70ua50WVqPFF { width:5rem;height:5rem;top:22.111458778381rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7LKTfHo1nmi9B2DTAf6eXB0vXeBAMCc { width:5rem;height:5rem;top:22.111458778381rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwaAUmEcmIAswLRF4moxehtQPa5QNEo7 { width:5rem;height:5rem;top:32.923957824707rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP6QHd2yc713oZgJmvZ6V9HXNQrmrUQ3 { width:5rem;height:5rem;top:32.923958778381rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPAuRCZOQ7DwBSJWtF6q4AEHGzEHn26P { width:5rem;height:5rem;top:42.986457824707rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2hSoAHcImnqZSrlMgw8EiGVhou0EbS { width:9.375rem;height:4.2rem;top:27.723960876465rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cJzMCaywHMIlBFagOcT8FqzHiiM7oK4p { width:9.375rem;height:2.1rem;top:27.723960876465rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hVEJgkQR8oyIgtpaFOW8cGy9fJiC4EyG { width:9.375rem;height:2.1rem;top:38.548957824707rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S4CR8vo2ulOeOpL5XwvNNpZV2Nbrdv7k { width:9.375rem;height:3.15rem;top:38.548957824707rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ygnd9yXlkOiNDfW8KnTyuSZNxHTxSuy2 { width:9.375rem;height:3.15rem;top:48.623962402344rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fi5DhZ076JFPQ72BhIwfW3dNpgxT9klp { width:9.375rem;height:2.1rem;top:48.623958587646rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Nc06zT0DyMTabTzFUebIBDihsZWxVFd8 { width:9.375rem;height:2.1rem;top:59.273958206177rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t3mKgkceug4Lv9GVQqhI0fOxTOAWSqey { width:9.375rem;height:1.05rem;top:59.273958206177rem;left:10.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oVJoPK4ELoc1DNJzbpPVrZeVPfIluSvV { width:9.375rem;height:1.05rem;top:68.836456298825rem;left:0.3125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TMEwAyTpr77tLyLTdNxzfNOAnBaUqkSR { width:5rem;height:5rem;top:42.986457824707rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpnbKQHEyDWccbGgvQh9aTsN82HzVeP { width:5rem;height:5rem;top:53.648958206177rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGizc3TzZEQWf5UmvlScT3F1NUMqftU2 { width:5rem;height:5rem;top:53.648956298828rem;left:12.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P8Go2HfUDVImswcIQzFqIJGa2xpvbDNv { width:5rem;height:5rem;top:63.211458206175rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6JPOvBOvbeBarTnMi3uIn7T0TcqhvSt { width:9.375rem;height:2.1rem;top:68.836456298825rem;left:10.375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KDJTBFdtABbFAkVlXOZZrDTRQ533s58t { width:5rem;height:5rem;top:63.211458206175rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWzg69qfI4C1MOBQUExoHOznuZrD1hbH { display:block; }#dWzg69qfI4C1MOBQUExoHOznuZrD1hbH > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXc7ENht4eTShSbmgg3t9vf90mp1KMx1 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1sud7eFnO2TUV7MLWwTpdZT99JoUBU { width:20rem;height:1.86875rem;top:2rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl { display:block; }#BgOBXToux6Oc1hdBLHcUX7Pe9kGSHOLl > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOFtJUFdnAJFc2QXi6U6DsXZL6S6bo9y { width:11.6875rem;height:1.625rem;top:70.373687744137rem;left:4.1869217157364rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg52ZnhprQioWLP0H7uxPXGgVGorH1Ak { width:20rem;height:1.05625rem;top:75.498840332031rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8F5ELA79HrOReietxUoyH4rGmCHSFlp { width:12.062375rem;height:2.499275rem;top:79.248107910156rem;left:3.9648438692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAy9EvQlBS2Z07O9nSPTEJnFipAHJGs3 { width:19.99925rem;height:1.05625rem;top:68.311364173887rem;left:0.00072342157363894rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW8WMxDSUPusXloZyogp6GLExzlmnMxh { width:19.99925rem;height:1.05625rem;top:18.812347412109rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnwruqor9Uc9gWHsJkFOlLMs86mBcQ04 { width:11.56175rem;height:5.2068875rem;top:27.294403076172rem;left:4.2165800333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNZJLEcIfzMkSd4cDyvw76IFZPffwfcS { width:19.99925rem;height:1.055775rem;top:3rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4wBT5oFxPoVlEy0gnyoRAGEBxH5uwFE { width:10.3125rem;height:5.1875rem;top:12.061767578125rem;left:4.8119217157364rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWVTlPBV6ZrRAVwqK2cxc1qEU00L92ID { width:19.99925rem;height:1.05625rem;top:44.811065673828rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l01PbWpONF2m5NTBCbNODXr3q5qknSXr { width:11.56175rem;height:2.68735625rem;top:48.435913085938rem;left:4.2165800333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzwFvvsGTJfD03U4yZyyzyerO4dUHsEx { width:8.43675rem;height:3.59809375rem;top:54.115173339844rem;left:5.7776333093643rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgdGa3qE1BwL0HC4MzA02ImEnHhRmmBZ { width:11.3121875rem;height:3.35575625rem;top:58.686492919922rem;left:4.3424483537674rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqETTQhdHXNLqAn3Db2nxtk2oztT74sK { width:19.99925rem;height:1.05625rem;top:34.560028076172rem;left:0.00072342157363894rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6rh2gui4Pp2WkHm1xsI0NaWdVonMtVS { width:11.56175rem;height:3.87441875rem;top:38.114715576172rem;left:4.2180267572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwdWF1Ia0asfIW1WcBTWV0aiUgHOITAF { width:10.5620625rem;height:5.6872125rem;top:20.305114746094rem;left:4.7157121896744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn904eN1sJ00ntQCOBFifxakdg7QZpc2 { width:9.125rem;height:5.125rem;top:5.9208364486694rem;left:5.4354749917984rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4ae398BhVxU7IbiaxtWFrD1DCMwAvq { width:9.625rem;height:3.3125rem;top:63.558307647706rem;left:5.1844621896744rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ { display:block; }#mLKTLy8nEXQ77uITdI66Jr3w9mfBq1uJ > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZMp6B3QncCrOOkKV3IKqeezNqQpL0ly { width:20rem;height:1.86875rem;top:2.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #Sonu5imsHkFJq0arEg4AiHKOtg0ngiyQ { width:15rem;height:2rem;top:6.26171875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1URzc1LKyKaWNRlGCEMPyV6VKcry0Co { width:20rem;height:0.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd { display:block; }#fPaB6FMy5dL2VlbwoQnoRQ8aDt0EODFd > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoX9hTETuXOPQ2bwygdPLNZBH6cGFefX { width:20rem;height:0.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZ8RGN8M4mrKNEMISQUAOE3pwLW8hA7 { width:19.99925rem;height:1.86875rem;top:2.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #JzMUN6KcbNAkAyZMuGtHquBDsDO2k2Lf { width:17.3125rem;height:7.375rem;top:5.71875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { width:18.75rem;height:3.73698125rem;top:1.875rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:20rem;height:2.275rem;top:20.822937011719rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:18.75rem;height:1.5rem;top:18.854187011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:18.75rem;height:3rem;top:25.010414123535rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:18.75rem;height:2.275rem;top:28.44792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:18.875rem;height:2.275rem;top:35.88542175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:18.75rem;height:3rem;top:32.51042175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:18.1875rem;height:1.4625rem;top:15.88542175293rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:18.75rem;height:3.4125rem;top:44.88542175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:19.875rem;height:4.5rem;top:39.94792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uXS8Zm4TyUQJdTEQKwTqnKD0Fxv8JqdI { width:7.25rem;height:7.25rem;top:6.8979167938231rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECrUrooIr33O439A4HW0k0wE9nQGZVla { width:20rem;height:2.275rem;top:53.17292175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xymPBSkfDRrMnBuV2Ov66GW9socpTxko { width:20rem;height:3rem;top:49.92292175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:19.875rem;height:2.275rem;top:4.9375rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:18.75rem;height:1.5rem;top:3.03125rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:18.75rem;height:1.5rem;top:9.0729370117188rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:18.75rem;height:5.6875rem;top:10.94792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:18.75rem;height:3rem;top:18.44792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:18.75rem;height:5.6875rem;top:21.82292175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:18.875rem;height:2.275rem;top:32.69792175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:18.75rem;height:3rem;top:29.32292175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:18.1875rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:18.75rem;height:4.55rem;top:41.57292175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:18.75rem;height:4.5rem;top:36.69792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:20rem;height:0.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { width:14.875rem;height:4.5rem;top:7.3017578125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { width:20rem;height:0.125rem;top:13.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { width:18.75rem;height:2.4375rem;top:20.114593505859rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { width:13.875rem;height:3.7375rem;top:1.875rem;left:3.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { width:6.1875rem;height:1.75rem;top:17.114593505859rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block; }
 }@media only screen and (max-width: 763px) { #JN0c3yqwAeqznQrdyI0JS1I0JRWNOu4w { width:9.75rem;height:1.75rem;top:14.802093505859rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJiTT0rPJF6WvNsrFbKvUF5Em56OLBPC { display:block; }
 }@media only screen and (max-width: 763px) { #cqP1SNmCGzZpkVfbqfyanhQURUF8rqFG { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#cqP1SNmCGzZpkVfbqfyanhQURUF8rqFG > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h8eFOGUHUFDn1sx8KrhQnTckF64qI6mA { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwIfkGATpyhmxuFsn2lzq0UnG6U07IyW { width:1.875rem;height:1.875rem;top:0.9375rem;left:17.625rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #ygD8i6VnJlgVdFea3Zpxl50rETpeXWrT { display:block; }
 }@media only screen and (max-width: 763px) { #bTmlJEJJ6SZXtdzHlu45ADwDBg84TPvr { display:flex;width:1.25rem;height:1.25rem;top:1.3125rem;left:17.9375rem;font-size:0.875rem;z-index:15148; }
 }@media only screen and (max-width: 763px) { #r9rC9xN1XAyaenDqw7OxXxm9uJTTNIpk { width:14.625rem;height:3.375rem;top:0.125rem;left:0.5625rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #JstgmfewMPOmSurHB2T3NBseDLILivT7 { display:block; }
 }@media only screen and (max-width: 763px) { #uHTS8V4lX1WSvRdHeM5OPOn7RfysFvcP { width:6rem;height:0.97511875rem;top:0.25rem;left:0.75rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wo4QxqIpQn1QXmiZKoR1trZ31slFKeoe { width:14.3125rem;height:2.1125rem;top:1.3125rem;left:0.75rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nHmRyZmsaNTNpx8fT1uK6blM4VqX8z2M { width:6.125rem;height:3.75rem;top:5rem;left:6.9375rem;display:none; }
 }