.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:229,212,250;--color-primary-1:176,127,241;--color-primary-2:124,42,232;--color-primary-3:131,0,233;--color-primary-4:25,8,46;--color-secondary-0:252,224,231;--color-secondary-1:247,152,177;--color-secondary-2:238,49,98;--color-secondary-3:119,25,49;--color-secondary-4:36,7,15;--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:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:#fbfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#S1DzszriabMAolCTOvPNx5x8odPboT0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000002;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; }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row .container { background-color: transparent; background-image: none; }#S1DzszriabMAolCTOvPNx5x8odPboT0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row .container > .video-iframe-container { display: none; }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row > .video-iframe-container { display: none; }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .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); }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row .container { border-width: 0; border-radius: 0; }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#swL8O36mhmcJdNgoK3IPFOHLEkZ31RTK { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:1.5625rem;left:0rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#SgIxdsIA8GCdyRmZivRNCtpJQM9hHWQJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3730625rem;height:2.686525rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.21875rem;left:52.4990234375rem;display:block; }
#XlOBv15VXe0qRcl4fZrBiHwzC0iIg8oQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z { 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; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container { background-color: transparent; background-image: none; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container > .video-iframe-container { display: none; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row > .video-iframe-container { display: none; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .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); }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container { border-width: 0; border-radius: 0; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#U87dtWWxIfMyp38Xlrp28TmoniITKBCx { color:#00a1fc;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.1240234375rem;left:25.4326171875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SItbGfufGJHhiGhgweXFQ2erLceZVJ0l { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3095703125rem;height:4.0615234375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.998046875rem;left:31.49609375rem;display:block; }
#BtnQhA3QVubMbWvMmfmgHJtmgOUgAU4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vr30s9XlzJ8WJXUZaZwK23OX2VuG9owi { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:11.311848640442rem;left:25.188800811767rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#mLcU1zi5ANGsFxXuccKh03OQrbSt8f6q { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:1.5608723163605rem;left:26.90673828125rem;height:2.19970625rem;text-align:center;text-align-last:center;display:block; }
#kJsL67T8va2TuQMT81ndkvXI5PZVq6At { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:33.625rem;top:1.5616855621338rem;left:-7.0653513366675rem;overflow:hidden;display:block; }
#PgrLIwVPQZiEsw4tJvABb8qcfSv8DU5b { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9111328125rem;left:25.8125rem;height:14.7916625rem;text-align:center;text-align-last:center;display:block; }
#MrTk6a4upbtLskydfRGOw5wBv9Hks920 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.2490234375rem;width:17.9990234375rem;top:36.4990234375rem;left:33.1513671875rem;overflow:hidden;display:block; }
#LRLvxWNz40RukTcXOxg8yivkaEQoHhuw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:34.5rem;left:31.49609375rem;height:1.21875rem;display:block; }
#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN { position:relative;display:block; }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN { background-color: transparent; background-image: none; }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .row .container > .video-iframe-container { display: none; }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .row > .video-iframe-container { display: none; }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .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); }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN { border-width: 0; border-radius: 0; }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .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; }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NfQSU8k3uTi9yZnaHrtIqW2KwvkGXpQk { color:rgba(var(--color-tertiary-4),1);display:block;width:55.187375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:3.0707454681396rem;left:2.4045143127441rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#ifTwwkhhqMRSbSoqzO2OB2M5NHOZc5P7 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8119375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:3.0693001747131rem;left:0rem;height:5.58333125rem;text-align:center;text-align-last:center;display:block; }
#TeQdOye0wcXyzHeI25lpbXxLTQ5sOVKX { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:9.8111979961394rem;left:1.2789344787598rem;display:block; }
#rWHbbVlQv2S10NNLvkwAaLNNStzlgsvg { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:9.8719623088838rem;left:55.528789520264rem;display:block; }
#mC4yKgqNITHeCsFeO2B0zi9HQiuB2KqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8119375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:9.8104751110075rem;left:0rem;height:6.95833125rem;text-align:center;text-align-last:center;display:block; }
#FBV9SbGVANmXmQhycPwHeKPhfzdxBbTO { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8119375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:17.524595975876rem;left:0rem;height:4.20833125rem;text-align:center;text-align-last:center;display:block; }
#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row .container { background-color: transparent; background-image: none; }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row .container > .video-iframe-container { display: none; }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row > .video-iframe-container { display: none; }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .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); }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row .container { border-width: 0; border-radius: 0; }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#mIzxUEMX8FJIXGTzCvSTlklnwZMTxvNR { color:#ffde00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.7236328125rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#RbQVp1mrqyhE7EDmxS68ZM6ROd2ro7b8 { color:#ffb700;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3790683746338rem;left:0rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row .container { background-color: transparent; background-image: none; }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row .container > .video-iframe-container { display: none; }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row > .video-iframe-container { display: none; }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .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); }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row .container { border-width: 0; border-radius: 0; }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#foZzGVzDEkIVStVCGCTCoHLxurEaGrBn { color:#11159d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:2.1622714996338rem;left:0rem;height:3.19970625rem;text-align:center;text-align-last:center;display:block; }
#n9v5a578EsywR1r4bTX1MvUCJhk6TvRI { color:#11159d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:5.2766923904419rem;left:0rem;height:3.18229375rem;text-align:center;text-align-last:center;display:block; }
#PADvEe0bHfdMznhBZT8072TNstvE4FVO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row .container { background-color: transparent; background-image: none; }#PADvEe0bHfdMznhBZT8072TNstvE4FVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row .container > .video-iframe-container { display: none; }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row > .video-iframe-container { display: none; }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .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); }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row .container { border-width: 0; border-radius: 0; }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;position:relative;display:block; }#dXzehn4EehfMZ08TTueLLSxwWRiMJOOm { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.51220703125rem;left:4.3123378753662rem;display:block; }
#KGRfSKZg4huTp7noyOzdPVNXoA9QWNvc { color:#2a2a2a;display:block;width:44.5621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:9.3108730316163rem;height:4.62890625rem;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; }
#hJeJHcL2zo2ITsPCwQpRgaHHBTVf2Dw9 { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:7.6363945007325rem;left:4.3123378753662rem;display:block; }
#O4p2kdKN17eLfIRlR7gxuoF79D3JHzgq { color:#2a2a2a;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.762859344483rem;left:28.672039031983rem;height:0;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; }
#EdJmnMpqWOFMvWfJoilNuNr25Rtm2zSF { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:13.200355529785rem;left:4.3123378753662rem;display:block; }
#eVRB0fhC3DCZQahER9fcZdQKKPkSw0Qr { color:#2a2a2a;display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.2934551239012rem;left:9.3107109069825rem;height:4.62890625rem;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; }
#PAeeikXrIs1D5dMT9C1NGaPs1volXep6 { color:#2a2a2a;display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.969724655151rem;left:9.3107109069825rem;height:3.0869125rem;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; }
#tB9GIkL3rdXDZIPwcHelfH3TIg83yB9y { color:#2a2a2a;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.447265625rem;left:9.310546875rem;height:3.0869125rem;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; }
#hV6rcd7UeNwuTz0yxuO274EaxD2En08H { color:#2a2a2a;display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.092451095581rem;left:9.375rem;height:4.62890625rem;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; }
#QJKwz9xu9aVytgTcoVfKTmRKJDoGIkDg { color:#2a2a2a;display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:34.1875rem;left:9.3125rem;height:3.0869125rem;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; }
#JAyfnqaBTRQxKDyyZUDfVb9XRG6Qfh0k { color:#2a2a2a;display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:39.1875rem;left:9.375rem;height:3.0869125rem;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; }
#b1VQZBkxLPTkrTP783TwalJTtOI4Whga { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:17.489585876465rem;left:4.3123378753662rem;display:block; }
#VybmU8gEF3ruQ3S6qcQgI9BoRWxyOnl5 { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:22.375rem;left:4.3123378753662rem;display:block; }
#BiDZKOl8OWwNc14lw5xhlPx2ZasaMk2f { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:33.375rem;left:4.3125rem;display:block; }
#MTlbU7rDL8LJ2p3iCDbAETeGwobk2NQ0 { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:38.5625rem;left:4.3125rem;display:block; }
#FyXmkVuc7bZESCBi0NxsmgsfQuyrS86K { color:#2a2a2a;display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.5rem;left:9.3125rem;height:3.0869125rem;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; }
#tcPvO7a8HpHo0ywZRi3pHWEddBMh2ndz { color:#2a2a2a;display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.311359405517rem;left:9.375rem;height:6.171875rem;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; }
#vUMhyrVTaEJM9TW87auiDabbHRDQWso8 { color:#2a2a2a;display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:9.3125rem;height:3.0869125rem;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; }
#rsXTSlLLyVJMwfXi3V4AOg1CQ0PZUHKF { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:27.365559577942rem;left:4.3123378753662rem;display:block; }
#Cc1qVX80TON8UT3uiTz6zIr099IKsTdP { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:43.5625rem;left:4.3125rem;display:block; }
#NRv5VPHxHihS5JnnMuIE42czVVQ3rpD7 { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:48.3125rem;left:4.3125rem;display:block; }
#xLCUnRcUStcxgZSFwii2TUvIi7mtwrTy { box-sizing:content-box;color:#ffbf46;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:54.239908218384rem;left:4.3123378753662rem;display:block; }
#PviKJfV1CkGgFOILmgNzubChyfrLuBEZ { color:#2a2a2a;display:block;width:42.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:54.239917755127rem;left:8.8118495941163rem;height:6.171875rem;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; }
#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #00c2cb, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row .container { background-color: transparent; background-image: none; }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row .container > .video-iframe-container { display: none; }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row > .video-iframe-container { display: none; }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .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); }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row .container { border-width: 0; border-radius: 0; }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#wJpgZFkEga0yG6i1bngIRcufOkxTq49b { color:#11159d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:1.4762372970581rem;left:0rem;height:3.19970625rem;text-align:center;text-align-last:center;display:block; }
#NuQoyg6K3XGnwWifTbwGMJaJch6olCEo { color:#11159d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:4.6516923904419rem;left:0rem;height:3.18229375rem;text-align:center;text-align-last:center;display:block; }
#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 { position:relative;display:block; }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 { background-color: transparent; background-image: none; }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .row .container > .video-iframe-container { display: none; }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .row > .video-iframe-container { display: none; }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .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); }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 { border-width: 0; border-radius: 0; }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .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; }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;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; }#zlIIaBVA76FXXT0oOo26Xwg0OiEccll6 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0rem;left:3.3125rem;display:block; }
#pLT51BZC5QspqD0whCmvbnFW5cNuk90a { color:#2a2a2a;display:block;width:42.873046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.125rem;left:7.4375rem;height:3.0869125rem;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; }
#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row .container { background-color: transparent; background-image: none; }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row .container > .video-iframe-container { display: none; }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row > .video-iframe-container { display: none; }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .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); }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row .container { border-width: 0; border-radius: 0; }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:60rem;position:relative;display:block; }#BR7KVCaSseGRIaRamXDVfrTGy6BnMotM { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:10.9375rem;left:3.375rem;display:block; }
#kyfTTpTFhefQlccTpJmfLJwfGLeU6blT { color:#2a2a2a;display:block;width:44.5615234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5625rem;left:7.5rem;height:3.0869125rem;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; }
#U17TNcNsme16VhLrSviH8t0Hk33cNmsF { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:16.125rem;left:3.375rem;display:block; }
#cWhB0PWLS33tyFyMqL6RPeec5Q8CV1AH { color:#2a2a2a;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:43.1875rem;left:28.75rem;height:0;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; }
#etLJwo3NLVNucJE9S8Dh702nWOKs2qSU { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:21.125rem;left:3.375rem;display:block; }
#ceG4rBaw4alMhi6fnA6erHmllc1QRss2 { color:#2a2a2a;display:block;width:42.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.9375rem;left:7.5625rem;height:3.0869125rem;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; }
#vtOyuWCVu8lhKfrvV3iVoESXeOsuavg4 { color:#2a2a2a;display:block;width:42.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.9375rem;left:7.5625rem;height:4.62890625rem;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; }
#Rl8eIF73iUmPBfappLuqPAuikBkvdqHe { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.875rem;left:3.3125rem;display:block; }
#zl5AP52vutWRWSA7seTF9WRoZGiKQg42 { color:#2a2a2a;display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:45.125rem;left:7.5625rem;height:10.80078125rem;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; }
#RghbUtyITSRx46KUJG9OBKmlfigpJ7zc { color:#2a2a2a;display:block;width:42.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.5rem;height:3.0869125rem;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; }
#iwqeIN42GrgrSzUgV5wXzNGszTK4UVRm { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:5.6875rem;left:3.3125rem;display:block; }
#PQUSP4RTGGwVuu3O4bdVh8ErqXlcUlFF { color:#2a2a2a;display:block;width:42.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.75rem;left:7.5625rem;height:3.0869125rem;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; }
#F6SaGoWxHg2hUMOUFKIrL2JkAZtHaFCQ { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:27.125rem;left:3.375rem;display:block; }
#wEon4X3Z2fZwiB6aPGTlJtfZstSFub1c { box-sizing:content-box;color:#00cdff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:56.8125rem;left:3.375rem;display:block; }
#Aad0GcHCccNVyVma8SLqkDrahNIDCq9m { color:#2a2a2a;display:block;width:42.873046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:57.5625rem;left:7.5625rem;height:3.0869125rem;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; }
#mFsNkdTJWzDo7rsuHTcNEnFEbTiipnGP { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:32.8125rem;left:3.375rem;display:block; }
#DtHtQfVtTS4qkAo7GDiPiGuAh5ka2Nav { color:#2a2a2a;display:block;width:42.873046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:7.4375rem;height:3.0869125rem;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; }
#IAKkQ9ktEuwRzXETFI6hTw0mtvHdRHPM { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:44.1875rem;left:3.375rem;display:block; }
#pgAD5MidQCN2IqKUdoDyMLeWQ0QmSaH3 { color:#2a2a2a;display:block;width:42.873046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.5625rem;left:7.5625rem;height:3.0869125rem;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; }
#nuh5xH9nN4UVn1OgNpxCfAvfWWh7Xiys { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.1865234375rem;width:4.1865234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:39rem;left:3.375rem;display:block; }
#UZ6J8soCnqqEiUegEcMPaXQpKMx7fmDQ { color:#2a2a2a;display:block;width:42.873046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.625rem;left:7.5625rem;height:3.0869125rem;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; }
#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row .container { background-color: transparent; background-image: none; }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row .container > .video-iframe-container { display: none; }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row > .video-iframe-container { display: none; }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .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); }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row .container { border-width: 0; border-radius: 0; }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#JoLpWcJPga6BWR1BhdSEUU8EUVBvOffZ { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1692714691162rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tbfah0kwNzt4ScCkygOclSZWeqroAzt8 { color:#ffcf66;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8914947509766rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row .container { background-color: transparent; background-image: none; }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row .container > .video-iframe-container { display: none; }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row > .video-iframe-container { display: none; }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .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); }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row .container { border-width: 0; border-radius: 0; }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#zyEHsxlhtB2NeugPIQB1nEdaucZIxX16 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.5) ;height:13.3125rem;width:12.4375rem;top:0.6875rem;left:4.6875rem;overflow:hidden;display:block; }
#bhEdbAMFJ5gfOJGrhdTCNh4lidEqPsKc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:19.375rem;height:1.7871125rem;display:block; }
#QLtGWpr9VJNofhiSCu1DnN7yRxLRVMNM { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:19.375rem;height:11.0416625rem;text-align:justify;text-align-last:initial;display:block; }
#T3slJCioGIDHTVm08DA33EUNO1icViIM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row .container { background-color: transparent; background-image: none; }#T3slJCioGIDHTVm08DA33EUNO1icViIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row .container > .video-iframe-container { display: none; }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row > .video-iframe-container { display: none; }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .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); }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row .container { border-width: 0; border-radius: 0; }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#eVII9edeHdPGMam2ugE4E1Mimoo61Nii { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.5) ;height:11.8125rem;width:12.5625rem;top:3.1875rem;left:4.625rem;overflow:hidden;display:block; }
#yEAfl76XAtNDiiN4hBTwIgqUEUEP09Oc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6840267181396rem;left:19.185764312744rem;height:1.86865rem;display:block; }
#eJlLw9yoGF1t15midTTSqtDikepAmWXs { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7682189941406rem;left:19.186630249024rem;height:13.802075rem;display:block; }
#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 { 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; }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row .container { background-color: transparent; background-image: none; }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row .container > .video-iframe-container { display: none; }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row > .video-iframe-container { display: none; }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .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); }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row .container { border-width: 0; border-radius: 0; }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#VbQaV8awgFfF2lfHW310lkmWxLk6Hi1h { color:#359fff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1951503753662rem;left:0rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#kDyUn2GoyX4S2bGJfDwzD0AMKPtgQa70 { color:#ffde00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.37239074707rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#mCwnG0PAO9KoqcwdSkxlM7zQJkEfTpxI { position:absolute;display:block;z-index:15001;background-color:#f2f6f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:36.8735625rem;width:19.3735625rem;top:10.186622619629rem;left:0rem;display:block; }
#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk.adaptive-delivery-prevent-bg, #yI49T3IaTMk3s7oPutdNux4A6rpUEUOk.lazyload, #yI49T3IaTMk3s7oPutdNux4A6rpUEUOk.lazyloading { background-image: none; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row .container { background-color: transparent; background-image: none; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row .container > .video-iframe-container { display: none; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row > .video-iframe-container { display: none; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .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); }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row .container { border-width: 0; border-radius: 0; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#sdh0NfesmZUkkTNMnEq4asAxJpySThWk { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:7.03125rem;display:block; }
#aq3SkNBvRi0CV9SQihSH8cD7KJ83XGiT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/mB3MleRY/Natalia_Koscik_foto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:2.78125rem;left:7.436767578125rem;display:block; }#aq3SkNBvRi0CV9SQihSH8cD7KJ83XGiT.adaptive-delivery-prevent-bg, #aq3SkNBvRi0CV9SQihSH8cD7KJ83XGiT.lazyload, #aq3SkNBvRi0CV9SQihSH8cD7KJ83XGiT.lazyloading { background-image: none; }
#ZJLbobKAA3eCqCPh00KKBg4S3tJLbqc3 { color:#3b3b3b;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:12.332425653934rem;left:1.09375rem;height:11.8945rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPlDFas8Cn7vImyocDxGSxdfEDZWTEVK { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:26.937461435795rem;left:1.09375rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AhNv8Tiu3RqSMwIsg6FnRUzwma3NqyxK { position:absolute;display:block;z-index:15000;background-color:#f2f6f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:36.875rem;width:19.375rem;top:0rem;left:20.25rem;display:block; }
#wbrovA7id4wipIUJ4cTcvA030pBSSlBd { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:31.062499582768rem;left:21.625rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tnBLF168KrTrDuEArHpP9pSMxwhixFWO { color:#3b3b3b;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:11.6875rem;left:21.1875rem;height:16.9921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pd2F3KGCOuRTa89rgH4E24tW7qg9Owcm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:26.5rem;display:block; }
#wUfggIzW1TwcNIt6C2nbuSnn8QB11pRk { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/X4Gzg95J/Magda_Kominek_foto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:2.811767578125rem;left:26.8740234375rem;display:block; }#wUfggIzW1TwcNIt6C2nbuSnn8QB11pRk.adaptive-delivery-prevent-bg, #wUfggIzW1TwcNIt6C2nbuSnn8QB11pRk.lazyload, #wUfggIzW1TwcNIt6C2nbuSnn8QB11pRk.lazyloading { background-image: none; }
#ghKSH4M46TFkgNXqngOr1SfGexObRVZl { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:26.936591684818rem;left:41.687503814698rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NAUioy2foq22vmfG3T50ten7TCVM2HQG { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:12.329820215702rem;left:41.625003814698rem;height:11.8945rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4xTGqEL7pucDtLW87QD8rAlQxoJ1TIx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:45.9375rem;display:block; }
#XrMF8aUheGoDCTF2ZHJ0dS5XFdzn2zU6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2qXWjsea/Bo_ena_Tomczyk_foto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.687rem;width:6.8115rem;top:2.841064453125rem;left:46.358642578125rem;display:block; }#XrMF8aUheGoDCTF2ZHJ0dS5XFdzn2zU6.adaptive-delivery-prevent-bg, #XrMF8aUheGoDCTF2ZHJ0dS5XFdzn2zU6.lazyload, #XrMF8aUheGoDCTF2ZHJ0dS5XFdzn2zU6.lazyloading { background-image: none; }
#yi5FTJrANPqg5V0sL0FzTzMeRul3gxrC { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:4.530029296875rem;left:12.803955078125rem;display:block; }
#rPXiaHv1nMkvVn5Fr7KLhe7BtS3WLoDv { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:4.530029296875rem;left:32.3662109375rem;display:block; }
#CVZPdELifAcvb8FB8Qp6MSQ18qJOlC8O { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:4.530029296875rem;left:51.9287109375rem;display:block; }
#SJ2ZsMUWgPRM61PSgyApwge8lNWWJwZZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#eff7fc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6831875rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.680555343628rem;left:14.59375rem;display:block; }
#Nl9oTmgFuPO5EwSgOtX0aknO3ZxS72Q7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFwEMcqed6VT9kTPqFTUAvF4b5oxkMie { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#eff7fc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6831875rem;height:4.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:40.680555343628rem;left:31.128471374512rem;display:block; }
#UEncFOqFyr9bGmqAoGKaqM3gTbTomghn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qq08u3eolFDBbADVpcPUyF1Va2H4O0lM { position:absolute;display:block;z-index:15006;background-color:#f2f6f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:36.875rem;width:19.375rem;top:0rem;left:40.499130249024rem;display:block; }
#o4NBba54wIhTv6vZCadvRBofT7LFrqCB { position:absolute;display:block;z-index:15006;background-color:#f2f6f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:19.375rem;top:0rem;left:40.499130249024rem;display:none; }
#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row .container { background-color: transparent; background-image: none; }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row .container > .video-iframe-container { display: none; }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row > .video-iframe-container { display: none; }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .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); }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row .container { border-width: 0; border-radius: 0; }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#DpSFsT2O4uEPvCWBsPMR98FT8GwQPBwE { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.14111328125rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGqywxxqTMxugSu69MUTFeOIztiq44Sn { position:relative;display:block; }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn { background-color: transparent; background-image: none; }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .row .container > .video-iframe-container { display: none; }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .row > .video-iframe-container { display: none; }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .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); }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn { border-width: 0; border-radius: 0; }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .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; }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hOeu62GJciTU0HycTu3ALTikoGKHbTSQ { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0048828125rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVkAeLvFdaBXGp95AXeD1f5MP3I8yTWA { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0789375305176rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRiZA7ZTRnWJu79WTrAs0Afoeu52qToI { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1220625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.005859375rem;left:28.5849609375rem;height:;display:block; }#JRiZA7ZTRnWJu79WTrAs0Afoeu52qToI li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#JRiZA7ZTRnWJu79WTrAs0Afoeu52qToI li:before{  }
#AvXa57TmxRSapFWHp22sbub3w1bshWTi { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:17.6875rem;top:9.125rem;left:8.3740234375rem;overflow:hidden;display:block; }
#wVJZSEIZugrKRugqXmKTZhGPiGVrKLwx { position:absolute;display:block;z-index:15011;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.375rem;width:52.375rem;top:2.5654296875rem;left:3.7490234375rem;display:block; }
#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 { position:relative;display:block; }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 { background-color: transparent; background-image: none; }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .row .container > .video-iframe-container { display: none; }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .row > .video-iframe-container { display: none; }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .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); }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 { border-width: 0; border-radius: 0; }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .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; }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.8125rem;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; }#MUQlmq8ceSd46E4En0F2cAPL188RQwCz { color:#ffcf66;display:block;width:35.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.5rem;left:24.8125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y1hw2OnwyrpGS4bmPRtdwgg8g5Tpt0T1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:15.410885810852rem;left:25.562789916993rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Viqyf9qVfgck7cAEhsvm0Dm7vlaItK7N { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5746660232544rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sp6sXXcJsKp5DSZ8uQQ1972z2yT2fFWq { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.61767578125rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQaT08voNiwe1f0EzwtM8yVo987siagU { color:#11159d;display:block;width:34.812rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:12.812210083007rem;left:25.249565124512rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#qhxX1UtSRSMTEgfJisWsdyeNeO2uwGyS { color:#ffcf66;display:block;width:35.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.125rem;left:24.75rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkLfWcuULW2JbTSRrvnZZJxtT6ZPocHS { color:#ffcf66;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.812347412109rem;left:25.187210083007rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ffh8XnJBe7hRweFDHSrsmy9tIDNuNv8b { color:rgba(var(--color-tertiary-4),1);display:block;width:34.874125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:23.4375rem;left:25.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sBqD1p6mBUtwnu73aGCqVlbKCuOecZBq { color:#234446;display:block;width:59.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.476280212403rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZcblB4lUaq5oQgTPE9RHsPSfdd8qeifr { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.311875rem;width:24.6248125rem;top:12.640787482262rem;left:0rem;overflow:hidden;display:block; }
#e2tGSF1WdrVNMnWQTGHFLbTHl9NSVrxA { position:absolute;display:block;z-index:15010;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.3748375rem;width:51.997875rem;top:3.2003581523895rem;left:4.1271171569824rem;display:block; }
#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL { position:relative;display:block; }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL { background-color: transparent; background-image: none; }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .row .container > .video-iframe-container { display: none; }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .row > .video-iframe-container { display: none; }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .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); }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL { border-width: 0; border-radius: 0; }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .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; }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f9fab;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;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; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf { position:relative;display:block; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf { background-color: transparent; background-image: none; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .row .container > .video-iframe-container { display: none; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .row > .video-iframe-container { display: none; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .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); }#vk4PfVIewTMec9crz6K0Zi34bFkoishf { border-width: 0; border-radius: 0; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .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; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;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; }#dCBixLUKREhN0MXde9NC0xkQTRqz0R49 { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1383476257324rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gddOoTIFGPDknNTGkz5KyHD22xODhtUS { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8914394378662rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8tGhZgDdWmklgTcctGe2obvyXlBUmTH { color:#234446;display:block;width:59.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.103455543518rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lii5lT8OtJxTikbP6A3fWyc7nfdfmT0a { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:24.8125rem;top:10.249839782715rem;left:32.715466660875rem;overflow:hidden;display:block; }
#e2Bq3mPyl0QnWqZb3Ov4mTVOdwlBlKAe { color:rgba(var(--color-tertiary-4),1);display:block;width:27.123875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:11.336818695068rem;left:2.4616603851318rem;height:;display:block; }#e2Bq3mPyl0QnWqZb3Ov4mTVOdwlBlKAe li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#e2Bq3mPyl0QnWqZb3Ov4mTVOdwlBlKAe li:before{  }
#ybT8dFJtwZPaTHqBbxNavxPlqE0ItSIt { position:absolute;display:block;z-index:15011;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.3748375rem;width:51.9970625rem;top:2.4788417816162rem;left:3.8779296875rem;display:block; }
#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod { position:relative;display:block; }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod { background-color: transparent; background-image: none; }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .row .container > .video-iframe-container { display: none; }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .row > .video-iframe-container { display: none; }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .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); }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod { border-width: 0; border-radius: 0; }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .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; }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f9fab;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;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; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 { position:relative;display:block; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 { background-color: transparent; background-image: none; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .row .container > .video-iframe-container { display: none; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .row > .video-iframe-container { display: none; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .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); }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 { border-width: 0; border-radius: 0; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .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; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.0625rem;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; }#DcUpGlJTNxwIR0h7Fqemido0p2COHoTW { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8802070617676rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oApHe1tdgTuGlxf1wazPxFRDe5JNyFc4 { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8914394378662rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bt4TGOPqXoSsz7EfPkQuRyhB5IQM9h59 { color:#234446;display:block;width:32.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.414627075195rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCdHHRJkM9ZXmgxV02NZdQJsFkWHL5wV { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1215625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.460611343384rem;left:1.875rem;height:;display:block; }#zCdHHRJkM9ZXmgxV02NZdQJsFkWHL5wV li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zCdHHRJkM9ZXmgxV02NZdQJsFkWHL5wV li:before{  }
#bGKElfXG39IQrbxDPGlBnPUleCpDZlzl { position:absolute;display:block;z-index:15010;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.3748375rem;width:51.9995rem;top:2.56640625rem;left:3.9990234375rem;display:block; }
#VXaKzvW9ZzQuLQTkNDTwpoTfHdP8BF2c { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:25.061875rem;top:9.3513994216919rem;left:33.24951171875rem;overflow:hidden;display:block; }
#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt { position:relative;display:block; }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt { background-color: transparent; background-image: none; }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .row .container > .video-iframe-container { display: none; }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .row > .video-iframe-container { display: none; }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .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); }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt { border-width: 0; border-radius: 0; }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .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; }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f9fab;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;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; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw { position:relative;display:block; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw { background-color: transparent; background-image: none; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .row .container > .video-iframe-container { display: none; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .row > .video-iframe-container { display: none; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .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); }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw { border-width: 0; border-radius: 0; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .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; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;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; }#Mbs05mxm6tSSQdPREL7FhnEQBHJWDxMo { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0164384841919rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cvbAHs7O15CJIhdz7rAtXf0g5wpqtIMl { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.4990234375rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5TvnfOZm3zFNy3Cd8EOis0B2lQOXoSC { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0621875rem;width:25.1245rem;top:7.64892578125rem;left:31.961261749267rem;overflow:hidden;display:block; }
#FImRBfxOQA4TN8TySoqugixi79LBAcXx { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:8.212890625rem;left:1.46728515625rem;height:;display:block; }#FImRBfxOQA4TN8TySoqugixi79LBAcXx li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#FImRBfxOQA4TN8TySoqugixi79LBAcXx li:before{  }
#BQ1soEAXJtUbzMUAaGz0CV7UnZAlT4Jv { position:absolute;display:block;z-index:15011;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.3748375rem;width:51.9986875rem;top:2.47802734375rem;left:5.1481132507324rem;display:block; }
#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB { position:relative;display:block; }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB { background-color: transparent; background-image: none; }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .row .container > .video-iframe-container { display: none; }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .row > .video-iframe-container { display: none; }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .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); }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB { border-width: 0; border-radius: 0; }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .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; }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;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; }#VdTi3005mbQU8l4zw5OCyJJlTMVilxBW { color:#234446;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.019241333007rem;left:4.2481193542481rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#VdTi3005mbQU8l4zw5OCyJJlTMVilxBW li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#VdTi3005mbQU8l4zw5OCyJJlTMVilxBW li:before{  }
#INmBUXI5lW4tZWe7moefrowI5xUsAXfd { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.1575527191162rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gkn7Nyft1WRA1DJ8UfNo3HJKZ86aIIFh { color:#234446;display:block;width:59.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.027923583984rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDCZ3lK9BqBHDpdCEL6KnDnZqW27RriU { position:absolute;display:block;z-index:15010;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.3748375rem;width:51.9995rem;top:2.56640625rem;left:3.9990234375rem;display:block; }
#cKa0CzUPsTBxWynEiGs4v9QWxTpc4Gv4 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:23.8125rem;top:8.54167175293rem;left:31.372253417969rem;overflow:hidden;display:block; }
#POEQiKHfCCw6lkDXDa8wDwJPDeayVaf0 { color:#234446;display:block;width:59.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.9403939247131rem;left:0.00072288513183594rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N71mozAfHtUyvadTt9HLmQKpqdhaLDql { position:relative;display:block; }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql { background-color: transparent; background-image: none; }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .row .container > .video-iframe-container { display: none; }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .row > .video-iframe-container { display: none; }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .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); }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql { border-width: 0; border-radius: 0; }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .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; }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9f9fab;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;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; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW { 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; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row .container { background-color: transparent; background-image: none; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row .container > .video-iframe-container { display: none; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row > .video-iframe-container { display: none; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .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); }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row .container { border-width: 0; border-radius: 0; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#TgdcA80v0eyvE87FA6HtwWRoix8ORn2B { color:#234446;display:block;width:60rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.6000771522522rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxxNGA9Sv8zSl17Helq5bZISLtpUB3Dp { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.849609375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wur45kLSZVl8TkAubellxTF2L29mTksR { 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:18rem;width:35.1875rem;top:20.5625rem;left:12.40625rem;overflow:hidden;display:block; }
#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row .container { background-color: transparent; background-image: none; }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row .container > .video-iframe-container { display: none; }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row > .video-iframe-container { display: none; }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .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); }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row .container { border-width: 0; border-radius: 0; }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#ESbMHXWfWr65QKcmNKphH7oMXcC4GDt2 { color:#234446;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5061054229736rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no { position:relative;display:block; }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no { background-color: transparent; background-image: none; }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .row .container > .video-iframe-container { display: none; }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .row > .video-iframe-container { display: none; }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .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); }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no { border-width: 0; border-radius: 0; }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .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; }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:62.375rem;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; }#ACm0Ho5WfSbdliPevaxvkbcUK53txh1k { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:57.875rem;width:39.9375rem;top:1.4375rem;left:10.6875rem;display:block; }
#CaaBwIRT77sbcQC99fsry5KoxtfwO9LU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:53.6875rem;left:18.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mi4gpIkW7zi8RZJ6T3Usr7L3OPJ6kOmi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:54.625rem;left:26.6875rem;height:1.29980625rem;display:block; }
#H8kOtro2LfA8RuZIH6lm3Uu3CUMqZkNc { background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.0625rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:48.875rem;left:20.25rem;display:block; }
#dTlS4DFzA5bR9Pe7fBw3aU5vfptgEhQc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eygSktgKJEzDpSPmwnGNWnsdXHkJuKC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:47.6875rem;left:21.125rem;height:1.21875rem;display:block; }
#ke9D6Mzf1Jc5uUu4H2IVIEBZIfzJ7r41 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.0625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:43.6875rem;left:20.25rem;display:block; }
#FDS5F8q8yrV0TNPuPfxE9y2iLwaeuLHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPRiTucNuxl0TE36UOodU951JwiHtu2B { color:#11159d;display:block;width:33.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15061;line-height:1.6;letter-spacing:0;top:12.9375rem;left:13.8125rem;height:2.3999rem;text-align:center;text-align-last:center;display:block; }
#qR8AIAZW2sN1VIhU6zqiBedXGE7tkxfq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:15.125rem;left:15.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fB5BEK6INJW9SgXhKwAviNthTZJbmNlS { box-sizing:content-box;color:#11159d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:16.6875rem;left:30.375rem;display:block; }
#iJ0BPUgFZb3kEFTmSH88mJe4x5znHXPd { color:#ffcf66;display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:21.125rem;left:13rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VnisESLem5Qk5kwb9TIUQ2nOTvv7xpTT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:23.3125rem;left:13.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qtN9stT3r9JZEuGaA8xRPz9vkT8G9oMb { color:#ffcf66;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:18.8125rem;left:13.3125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRgfUnrZpo9qEwTTaGsBRsDao9QEeT9i { box-sizing:content-box;color:#11159d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:25.6875rem;left:30.125rem;display:block; }
#G8Itc4VvoiswUJPu7HIowlwfF6NpGCla { color:#ffcf66;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:28rem;left:18.375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p8Wq19LHR0HOAfMf4S0BTTe0Dqxkv8y9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:30.0625rem;left:17.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#E0BwJS5zoe7gwWPQZuntBtg2NH4LrMnB { color:#ffcf66;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:34.625rem;left:18.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#epFzRwRNns2HJyFFmo6EazutNvukX7wJ { box-sizing:content-box;color:#11159d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:32.5rem;left:30.375rem;display:block; }
#DTXp6T6Tqp3FETmnDGNoALeqIUr0oWy6 { color:#ffcf66;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:39.6875rem;left:18.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fLzanb2MKveIgu75pT63edzJo1skFJ8T { box-sizing:content-box;color:#11159d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:37.6875rem;left:30.375rem;display:block; }
#pCCS8xvVwrL6iZCOC5TCzAQIWn9FeDxO { color:#ffcf66;display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:10.875rem;left:13.125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSB2DMoMJw0VhLrDi7Frcnyp4UOkTsBP { position:absolute;display:block;z-index:15032;background-color:#0a0e5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.6875rem;width:40.125rem;top:0.9375rem;left:10.5625rem;display:block; }
#NQkENyKco0bXhXPFM73bEAveKfaD5QbB { box-sizing:content-box;color:#11159d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15078;top:8.6875rem;left:30.375rem;display:block; }
#id1XhOTFmOENLLPTbDSsxcnWBBeBP6IP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.621125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:3.6875rem;left:19.125rem;height:2.59895625rem;display:block; }
#qBw1GGLlEs0kd2FlyXvi2gxlJSNhpBRb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.433625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.1875rem;left:26.6875rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BnTNqlihVkUuJKXpl6eD6g0H4HbMMyT0 { position:absolute;display:block;z-index:15067;background-color:#1b9533;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:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: none;height:5.124025rem;width:5.061525rem;top:1.4375rem;left:44.0625rem;display:block; }
#zgfyNOScZVn3vHw8OrVoQsXqmLieTzZc { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:2.875rem;left:44.3125rem;height:2.4375rem;display:block; }
#FL4qc37DJAp4HRNTBVwbyrEnvF4l6h8d { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:6.86328125rem;left:23.5625rem;height:1.13720625rem;display:block; }
#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW { 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; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container { background-color: transparent; background-image: none; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container > .video-iframe-container { display: none; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row > .video-iframe-container { display: none; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .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); }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container { border-width: 0; border-radius: 0; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:60rem;position:relative;display:block; }#RrpeJFhCOlbhqGLT9VrXPTZIuzg4qfD7 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6857109069824rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aS51EqbKBa3ha0yaLpKdUadqJuy1bzci { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.249839782715rem;left:4.4368495941162rem;height:1.54345625rem;text-align:left;text-align-last:left;display:block; }
#o5FsUii1IDdpX0rcKmE0bBTGM0QyipXI { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.436851501465rem;left:1.9368495941162rem;height:16.89325625rem;display:block; }
#JWZAewAfbMXCGwUMTI5Cx6CA06KpnJOl { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:34.561632156372rem;left:4.436487197876rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#p0g5kI5us6LlD9EH6TQIFm6luRx7bVhz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:38.187492370606rem;left:1.3118495941162rem;height:20.79168125rem;display:block; }
#a9T2059biltZbACi77FTXaBg1ViRyNLw { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.249839782715rem;left:32.5rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#ZoG9lgqW7sV9PDrr6V2vJsEmzWA9aiN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.686199188233rem;left:30.373989105224rem;height:3.8994125rem;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; }
#tZJE6PbQINCvrwfLAsQdThwrTdVxT1Cp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.999671936035rem;left:32.437335968017rem;height:;display:block; }#tZJE6PbQINCvrwfLAsQdThwrTdVxT1Cp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tZJE6PbQINCvrwfLAsQdThwrTdVxT1Cp li:before{  }
#BAqHghTyqHxT6xJvRFVK1NMNFDbggrcw { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.562004089356rem;left:33.186847686767rem;height:1.54345625rem;text-align:left;text-align-last:left;display:block; }
#R8Ar1DtO0Zc2f1ZuM6TpaoNvDkpWwEJd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:38.187492370606rem;left:30.625rem;height:14.29428125rem;display:block; }
#TZfuMVLcrMGktWuiTex3yAPUiMAFJtpE { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:10.436851501465rem;left:0.9375rem;display:block; }
#wd7ABOmZIyTPW0fkDgRRkhRqBIU4hJ3A { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:10.436851501465rem;left:29.312335968017rem;display:block; }
#WuJbUsMV45To4cBFCHK9R1Pk81ksli8H { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:33.687171936035rem;left:0.625rem;display:block; }
#ktzUInz05DdsGVlWnonhuBVAFV5oLGeT { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:33.749839782715rem;left:29.874675750733rem;display:block; }
#HozvCSST48DeS4onHb8A4mAqGIZhDNVs { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.21) ;height:23rem;width:28.0625rem;top:9.687339782715rem;left:0.625rem;display:block; }
#ERN19Ix6tiryaPXPQELTHeAMEX98vlLZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.21) ;height:23rem;width:30.125rem;top:9.687339782715rem;left:29.312335968017rem;display:block; }
#aOkhBiFdnXQwPhdetCklDnQmwoc9zlqc { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.21) ;height:26.0625rem;width:30.1875rem;top:33.124279022217rem;left:29.249134063721rem;display:block; }
#wHbIKoTT6ahzoiGsexduacTezfO7rD5B { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.21) ;height:26.25rem;width:28.1875rem;top:33.124279022217rem;left:0.62427616119385rem;display:block; }
#vEi3T3CwWf6D6F1dmgKMsX6nni3uhAJO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#rlyp9yWgVhHI9TazRQymhP31eTEg12wq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#ldqaW71AhKJnTcsPFo1rnGT79IJcdB8R { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#IUNF7CdGBJF0vmtrsdrvoxZyJNWCDeGL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#spgncaPCrGcAMk9hhIlu3TDNomubgseI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #00c2cb, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, #00c2cb, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, #00c2cb, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, #00c2cb, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, #00c2cb, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container { background-color: transparent; background-image: none; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container > .video-iframe-container { display: none; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row > .video-iframe-container { display: none; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .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); }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container { border-width: 0; border-radius: 0; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#bFlx2xt4eDN3an5mxBXURBIlz0Z6zF4P { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVwQtyLLU0sOKQvvFFUA4elOx4ekUUT6 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:11.9375rem;left:12rem;display:block; }
#bKKS3o09J8xrh6ZDDKPFIzpGGX30cKIF { box-sizing:content-box;color:#050b26;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:8.6875rem;left:12.1875rem;display:block; }
#AwcuF5yVZMQnR5BqEtR2ESNIAH8hKz64 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:16rem;height:1.94921875rem;font-style:normal;display:block; }
#ewaoB7zLCkF0iJha6ZLA428NbaT0Lhp8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4373125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5625rem;left:16rem;height:1.94970625rem;font-style:normal;display:block; }
#geIW7DkTkK0vBo5flHJiTiABXOPMuOHI { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:15.74951171875rem;left:11.999837875366rem;display:block; }
#TGykXcDeZ78g4yZgDJuhTQ488ehGulSa { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4365rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.34765625rem;left:16rem;height:1.94970625rem;font-style:normal;display:block; }
#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { 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; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { background-color: transparent; background-image: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container > .video-iframe-container { display: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container { display: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .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); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { border-width: 0; border-radius: 0; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { color:rgba(var(--color-tertiary-4),1);display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4814453125rem;left:0.14974021911621rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S1DzszriabMAolCTOvPNx5x8odPboT0E { display:block; }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swL8O36mhmcJdNgoK3IPFOHLEkZ31RTK { top:1.5625rem;left:0rem;width:30.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIxdsIA8GCdyRmZivRNCtpJQM9hHWQJ { width:6.3125rem;height:2.625rem;top:1.1875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlOBv15VXe0qRcl4fZrBiHwzC0iIg8oQ { display:block; }
 }@media only screen and (max-width: 763px) { #UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z { display:block; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U87dtWWxIfMyp38Xlrp28TmoniITKBCx { top:5.0625rem;left:14.3125rem;width:33.4375rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SItbGfufGJHhiGhgweXFQ2erLceZVJ0l { width:21.25rem;height:4rem;top:29.9375rem;left:25.37109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtnQhA3QVubMbWvMmfmgHJtmgOUgAU4a { display:block; }
 }@media only screen and (max-width: 763px) { #vr30s9XlzJ8WJXUZaZwK23OX2VuG9owi { top:11.25rem;left:13rem;width:34.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLcU1zi5ANGsFxXuccKh03OQrbSt8f6q { top:1.5rem;left:16.4375rem;width:31.3125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJsL67T8va2TuQMT81ndkvXI5PZVq6At { top:1.5rem;left:0rem;width:33.625rem;height:33.562311917397rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrLIwVPQZiEsw4tJvABb8qcfSv8DU5b { top:13.875rem;left:13.5625rem;width:34.1875rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrTk6a4upbtLskydfRGOw5wBv9Hks920 { top:36.4375rem;left:27.0263671875rem;width:17.9375rem;height:3.2379177744018rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLvxWNz40RukTcXOxg8yivkaEQoHhuw { top:34.5rem;left:25.37109375rem;width:22.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRzdHUguG9QoN0zx97ZGdhPhisAWHELN { display:block; }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfQSU8k3uTi9yZnaHrtIqW2KwvkGXpQk { top:3.0625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTwwkhhqMRSbSoqzO2OB2M5NHOZc5P7 { top:3.0625rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeQdOye0wcXyzHeI25lpbXxLTQ5sOVKX { top:9.75rem;left:0rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWHbbVlQv2S10NNLvkwAaLNNStzlgsvg { top:9.8125rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC4yKgqNITHeCsFeO2B0zi9HQiuB2KqZ { top:9.75rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBV9SbGVANmXmQhycPwHeKPhfzdxBbTO { top:17.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t { display:block; }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIzxUEMX8FJIXGTzCvSTlklnwZMTxvNR { top:6.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbQVp1mrqyhE7EDmxS68ZM6ROd2ro7b8 { top:4.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS { display:block; }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foZzGVzDEkIVStVCGCTCoHLxurEaGrBn { top:2.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9v5a578EsywR1r4bTX1MvUCJhk6TvRI { top:5.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PADvEe0bHfdMznhBZT8072TNstvE4FVO { display:block; }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXzehn4EehfMZ08TTueLLSxwWRiMJOOm { top:1.5rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGRfSKZg4huTp7noyOzdPVNXoA9QWNvc { top:2.1875rem;left:3.185546875rem;width:44.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJeJHcL2zo2ITsPCwQpRgaHHBTVf2Dw9 { top:7.625rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4p2kdKN17eLfIRlR7gxuoF79D3JHzgq { top:12.75rem;left:22.547039031983rem;width:12.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJmnMpqWOFMvWfJoilNuNr25Rtm2zSF { top:13.1875rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVRB0fhC3DCZQahER9fcZdQKKPkSw0Qr { top:8.25rem;left:3.1857109069824rem;width:42.8125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAeeikXrIs1D5dMT9C1NGaPs1volXep6 { top:13.9375rem;left:3.1857109069824rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB9GIkL3rdXDZIPwcHelfH3TIg83yB9y { top:18.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV6rcd7UeNwuTz0yxuO274EaxD2En08H { top:28.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJKwz9xu9aVytgTcoVfKTmRKJDoGIkDg { top:34.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAyfnqaBTRQxKDyyZUDfVb9XRG6Qfh0k { top:39.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1VQZBkxLPTkrTP783TwalJTtOI4Whga { top:17.4375rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VybmU8gEF3ruQ3S6qcQgI9BoRWxyOnl5 { top:22.375rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiDZKOl8OWwNc14lw5xhlPx2ZasaMk2f { top:33.375rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTlbU7rDL8LJ2p3iCDbAETeGwobk2NQ0 { top:38.5625rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyXmkVuc7bZESCBi0NxsmgsfQuyrS86K { top:44.5rem;left:3.1875rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPvO7a8HpHo0ywZRi3pHWEddBMh2ndz { top:23.25rem;left:0rem;width:47.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUMhyrVTaEJM9TW87auiDabbHRDQWso8 { top:49.4375rem;left:3.1875rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXTSlLLyVJMwfXi3V4AOg1CQ0PZUHKF { top:27.3125rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc1qVX80TON8UT3uiTz6zIr099IKsTdP { top:43.5625rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRv5VPHxHihS5JnnMuIE42czVVQ3rpD7 { top:48.3125rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLCUnRcUStcxgZSFwii2TUvIi7mtwrTy { top:54.1875rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PviKJfV1CkGgFOILmgNzubChyfrLuBEZ { top:54.1875rem;left:2.6868495941162rem;width:42.3125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi { display:block; }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJpgZFkEga0yG6i1bngIRcufOkxTq49b { top:1.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuQoyg6K3XGnwWifTbwGMJaJch6olCEo { top:4.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 { display:block; }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlIIaBVA76FXXT0oOo26Xwg0OiEccll6 { top:0rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLT51BZC5QspqD0whCmvbnFW5cNuk90a { top:1.125rem;left:1.3125rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS { display:block; }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR7KVCaSseGRIaRamXDVfrTGy6BnMotM { top:10.9375rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyfTTpTFhefQlccTpJmfLJwfGLeU6blT { top:11.5625rem;left:1.375rem;width:44.5rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U17TNcNsme16VhLrSviH8t0Hk33cNmsF { top:16.125rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWhB0PWLS33tyFyMqL6RPeec5Q8CV1AH { top:43.1875rem;left:22.625rem;width:12.3125rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etLJwo3NLVNucJE9S8Dh702nWOKs2qSU { top:21.125rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceG4rBaw4alMhi6fnA6erHmllc1QRss2 { top:16.9375rem;left:1.4375rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtOyuWCVu8lhKfrvV3iVoESXeOsuavg4 { top:21.9375rem;left:1.4375rem;width:42.8125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8eIF73iUmPBfappLuqPAuikBkvdqHe { top:0.875rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl5AP52vutWRWSA7seTF9WRoZGiKQg42 { top:45.125rem;left:0rem;width:47.75rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RghbUtyITSRx46KUJG9OBKmlfigpJ7zc { top:6.3125rem;left:1.375rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwqeIN42GrgrSzUgV5wXzNGszTK4UVRm { top:5.6875rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQUSP4RTGGwVuu3O4bdVh8ErqXlcUlFF { top:27.75rem;left:1.4375rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SaGoWxHg2hUMOUFKIrL2JkAZtHaFCQ { top:27.125rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEon4X3Z2fZwiB6aPGTlJtfZstSFub1c { top:56.8125rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aad0GcHCccNVyVma8SLqkDrahNIDCq9m { top:57.5625rem;left:1.4375rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFsNkdTJWzDo7rsuHTcNEnFEbTiipnGP { top:32.8125rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtHtQfVtTS4qkAo7GDiPiGuAh5ka2Nav { top:1.4375rem;left:1.3125rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKkQ9ktEuwRzXETFI6hTw0mtvHdRHPM { top:44.1875rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgAD5MidQCN2IqKUdoDyMLeWQ0QmSaH3 { top:33.5625rem;left:1.4375rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuh5xH9nN4UVn1OgNpxCfAvfWWh7Xiys { top:39rem;left:0rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ6J8soCnqqEiUegEcMPaXQpKMx7fmDQ { top:39.625rem;left:1.4375rem;width:42.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ { display:block; }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoLpWcJPga6BWR1BhdSEUU8EUVBvOffZ { top:1.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbfah0kwNzt4ScCkygOclSZWeqroAzt8 { top:4.875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ { display:block; }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyEHsxlhtB2NeugPIQB1nEdaucZIxX16 { top:0.6875rem;left:0rem;width:12.4375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhEdbAMFJ5gfOJGrhdTCNh4lidEqPsKc { top:1.625rem;left:13.25rem;width:16.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLtGWpr9VJNofhiSCu1DnN7yRxLRVMNM { top:3.75rem;left:6.3125rem;width:40.375rem;height:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3slJCioGIDHTVm08DA33EUNO1icViIM { display:block; }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVII9edeHdPGMam2ugE4E1Mimoo61Nii { top:3.1875rem;left:0rem;width:12.5625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEAfl76XAtNDiiN4hBTwIgqUEUEP09Oc { top:1.625rem;left:13.060764312744rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJlLw9yoGF1t15midTTSqtDikepAmWXs { top:3.75rem;left:5.6875rem;width:40.75rem;height:13.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 { display:block; }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbQaV8awgFfF2lfHW310lkmWxLk6Hi1h { top:4.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDyUn2GoyX4S2bGJfDwzD0AMKPtgQa70 { top:6.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCwnG0PAO9KoqcwdSkxlM7zQJkEfTpxI { width:19.3125rem;height:36.8125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI49T3IaTMk3s7oPutdNux4A6rpUEUOk { display:block; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdh0NfesmZUkkTNMnEq4asAxJpySThWk { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq3SkNBvRi0CV9SQihSH8cD7KJ83XGiT { width:6.8125rem;height:6.8125rem;top:2.75rem;left:5.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJLbobKAA3eCqCPh00KKBg4S3tJLbqc3 { width:17.8125rem;height:11.625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPlDFas8Cn7vImyocDxGSxdfEDZWTEVK { width:16.75rem;height:2.5rem;top:26.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhNv8Tiu3RqSMwIsg6FnRUzwma3NqyxK { width:19.375rem;height:36.875rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbrovA7id4wipIUJ4cTcvA030pBSSlBd { width:16.75rem;height:2.5rem;top:31rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnBLF168KrTrDuEArHpP9pSMxwhixFWO { width:17.8125rem;height:18.3125rem;top:11.6875rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd2F3KGCOuRTa89rgH4E24tW7qg9Owcm { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUfggIzW1TwcNIt6C2nbuSnn8QB11pRk { width:6.8125rem;height:6.8125rem;top:2.75rem;left:20.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghKSH4M46TFkgNXqngOr1SfGexObRVZl { width:16.75rem;height:2.5rem;top:26.875rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAUioy2foq22vmfG3T50ten7TCVM2HQG { width:16.75rem;height:11.625rem;top:12.3125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4xTGqEL7pucDtLW87QD8rAlQxoJ1TIx { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrMF8aUheGoDCTF2ZHJ0dS5XFdzn2zU6 { width:6.75rem;height:6.625rem;top:2.8125rem;left:36.046142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5FTJrANPqg5V0sL0FzTzMeRul3gxrC { top:4.5rem;left:10.741455078125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPXiaHv1nMkvVn5Fr7KLhe7BtS3WLoDv { top:4.5rem;left:26.1787109375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVZPdELifAcvb8FB8Qp6MSQ18qJOlC8O { top:4.5rem;left:41.6162109375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ2ZsMUWgPRM61PSgyApwge8lNWWJwZZ { width:13.625rem;height:4.0625rem;top:40.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9oTmgFuPO5EwSgOtX0aknO3ZxS72Q7 { display:block; }
 }@media only screen and (max-width: 763px) { #FFwEMcqed6VT9kTPqFTUAvF4b5oxkMie { width:13.625rem;height:4.0625rem;top:40.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEncFOqFyr9bGmqAoGKaqM3gTbTomghn { display:block; }
 }@media only screen and (max-width: 763px) { #Qq08u3eolFDBbADVpcPUyF1Va2H4O0lM { width:19.375rem;height:36.875rem;top:0rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4NBba54wIhTv6vZCadvRBofT7LFrqCB { width:19.375rem;height:36.9375rem;top:0rem;left:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lONHrMs4Qf9cc4khWC5wgMWdUzet44hA { display:block; }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpSFsT2O4uEPvCWBsPMR98FT8GwQPBwE { top:2.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGqywxxqTMxugSu69MUTFeOIztiq44Sn { display:block; }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOeu62GJciTU0HycTu3ALTikoGKHbTSQ { top:6rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVkAeLvFdaBXGp95AXeD1f5MP3I8yTWA { top:3.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiZA7ZTRnWJu79WTrAs0Afoeu52qToI { top:10rem;left:20.6875rem;width:27.0625rem;height:4.1875rem;font-size:1.1875rem;display:block; }#JRiZA7ZTRnWJu79WTrAs0Afoeu52qToI li:before{  }
 }@media only screen and (max-width: 763px) { #AvXa57TmxRSapFWHp22sbub3w1bshWTi { top:9.125rem;left:2.2490234375rem;width:17.6875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVJZSEIZugrKRugqXmKTZhGPiGVrKLwx { top:2.5625rem;left:0rem;width:47.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 { display:block; }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUQlmq8ceSd46E4En0F2cAPL188RQwCz { top:11.4375rem;left:12.5625rem;width:35.1875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1hw2OnwyrpGS4bmPRtdwgg8g5Tpt0T1 { top:15.375rem;left:13.375rem;width:34.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viqyf9qVfgck7cAEhsvm0Dm7vlaItK7N { top:6.5625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp6sXXcJsKp5DSZ8uQQ1972z2yT2fFWq { top:3.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQaT08voNiwe1f0EzwtM8yVo987siagU { top:12.75rem;left:13rem;width:34.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhxX1UtSRSMTEgfJisWsdyeNeO2uwGyS { top:19.125rem;left:12.5625rem;width:35.1875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkLfWcuULW2JbTSRrvnZZJxtT6ZPocHS { top:20.75rem;left:11.3125rem;width:34.625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffh8XnJBe7hRweFDHSrsmy9tIDNuNv8b { top:23.4375rem;left:12.9375rem;width:34.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBqD1p6mBUtwnu73aGCqVlbKCuOecZBq { top:34.4375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcblB4lUaq5oQgTPE9RHsPSfdd8qeifr { top:12.625rem;left:0rem;width:24.5625rem;height:16.270598189834rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2tGSF1WdrVNMnWQTGHFLbTHl9NSVrxA { top:3.1875rem;left:0rem;width:47.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL { display:block; }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk4PfVIewTMec9crz6K0Zi34bFkoishf { display:block; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCBixLUKREhN0MXde9NC0xkQTRqz0R49 { top:6.125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gddOoTIFGPDknNTGkz5KyHD22xODhtUS { top:2.875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8tGhZgDdWmklgTcctGe2obvyXlBUmTH { top:30.0625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lii5lT8OtJxTikbP6A3fWyc7nfdfmT0a { top:10.1875rem;left:20.75rem;width:24.8125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Bq3mPyl0QnWqZb3Ov4mTVOdwlBlKAe { top:11.3125rem;left:0rem;width:27.0625rem;height:;font-size:1rem;display:block; }#e2Bq3mPyl0QnWqZb3Ov4mTVOdwlBlKAe li:before{  }
 }@media only screen and (max-width: 763px) { #ybT8dFJtwZPaTHqBbxNavxPlqE0ItSIt { top:2.4375rem;left:0rem;width:47.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod { display:block; }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nI1HBfTMGV5X3HovZartbm7mocxlQcm3 { display:block; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcUpGlJTNxwIR0h7Fqemido0p2COHoTW { top:5.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oApHe1tdgTuGlxf1wazPxFRDe5JNyFc4 { top:2.875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt4TGOPqXoSsz7EfPkQuRyhB5IQM9h59 { top:22.375rem;left:0rem;width:32.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCdHHRJkM9ZXmgxV02NZdQJsFkWHL5wV { top:10.4375rem;left:0rem;width:27.0625rem;height:;font-size:1rem;display:block; }#zCdHHRJkM9ZXmgxV02NZdQJsFkWHL5wV li:before{  }
 }@media only screen and (max-width: 763px) { #bGKElfXG39IQrbxDPGlBnPUleCpDZlzl { top:2.5625rem;left:0rem;width:47.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXaKzvW9ZzQuLQTkNDTwpoTfHdP8BF2c { top:9.3125rem;left:22.6875rem;width:25rem;height:16.209880545649rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt { display:block; }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw { display:block; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbs05mxm6tSSQdPREL7FhnEQBHJWDxMo { top:3rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbAHs7O15CJIhdz7rAtXf0g5wpqtIMl { top:26.4375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TvnfOZm3zFNy3Cd8EOis0B2lQOXoSC { top:7.625rem;left:22.6875rem;width:25.0625rem;height:17.020082955631rem;display:block; }
 }@media only screen and (max-width: 763px) { #FImRBfxOQA4TN8TySoqugixi79LBAcXx { top:8.1875rem;left:0rem;width:28.8125rem;height:;font-size:1rem;display:block; }#FImRBfxOQA4TN8TySoqugixi79LBAcXx li:before{  }
 }@media only screen and (max-width: 763px) { #BQ1soEAXJtUbzMUAaGz0CV7UnZAlT4Jv { top:2.4375rem;left:0rem;width:47.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxPkTZPCk19HGG24UTQkVCwMNctxEeqB { display:block; }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdTi3005mbQU8l4zw5OCyJJlTMVilxBW { top:11rem;left:0rem;width:26.875rem;height:;font-size:1rem;display:block; }#VdTi3005mbQU8l4zw5OCyJJlTMVilxBW li:before{  }
 }@media only screen and (max-width: 763px) { #INmBUXI5lW4tZWe7moefrowI5xUsAXfd { top:3.125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkn7Nyft1WRA1DJ8UfNo3HJKZ86aIIFh { top:26rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDCZ3lK9BqBHDpdCEL6KnDnZqW27RriU { top:2.5625rem;left:0rem;width:47.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKa0CzUPsTBxWynEiGs4v9QWxTpc4Gv4 { top:8.5rem;left:23.9375rem;width:23.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POEQiKHfCCw6lkDXDa8wDwJPDeayVaf0 { top:5.9375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N71mozAfHtUyvadTt9HLmQKpqdhaLDql { display:block; }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW { display:block; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgdcA80v0eyvE87FA6HtwWRoix8ORn2B { top:2.5625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxxNGA9Sv8zSl17Helq5bZISLtpUB3Dp { top:12.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wur45kLSZVl8TkAubellxTF2L29mTksR { top:20.5625rem;left:6.28125rem;width:35.1875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy { display:block; }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESbMHXWfWr65QKcmNKphH7oMXcC4GDt2 { top:3.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no { display:block; }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACm0Ho5WfSbdliPevaxvkbcUK53txh1k { top:1.4375rem;left:4.5625rem;width:39.9375rem;height:57.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaBwIRT77sbcQC99fsry5KoxtfwO9LU { top:53.6875rem;left:12.000003814698rem;width:26.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi4gpIkW7zi8RZJ6T3Usr7L3OPJ6kOmi { top:54.625rem;left:20.5625rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kOtro2LfA8RuZIH6lm3Uu3CUMqZkNc { width:22.5rem;height:4.0625rem;top:48.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlS4DFzA5bR9Pe7fBw3aU5vfptgEhQc { display:block; }
 }@media only screen and (max-width: 763px) { #eygSktgKJEzDpSPmwnGNWnsdXHkJuKC3 { top:47.6875rem;left:15rem;width:25.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke9D6Mzf1Jc5uUu4H2IVIEBZIfzJ7r41 { width:22.5rem;height:4.0625rem;top:43.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDS5F8q8yrV0TNPuPfxE9y2iLwaeuLHU { display:block; }
 }@media only screen and (max-width: 763px) { #lPRiTucNuxl0TE36UOodU951JwiHtu2B { top:12.9375rem;left:7.6875rem;width:33.0625rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR8AIAZW2sN1VIhU6zqiBedXGE7tkxfq { top:15.125rem;left:9.8125rem;width:27.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB5BEK6INJW9SgXhKwAviNthTZJbmNlS { top:16.6875rem;left:24.25rem;width:2.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ0BPUgFZb3kEFTmSH88mJe4x5znHXPd { top:21.125rem;left:6.875rem;width:33.5rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnisESLem5Qk5kwb9TIUQ2nOTvv7xpTT { top:23.3125rem;left:7.125rem;width:33.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtN9stT3r9JZEuGaA8xRPz9vkT8G9oMb { top:18.8125rem;left:7.1875rem;width:33.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRgfUnrZpo9qEwTTaGsBRsDao9QEeT9i { top:25.6875rem;left:24rem;width:2.1875rem;height:2.1276580962862rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8Itc4VvoiswUJPu7HIowlwfF6NpGCla { top:28rem;left:12.25rem;width:25.4375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Wq19LHR0HOAfMf4S0BTTe0Dqxkv8y9 { top:30.0625rem;left:11rem;width:26.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0BwJS5zoe7gwWPQZuntBtg2NH4LrMnB { top:34.625rem;left:12.3125rem;width:25.4375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epFzRwRNns2HJyFFmo6EazutNvukX7wJ { top:32.5rem;left:24.25rem;width:2.1875rem;height:2.1276580962862rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXp6T6Tqp3FETmnDGNoALeqIUr0oWy6 { top:39.6875rem;left:12.3125rem;width:25.4375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLzanb2MKveIgu75pT63edzJo1skFJ8T { top:37.6875rem;left:24.25rem;width:2.1875rem;height:2.1276580962862rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCS8xvVwrL6iZCOC5TCzAQIWn9FeDxO { top:10.875rem;left:7rem;width:33.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSB2DMoMJw0VhLrDi7Frcnyp4UOkTsBP { top:0.9375rem;left:4.4375rem;width:40.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQkENyKco0bXhXPFM73bEAveKfaD5QbB { top:8.6875rem;left:24.25rem;width:2.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #id1XhOTFmOENLLPTbDSsxcnWBBeBP6IP { top:3.6875rem;left:13.000003814698rem;width:9.5625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBw1GGLlEs0kd2FlyXvi2gxlJSNhpBRb { top:2.1875rem;left:20.562503814698rem;width:15.375rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnTNqlihVkUuJKXpl6eD6g0H4HbMMyT0 { top:1.4375rem;left:37.9375rem;width:5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgfyNOScZVn3vHw8OrVoQsXqmLieTzZc { top:2.875rem;left:38.1875rem;width:4.625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL4qc37DJAp4HRNTBVwbyrEnvF4l6h8d { top:6.8125rem;left:17.4375rem;width:15.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW { display:block; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrpeJFhCOlbhqGLT9VrXPTZIuzg4qfD7 { top:3.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS51EqbKBa3ha0yaLpKdUadqJuy1bzci { top:11.1875rem;left:0rem;width:24.3125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5FsUii1IDdpX0rcKmE0bBTGM0QyipXI { top:15.375rem;left:0rem;width:25.3125rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWZAewAfbMXCGwUMTI5Cx6CA06KpnJOl { top:34.5rem;left:0rem;width:23.8125rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0g5kI5us6LlD9EH6TQIFm6luRx7bVhz { top:38.125rem;left:0rem;width:26.625rem;height:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9T2059biltZbACi77FTXaBg1ViRyNLw { top:11.1875rem;left:20.9375rem;width:26.8125rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoG9lgqW7sV9PDrr6V2vJsEmzWA9aiN9 { top:14.625rem;left:19.1875rem;width:28.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZJE6PbQINCvrwfLAsQdThwrTdVxT1Cp { top:18.9375rem;left:23.3125rem;width:24.4375rem;height:;font-size:0.9375rem;display:block; }#tZJE6PbQINCvrwfLAsQdThwrTdVxT1Cp li:before{  }
 }@media only screen and (max-width: 763px) { #BAqHghTyqHxT6xJvRFVK1NMNFDbggrcw { top:34.5rem;left:23.375rem;width:24.375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Ar1DtO0Zc2f1ZuM6TpaoNvDkpWwEJd { top:38.125rem;left:20.25rem;width:27.5rem;height:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfuMVLcrMGktWuiTex3yAPUiMAFJtpE { top:10.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd7ABOmZIyTPW0fkDgRRkhRqBIU4hJ3A { top:10.375rem;left:23.187335968017rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuJbUsMV45To4cBFCHK9R1Pk81ksli8H { top:33.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktzUInz05DdsGVlWnonhuBVAFV5oLGeT { top:33.6875rem;left:23.749675750733rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozvCSST48DeS4onHb8A4mAqGIZhDNVs { width:28.0625rem;height:23rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERN19Ix6tiryaPXPQELTHeAMEX98vlLZ { width:30.125rem;height:23rem;top:9.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOkhBiFdnXQwPhdetCklDnQmwoc9zlqc { width:30.1875rem;height:26.0625rem;top:33.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHbIKoTT6ahzoiGsexduacTezfO7rD5B { width:28.1875rem;height:26.25rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEi3T3CwWf6D6F1dmgKMsX6nni3uhAJO { display:none; }
 }@media only screen and (max-width: 763px) { #rlyp9yWgVhHI9TazRQymhP31eTEg12wq { display:none; }
 }@media only screen and (max-width: 763px) { #ldqaW71AhKJnTcsPFo1rnGT79IJcdB8R { display:none; }
 }@media only screen and (max-width: 763px) { #IUNF7CdGBJF0vmtrsdrvoxZyJNWCDeGL { display:none; }
 }@media only screen and (max-width: 763px) { #spgncaPCrGcAMk9hhIlu3TDNomubgseI { display:block; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFlx2xt4eDN3an5mxBXURBIlz0Z6zF4P { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sVwQtyLLU0sOKQvvFFUA4elOx4ekUUT6 { width:3.125rem;height:3.125rem;top:24.125rem;left:8.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKKS3o09J8xrh6ZDDKPFIzpGGX30cKIF { width:2.8125rem;height:2.8125rem;top:19.125rem;left:8.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwcuF5yVZMQnR5BqEtR2ESNIAH8hKz64 { width:28.125rem;height:2.875rem;top:23.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewaoB7zLCkF0iJha6ZLA428NbaT0Lhp8 { width:28.125rem;height:2.875rem;top:23.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geIW7DkTkK0vBo5flHJiTiABXOPMuOHI { width:3.125rem;height:3.125rem;top:24.125rem;left:8.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGykXcDeZ78g4yZgDJuhTQ488ehGulSa { width:28.125rem;height:2.875rem;top:23.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { display:block; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { top:3.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S1DzszriabMAolCTOvPNx5x8odPboT0E { display:block; }#S1DzszriabMAolCTOvPNx5x8odPboT0E > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swL8O36mhmcJdNgoK3IPFOHLEkZ31RTK { width:20rem;height:0.099609375rem;top:0rem;left:0rem;font-size:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgIxdsIA8GCdyRmZivRNCtpJQM9hHWQJ { width:6.3115rem;height:2.624025rem;top:0.6240234375rem;left:6.8427734375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XlOBv15VXe0qRcl4fZrBiHwzC0iIg8oQ { display:block; }
 }@media only screen and (max-width: 763px) { #UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container { background-color: transparent; background-image: none; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container > .video-iframe-container { display: none; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row > .video-iframe-container { display: none; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .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); }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container { border-width: 0; border-radius: 0; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQOXKpHv8MZV2FuGMebJnPh0gqaJOO8z > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U87dtWWxIfMyp38Xlrp28TmoniITKBCx { width:20rem;height:4.375rem;top:3.640625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SItbGfufGJHhiGhgweXFQ2erLceZVJ0l { width:18.6230625rem;height:3.249025rem;top:26.3056640625rem;left:0.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #BtnQhA3QVubMbWvMmfmgHJtmgOUgAU4a { display:block; }
 }@media only screen and (max-width: 763px) { #vr30s9XlzJ8WJXUZaZwK23OX2VuG9owi { width:20rem;height:1.69921875rem;top:6.978515625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLcU1zi5ANGsFxXuccKh03OQrbSt8f6q { width:20rem;height:1.5rem;top:1.1246747970581rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJsL67T8va2TuQMT81ndkvXI5PZVq6At { width:20rem;height:20rem;top:36.4853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrLIwVPQZiEsw4tJvABb8qcfSv8DU5b { width:20rem;height:15.59766875rem;top:9.478515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrTk6a4upbtLskydfRGOw5wBv9Hks920 { width:14.310546875rem;height:2.5rem;top:33.4296875rem;left:2.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLvxWNz40RukTcXOxg8yivkaEQoHhuw { width:20rem;height:1.13671875rem;top:31.0546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRzdHUguG9QoN0zx97ZGdhPhisAWHELN { display:block; }#pRzdHUguG9QoN0zx97ZGdhPhisAWHELN > .row .container { width:20rem;height:32.5224609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfQSU8k3uTi9yZnaHrtIqW2KwvkGXpQk { width:19.9985625rem;height:1.4375rem;top:31.085070610046rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTwwkhhqMRSbSoqzO2OB2M5NHOZc5P7 { width:19.9985625rem;height:8.796875rem;top:2.4348959922791rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeQdOye0wcXyzHeI25lpbXxLTQ5sOVKX { width:3.06206875rem;height:3.06206875rem;top:10.583767501637rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWHbbVlQv2S10NNLvkwAaLNNStzlgsvg { width:3.06206875rem;height:3.06206875rem;top:20.041233627126rem;left:16.937935590744rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC4yKgqNITHeCsFeO2B0zi9HQiuB2KqZ { width:19.99925rem;height:9.8964875rem;top:13.585067749024rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBV9SbGVANmXmQhycPwHeKPhfzdxBbTO { width:19.99925rem;height:6.5976625rem;top:23.665365783497rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t { display:block; }#IcXMiDaBGDHKwyFccUlStnBh3EqJ7i4t > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIzxUEMX8FJIXGTzCvSTlklnwZMTxvNR { width:19.99825rem;height:3.8984375rem;top:5.7508678436279rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbQVp1mrqyhE7EDmxS68ZM6ROd2ro7b8 { width:19.999125rem;height:2.11230625rem;top:3.3706600666046rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS { display:block; }#rSh0qPk8ZswBTld6WmyzIWF4R78cEXaS > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foZzGVzDEkIVStVCGCTCoHLxurEaGrBn { width:20rem;height:1.8369125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n9v5a578EsywR1r4bTX1MvUCJhk6TvRI { width:20rem;height:3.4375rem;top:3.74609375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PADvEe0bHfdMznhBZT8072TNstvE4FVO { display:block; }#PADvEe0bHfdMznhBZT8072TNstvE4FVO > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXzehn4EehfMZ08TTueLLSxwWRiMJOOm { width:2.5rem;height:2.5rem;top:2.205078125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGRfSKZg4huTp7noyOzdPVNXoA9QWNvc { width:17.5625rem;height:4.875rem;top:2.7050857543945rem;left:2.4999999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJeJHcL2zo2ITsPCwQpRgaHHBTVf2Dw9 { width:2.5rem;height:2.5rem;top:8.6238603591919rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4p2kdKN17eLfIRlR7gxuoF79D3JHzgq { width:12.3125rem;height:0;top:24.4375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJmnMpqWOFMvWfJoilNuNr25Rtm2zSF { width:2.499275rem;height:2.499275rem;top:15.574362516403rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVRB0fhC3DCZQahER9fcZdQKKPkSw0Qr { width:17.375rem;height:4.875rem;top:9.2488603591919rem;left:2.4998371005058rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAeeikXrIs1D5dMT9C1NGaPs1volXep6 { width:17.49925rem;height:3.65625rem;top:15.575086593628rem;left:2.5014469623566rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB9GIkL3rdXDZIPwcHelfH3TIg83yB9y { width:17.4370625rem;height:4.875rem;top:20.782697439194rem;left:2.5629341602326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV6rcd7UeNwuTz0yxuO274EaxD2En08H { width:17.0621875rem;height:4.875rem;top:25.373533904552rem;left:2.4999999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJKwz9xu9aVytgTcoVfKTmRKJDoGIkDg { width:17.375rem;height:3.65625rem;top:31.654459655285rem;left:2.4999999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAyfnqaBTRQxKDyyZUDfVb9XRG6Qfh0k { width:17.625rem;height:4.875rem;top:37.093098342419rem;left:2.4999999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1VQZBkxLPTkrTP783TwalJTtOI4Whga { width:2.5rem;height:2.5rem;top:20.562010467052rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VybmU8gEF3ruQ3S6qcQgI9BoRWxyOnl5 { width:2.5rem;height:2.5rem;top:24.811848342419rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiDZKOl8OWwNc14lw5xhlPx2ZasaMk2f { width:2.5rem;height:2.5rem;top:31.091959655285rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTlbU7rDL8LJ2p3iCDbAETeGwobk2NQ0 { width:2.5rem;height:2.5rem;top:36.468098163605rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyXmkVuc7bZESCBi0NxsmgsfQuyrS86K { width:16.4371875rem;height:2.4375rem;top:49.073892593384rem;left:2.4999999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPvO7a8HpHo0ywZRi3pHWEddBMh2ndz { width:17.1875rem;height:6.09375rem;top:43.699542999267rem;left:2.4999999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUMhyrVTaEJM9TW87auiDabbHRDQWso8 { width:16.9365rem;height:3.65625rem;top:53.778936386108rem;left:2.497829914093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXTSlLLyVJMwfXi3V4AOg1CQ0PZUHKF { width:2.5rem;height:2.5rem;top:43.137210845948rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc1qVX80TON8UT3uiTz6zIr099IKsTdP { width:2.5rem;height:2.5rem;top:48.512042999267rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRv5VPHxHihS5JnnMuIE42czVVQ3rpD7 { width:2.5rem;height:2.5rem;top:53.528945922851rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLCUnRcUStcxgZSFwii2TUvIi7mtwrTy { width:2.499275rem;height:2.499275rem;top:59.402925491333rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PviKJfV1CkGgFOILmgNzubChyfrLuBEZ { width:17.7495625rem;height:7.3125rem;top:59.777925491333rem;left:2.2504341602326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi { display:block; }#rGLo4Q1VcEw8fW4LPuCM6XRvZrI9SOEi > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJpgZFkEga0yG6i1bngIRcufOkxTq49b { width:20rem;height:1.75rem;top:1.37109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NuQoyg6K3XGnwWifTbwGMJaJch6olCEo { width:20rem;height:1.875rem;top:3.43359375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 { display:block; }#SEEU7qr9ta9WTvDtmHlgd9K4buG5mzF3 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlIIaBVA76FXXT0oOo26Xwg0OiEccll6 { width:2.4375rem;height:2.4375rem;top:1.484375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLT51BZC5QspqD0whCmvbnFW5cNuk90a { width:17.6875rem;height:3.65625rem;top:1.859375rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS { display:block; }#vUiVJSbArK8Usvhxyzst1lJoWc4PtUxS > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR7KVCaSseGRIaRamXDVfrTGy6BnMotM { width:2.5rem;height:2.5rem;top:12.25rem;left:0.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyfTTpTFhefQlccTpJmfLJwfGLeU6blT { width:17.3125rem;height:3.65625rem;top:12.75rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U17TNcNsme16VhLrSviH8t0Hk33cNmsF { width:2.5rem;height:2.5rem;top:17.6875rem;left:0.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWhB0PWLS33tyFyMqL6RPeec5Q8CV1AH { width:12.3125rem;height:0;top:48rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etLJwo3NLVNucJE9S8Dh702nWOKs2qSU { width:2.5rem;height:2.5rem;top:21.9375rem;left:0.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceG4rBaw4alMhi6fnA6erHmllc1QRss2 { width:16.936875rem;height:2.4375rem;top:18rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtOyuWCVu8lhKfrvV3iVoESXeOsuavg4 { width:17.25rem;height:4.875rem;top:22.3125rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8eIF73iUmPBfappLuqPAuikBkvdqHe { width:2.5rem;height:2.5rem;top:43.6875rem;left:0.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl5AP52vutWRWSA7seTF9WRoZGiKQg42 { width:17.4375rem;height:13.40625rem;top:44.125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RghbUtyITSRx46KUJG9OBKmlfigpJ7zc { width:17.4373125rem;height:3.65625rem;top:7rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwqeIN42GrgrSzUgV5wXzNGszTK4UVRm { width:2.499275rem;height:2.499275rem;top:6.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQUSP4RTGGwVuu3O4bdVh8ErqXlcUlFF { width:17.374125rem;height:3.65625rem;top:26.625rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SaGoWxHg2hUMOUFKIrL2JkAZtHaFCQ { width:2.499275rem;height:2.499275rem;top:26rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEon4X3Z2fZwiB6aPGTlJtfZstSFub1c { width:2.561525rem;height:2.561525rem;top:58.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aad0GcHCccNVyVma8SLqkDrahNIDCq9m { width:17.4355625rem;height:2.4375rem;top:59.1875rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFsNkdTJWzDo7rsuHTcNEnFEbTiipnGP { width:2.4375rem;height:2.4375rem;top:0.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtHtQfVtTS4qkAo7GDiPiGuAh5ka2Nav { width:17.1875rem;height:3.65625rem;top:1.375rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKkQ9ktEuwRzXETFI6hTw0mtvHdRHPM { width:2.5rem;height:2.5rem;top:31.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgAD5MidQCN2IqKUdoDyMLeWQ0QmSaH3 { width:17.1875rem;height:3.65625rem;top:32.4375rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuh5xH9nN4UVn1OgNpxCfAvfWWh7Xiys { width:2.5rem;height:2.5rem;top:37.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ6J8soCnqqEiUegEcMPaXQpKMx7fmDQ { width:17.3125rem;height:3.65625rem;top:38.3125rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ { display:block; }#y8Ee0MG8yQK8foiX0ar1Ssc2kMTGw5QZ > .row .container { width:20rem;height:6.162109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoLpWcJPga6BWR1BhdSEUU8EUVBvOffZ { width:20rem;height:2.11230625rem;top:2.2118053436279rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbfah0kwNzt4ScCkygOclSZWeqroAzt8 { width:20rem;height:1.70605625rem;top:4.4748229980469rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ { display:block; }#vrTQ1Il9ESIdZhXQyVSaQaSWhMkgTFyQ > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyEHsxlhtB2NeugPIQB1nEdaucZIxX16 { width:12.4375rem;height:13.3125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhEdbAMFJ5gfOJGrhdTCNh4lidEqPsKc { width:12.5rem;height:1.4619125rem;top:15.25rem;left:3.7500002384186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLtGWpr9VJNofhiSCu1DnN7yRxLRVMNM { width:19.0625rem;height:15.84375rem;top:17.816840648651rem;left:0.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3slJCioGIDHTVm08DA33EUNO1icViIM { display:block; }#T3slJCioGIDHTVm08DA33EUNO1icViIM > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVII9edeHdPGMam2ugE4E1Mimoo61Nii { width:12.5625rem;height:11.8125rem;top:2.8098955154419rem;left:3.9687502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEAfl76XAtNDiiN4hBTwIgqUEUEP09Oc { width:20rem;height:1.4619125rem;top:15.061631202697rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJlLw9yoGF1t15midTTSqtDikepAmWXs { width:18.5rem;height:19.5rem;top:17.005187988281rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 { display:block; }#HWZ8BIIEsiz0ULpovHiZ6tWDq3ceFw01 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbQaV8awgFfF2lfHW310lkmWxLk6Hi1h { width:19.99925rem;height:1.8681625rem;top:1.1233959197998rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDyUn2GoyX4S2bGJfDwzD0AMKPtgQa70 { width:19.99925rem;height:2.69921875rem;top:3.3150939941406rem;left:0rem;font-size:1.5rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #mCwnG0PAO9KoqcwdSkxlM7zQJkEfTpxI { width:19.5621875rem;height:0.124511875rem;top:7.0011386871337rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #yI49T3IaTMk3s7oPutdNux4A6rpUEUOk { display:block; }#yI49T3IaTMk3s7oPutdNux4A6rpUEUOk > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdh0NfesmZUkkTNMnEq4asAxJpySThWk { width:7.5625rem;height:7.5625rem;top:2.937255859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq3SkNBvRi0CV9SQihSH8cD7KJ83XGiT { width:6.6875rem;height:6.75rem;top:3.49951171875rem;left:6.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJLbobKAA3eCqCPh00KKBg4S3tJLbqc3 { width:16.75rem;height:13.59375rem;top:11.74951171875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPlDFas8Cn7vImyocDxGSxdfEDZWTEVK { width:16.75rem;height:2.125rem;top:26.950522422791rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhNv8Tiu3RqSMwIsg6FnRUzwma3NqyxK { width:19.375rem;height:28.75rem;top:1.375rem;left:0.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wbrovA7id4wipIUJ4cTcvA030pBSSlBd { width:16.75rem;height:2.125rem;top:62.625040054319rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnBLF168KrTrDuEArHpP9pSMxwhixFWO { width:16.75rem;height:20.390625rem;top:41.25rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pd2F3KGCOuRTa89rgH4E24tW7qg9Owcm { width:7.5625rem;height:7.5625rem;top:32.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUfggIzW1TwcNIt6C2nbuSnn8QB11pRk { width:6.6875rem;height:6.6875rem;top:33rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghKSH4M46TFkgNXqngOr1SfGexObRVZl { width:16.75rem;height:2.125rem;top:90.9375038147rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAUioy2foq22vmfG3T50ten7TCVM2HQG { width:17.75rem;height:11.8945rem;top:77.625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4xTGqEL7pucDtLW87QD8rAlQxoJ1TIx { width:7.5625rem;height:7.5625rem;top:68.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrMF8aUheGoDCTF2ZHJ0dS5XFdzn2zU6 { width:6.8125rem;height:6.8125rem;top:69.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5FTJrANPqg5V0sL0FzTzMeRul3gxrC { width:3.125rem;height:3.125rem;top:3.68798828125rem;left:11.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPXiaHv1nMkvVn5Fr7KLhe7BtS3WLoDv { width:3.125rem;height:3.125rem;top:69.375rem;left:11.25rem;font-size:2.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #CVZPdELifAcvb8FB8Qp6MSQ18qJOlC8O { width:3.125rem;height:3.125rem;top:33.25rem;left:11.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ2ZsMUWgPRM61PSgyApwge8lNWWJwZZ { width:13.562rem;height:2.8125rem;top:97.352695465088rem;left:3.2177733778954rem;z-index:15011;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl9oTmgFuPO5EwSgOtX0aknO3ZxS72Q7 { display:block; }
 }@media only screen and (max-width: 763px) { #FFwEMcqed6VT9kTPqFTUAvF4b5oxkMie { width:13.562rem;height:3.125rem;top:101.79035949707rem;left:3.2177733778954rem;z-index:15011;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEncFOqFyr9bGmqAoGKaqM3gTbTomghn { display:block; }
 }@media only screen and (max-width: 763px) { #Qq08u3eolFDBbADVpcPUyF1Va2H4O0lM { width:19.375rem;height:34.5rem;top:31.423572540283rem;left:0.25rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #o4NBba54wIhTv6vZCadvRBofT7LFrqCB { width:19.375rem;height:27.9375rem;top:66.988716125487rem;left:0.3125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #lONHrMs4Qf9cc4khWC5wgMWdUzet44hA { display:block; }#lONHrMs4Qf9cc4khWC5wgMWdUzet44hA > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpSFsT2O4uEPvCWBsPMR98FT8GwQPBwE { width:20rem;height:3.8984375rem;top:1.1875rem;left:0rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yGqywxxqTMxugSu69MUTFeOIztiq44Sn { display:block; }#yGqywxxqTMxugSu69MUTFeOIztiq44Sn > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOeu62GJciTU0HycTu3ALTikoGKHbTSQ { width:20rem;height:1.54296875rem;top:5.6029663085938rem;left:0rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JVkAeLvFdaBXGp95AXeD1f5MP3I8yTWA { width:20rem;height:1.4433625rem;top:1.4623413085938rem;left:0rem;font-size:1.3125rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JRiZA7ZTRnWJu79WTrAs0Afoeu52qToI { width:18.5625rem;height:3.7109375rem;top:20.447265625rem;left:1.4375rem;font-size:1.1875rem;display:block; }#JRiZA7ZTRnWJu79WTrAs0Afoeu52qToI li:before{  }
 }@media only screen and (max-width: 763px) { #AvXa57TmxRSapFWHp22sbub3w1bshWTi { width:20rem;height:13.11525rem;top:5.6025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVJZSEIZugrKRugqXmKTZhGPiGVrKLwx { width:20rem;height:3.3115234375rem;top:0.5244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 { display:block; }#z6IeeTtePwSfqiLRb0ufkZWpdaxlgkZ0 > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUQlmq8ceSd46E4En0F2cAPL188RQwCz { width:20rem;height:1.37514375rem;top:27.14404296875rem;left:0rem;font-size:1.375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1hw2OnwyrpGS4bmPRtdwgg8g5Tpt0T1 { width:19.9990234375rem;height:2.4375rem;top:31.9736328125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viqyf9qVfgck7cAEhsvm0Dm7vlaItK7N { width:20rem;height:2.923825rem;top:8.164794921875rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sp6sXXcJsKp5DSZ8uQQ1972z2yT2fFWq { width:16.4375rem;height:3.0234375rem;top:3.2578125rem;left:1.78125rem;font-size:1.375rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RQaT08voNiwe1f0EzwtM8yVo987siagU { width:20rem;height:3rem;top:28.974540710449rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qhxX1UtSRSMTEgfJisWsdyeNeO2uwGyS { width:20rem;height:1.37514375rem;top:37.268390655517rem;left:0rem;font-size:1.375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkLfWcuULW2JbTSRrvnZZJxtT6ZPocHS { width:20rem;height:1.5rem;top:38.985527038574rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ffh8XnJBe7hRweFDHSrsmy9tIDNuNv8b { width:19.99925rem;height:2.4375rem;top:40.90177154541rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBqD1p6mBUtwnu73aGCqVlbKCuOecZBq { width:19.873046875rem;height:1.3808625rem;top:46.87890625rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZcblB4lUaq5oQgTPE9RHsPSfdd8qeifr { width:20rem;height:13.2486875rem;top:11.894530296326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2tGSF1WdrVNMnWQTGHFLbTHl9NSVrxA { width:20rem;height:3.875rem;top:2.832763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL { display:block; }#zSX0ZLpVoirsBQGFeepP7TCQTbO2KlLL > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk4PfVIewTMec9crz6K0Zi34bFkoishf { display:block; }#vk4PfVIewTMec9crz6K0Zi34bFkoishf > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCBixLUKREhN0MXde9NC0xkQTRqz0R49 { width:20rem;height:1.3808625rem;top:6.2272148132324rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gddOoTIFGPDknNTGkz5KyHD22xODhtUS { width:19.625rem;height:3.4121125rem;top:1.3125rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p8tGhZgDdWmklgTcctGe2obvyXlBUmTH { width:19.9985625rem;height:2.5996125rem;top:43.700777053833rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lii5lT8OtJxTikbP6A3fWyc7nfdfmT0a { width:20rem;height:13.349625rem;top:10.855305194855rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Bq3mPyl0QnWqZb3Ov4mTVOdwlBlKAe { width:19.25rem;height:16.797875rem;top:25.486328125rem;left:0.6875rem;font-size:1rem;display:block; }#e2Bq3mPyl0QnWqZb3Ov4mTVOdwlBlKAe li:before{  }
 }@media only screen and (max-width: 763px) { #ybT8dFJtwZPaTHqBbxNavxPlqE0ItSIt { width:20rem;height:3.625rem;top:1.25rem;left:0rem;background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod { display:block; }#TTeAeONCJ2HEoKEiLRR3Fe4hRvmvnXod > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nI1HBfTMGV5X3HovZartbm7mocxlQcm3 { display:block; }#nI1HBfTMGV5X3HovZartbm7mocxlQcm3 > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcUpGlJTNxwIR0h7Fqemido0p2COHoTW { width:20rem;height:2.11230625rem;top:9.61376875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oApHe1tdgTuGlxf1wazPxFRDe5JNyFc4 { width:20rem;height:1.7871125rem;top:2.625rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bt4TGOPqXoSsz7EfPkQuRyhB5IQM9h59 { width:19.9985625rem;height:1.3808625rem;top:34.324369430542rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zCdHHRJkM9ZXmgxV02NZdQJsFkWHL5wV { width:19.06175rem;height:12.2734375rem;top:20.649595499039rem;left:0.46802663803101rem;font-size:1rem;display:block; }#zCdHHRJkM9ZXmgxV02NZdQJsFkWHL5wV li:before{  }
 }@media only screen and (max-width: 763px) { #bGKElfXG39IQrbxDPGlBnPUleCpDZlzl { width:20rem;height:3.312175rem;top:1.853515625rem;left:0rem;background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VXaKzvW9ZzQuLQTkNDTwpoTfHdP8BF2c { width:19.99925rem;height:12.9673125rem;top:6.2145586013794rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt { display:block; }#R0wa9SXLMp82VGJeKtfQG7sKtSXDSEbt > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw { display:block; }#GCwpawT2dDlD0Gcd9SmTTJ5ix6WO2fDw > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbs05mxm6tSSQdPREL7FhnEQBHJWDxMo { width:20rem;height:3.4121125rem;top:1.69677734375rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cvbAHs7O15CJIhdz7rAtXf0g5wpqtIMl { width:17.5615rem;height:2.4375rem;top:43.74609375rem;left:1.2177734375rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y5TvnfOZm3zFNy3Cd8EOis0B2lQOXoSC { width:19.99925rem;height:13.5821875rem;top:7.3733959198rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FImRBfxOQA4TN8TySoqugixi79LBAcXx { width:19.375rem;height:19.347625rem;top:22.5rem;left:0.625rem;font-size:1rem;display:block; }#FImRBfxOQA4TN8TySoqugixi79LBAcXx li:before{  }
 }@media only screen and (max-width: 763px) { #BQ1soEAXJtUbzMUAaGz0CV7UnZAlT4Jv { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KxPkTZPCk19HGG24UTQkVCwMNctxEeqB { display:block; }#KxPkTZPCk19HGG24UTQkVCwMNctxEeqB > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdTi3005mbQU8l4zw5OCyJJlTMVilxBW { width:19.3125rem;height:9.723625rem;top:24.078125rem;left:0.625rem;font-size:1rem;color:#000000;display:block; }#VdTi3005mbQU8l4zw5OCyJJlTMVilxBW li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#VdTi3005mbQU8l4zw5OCyJJlTMVilxBW li:before{  }
 }@media only screen and (max-width: 763px) { #INmBUXI5lW4tZWe7moefrowI5xUsAXfd { width:19.99925rem;height:3.298825rem;top:2.1867923736573rem;left:0rem;font-size:1.5rem;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Gkn7Nyft1WRA1DJ8UfNo3HJKZ86aIIFh { width:19.997375rem;height:2.76171875rem;top:35.799480438233rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aDCZ3lK9BqBHDpdCEL6KnDnZqW27RriU { width:20rem;height:4.75rem;top:1.47265625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cKa0CzUPsTBxWynEiGs4v9QWxTpc4Gv4 { width:19.7496875rem;height:13.12425rem;top:9.7164359092712rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POEQiKHfCCw6lkDXDa8wDwJPDeayVaf0 { width:19.997375rem;height:1.3808625rem;top:6.88671875rem;left:0rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #N71mozAfHtUyvadTt9HLmQKpqdhaLDql { display:block; }#N71mozAfHtUyvadTt9HLmQKpqdhaLDql > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW { display:block; }#XkFexKvSWKUkI3p9T26JgV2W8MAMCdpW > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgdcA80v0eyvE87FA6HtwWRoix8ORn2B { width:19.3735625rem;height:5.84765rem;top:2.4348611831665rem;left:0.31177657842636rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wxxNGA9Sv8zSl17Helq5bZISLtpUB3Dp { width:19.9980625rem;height:5.11816875rem;top:10.373046875rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wur45kLSZVl8TkAubellxTF2L29mTksR { width:20rem;height:10.230905861456rem;top:17.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy { display:block; }#bAeE7IpwtXgqhGOFPzwkgPvwuziG3lTy > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESbMHXWfWr65QKcmNKphH7oMXcC4GDt2 { width:20rem;height:3.25rem;top:2.8173828125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no { display:block; }#dWeKPTMCGLLCEtfHQlzVZ4UkTyuIe9no > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACm0Ho5WfSbdliPevaxvkbcUK53txh1k { width:20rem;height:57.875rem;top:0.8623046875rem;left:0rem;z-index:14973;display:block; }
 }@media only screen and (max-width: 763px) { #CaaBwIRT77sbcQC99fsry5KoxtfwO9LU { width:20rem;height:2.4375rem;top:56.2373046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi4gpIkW7zi8RZJ6T3Usr7L3OPJ6kOmi { width:12.5rem;height:1.29980625rem;top:54.9375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kOtro2LfA8RuZIH6lm3Uu3CUMqZkNc { width:19rem;height:4.0625rem;top:50.9375rem;left:0.5rem;z-index:15011;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlS4DFzA5bR9Pe7fBw3aU5vfptgEhQc { display:block; }
 }@media only screen and (max-width: 763px) { #eygSktgKJEzDpSPmwnGNWnsdXHkJuKC3 { width:19.4375rem;height:1.13671875rem;top:47.25rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke9D6Mzf1Jc5uUu4H2IVIEBZIfzJ7r41 { width:19rem;height:4.0625rem;top:42.4375rem;left:0.5rem;z-index:15011;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDS5F8q8yrV0TNPuPfxE9y2iLwaeuLHU { display:block; }
 }@media only screen and (max-width: 763px) { #lPRiTucNuxl0TE36UOodU951JwiHtu2B { width:20rem;height:1.2744125rem;top:12.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qR8AIAZW2sN1VIhU6zqiBedXGE7tkxfq { width:20rem;height:2.4375rem;top:14.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB5BEK6INJW9SgXhKwAviNthTZJbmNlS { width:2.25rem;height:2.1875rem;top:19.5546875rem;left:0.375rem;font-size:1.5rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #iJ0BPUgFZb3kEFTmSH88mJe4x5znHXPd { width:20rem;height:1.2744125rem;top:20.84375rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VnisESLem5Qk5kwb9TIUQ2nOTvv7xpTT { width:20rem;height:2.4375rem;top:22.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtN9stT3r9JZEuGaA8xRPz9vkT8G9oMb { width:17.8125rem;height:1.25rem;top:19.125rem;left:2.1875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LRgfUnrZpo9qEwTTaGsBRsDao9QEeT9i { width:2.1875rem;height:2.12695rem;top:26.8740234375rem;left:2.25rem;font-size:1.4375rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #G8Itc4VvoiswUJPu7HIowlwfF6NpGCla { width:12.9375rem;height:2.5rem;top:26.8740234375rem;left:3.53125rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #p8Wq19LHR0HOAfMf4S0BTTe0Dqxkv8y9 { width:20rem;height:1.21875rem;top:30.078125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0BwJS5zoe7gwWPQZuntBtg2NH4LrMnB { width:18.0625rem;height:1.25rem;top:33.2509765625rem;left:1.9375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #epFzRwRNns2HJyFFmo6EazutNvukX7wJ { width:2.1875rem;height:2.12695rem;top:32.8115234375rem;left:2.625rem;font-size:1.4375rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #DTXp6T6Tqp3FETmnDGNoALeqIUr0oWy6 { width:17.4375rem;height:1.25rem;top:37.1875rem;left:2.5625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fLzanb2MKveIgu75pT63edzJo1skFJ8T { width:2.1875rem;height:2.12695rem;top:36.748046875rem;left:1.40625rem;font-size:1.4375rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #pCCS8xvVwrL6iZCOC5TCzAQIWn9FeDxO { width:18.3125rem;height:1.25rem;top:11.1875rem;left:1.6875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XSB2DMoMJw0VhLrDi7Frcnyp4UOkTsBP { width:20rem;height:8rem;top:0.8125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #NQkENyKco0bXhXPFM73bEAveKfaD5QbB { width:2.25rem;height:2.1875rem;top:10.71875rem;left:0rem;font-size:1.5rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #id1XhOTFmOENLLPTbDSsxcnWBBeBP6IP { width:9.5625rem;height:1.7871125rem;top:4.66015625rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBw1GGLlEs0kd2FlyXvi2gxlJSNhpBRb { width:14.0625rem;height:3.25rem;top:2.4375rem;left:3.625rem;font-size:2.5rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #BnTNqlihVkUuJKXpl6eD6g0H4HbMMyT0 { width:4.375rem;height:4.375rem;top:1.25rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgfyNOScZVn3vHw8OrVoQsXqmLieTzZc { width:3.625rem;height:1.8681625rem;top:2.54296875rem;left:16.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL4qc37DJAp4HRNTBVwbyrEnvF4l6h8d { width:15.875rem;height:1.13671875rem;top:7.17578125rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW { background-color:#ffffff;background-image:none;display:block; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container { background-color: transparent; background-image: none; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container > .video-iframe-container { display: none; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row > .video-iframe-container { display: none; }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .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); }#TZGJKWTH1WRpBmZlrAgVGnQXrLu6tLsW > .row .container { width:20rem;height:130.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrpeJFhCOlbhqGLT9VrXPTZIuzg4qfD7 { width:19.999rem;height:3.8984375rem;top:2.7490234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aS51EqbKBa3ha0yaLpKdUadqJuy1bzci { width:15.812375rem;height:2.4375rem;top:9.3352363109588rem;left:3.3752896785736rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o5FsUii1IDdpX0rcKmE0bBTGM0QyipXI { width:19.06175rem;height:19.5rem;top:13.311632633209rem;left:0.842303276062rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWZAewAfbMXCGwUMTI5Cx6CA06KpnJOl { width:16.6246875rem;height:2.4375rem;top:67.155679702756rem;left:3.3752896785736rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p0g5kI5us6LlD9EH6TQIFm6luRx7bVhz { width:19.25rem;height:26.8125rem;top:70.8125rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9T2059biltZbACi77FTXaBg1ViRyNLw { width:16.749875rem;height:2.4375rem;top:36.623275756836rem;left:3.2494213581085rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZoG9lgqW7sV9PDrr6V2vJsEmzWA9aiN9 { width:18.875rem;height:6.09375rem;top:40.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZJE6PbQINCvrwfLAsQdThwrTdVxT1Cp { width:18.12425rem;height:13.75rem;top:48.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }#tZJE6PbQINCvrwfLAsQdThwrTdVxT1Cp li:before{  }
 }@media only screen and (max-width: 763px) { #BAqHghTyqHxT6xJvRFVK1NMNFDbggrcw { width:16.6869375rem;height:1.21875rem;top:102.88990402222rem;left:3.3123555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R8Ar1DtO0Zc2f1ZuM6TpaoNvDkpWwEJd { width:18.9995625rem;height:18.28125rem;top:105.93677902222rem;left:1.0004340410232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfuMVLcrMGktWuiTex3yAPUiMAFJtpE { width:3.125rem;height:3.125rem;top:8.9921879768369rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd7ABOmZIyTPW0fkDgRRkhRqBIU4hJ3A { width:3.124275rem;height:3.124275rem;top:36.278213500976rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuJbUsMV45To4cBFCHK9R1Pk81ksli8H { width:3.125rem;height:3.125rem;top:66.8125rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktzUInz05DdsGVlWnonhuBVAFV5oLGeT { width:3.125rem;height:3.125rem;top:101.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozvCSST48DeS4onHb8A4mAqGIZhDNVs { width:20rem;height:23rem;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERN19Ix6tiryaPXPQELTHeAMEX98vlLZ { width:20rem;height:23rem;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOkhBiFdnXQwPhdetCklDnQmwoc9zlqc { width:20rem;height:26.0625rem;top:33.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHbIKoTT6ahzoiGsexduacTezfO7rD5B { width:20rem;height:26.25rem;top:33.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEi3T3CwWf6D6F1dmgKMsX6nni3uhAJO { top:7.8580932617188rem;left:0rem;width:20rem;height:26.25rem;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #rlyp9yWgVhHI9TazRQymhP31eTEg12wq { top:35.375rem;left:0.0625rem;width:20rem;height:29.375rem;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ldqaW71AhKJnTcsPFo1rnGT79IJcdB8R { top:66.061920166012rem;left:0rem;width:20rem;height:32.25rem;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IUNF7CdGBJF0vmtrsdrvoxZyJNWCDeGL { top:101rem;left:0rem;width:20rem;height:26.9375rem;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #spgncaPCrGcAMk9hhIlu3TDNomubgseI { background-color:transparent;background-image: -webkit-linear-gradient(top, #00c2cb, #7c2ae8);background-image: -moz-linear-gradient(top, #00c2cb, #7c2ae8);background-image: -ms-linear-gradient(top, #00c2cb, #7c2ae8);background-image: -o-linear-gradient(top, #00c2cb, #7c2ae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );";background-image: linear-gradient(to bottom, #00c2cb, #7c2ae8);background-size:auto !important;display:block; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container { background-color: transparent; background-image: none; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container > .video-iframe-container { display: none; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row > .video-iframe-container { display: none; }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .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); }#spgncaPCrGcAMk9hhIlu3TDNomubgseI > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFlx2xt4eDN3an5mxBXURBIlz0Z6zF4P { width:18.75rem;height:3.298825rem;top:2.4365234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sVwQtyLLU0sOKQvvFFUA4elOx4ekUUT6 { width:3.125rem;height:3.125rem;top:12.476399183273rem;left:0.96761065721512rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKKS3o09J8xrh6ZDDKPFIzpGGX30cKIF { width:2.8125rem;height:2.8125rem;top:8.5620105266569rem;left:1.1238606572151rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwcuF5yVZMQnR5BqEtR2ESNIAH8hKz64 { width:15.3125rem;height:2.76171875rem;top:9.2374687194825rem;left:4.5004882216454rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewaoB7zLCkF0iJha6ZLA428NbaT0Lhp8 { width:14.9373125rem;height:1.3808625rem;top:12.580891370773rem;left:4.4986979365349rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geIW7DkTkK0vBo5flHJiTiABXOPMuOHI { width:3.125rem;height:3.125rem;top:16.873372077942rem;left:0.96761065721512rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGykXcDeZ78g4yZgDJuhTQ488ehGulSa { width:15.5623125rem;height:2.76171875rem;top:17.080890655517rem;left:4.4384762644768rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { display:block; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { width:20rem;height:3.41015625rem;top:2.03125rem;left:0rem;font-size:0.875rem;display:block; }
 }