.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:230,244,253;--color-primary-1:143,194,211;--color-primary-2:69,153,182;--color-primary-3:23,127,164;--color-primary-4:14,31,36;--color-secondary-0:255,255,255;--color-secondary-1:252,239,238;--color-secondary-2:151,143,143;--color-secondary-3:91,86,86;--color-secondary-4:30,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:51,51,51;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { border-width: 0; border-radius: 0; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.8125rem;width:60rem;position:relative;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:60rem;height:39.1875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:28.44970703125rem;left:2.9375rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ssm07DnbpHk2kRQtPnLSUkpyNiKXONp2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:38.8125rem;top:28.625rem;left:0.875rem;overflow:hidden;display:none; }
#FZvSVJu6oALUpEpN3M33wWTft8nOFiys { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.0625rem;top:4.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#fcFdopxl22SywA62dUtq0OvqeyMq6nU0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32.125rem;width:18.125rem;top:2.1875rem;left:39.875rem;display:block; }
#ZmTtIJ9KZfVEIH4M7XI7DHktlhA1cTC3 { position:absolute;display:block;z-index:15010;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:19.5625rem;width:27.5625rem;top:7.78125rem;left:1.5625rem;overflow:hidden;display:block; }
#S31iBdExymLBsZqaPmDq5nuQ50ntz1d5 { position:absolute;display:block;z-index:15000;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:42.6875rem;width:60rem;display:none; }
#yevHb87qZ60CzmwTtsMovFEQG5wDWcTg { box-sizing:content-box;height:1.3125rem;width:19.9375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0625rem;left:38.375rem;display:block; }
#ziQdtDCVFfRIkz6xcshp359teAErJFTF { box-sizing:content-box;height:33.9375rem;width:1.25rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:57.8125rem;display:block; }
#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);background-image: -moz-linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);background-image: -ms-linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);background-image: -o-linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd19', endColorstr='#e6f4fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd19', endColorstr='#e6f4fd' );";background-image: linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);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; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container { background-color: transparent; background-image: none; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container > .video-iframe-container { display: none; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row > .video-iframe-container { display: none; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .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); }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container { border-width: 0; border-radius: 0; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:107.375rem;width:60rem;position:relative;display:block; }#dA9zdMqSzHgQixnTZ4OefstUQnbkuK5L { color:#323637;display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:3.9375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KG4lMOXe9gczLzN3AWSNVx0uCgEQxs1W { color:#323637;display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.875rem;left:10.1875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#v9KU9GSgPdkPOFGZkvRRkFEWWGA3c2Qe { box-sizing:content-box;height:47.4375rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.8125rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#w27HH73MFClmkrcMCMmVwQQm4Ap5RrzP { color:#323637;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:91.625rem;left:6.4375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#CwrLNzv47zleF6UpzDFvFnWX197XEUeN { color:#323637;display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:88.8125rem;left:1.96875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFodDiaZESb5fFBNh4OEESUgHCzfGnxD { position:absolute;display:block;z-index:15016;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:3rem;width:3rem;top:3.0625rem;left:28.5rem;overflow:hidden;display:block; }
#B2mZsHXl1y4NgLHmgbg2OPudQ0OhsdDT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:96.75rem;left:24.40625rem;display:block; }
#TFwO0IT9mrPgHBmTwN7Dg9K397xcnUFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBbks6wqdLS9xdiBGDTTqAbAHa8GerQr { box-sizing:content-box;height:35.1875rem;width:19.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.4375rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#BuSH3yQ733IJnFMg7ITW8QtiQWsrTfbX { color:#323637;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:44.1875rem;left:1.8125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvCrAnqt9CuchHguJcydF27mkehghl1V { color:#323637;display:block;width:15.8125rem;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:46.25rem;left:1.8125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#xHTXFxTfQCqgTD5KiKDVJ9Sd7WwXxzOC { box-sizing:content-box;height:35.1875rem;width:19.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.4375rem;left:20.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#PE5081SPLRXSSUp1JJ3Pe7idW5qZ5MLK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:16.875rem;top:20.53125rem;left:21.5625rem;overflow:hidden;display:block; }
#XRHBnTXWucervpaJqvQzCbrNNbN5WqBO { color:#323637;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:44.1875rem;left:22.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A4c7bUs9n3ZkPFLpo10EXohSFEdyKGnU { color:#323637;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:46.25rem;left:22.125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#RiSBT8NhTCei7i0aTpCGrrZrJW6K8pOp { box-sizing:content-box;height:35.1875rem;width:19.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.4375rem;left:40.625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#LqKEGoHck3E183gqcasUhXpXaCcue2It { color:#323637;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:44.1875rem;left:42.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shqD97RNSJgaedzHafDV0nGTTQzhEUmq { color:#323637;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:46.25rem;left:42.4375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#e7ISQWEIOOzbPsgxTBWEAG2hOG4Jd6G9 { position:absolute;display:block;z-index:15031;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:28.25rem;width:54.0625rem;top:57.90625rem;left:2.90625rem;overflow:hidden;display:block; }
#kRM8XqXQ9KCW8obFdmwhFdp0TOrNREEA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:16.8125rem;top:20.53125rem;left:41.875rem;overflow:hidden;display:block; }
#dmhFyOF2Ta25bZdOZv4EVCBTfvagnwJR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:16.8125rem;top:20.53125rem;left:1.25rem;overflow:hidden;display:block; }
#bGB43QxfTaD5T2oSw3iO1ip6L7dZLVFN { box-sizing:content-box;height:0.9375rem;width:56.5625rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.125rem;left:1.90625rem;display:block; }
#q8fO0hPUCsGcPzUzx2VUwa59udyMPP4W { box-sizing:content-box;height:0.9375rem;width:56.5625rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.78125rem;left:1.71875rem;display:block; }
#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row .container { background-color: transparent; background-image: none; }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row .container > .video-iframe-container { display: none; }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row > .video-iframe-container { display: none; }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .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); }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row .container { border-width: 0; border-radius: 0; }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:20.375rem;width:60rem;position:relative;display:block; }#vHuPJ4iRaRZ4IxLM6lvsl9bfcVyeBNsC { color:#323637;display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.2255859375rem;left:3.9375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJb2dHhy0ZrRKWQmDPOh0dGDcQ05zF99 { color:#323637;display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.1875rem;left:8.625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#DiVva8E6J18002yzJU42WRoA95e86P09 { 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:3rem;width:3rem;top:5.4375rem;left:28.5rem;overflow:hidden;display:block; }
#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 { position:relative;display:block; }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 { background-color: transparent; background-image: none; }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .row .container > .video-iframe-container { display: none; }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .row > .video-iframe-container { display: none; }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .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); }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 { border-width: 0; border-radius: 0; }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .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; }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TZWbDVylIIlp5fNiZQDes9w1gakMN85y { color:#323637;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.16845703125rem;left:32.59375rem;height:1.70605625rem;font-style:normal;display:block; }
#r47NVkzwsIDxTIP15s9o3c7iX0X8eved { color:#323637;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.625rem;left:32.59375rem;height:4.5rem;display:block; }
#vJsXXJT0lsbO42vUUFF4oCTfuBf99hsJ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.5625rem;left:32.5rem;display:block; }
#mUXHVJuBlX8fQHpQZFDZUJU1u842aAp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L5Zy3ebsiU4VtTKJKLkCxmmWmHWE0Db7 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:2.125rem;left:6.5625rem;display:block; }
#XABmXdL7uERnywvC6wAlhKxgbQIU5udn { position:relative;display:block; }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn { background-color: transparent; background-image: none; }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .row .container > .video-iframe-container { display: none; }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .row > .video-iframe-container { display: none; }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .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); }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn { border-width: 0; border-radius: 0; }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .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; }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sV6yXgyh6aRn0r2gTshRAaVvW1T5t9PD { color:#323637;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:32.375rem;height:1.70605625rem;font-style:normal;display:block; }
#FPmSzihsi6prcPgB4Kd86UwbEWrQRhg7 { color:#323637;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10rem;left:32.375rem;height:4.5rem;display:block; }
#gTg4qFpp13CqTEA9erf5BsmvKMsATdcO { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.4375rem;left:32.375rem;display:block; }
#OedT90a2Hp7OSStiwhccc0TVmi1kyvqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paPtAxfdfiZEBudLDQHUAPlzQFxSTzst { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:16.5625rem;top:4.3125rem;left:6.71875rem;overflow:hidden;display:block; }
#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);background-image: -moz-linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);background-image: -ms-linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);background-image: -o-linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd19', endColorstr='#e6f4fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd19', endColorstr='#e6f4fd' );";background-image: linear-gradient(180deg, rgba(230,244,253,0.1), #e6f4fd);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; }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row .container { background-color: transparent; background-image: none; }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row .container > .video-iframe-container { display: none; }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row > .video-iframe-container { display: none; }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .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); }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row .container { border-width: 0; border-radius: 0; }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:97.5rem;width:60rem;position:relative;display:block; }#wchnOuNB910SlgGmxkONc8T26FHvOCZ2 { color:#323637;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.;letter-spacing:0;top:8.375rem;left:9.46875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRtQEIPz0pkvxDdEd2XVx7RguwZVco6X { color:#323637;display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15.7373046875rem;left:10.1875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#auGK0ixlElMAtE11qa87SO26Raz2LOap { box-sizing:content-box;height:43.125rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:19.625rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#LHyPxp6uGsbxCGN4PLR94wv6lGmUt7QC { color:#323637;display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:56.4375rem;left:3.90625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#QZRFc5WlCZ8po4D0TH1Tt0IETmkCTqx7 { color:#323637;display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:53.75rem;left:1.96875rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URCE4Trx0eeeNOy0hkq8dnBiLL7FvJSI { box-sizing:content-box;height:29.6875rem;width:29.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:64.3125rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#zQWCUZIQK6X34AfrJRPtvwT2p9LKrTMJ { color:#323637;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:87.3125rem;left:2rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#tkoFZHiKwT1X00McTTyPETOPaZUA3tmg { color:#323637;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:85rem;left:1.875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w2U7hDWQrHWHmDzT06lsFsR1OvMerwTC { box-sizing:content-box;height:29.6875rem;width:29.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:64.3125rem;left:30.5625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#LLTSJadRy1BswGIp2f9BPTVI0XMfeP8l { color:#323637;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:85rem;left:32.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dch0gbltF1VP1NMBvDDqTcrbzm1wuEOi { color:#323637;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:87.3125rem;left:32.5rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#Dh9s30e2TdcztOR0ieQLVmTqx57Mi2kp { 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:3rem;width:3rem;top:3.9375rem;left:28.5rem;overflow:hidden;display:block; }
#iBOhTl4h268cdoTub2h5SSJuS0c46eTr { position:absolute;display:block;z-index:15019;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:17.6875rem;width:29.1875rem;top:65.875rem;left:30.5625rem;overflow:hidden;display:block; }
#fokB1WXpPcIT8gmhW6qrkhFHtbE4BLp9 { position:absolute;display:block;z-index:15020;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:17.8125rem;width:13.125rem;top:66.8125rem;left:1.75rem;overflow:hidden;display:block; }
#xsyBiTsKU3BroeBJQa0pdmob6s7s0WM5 { 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:30rem;width:60rem;top:20.8125rem;left:0rem;overflow:hidden;display:block; }
#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6f4fd, rgba(230,244,253,0.1));background-image: -moz-linear-gradient(180deg, #e6f4fd, rgba(230,244,253,0.1));background-image: -ms-linear-gradient(180deg, #e6f4fd, rgba(230,244,253,0.1));background-image: -o-linear-gradient(180deg, #e6f4fd, rgba(230,244,253,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#e6f4fd19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4fd', endColorstr='#e6f4fd19' );";background-image: linear-gradient(180deg, #e6f4fd, rgba(230,244,253,0.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; }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row .container { background-color: transparent; background-image: none; }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row .container > .video-iframe-container { display: none; }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row > .video-iframe-container { display: none; }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .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); }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row .container { border-width: 0; border-radius: 0; }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:102.3125rem;width:60rem;position:relative;display:block; }#qTcl50s9r5m2f0NDk7WGSae53gkfW95l { color:#323637;display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.;letter-spacing:0;top:8.25rem;left:3.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQMkyuLhA5mGtJDLkK60JpftQw3Q0ksM { color:#323637;display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.7373046875rem;left:10.1875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Ec4d73nVuxV6Jv7ePe41HySTX4mcDLG3 { box-sizing:content-box;height:26.875rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.5625rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#dpC3OA1ILwiOJO6DKWdIfNR8TXapB7i5 { color:#323637;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:74.75rem;left:2.21875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#WIT1UGPI21iPowNq7RiHpMXo9Fmgc80K { color:#323637;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:72.5rem;left:2.15625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n0KcBpz0ThJ8B9VpNPNEahzCCOTb4JPC { box-sizing:content-box;height:34.625rem;width:19.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.6875rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#TT8aUF9e7cd00M2Spf7o6EUVpa6GQbEW { color:#323637;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:41.03125rem;left:2.21875rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#nKAa6F7K5yWzzDULJW1vxXUVPsOHPzh5 { color:#323637;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.21875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vU4lgdhPqeXRoS02fcyiFdVrE7TPioyd { box-sizing:content-box;height:34.625rem;width:39.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.6875rem;left:20.8125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#a7DMUK9UdHzdrpyuk4nWTJm89vtd1L5b { color:#323637;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:44.625rem;left:22.75rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XchQ1sbOVnhLpfMAQg5Nq6KH5ZCNK5NH { color:#323637;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:47.125rem;left:22.75rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#SSM6OdoukETsSWmTVKIbWnM2KzMT621V { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:94.125rem;left:24.9375rem;display:block; }
#BxoziopsadC7ak3dRdJCDB9WHxkqDITT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrzDSBJWUzePFqGrLpVSc32BKdq8TUZ8 { color:#323637;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:87.375rem;left:18.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B8ktEcfbcr4dKliVHzoAiWmBCid6H0ya { color:#323637;display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:89.5625rem;left:13.0625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#s6GiSucP5v0wrbfdLE0KFrB908KoMlIe { position:absolute;display:block;z-index:15011;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:1.9375rem;width:6.25rem;top:87.375rem;left:27.84375rem;overflow:hidden;display:block; }
#MJEsyCHEQcXiDlEifamlpae5dGutG9GX { 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:3rem;width:3rem;top:4.3125rem;left:28.5rem;overflow:hidden;display:block; }
#Na3uQnOV8Cmq4W5B9eECnp1V15r0Nac7 { position:absolute;display:block;z-index:15020;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:24.9375rem;width:14.4375rem;top:56.1875rem;left:43.4794921875rem;overflow:hidden;display:block; }
#EwzhTSi28sdCDVQwlbMvAGMTPvvlikB9 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.1875rem;width:13.5rem;top:55.9375rem;left:28.21875rem;display:block; }
#vGwDkRTBwiKPazTOOGmIOWpMwNWoa82A { position:absolute;display:block;z-index:15023;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:1.875rem;width:6.75rem;top:69.75rem;left:2.15625rem;overflow:hidden;display:block; }
#PB95QeiHdA72DpcUooQq6UOsnfIXNLna { position:absolute;display:block;z-index:15024;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:21.8125rem;width:39rem;top:21.3125rem;left:20.875rem;overflow:hidden;display:block; }
#MLrslKUmCno74dTKpsTf8geQak89R4Fg { position:absolute;display:block;z-index:15008;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:26.5625rem;width:19.375rem;top:19.4248046875rem;left:0.0625rem;overflow:hidden;display:block; }
#rMNflzTCzbA9vQf6nXvhOf82F6CriLIp { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:48.25rem;left:2.21875rem;display:block; }
#n71oALB90ZdKSuW6mPdpUVV2NzSFUss8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row .container { background-color: transparent; background-image: none; }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row .container > .video-iframe-container { display: none; }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row > .video-iframe-container { display: none; }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .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); }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row .container { border-width: 0; border-radius: 0; }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.0625rem;width:60rem;position:relative;display:block; }#fvaRPGen053VelMpbactmKLfyTygmyq1 { color:#323637;display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.125rem;left:8.65625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#DhN5yiBbZnPbo6aCl5ZtoPxmFBgTDOqy { color:#323637;display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.9375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCq64DaL44s4TLRyiwTBQs1Gi5xWmA9a { 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:3rem;width:3rem;top:4.875rem;left:28.5rem;overflow:hidden;display:block; }
#qVWTg2lOOLN59EQkFnP05va8RNrytrQg { position:relative;display:block; }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg { background-color: transparent; background-image: none; }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .row .container > .video-iframe-container { display: none; }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .row > .video-iframe-container { display: none; }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .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); }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg { border-width: 0; border-radius: 0; }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .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; }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nWboZbLV6CqDO41IpCccinPPCEsrUqyv { color:#323637;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.375rem;left:32.3125rem;height:1.70605625rem;font-style:normal;display:block; }
#AboNN430S3UxLRCZemqaEzRDuIQwBiaH { color:#323637;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.875rem;left:32.3125rem;height:4.5rem;display:block; }
#pBztxxPbTOpXirxi0eHFSeXbnwMTKqIT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.9375rem;left:32.3125rem;display:block; }
#V1PUBK49yH3kb42Jeu3N0L7MJdB20niU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OaEmrzmzpQXP7WfwAwErw29xHgS1eRUy { position:absolute;display:block;z-index:15030;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:26.6875rem;width:19.5625rem;top:2.375rem;left:5.1663669064748rem;overflow:hidden;display:block; }
#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 { position:relative;display:block; }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 { background-color: transparent; background-image: none; }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .row .container > .video-iframe-container { display: none; }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .row > .video-iframe-container { display: none; }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .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); }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 { border-width: 0; border-radius: 0; }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .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; }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iE3E4NTi37CVaVaFQAmQDTra20FSk1zJ { color:#323637;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.16845703125rem;left:32.59375rem;height:1.70605625rem;font-style:normal;display:block; }
#XFki8rt7HSFy2bkCV8CLIyv1Vsx4VM7V { color:#323637;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.625rem;left:32.59375rem;height:6rem;display:block; }
#QMP3mA2lDAq1THxUgHEEXCtQo8wShZoe { position:absolute;display:block;z-index:15028;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:25.5rem;width:18.75rem;top:2.5625rem;left:5.625rem;overflow:hidden;display:block; }
#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL { position:relative;display:block; }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL { background-color: transparent; background-image: none; }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .row .container > .video-iframe-container { display: none; }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .row > .video-iframe-container { display: none; }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .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); }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL { border-width: 0; border-radius: 0; }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .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; }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qqXQ5K2mTcspqfV30SvqyA9RGMLTtNKT { color:#323637;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.16845703125rem;left:32.59375rem;height:1.70605625rem;font-style:normal;display:block; }
#QU9JTtl7OPME6IUVJg5DkWEKeLOISX0Z { color:#323637;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.625rem;left:32.59375rem;height:6rem;display:block; }
#tX914kh2JlDgRS0xJDahofITs9CTfMuc { position:absolute;display:block;z-index:15029;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:25.5rem;width:18.75rem;top:3.59375rem;left:5.625rem;overflow:hidden;display:block; }
#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6f4fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6f4fd' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);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; }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row .container { background-color: transparent; background-image: none; }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row .container > .video-iframe-container { display: none; }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row > .video-iframe-container { display: none; }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .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); }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row .container { border-width: 0; border-radius: 0; }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:56.375rem;width:60rem;position:relative;display:block; }#yu66bK6O7S2sDbFXh2NJfMsJ1dST0xwy { box-sizing:content-box;height:32.375rem;width:29.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.8125rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#dLrQLAdzxN3kAhqJuwrdrckDiRaaTly6 { color:#323637;display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:40.4375rem;left:1.8125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#st2rKsSiQxx8G6WgJEPzC8QyMtdNEi1P { color:#323637;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:42.6875rem;left:1.8125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#ApbQhWmXradTITMFzDt2uJc9ZzndCx41 { color:#323637;display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8rem;left:3.9375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaScH0V05iRDqR83GKnDabGQGTibaVyO { color:#323637;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.6875rem;left:8.125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#lb4GW9Bx8KH9LTQyUay0blvxlla1gDlT { box-sizing:content-box;height:32.375rem;width:29.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.8125rem;left:30.5rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#Fz72rSvVnbqE5hTPJK7h4bbRoce03Xbd { color:#323637;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:40.4375rem;left:32.0625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d3yvIzduoAhc7pEZFMfwB5MwrkqKUB7O { color:#323637;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:42.6875rem;left:32.125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#a6VIeyxXWa7lqPayAH49ZEXnaJMZll6H { 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:3rem;width:3rem;top:4.125rem;left:28.5rem;overflow:hidden;display:block; }
#xpCJOxIp1UedfwQJVAwgvo4nPbOcBIqe { position:absolute;display:block;z-index:15022;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:17.5rem;width:25rem;top:20.75rem;left:2.25rem;overflow:hidden;display:block; }
#aackqeBrKayXfAqIl0ZfdMKOuUQWLeUU { position:absolute;display:block;z-index:15023;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:19.875rem;width:28.5rem;top:20rem;left:31.0625rem;overflow:hidden;display:block; }
#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row .container { background-color: transparent; background-image: none; }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row .container > .video-iframe-container { display: none; }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row > .video-iframe-container { display: none; }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .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); }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row .container { border-width: 0; border-radius: 0; }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:25.4375rem;width:60rem;position:relative;display:block; }#KUPPJpfKTGh2d7rLbac7fLpwg5D0ZECE { color:#323637;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.625rem;left:32.9375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CVyvfLQKh4fHWpLSAPnfToT1RN7hTIvb { color:#323637;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.625rem;left:36.5rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#U9OwKkPMCgRu7AeSkINS04UsrH8aCIuK { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.84375rem;left:38.90625rem;display:block; }
#g2nHZKf0JpLkiUNZrX75lWxGxV3RXZZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Julvn6SMCKstLIqZ9wPwnHc5AJJqki3J { box-sizing:content-box;height:21.1875rem;width:29.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.125rem;left:30.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#dBmq48c6h7AOk5V5g4nGNzkTgwVtCpQR { box-sizing:content-box;height:21.3125rem;width:29.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#IIa5C5aSOnAMLBSfTC8FHXN32BRHdisT { color:#323637;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.625rem;left:2rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A23BZBnfEqNQbMN507nIx8GvK9LmLufN { color:#323637;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.625rem;left:2.125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Tylz6RtD2hess1StaNdKpyAdcKwaKzTn { 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:7.5625rem;width:7.4375rem;top:13.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#RtI9kmqkJ040AvGOmDHNNaBzJ0NIAuTN { 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.9375rem;width:10.75rem;top:13.75rem;left:13.5rem;overflow:hidden;display:block; }
#uTT2o56kQ25iMCGL5JlZZZ7LKtiKpspt { position:absolute;display:block;z-index:15014;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.9375rem;width:10.75rem;top:17.9375rem;left:13.5625rem;overflow:hidden;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:21.9375rem;width:60rem;position:relative;display:block; }#anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { color:#003a4d;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16.625rem;left:18.4375rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:13rem;top:3.75rem;left:23.5rem;overflow:hidden;display:block; }
#d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { color:#003a4d;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.5625rem;left:18.4375rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#wPrKwlzTQv4ZfX2zTJeHxOy83FFctMF9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:11.875rem;left:19.9375rem;overflow:hidden;display:block; }
#TQP6W936gMRWVb2xONnRLTkB8v3Ebemi { 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.5rem;width:3.5rem;top:11.875rem;left:24.1875rem;overflow:hidden;display:block; }
#vV9A9wiqhf4EelTNaJg7LTG9J2p1CMbG { 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:3.5rem;width:3.5rem;top:11.875rem;left:28.25rem;overflow:hidden;display:block; }
#OsUT1E3bDfXahvXfybUpJJ5oqhTlzfbm { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:11.875rem;left:32.4375rem;overflow:hidden;display:block; }
#Ca4lT33aRfGWziGmVz5O8vBIvLxc4awh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:11.875rem;left:36.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:28.875rem;height:3.625rem;top:28.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssm07DnbpHk2kRQtPnLSUkpyNiKXONp2 { top:28.625rem;left:0rem;width:38.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZvSVJu6oALUpEpN3M33wWTft8nOFiys { top:4.4375rem;left:0rem;width:14.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcFdopxl22SywA62dUtq0OvqeyMq6nU0 { top:2.1875rem;left:29.625rem;width:18.125rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTtIJ9KZfVEIH4M7XI7DHktlhA1cTC3 { top:7.75rem;left:0rem;width:27.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S31iBdExymLBsZqaPmDq5nuQ50ntz1d5 { width:47.75rem;height:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yevHb87qZ60CzmwTtsMovFEQG5wDWcTg { top:1.0625rem;left:21.6875rem;width:19.9375rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziQdtDCVFfRIkz6xcshp359teAErJFTF { top:1.5rem;left:46.5rem;width:1.25rem;height:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF { display:block; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dA9zdMqSzHgQixnTZ4OefstUQnbkuK5L { top:6rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG4lMOXe9gczLzN3AWSNVx0uCgEQxs1W { top:10.875rem;left:4.0625rem;width:39.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9KU9GSgPdkPOFGZkvRRkFEWWGA3c2Qe { top:54.8125rem;left:0rem;width:47.75rem;height:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w27HH73MFClmkrcMCMmVwQQm4Ap5RrzP { top:91.625rem;left:0.3125rem;width:47.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwrLNzv47zleF6UpzDFvFnWX197XEUeN { top:88.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFodDiaZESb5fFBNh4OEESUgHCzfGnxD { top:3.0625rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2mZsHXl1y4NgLHmgbg2OPudQ0OhsdDT { width:11.1875rem;height:3rem;top:96.75rem;left:18.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFwO0IT9mrPgHBmTwN7Dg9K397xcnUFF { display:block; }
 }@media only screen and (max-width: 763px) { #XBbks6wqdLS9xdiBGDTTqAbAHa8GerQr { top:18.4375rem;left:0rem;width:19.375rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuSH3yQ733IJnFMg7ITW8QtiQWsrTfbX { top:44.1875rem;left:0rem;width:15.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvCrAnqt9CuchHguJcydF27mkehghl1V { top:46.25rem;left:0rem;width:15.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTXFxTfQCqgTD5KiKDVJ9Sd7WwXxzOC { top:18.4375rem;left:14.1875rem;width:19.375rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE5081SPLRXSSUp1JJ3Pe7idW5qZ5MLK { top:20.5rem;left:15.4375rem;width:16.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRHBnTXWucervpaJqvQzCbrNNbN5WqBO { top:44.1875rem;left:16rem;width:15.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4c7bUs9n3ZkPFLpo10EXohSFEdyKGnU { top:46.25rem;left:16rem;width:15.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiSBT8NhTCei7i0aTpCGrrZrJW6K8pOp { top:18.4375rem;left:28.375rem;width:19.375rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqKEGoHck3E183gqcasUhXpXaCcue2It { top:44.1875rem;left:31.9375rem;width:15.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shqD97RNSJgaedzHafDV0nGTTQzhEUmq { top:46.25rem;left:31.9375rem;width:15.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ISQWEIOOzbPsgxTBWEAG2hOG4Jd6G9 { top:57.875rem;left:0rem;width:47.75rem;height:24.951445086705rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRM8XqXQ9KCW8obFdmwhFdp0TOrNREEA { top:20.5rem;left:30.875rem;width:16.8125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmhFyOF2Ta25bZdOZv4EVCBTfvagnwJR { top:20.5rem;left:0rem;width:16.8125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGB43QxfTaD5T2oSw3iO1ip6L7dZLVFN { top:57.125rem;left:0rem;width:47.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8fO0hPUCsGcPzUzx2VUwa59udyMPP4W { top:85.75rem;left:0rem;width:47.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ { display:block; }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHuPJ4iRaRZ4IxLM6lvsl9bfcVyeBNsC { top:9.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJb2dHhy0ZrRKWQmDPOh0dGDcQ05zF99 { top:14.1875rem;left:2.5rem;width:42.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiVva8E6J18002yzJU42WRoA95e86P09 { top:5.4375rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 { display:block; }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZWbDVylIIlp5fNiZQDes9w1gakMN85y { top:10.125rem;left:22.6875rem;width:25.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r47NVkzwsIDxTIP15s9o3c7iX0X8eved { top:12.625rem;left:22.3125rem;width:25.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJsXXJT0lsbO42vUUFF4oCTfuBf99hsJ { width:13.5rem;height:3rem;top:20.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUXHVJuBlX8fQHpQZFDZUJU1u842aAp6 { display:block; }
 }@media only screen and (max-width: 763px) { #L5Zy3ebsiU4VtTKJKLkCxmmWmHWE0Db7 { top:2.125rem;left:3.5rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #XABmXdL7uERnywvC6wAlhKxgbQIU5udn { display:block; }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV6yXgyh6aRn0r2gTshRAaVvW1T5t9PD { top:7.5625rem;left:22.6875rem;width:25.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmSzihsi6prcPgB4Kd86UwbEWrQRhg7 { top:10rem;left:22.5rem;width:25.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTg4qFpp13CqTEA9erf5BsmvKMsATdcO { width:10.375rem;height:3rem;top:17.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OedT90a2Hp7OSStiwhccc0TVmi1kyvqP { display:block; }
 }@media only screen and (max-width: 763px) { #paPtAxfdfiZEBudLDQHUAPlzQFxSTzst { top:4.3125rem;left:3.65625rem;width:16.5625rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 { display:block; }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wchnOuNB910SlgGmxkONc8T26FHvOCZ2 { top:8.375rem;left:3.34375rem;width:41.0625rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRtQEIPz0pkvxDdEd2XVx7RguwZVco6X { top:15.6875rem;left:4.0625rem;width:39.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auGK0ixlElMAtE11qa87SO26Raz2LOap { top:19.625rem;left:0rem;width:47.75rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHyPxp6uGsbxCGN4PLR94wv6lGmUt7QC { top:56.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZRFc5WlCZ8po4D0TH1Tt0IETmkCTqx7 { top:53.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URCE4Trx0eeeNOy0hkq8dnBiLL7FvJSI { top:64.3125rem;left:0rem;width:29.3125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQWCUZIQK6X34AfrJRPtvwT2p9LKrTMJ { top:87.3125rem;left:0rem;width:25.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkoFZHiKwT1X00McTTyPETOPaZUA3tmg { top:85rem;left:0rem;width:25.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2U7hDWQrHWHmDzT06lsFsR1OvMerwTC { top:64.3125rem;left:18.3125rem;width:29.4375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTSJadRy1BswGIp2f9BPTVI0XMfeP8l { top:85rem;left:22.0625rem;width:25.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dch0gbltF1VP1NMBvDDqTcrbzm1wuEOi { top:87.3125rem;left:22.125rem;width:25.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9s30e2TdcztOR0ieQLVmTqx57Mi2kp { top:3.9375rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBOhTl4h268cdoTub2h5SSJuS0c46eTr { top:65.875rem;left:18.5625rem;width:29.1875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fokB1WXpPcIT8gmhW6qrkhFHtbE4BLp9 { top:66.8125rem;left:0rem;width:13.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsyBiTsKU3BroeBJQa0pdmob6s7s0WM5 { top:20.8125rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ { display:block; }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTcl50s9r5m2f0NDk7WGSae53gkfW95l { top:8.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQMkyuLhA5mGtJDLkK60JpftQw3Q0ksM { top:12.6875rem;left:4.0625rem;width:39.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec4d73nVuxV6Jv7ePe41HySTX4mcDLG3 { top:54.5625rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpC3OA1ILwiOJO6DKWdIfNR8TXapB7i5 { top:74.75rem;left:0rem;width:22.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIT1UGPI21iPowNq7RiHpMXo9Fmgc80K { top:72.5rem;left:0rem;width:15.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0KcBpz0ThJ8B9VpNPNEahzCCOTb4JPC { top:18.6875rem;left:0rem;width:19.625rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8aUF9e7cd00M2Spf7o6EUVpa6GQbEW { top:41rem;left:0rem;width:16.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKAa6F7K5yWzzDULJW1vxXUVPsOHPzh5 { top:21.5625rem;left:0rem;width:15.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU4lgdhPqeXRoS02fcyiFdVrE7TPioyd { top:18.6875rem;left:8.5625rem;width:39.1875rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7DMUK9UdHzdrpyuk4nWTJm89vtd1L5b { top:44.625rem;left:16.625rem;width:25.6875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XchQ1sbOVnhLpfMAQg5Nq6KH5ZCNK5NH { top:47.125rem;left:12.375rem;width:35.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSM6OdoukETsSWmTVKIbWnM2KzMT621V { width:10.1875rem;height:3rem;top:94.125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxoziopsadC7ak3dRdJCDB9WHxkqDITT { display:block; }
 }@media only screen and (max-width: 763px) { #CrzDSBJWUzePFqGrLpVSc32BKdq8TUZ8 { top:87.375rem;left:12.625rem;width:22.5625rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8ktEcfbcr4dKliVHzoAiWmBCid6H0ya { top:89.5625rem;left:6.9375rem;width:33.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6GiSucP5v0wrbfdLE0KFrB908KoMlIe { top:87.375rem;left:21.71875rem;width:6.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJEsyCHEQcXiDlEifamlpae5dGutG9GX { top:4.3125rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na3uQnOV8Cmq4W5B9eECnp1V15r0Nac7 { top:56.1875rem;left:33.3125rem;width:14.4375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwzhTSi28sdCDVQwlbMvAGMTPvvlikB9 { top:55.9375rem;left:22.09375rem;width:13.5rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwDkRTBwiKPazTOOGmIOWpMwNWoa82A { top:69.75rem;left:0rem;width:6.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB95QeiHdA72DpcUooQq6UOsnfIXNLna { top:21.3125rem;left:8.75rem;width:39rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLrslKUmCno74dTKpsTf8geQak89R4Fg { top:19.375rem;left:0rem;width:19.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMNflzTCzbA9vQf6nXvhOf82F6CriLIp { width:10.375rem;height:3rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n71oALB90ZdKSuW6mPdpUVV2NzSFUss8 { display:block; }
 }@media only screen and (max-width: 763px) { #Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk { display:block; }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvaRPGen053VelMpbactmKLfyTygmyq1 { top:13.125rem;left:2.53125rem;width:42.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhN5yiBbZnPbo6aCl5ZtoPxmFBgTDOqy { top:8.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCq64DaL44s4TLRyiwTBQs1Gi5xWmA9a { top:4.875rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWTg2lOOLN59EQkFnP05va8RNrytrQg { display:block; }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWboZbLV6CqDO41IpCccinPPCEsrUqyv { top:11.375rem;left:22.6875rem;width:25.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AboNN430S3UxLRCZemqaEzRDuIQwBiaH { top:13.875rem;left:22.3125rem;width:25.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBztxxPbTOpXirxi0eHFSeXbnwMTKqIT { width:11.625rem;height:3rem;top:19.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1PUBK49yH3kb42Jeu3N0L7MJdB20niU { display:block; }
 }@media only screen and (max-width: 763px) { #OaEmrzmzpQXP7WfwAwErw29xHgS1eRUy { top:2.375rem;left:2.1038669064748rem;width:19.5625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 { display:block; }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE3E4NTi37CVaVaFQAmQDTra20FSk1zJ { top:10.125rem;left:22.6875rem;width:25.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFki8rt7HSFy2bkCV8CLIyv1Vsx4VM7V { top:12.625rem;left:22.3125rem;width:25.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMP3mA2lDAq1THxUgHEEXCtQo8wShZoe { top:2.5625rem;left:2.5625rem;width:18.75rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0p2nzUdThQmpv88t0PCXRChcvIMcGQL { display:block; }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqXQ5K2mTcspqfV30SvqyA9RGMLTtNKT { top:10.125rem;left:22.6875rem;width:25.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU9JTtl7OPME6IUVJg5DkWEKeLOISX0Z { top:12.625rem;left:22.3125rem;width:25.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX914kh2JlDgRS0xJDahofITs9CTfMuc { top:3.5625rem;left:2.5625rem;width:18.75rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt { display:block; }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yu66bK6O7S2sDbFXh2NJfMsJ1dST0xwy { top:18.8125rem;left:0rem;width:29.5rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLrQLAdzxN3kAhqJuwrdrckDiRaaTly6 { top:40.4375rem;left:0rem;width:25.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #st2rKsSiQxx8G6WgJEPzC8QyMtdNEi1P { top:42.6875rem;left:0rem;width:26.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApbQhWmXradTITMFzDt2uJc9ZzndCx41 { top:8rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaScH0V05iRDqR83GKnDabGQGTibaVyO { top:12.6875rem;left:2rem;width:43.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb4GW9Bx8KH9LTQyUay0blvxlla1gDlT { top:18.8125rem;left:18.25rem;width:29.5rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz72rSvVnbqE5hTPJK7h4bbRoce03Xbd { top:40.4375rem;left:21.5rem;width:26.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3yvIzduoAhc7pEZFMfwB5MwrkqKUB7O { top:42.6875rem;left:21.5rem;width:26.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6VIeyxXWa7lqPayAH49ZEXnaJMZll6H { top:4.125rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpCJOxIp1UedfwQJVAwgvo4nPbOcBIqe { top:20.75rem;left:0rem;width:25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aackqeBrKayXfAqIl0ZfdMKOuUQWLeUU { top:20rem;left:19.25rem;width:28.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ { display:block; }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUPPJpfKTGh2d7rLbac7fLpwg5D0ZECE { top:4.625rem;left:22.6875rem;width:25.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVyvfLQKh4fHWpLSAPnfToT1RN7hTIvb { top:8.625rem;left:27.3125rem;width:17.9375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9OwKkPMCgRu7AeSkINS04UsrH8aCIuK { width:13.125rem;height:3rem;top:15.8125rem;left:29.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2nHZKf0JpLkiUNZrX75lWxGxV3RXZZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #Julvn6SMCKstLIqZ9wPwnHc5AJJqki3J { top:2.125rem;left:18.6875rem;width:29.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBmq48c6h7AOk5V5g4nGNzkTgwVtCpQR { top:2.0625rem;left:0rem;width:29.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIa5C5aSOnAMLBSfTC8FHXN32BRHdisT { top:4.625rem;left:0rem;width:25.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A23BZBnfEqNQbMN507nIx8GvK9LmLufN { top:8.625rem;left:0rem;width:24.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tylz6RtD2hess1StaNdKpyAdcKwaKzTn { top:13.5625rem;left:1.625rem;width:7.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtI9kmqkJ040AvGOmDHNNaBzJ0NIAuTN { top:13.75rem;left:10.4375rem;width:10.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTT2o56kQ25iMCGL5JlZZZ7LKtiKpspt { top:17.9375rem;left:10.5rem;width:10.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { top:16.625rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:13rem;height:4.9375rem;top:3.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { top:9.5625rem;left:12.3125rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPrKwlzTQv4ZfX2zTJeHxOy83FFctMF9 { top:11.875rem;left:13.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQP6W936gMRWVb2xONnRLTkB8v3Ebemi { top:11.875rem;left:18.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV9A9wiqhf4EelTNaJg7LTG9J2p1CMbG { top:11.875rem;left:22.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsUT1E3bDfXahvXfybUpJJ5oqhTlzfbm { top:11.875rem;left:26.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca4lT33aRfGWziGmVz5O8vBIvLxc4awh { top:11.875rem;left:30.5rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:17.75rem;height:5.3994125rem;top:20.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssm07DnbpHk2kRQtPnLSUkpyNiKXONp2 { width:19.125rem;height:2.75rem;top:4.9375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZvSVJu6oALUpEpN3M33wWTft8nOFiys { width:11.125rem;height:2.0625rem;top:1.875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcFdopxl22SywA62dUtq0OvqeyMq6nU0 { width:17.5rem;height:31.1875rem;top:27.80517578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTtIJ9KZfVEIH4M7XI7DHktlhA1cTC3 { width:18.1875rem;height:12.875rem;top:4.61767578125rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S31iBdExymLBsZqaPmDq5nuQ50ntz1d5 { top:5.75rem;left:1.125rem;width:17.625rem;height:12.5rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yevHb87qZ60CzmwTtsMovFEQG5wDWcTg { top:26.875rem;left:-0.0625rem;width:20rem;height:1.125rem;z-index:15012;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ziQdtDCVFfRIkz6xcshp359teAErJFTF { top:60.24267578125rem;left:9.375rem;width:1.25rem;height:33.9375rem;z-index:15012;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6f4fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6f4fd' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #e6f4fd);background-size:auto !important;display:block; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container { background-color: transparent; background-image: none; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container > .video-iframe-container { display: none; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row > .video-iframe-container { display: none; }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .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); }#cHNpPGba6lVFNTwmg1dHmVlkMuvmxoEF > .row .container { width:20rem;height:158.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dA9zdMqSzHgQixnTZ4OefstUQnbkuK5L { width:20rem;height:2.2749rem;top:5.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KG4lMOXe9gczLzN3AWSNVx0uCgEQxs1W { width:20rem;height:7.5rem;top:9.46142578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9KU9GSgPdkPOFGZkvRRkFEWWGA3c2Qe { width:20rem;height:29.375rem;top:125.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w27HH73MFClmkrcMCMmVwQQm4Ap5RrzP { width:16.75rem;height:7.5rem;top:141.75rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwrLNzv47zleF6UpzDFvFnWX197XEUeN { width:15.8125rem;height:1.6875rem;top:139.375rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFodDiaZESb5fFBNh4OEESUgHCzfGnxD { width:2.75rem;height:2.75rem;top:2.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2mZsHXl1y4NgLHmgbg2OPudQ0OhsdDT { width:13.5rem;height:3rem;top:150.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFwO0IT9mrPgHBmTwN7Dg9K397xcnUFF { display:block; }
 }@media only screen and (max-width: 763px) { #XBbks6wqdLS9xdiBGDTTqAbAHa8GerQr { width:20rem;height:35.1875rem;top:18.83642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuSH3yQ733IJnFMg7ITW8QtiQWsrTfbX { width:15.8125rem;height:1.6875rem;top:45.7744140625rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvCrAnqt9CuchHguJcydF27mkehghl1V { width:15.8125rem;height:4.5rem;top:48.0244140625rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHTXFxTfQCqgTD5KiKDVJ9Sd7WwXxzOC { width:20rem;height:34.4375rem;top:55.2744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE5081SPLRXSSUp1JJ3Pe7idW5qZ5MLK { width:16.0625rem;height:21.875rem;top:57.5244140625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRHBnTXWucervpaJqvQzCbrNNbN5WqBO { width:15.8125rem;height:1.6875rem;top:80.7744140625rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4c7bUs9n3ZkPFLpo10EXohSFEdyKGnU { width:15.8125rem;height:4.5rem;top:83.2744140625rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiSBT8NhTCei7i0aTpCGrrZrJW6K8pOp { width:20rem;height:33.875rem;top:90.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqKEGoHck3E183gqcasUhXpXaCcue2It { width:15.8125rem;height:1.6875rem;top:116.2119140625rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shqD97RNSJgaedzHafDV0nGTTQzhEUmq { width:15.8125rem;height:4.5rem;top:118.2744140625rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7ISQWEIOOzbPsgxTBWEAG2hOG4Jd6G9 { width:18.3125rem;height:9.5rem;top:127.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRM8XqXQ9KCW8obFdmwhFdp0TOrNREEA { width:16.8125rem;height:22.875rem;top:93.0869140625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmhFyOF2Ta25bZdOZv4EVCBTfvagnwJR { width:16.8125rem;height:22.875rem;top:22.0244140625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGB43QxfTaD5T2oSw3iO1ip6L7dZLVFN { width:20rem;height:0.9375rem;top:210.9619140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8fO0hPUCsGcPzUzx2VUwa59udyMPP4W { width:20rem;height:0.9375rem;top:213.1494140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ { display:block; }#QJsCk6Ms5BVwNOGbpXuT7gacyU1SPkQJ > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHuPJ4iRaRZ4IxLM6lvsl9bfcVyeBNsC { width:20rem;height:4.54980625rem;top:7.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJb2dHhy0ZrRKWQmDPOh0dGDcQ05zF99 { width:19.5rem;height:4.5rem;top:13.6748046875rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiVva8E6J18002yzJU42WRoA95e86P09 { width:2.75rem;height:2.75rem;top:4rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 { display:block; }#HcO4u0Ah1zkFd8M6WWKfooxEKVn8LTK5 > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZWbDVylIIlp5fNiZQDes9w1gakMN85y { width:20rem;height:1.70605625rem;top:36.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r47NVkzwsIDxTIP15s9o3c7iX0X8eved { width:20rem;height:4.5rem;top:39.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJsXXJT0lsbO42vUUFF4oCTfuBf99hsJ { width:14.75rem;height:3rem;top:44.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUXHVJuBlX8fQHpQZFDZUJU1u842aAp6 { display:block; }
 }@media only screen and (max-width: 763px) { #L5Zy3ebsiU4VtTKJKLkCxmmWmHWE0Db7 { width:16.875rem;height:30rem;top:3.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XABmXdL7uERnywvC6wAlhKxgbQIU5udn { display:block; }#XABmXdL7uERnywvC6wAlhKxgbQIU5udn > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV6yXgyh6aRn0r2gTshRAaVvW1T5t9PD { width:20rem;height:1.70605625rem;top:22.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPmSzihsi6prcPgB4Kd86UwbEWrQRhg7 { width:20rem;height:6rem;top:25.6435546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTg4qFpp13CqTEA9erf5BsmvKMsATdcO { width:14.75rem;height:3rem;top:31.39355625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OedT90a2Hp7OSStiwhccc0TVmi1kyvqP { display:block; }
 }@media only screen and (max-width: 763px) { #paPtAxfdfiZEBudLDQHUAPlzQFxSTzst { width:16.5625rem;height:18.6875rem;top:2.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 { display:block; }#BfVzeSVUt95LnMaCFDmxMXNl8u0x8Eb0 > .row .container { width:20rem;height:114.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wchnOuNB910SlgGmxkONc8T26FHvOCZ2 { width:20rem;height:3.5rem;top:8.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRtQEIPz0pkvxDdEd2XVx7RguwZVco6X { width:18.5625rem;height:3rem;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auGK0ixlElMAtE11qa87SO26Raz2LOap { width:20rem;height:25.5rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHyPxp6uGsbxCGN4PLR94wv6lGmUt7QC { width:17.125rem;height:7.5rem;top:35.1875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZRFc5WlCZ8po4D0TH1Tt0IETmkCTqx7 { width:15.8125rem;height:1.6875rem;top:32.625rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URCE4Trx0eeeNOy0hkq8dnBiLL7FvJSI { width:20rem;height:37rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQWCUZIQK6X34AfrJRPtvwT2p9LKrTMJ { width:17.5625rem;height:6rem;top:74.625rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkoFZHiKwT1X00McTTyPETOPaZUA3tmg { width:20rem;height:1.6875rem;top:71.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2U7hDWQrHWHmDzT06lsFsR1OvMerwTC { width:20rem;height:28.1875rem;top:83.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTSJadRy1BswGIp2f9BPTVI0XMfeP8l { width:20rem;height:3.375rem;top:98.40625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dch0gbltF1VP1NMBvDDqTcrbzm1wuEOi { width:17rem;height:7.5rem;top:102.5rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9s30e2TdcztOR0ieQLVmTqx57Mi2kp { width:2.75rem;height:2.75rem;top:4.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBOhTl4h268cdoTub2h5SSJuS0c46eTr { width:20rem;height:12.119625rem;top:84.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fokB1WXpPcIT8gmhW6qrkhFHtbE4BLp9 { width:17.125rem;height:23.3125rem;top:47.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsyBiTsKU3BroeBJQa0pdmob6s7s0WM5 { width:20rem;height:10rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ { display:block; }#HuZKmA4kyOTPLiGNSJpFzExpQruSNEQZ > .row .container { width:20rem;height:146.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTcl50s9r5m2f0NDk7WGSae53gkfW95l { width:20rem;height:1.75rem;top:6.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQMkyuLhA5mGtJDLkK60JpftQw3Q0ksM { width:18.5625rem;height:6rem;top:9.5625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ec4d73nVuxV6Jv7ePe41HySTX4mcDLG3 { width:20rem;height:45.9375rem;top:81.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpC3OA1ILwiOJO6DKWdIfNR8TXapB7i5 { width:17.75rem;height:6rem;top:87.5rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIT1UGPI21iPowNq7RiHpMXo9Fmgc80K { width:20rem;height:1.6875rem;top:85.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0KcBpz0ThJ8B9VpNPNEahzCCOTb4JPC { width:20rem;height:33.5rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8aUF9e7cd00M2Spf7o6EUVpa6GQbEW { width:16.375rem;height:6rem;top:39.9375rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #nKAa6F7K5yWzzDULJW1vxXUVPsOHPzh5 { width:16.0625rem;height:3.8994125rem;top:20.75rem;left:1.96875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vU4lgdhPqeXRoS02fcyiFdVrE7TPioyd { width:20rem;height:26.4375rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7DMUK9UdHzdrpyuk4nWTJm89vtd1L5b { width:17.4375rem;height:1.6875rem;top:67.5rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XchQ1sbOVnhLpfMAQg5Nq6KH5ZCNK5NH { width:17.4375rem;height:6rem;top:71.6875rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSM6OdoukETsSWmTVKIbWnM2KzMT621V { width:11rem;height:3rem;top:140.125rem;left:4.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #BxoziopsadC7ak3dRdJCDB9WHxkqDITT { display:block; }
 }@media only screen and (max-width: 763px) { #CrzDSBJWUzePFqGrLpVSc32BKdq8TUZ8 { width:20rem;height:1.96875rem;top:131.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8ktEcfbcr4dKliVHzoAiWmBCid6H0ya { width:20rem;height:4.5rem;top:133.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6GiSucP5v0wrbfdLE0KFrB908KoMlIe { width:5.6875rem;height:1.6875rem;top:131.015625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJEsyCHEQcXiDlEifamlpae5dGutG9GX { width:2.75rem;height:2.75rem;top:2.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na3uQnOV8Cmq4W5B9eECnp1V15r0Nac7 { width:14.4375rem;height:24.9375rem;top:223.4980625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwzhTSi28sdCDVQwlbMvAGMTPvvlikB9 { width:16.8125rem;height:30.25rem;top:95.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwDkRTBwiKPazTOOGmIOWpMwNWoa82A { width:6.75rem;height:1.875rem;top:82.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB95QeiHdA72DpcUooQq6UOsnfIXNLna { width:20rem;height:11.1855625rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLrslKUmCno74dTKpsTf8geQak89R4Fg { width:18.4375rem;height:25.25rem;top:19.125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMNflzTCzbA9vQf6nXvhOf82F6CriLIp { width:10.375rem;height:3rem;top:47.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n71oALB90ZdKSuW6mPdpUVV2NzSFUss8 { display:block; }
 }@media only screen and (max-width: 763px) { #Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk { display:block; }#Lw1e0WDm64cyLJbPAmbsHFvOI8h6Rfbk > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvaRPGen053VelMpbactmKLfyTygmyq1 { width:20rem;height:6rem;top:10.27392578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhN5yiBbZnPbo6aCl5ZtoPxmFBgTDOqy { width:20rem;height:2.2749rem;top:6.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCq64DaL44s4TLRyiwTBQs1Gi5xWmA9a { width:2.75rem;height:2.75rem;top:3.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWTg2lOOLN59EQkFnP05va8RNrytrQg { display:block; }#qVWTg2lOOLN59EQkFnP05va8RNrytrQg > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWboZbLV6CqDO41IpCccinPPCEsrUqyv { width:20rem;height:1.70605625rem;top:29.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AboNN430S3UxLRCZemqaEzRDuIQwBiaH { width:20rem;height:4.5rem;top:31.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBztxxPbTOpXirxi0eHFSeXbnwMTKqIT { width:11.625rem;height:3rem;top:37.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1PUBK49yH3kb42Jeu3N0L7MJdB20niU { display:block; }
 }@media only screen and (max-width: 763px) { #OaEmrzmzpQXP7WfwAwErw29xHgS1eRUy { width:19.5625rem;height:26.6875rem;top:0.5810546875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 { display:block; }#X04TTtvTloLyOWZnIzQS5E8TkfXLA8f6 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE3E4NTi37CVaVaFQAmQDTra20FSk1zJ { width:20rem;height:1.70605625rem;top:29.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFki8rt7HSFy2bkCV8CLIyv1Vsx4VM7V { width:20rem;height:7.5rem;top:32.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMP3mA2lDAq1THxUgHEEXCtQo8wShZoe { width:18.75rem;height:25.5rem;top:2.2060546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0p2nzUdThQmpv88t0PCXRChcvIMcGQL { display:block; }#t0p2nzUdThQmpv88t0PCXRChcvIMcGQL > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqXQ5K2mTcspqfV30SvqyA9RGMLTtNKT { width:20rem;height:1.70605625rem;top:29.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QU9JTtl7OPME6IUVJg5DkWEKeLOISX0Z { width:20rem;height:7.5rem;top:32.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tX914kh2JlDgRS0xJDahofITs9CTfMuc { width:18.75rem;height:25.5rem;top:2.3935546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt { display:block; }#w439X84LoyeQeZNXTTPQVg6cn3Eeqlgt > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yu66bK6O7S2sDbFXh2NJfMsJ1dST0xwy { width:20rem;height:32.375rem;top:18.67480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLrQLAdzxN3kAhqJuwrdrckDiRaaTly6 { width:15.8125rem;height:3.375rem;top:34.6748046875rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #st2rKsSiQxx8G6WgJEPzC8QyMtdNEi1P { width:17rem;height:10.5rem;top:38.9248046875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApbQhWmXradTITMFzDt2uJc9ZzndCx41 { width:20rem;height:4.54980625rem;top:7.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaScH0V05iRDqR83GKnDabGQGTibaVyO { width:19.3125rem;height:4.5rem;top:12.2998046875rem;left:0.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lb4GW9Bx8KH9LTQyUay0blvxlla1gDlT { width:20rem;height:27.25rem;top:52.42480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz72rSvVnbqE5hTPJK7h4bbRoce03Xbd { width:20rem;height:1.6875rem;top:67.55859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3yvIzduoAhc7pEZFMfwB5MwrkqKUB7O { width:18.125rem;height:7.5rem;top:70.0498046875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6VIeyxXWa7lqPayAH49ZEXnaJMZll6H { width:2.75rem;height:2.75rem;top:3.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpCJOxIp1UedfwQJVAwgvo4nPbOcBIqe { width:17.625rem;height:12.25rem;top:20.5498046875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aackqeBrKayXfAqIl0ZfdMKOuUQWLeUU { width:20rem;height:13.94725rem;top:53.61230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ { display:block; }#qgMpCP0IskTfhfyBxKG7F422uVVqSgXQ > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUPPJpfKTGh2d7rLbac7fLpwg5D0ZECE { width:20rem;height:1.94970625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVyvfLQKh4fHWpLSAPnfToT1RN7hTIvb { width:17.6875rem;height:4.5rem;top:27.0625rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9OwKkPMCgRu7AeSkINS04UsrH8aCIuK { width:13.125rem;height:3rem;top:32.96875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2nHZKf0JpLkiUNZrX75lWxGxV3RXZZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #Julvn6SMCKstLIqZ9wPwnHc5AJJqki3J { width:20rem;height:16.1875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBmq48c6h7AOk5V5g4nGNzkTgwVtCpQR { width:20rem;height:20.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIa5C5aSOnAMLBSfTC8FHXN32BRHdisT { width:20rem;height:1.94970625rem;top:3.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A23BZBnfEqNQbMN507nIx8GvK9LmLufN { width:18.3125rem;height:3rem;top:7.8125rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tylz6RtD2hess1StaNdKpyAdcKwaKzTn { width:7.4375rem;height:7.5625rem;top:12.75rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtI9kmqkJ040AvGOmDHNNaBzJ0NIAuTN { width:10.75rem;height:2.9375rem;top:12.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTT2o56kQ25iMCGL5JlZZZ7LKtiKpspt { width:10.75rem;height:2.9375rem;top:16.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { width:20rem;height:1.3999rem;top:15.849609375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:11.375rem;height:4.1875rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { width:20rem;height:1.5996125rem;top:7.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPrKwlzTQv4ZfX2zTJeHxOy83FFctMF9 { width:3.5rem;height:3.5rem;top:9.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQP6W936gMRWVb2xONnRLTkB8v3Ebemi { width:3.5rem;height:3.5rem;top:9.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV9A9wiqhf4EelTNaJg7LTG9J2p1CMbG { width:3.5rem;height:3.5rem;top:9.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsUT1E3bDfXahvXfybUpJJ5oqhTlzfbm { width:3.5rem;height:3.5rem;top:9.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca4lT33aRfGWziGmVz5O8vBIvLxc4awh { width:3.5rem;height:3.5rem;top:9.5625rem;left:15.25rem;display:block; }
 }