.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:226,251,230;--color-primary-1:168,243,181;--color-primary-2:110,235,131;--color-primary-3:7,199,37;--color-primary-4:22,47,26;--color-secondary-0:255,241,221;--color-secondary-1:255,207,141;--color-secondary-2:255,159,26;--color-secondary-3:128,80,13;--color-secondary-4:38,24,4;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { position:relative;display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { background-color: transparent; background-image: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { border-width: 0; border-radius: 0; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;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; }#V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:0rem;left:24.500001907349rem;overflow:hidden;display:block; }
#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { 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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:109.0625rem;width:60rem;position:relative;display:block; }#zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4965rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:72.75rem;left:6.0625rem;height:3.84895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { position:absolute;display:block;z-index:15005;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.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.625rem;width:51.8125rem;top:5.1875rem;left:4.875rem;display:block; }
#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:rgba(var(--color-tertiary-4),1);display:block;width:42.934875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.75rem;left:8.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { background-color:#2124e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-primary-2),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.9375rem;height:5.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:99.0000038147rem;left:14.368055343628rem;display:block; }
#GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0uF2Dc3unH6gVXTbkPWkzlZXeyR7Fo3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.25rem;width:55.8125rem;top:40.625867396593rem;left:2.09375rem;display:block; }
#kTbDqPV8UaxSZzwZ77hc91mQKnix9d4y { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:30.523438215256rem;left:3.53125rem;height:7.34895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hS21D2FqkCeofxfqloh3JChuIwmVntCB { color:rgba(var(--color-tertiary-0),1);display:block;width:58.6206875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:9.6710071563719rem;left:0rem;height:19.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnUQuqEWdIOWs6ssSb1ARt3AK4WK92EV { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6215rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:92.0625038147rem;left:25.025175094604rem;height:2.25rem;font-style:normal;display:block; }
#JFcAgEP5N3k57eDVOJDC2t9wedWxUVif { color:rgba(var(--color-secondary-0),1);display:block;width:25.4956875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:95.0625038147rem;left:18.088541030884rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBBaodWAcAAyhac4yWX5Qhy42sL9OKPq { 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:11.875rem;width:40.625rem;top:79.016494750975rem;left:9.6875019073488rem;overflow:hidden;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { font-size:0.875rem;font-family:arial;height:157.8125rem;width:60rem;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:88.685773849488rem;left:1.875rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:11.362847208977rem;left:3.7430553436279rem;height:48.2960375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e1GrfkqazR6gZAoRfR0JbbRrJckQeTeR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:39.25rem;width:59rem;top:101.99739837646rem;left:1rem;overflow:hidden;display:block; }
#Gu4dZ10c0i12mgu63g6iHbpnT6NKSUw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.9218766689301rem;left:1.875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTd3JcCQPbmOIbv6chBXDBMQgJPkTa4M { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9331875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:144.04167270661rem;left:3.03125rem;height:6.8229375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rT6roTUZ22U8OeLIA29aQtkeVzhPlXSm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:15.777779579162rem;left:1.875rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aK3BMlut5KMrygJdC0fK7dhdnPclBzmI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:23.962675333023rem;left:1rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urvZVABK2O82euG71xNQcmS7213yGT6Q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:37.0625rem;width:41.75rem;top:47.501737594604rem;left:9.125rem;overflow:hidden;display:block; }
#a17nOUXMJpR19WyCBatU79Z9DrLRuQXa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:34.525173187256rem;left:1rem;height:2.02430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container { background-color: transparent; background-image: none; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container > .video-iframe-container { display: none; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row > .video-iframe-container { display: none; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .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); }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container { border-width: 0; border-radius: 0; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container { font-size:0.875rem;font-family:arial;height:105.9375rem;width:60rem;position:relative;display:block; }#KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5937547683716rem;left:0rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKwOf9ZHIeBtz6hJ0GDTmTip9y4mPWzd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:27.5625rem;top:18.749132156372rem;left:15.343751907349rem;overflow:hidden;display:block; }
#cGsvAITd0D6INJm2N1q7zNogKrWVwiXx { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:55.343760490418rem;left:1.875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTQq0vH8KrOHG1uA6tSZM8Ta13SPt5HD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:29.5625rem;top:68.062502861025rem;left:16.093751907349rem;overflow:hidden;display:block; }
#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container { background-color: transparent; background-image: none; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container > .video-iframe-container { display: none; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row > .video-iframe-container { display: none; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .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); }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container { border-width: 0; border-radius: 0; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container { font-size:0.875rem;font-family:arial;height:206.75rem;width:60rem;position:relative;display:block; }#kgr486hBA0LCToRRhm1zrpCesWQxuuGv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2456769943238rem;left:25.851564407349rem;height:3.65625rem;display:block; }
#lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.9644269943238rem;left:25.851564407349rem;height:50.395825rem;font-style:normal;display:block; }
#WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:32.125rem;width:24.0625rem;top:7.9626731872556rem;left:0rem;overflow:hidden;display:block; }
#GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:107.06509399414rem;left:15.243055343628rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:116.44013214111rem;left:1.6553821563721rem;height:14.698775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:138.8125rem;left:5.1875rem;height:3.5rem;display:block; }
#fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:144.94878005981rem;left:8.625rem;height:20.998275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:24.375rem;width:41.5625rem;top:144.3125rem;left:6.1875rem;display:block; }
#dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:172.87413406372rem;left:5.0095481872559rem;height:3.5rem;display:block; }
#ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:180.375rem;left:9.625rem;height:18.89845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { position:absolute;display:block;z-index:15005;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:22.375rem;width:41.5625rem;top:178.875rem;left:6.125rem;display:block; }
#qKwdqEmfOxdWSefF4Su5fvJWAPZCQzUK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:31.0625rem;width:49.25rem;top:73.502590179444rem;left:5.375rem;overflow:hidden;display:block; }
#misx7thEBFQqAELnDeQaRA16G8K0C6hT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:68.368925094606rem;left:14.187501907349rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { 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; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { background-color: transparent; background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .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); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { border-width: 0; border-radius: 0; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { font-size:0.875rem;font-family:arial;height:97.9375rem;width:60rem;position:relative;display:block; }#vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { color:rgba(var(--color-tertiary-0),1);display:block;width:57.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.1875rem;left:1.125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkcbbaJCkbxdzTbiWCt9PH2xlRAa1LRg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:39.5rem;width:27.75rem;top:21.685729980469rem;left:16.125001907349rem;overflow:hidden;display:block; }
#aNVRcNUUFO0Ah5ylgZWKzFvI4EUSV3c3 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:12.24564743042rem;left:5.1171875rem;height:4.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJ3O0RivpXX9i8LvawbOaZzn2HVDIWQA { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:64.553819656375rem;left:18.118055343628rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELAtvPTGauafrT8p35ct8em6uTg3Xhqp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:64.678819656375rem;left:15.048612594604rem; }
#BISCQ0I40ySnG6k1eM24TJoc3auO4bmo { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:68.936632156375rem;left:15.281251907349rem;height:2.0625rem;font-style:normal;display:block; }
#gJZEVL1qq4UvBlJIgdDHXvUt32v3ucTm { 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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.35) ;height:20rem;width:51.25rem;top:74.219625473025rem;left:5.7916679382324rem;display:block; }
#DZL5gvIUX4qILvINTATRo9ZbKqyHp9u9 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.62325rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:75.747396469119rem;left:23.273439407349rem;height:2.25rem;font-style:normal;display:block; }
#SbCtBAsBELgSZVHI5ITohHTUuc2fx2LC { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:90.305557250975rem;left:6.25rem;display:block; }
#RmzlzazTQyM3mW0kvI4MZzCHuCk08uad { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4965rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:79.184896469119rem;left:17.251737594604rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MgiIz8MP7RXqQoVTnWItUM0JdaM4JedH { position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:90.305557250975rem;left:38.310766220093rem;display:block; }
#H0siRmtvdd2avqbGXe4nHN6T7dCmSAzI { 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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-primary-3),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.3107625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:83.5rem;left:18.437501907349rem;display:block; }
#FbWnkZ9XXaCp3sx7DgdQxBmNRBi8UJ4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFebAygRlxabn44RwAUtunGvBEDi5h6q { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.2482625rem;width:12.93575rem;top:90.5rem;left:39.625001907349rem;overflow:hidden;display:block; }
#y9k1UT5XGggCA2XaOOZtBZMNl0v22VkU { color:rgba(var(--color-tertiary-3),1);display:block;width:10.87325rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:90.875rem;left:9.1831607818606rem;height:1.5rem;font-style:normal;display:block; }
#fBSPgs2XWD22FCDet7DrR3hWMkuLoimW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3107625rem;width:1.3107625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:90.96875rem;left:7.125rem; }
#T4yauTsf6SaMmgBtsQLLaGssWns40cRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container { background-color: transparent; background-image: none; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container > .video-iframe-container { display: none; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row > .video-iframe-container { display: none; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .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); }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container { border-width: 0; border-radius: 0; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container { font-size:0.875rem;font-family:arial;height:68.8125rem;width:60rem;position:relative;display:block; }#vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { color:rgba(var(--color-tertiary-4),1);display:block;width:53.68575rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:1.625rem;left:1.625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#twPAALucoSztggGpUM0ba3CEnS4fN16T { color:rgba(var(--color-tertiary-4),1);display:block;width:53.68575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:5.8125rem;left:1.6875rem;height:5.07465rem;text-align:left;text-align-last:left;display:block; }
#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.9375rem;left:0.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
#u8ezArTx2k86LCZ02gTKL13RiJOTcnwa { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:13.8125rem;left:2rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a6mRfnhLD9lBnN2CCotr3VH3vTXvruqr { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:17.0625rem;left:2.0625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KLmlyzIU2cMxZQK2S44Dp5LlEHaJcPlD { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:24.0625rem;left:1.625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HrzSGphBFsNpCn35NiTcd4L8wStdKr2q { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:27.0625rem;left:2.0625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FA76LunFvTiiTPer5z4hgqzLs0TEia08 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:32.25rem;left:1.625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kMS1yTZ4qRuGotBAZxxva3K7rBMwvBsT { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:35.5rem;left:2.0625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wOzluBGmTX9b5rRIWcie5UBGK8CxHE4g { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:42.1875rem;left:1.625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTfam4eXVO46uEPdi5r5IuBS6NXadUIK { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:45.5625rem;left:1.625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q2AJokc327ELToF2T5Eripm2IHpoJIa0 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:50.8125rem;left:1.625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { color:rgba(var(--color-tertiary-4),1);display:block;width:53.68575rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:63.25rem;left:1.6875rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:59.75rem;left:2.0625rem;height:2.099825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lB2zms4tAHJ3nBrBArKKprQQH9I1U25Z { color:rgba(var(--color-tertiary-4),1);display:block;width:52.93575rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:54.875rem;left:2rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faa015;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; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { background-color: transparent; background-image: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container > .video-iframe-container { display: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container { display: none; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .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); }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { border-width: 0; border-radius: 0; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.375rem;left:4.78125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container { background-color: transparent; background-image: none; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container > .video-iframe-container { display: none; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row > .video-iframe-container { display: none; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .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); }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container { border-width: 0; border-radius: 0; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container { font-size:0.875rem;font-family:arial;height:422rem;width:60rem;position:relative;display:block; }#DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.25rem;left:0.1875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:29.5625rem;top:6.1250004768372rem;left:0rem;overflow:hidden;display:block; }
#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:6.4375rem;left:30.125rem;height:13.0113125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 li:before{  }
#MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.2500336170196rem;left:31.125001907349rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGL4BMZcQATuwlTzQztlwbTk1sM0qzTg { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:36.1875rem;left:30.5625rem;height:13.3238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aGL4BMZcQATuwlTzQztlwbTk1sM0qzTg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aGL4BMZcQATuwlTzQztlwbTk1sM0qzTg li:before{  }
#NJqRdirvGF2BKPCQu4M0ELuil5gDBEnO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:31.687500238419rem;left:31.125001907349rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRdeDgOBSBidN60HCaPq5RJ1JDuRiZqf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:30rem;top:36.68750667572rem;left:0rem;overflow:hidden;display:block; }
#oUT6PrEq2CE6egZWo07qp89qRWBNXBAb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31.6875rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvyZgPxDTzrx0gpy448T1TDhTDyqJK3k { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:64.6875rem;left:30.0625rem;height:7.5243125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DvyZgPxDTzrx0gpy448T1TDhTDyqJK3k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DvyZgPxDTzrx0gpy448T1TDhTDyqJK3k li:before{  }
#TLIOPNLANPrCDTf9XAxOLh8KkQTzhOXl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.9375rem;top:61.0625rem;left:0rem;overflow:hidden;display:block; }
#TWeBagAAZi3i8hT1FVRguiBBNQTS6Scx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:59.500007867813rem;left:31.125001907349rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ON7t3NgISSA33lupNbUohfpF0fz8ckeX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:88.875rem;left:30.5625rem;height:9.561625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ON7t3NgISSA33lupNbUohfpF0fz8ckeX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ON7t3NgISSA33lupNbUohfpF0fz8ckeX li:before{  }
#RF1RUCFEPP2WM0uf34499r5JXkNDTTVq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:28.1875rem;top:87.250004291537rem;left:0rem;overflow:hidden;display:block; }
#rTcFZTGW08WS6poTZRPNd55BcJ3sgw51 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:85rem;left:30rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ndTy35OPOU53bciuXzdFZLWbTnxTydXe { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:84.375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fy3EBbV9IbGIOrx5KGon3TPTOhZU4W5H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:28.5rem;top:111.013888875rem;left:0.36188211611814rem;overflow:hidden;display:block; }
#pPoGL8WzRk8rokshXKDoa5ytawQ9q5Da { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:115.3125rem;left:31.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#pPoGL8WzRk8rokshXKDoa5ytawQ9q5Da li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pPoGL8WzRk8rokshXKDoa5ytawQ9q5Da li:before{  }
#V7JreR6cAzBS5iVmHb7AxOgH0f6JbkT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:111.4375rem;left:31.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMGSxA26GClbzkVpTCthFEuxf8vvhR07 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:138.8125rem;left:3.9375rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#tGxXQ9dyyKq7sWubXEAM3WvixhaVqbny { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:48.625rem;width:52.125rem;top:150.3125rem;left:3.25rem;display:block; }
#APfshW9OvT2ZOlhplEEsh3AkXbThche3 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:152.4375rem;left:5.9375rem;height:5.94965rem;text-align:left;text-align-last:left;display:block; }
#RMgixJwX89Fw8WobGCnLgLRXJ5W1xVhT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:20.3125rem;width:20.3125rem;top:160.1875rem;left:34.875001907349rem;overflow:hidden;display:block; }
#podLr6itr9MX1LrzmiN9VycqWgTAvZQB { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:162.5625rem;left:5.9375rem;height:25.01823125rem;font-style:normal;display:block; }
#p9EeUKtV1X4wevPMiwitKsFALonkkpyl { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:193.375rem;left:5.9375rem;height:1.92448125rem;font-style:normal;display:block; }
#KblSCtotfdTDrXOeO6RalTlpCd0dEA9E { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:44.3125rem;width:52.125rem;top:203.75rem;left:3.25rem;display:block; }
#Egc5k8td18Fx9FcqImbpwxB0VxrmyS8K { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:205.875rem;left:5.9375rem;height:2.974825rem;text-align:left;text-align-last:left;display:block; }
#vT37qMIEplFQtALF0WmQ8TgJmoysoI9M { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:212.5rem;left:5.9375rem;height:25.01823125rem;font-style:normal;display:block; }
#pOygeA0cynH7XWniBwTiwa4f1ULOet0H { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.8125rem;width:19.8125rem;top:212.5rem;left:34.875001907349rem;overflow:hidden;display:block; }
#d1gIi4eatNUri2GJnsGmax4BliG6RkJR { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:243.6875rem;left:5.9375rem;height:1.92448125rem;font-style:normal;display:block; }
#CmrugpJHkThc50WWLPCVCsXn33IBg2C5 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(171deg, #f3f3ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:44.875rem;width:52.125rem;top:253.1875rem;left:3.25rem;display:block; }
#bCg9qiTEQlm3ybx5SD3EBw43vaNVAaTN { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:255.3125rem;left:5.9375rem;height:5.94965rem;text-align:left;text-align-last:left;display:block; }
#mkrh0T8Rli12PLeB69UK9hdDcOnkx61I { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:263.875rem;left:5.9375rem;height:25.01829375rem;font-style:normal;display:block; }
#ttx5UfHzTWvJuxCKGPbNwbJsXcieyTOD { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.9375rem;width:17.9375rem;top:261.9375rem;left:34.875rem;overflow:hidden;display:block; }
#fXNm1J6ddGTNVJDI2T3AhqDZPNWemX5u { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:294.125rem;left:5.9375rem;height:1.92448125rem;font-style:normal;display:block; }
#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { color:rgba(var(--color-tertiary-4),1);display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:307.12498664856rem;left:9.4687519073488rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
#DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:325.8125rem;left:15.9375rem; }
#VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:325.6875rem;left:18.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:329.9375rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { position:absolute;display:block;z-index:15001;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.35) ;height:20rem;width:51.25rem;top:334.875rem;left:4.1875rem;display:block; }
#sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.624125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:336.3125rem;left:24.1875rem;height:2.25rem;font-style:normal;display:block; }
#gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:337.3125rem;left:6.25rem;display:block; }
#vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.497375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:339.375rem;left:17.25rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { 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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-primary-3),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31163125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:344.6875rem;left:18.4375rem;display:block; }
#LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdM33LxupF59bzce1yOJnNxPIro7JZ5M { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:337.3125rem;left:37.8125rem;display:block; }
#gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24913125rem;width:12.936625rem;top:351.3125rem;left:39.6875rem;overflow:hidden;display:block; }
#WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { color:rgba(var(--color-tertiary-3),1);display:block;width:10.874125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:351.6875rem;left:9.9375rem;height:1.5rem;font-style:normal;display:block; }
#UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:356.99995994568rem;left:5.625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:370.93758487701rem;left:10.531251907349rem;height:15.39585625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:393.31251716614rem;left:7.625rem;height:23.09375625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3107625rem;width:1.3107625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:351.75rem;left:7.6875rem; }
#eXlsNa3CJVoqQJkQMNu3mP803rwhgB21 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:301.24823760986rem;left:17.093751907349rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { 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; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { background-color: transparent; background-image: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .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); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { border-width: 0; border-radius: 0; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#ha7LC9udfdNMMXL2svTSexWrqBbonWBF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;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.8125rem;width:51.0625rem;top:9.2490234375rem;left:4.375rem;display:block; }
#ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:5.9990234375rem;height:2.193575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or37H4MaL383su2XRdZWJ5TimfIC3u9y { color:#000000;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.96875rem;left:6.125rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.40625rem;left:10.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:51.0625rem;top:29.25rem;left:4.375rem;display:block; }
#SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.0625rem;left:6.125rem;height:2.193575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { color:#0c0a0a;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.1875rem;left:6.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:51.0625rem;top:47.375rem;left:4.375rem;display:block; }
#ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.0625rem;left:6.125rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { color:#090808;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:52.3125rem;left:6.125rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { position:relative;display:block; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { background-color: transparent; background-image: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container > .video-iframe-container { display: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row > .video-iframe-container { display: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .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); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { border-width: 0; border-radius: 0; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .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; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .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:35.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; }#CVWAhUtlxHX2mZdIinaAVqfTal36VthL { position:absolute;display:block;z-index:15001;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.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.35) ;height:20rem;width:51.25rem;top:11.375rem;left:4.1875rem;display:block; }
#J6rEloVBRINSETXmXEyoN0XSMteMXW0a { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:6.4375rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.3125rem;left:15.9375rem; }
#HI5CrV3Bp11nITQhu0A9X0X9exhZOude { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.875rem;left:17.25rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { 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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-primary-3),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.1875rem;left:18.4375rem;display:block; }
#kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:6.25rem;display:block; }
#mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:37.8125rem;display:block; }
#yM7wcZRmVbwB0s0ZhknMVrQqgXtX5VQt { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:12.9373125rem;top:27.8125rem;left:39.6875rem;overflow:hidden;display:block; }
#AL19MPXARBAbaEANyHOqVMioeTKZyxiB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.3125rem;left:7.75rem; }
#NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:28.1875rem;left:9.9375rem;height:1.5rem;font-style:normal;display:block; }
#SrgGaaXWuFqcIUdrNEUf2ZWIFM6PWxs7 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.62325rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:12.812459945679rem;left:24.186632156372rem;height:2.25rem;font-style:normal;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.625rem;left:2.125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { 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:10.375rem;width:10.375rem;top:0.6875rem;left:24.812501907349rem;overflow:hidden;display:block; }
#Gc0zxrtOH9azErs9baPbHkf2VSZdCTQ5 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.679685592651rem;left:31.812501907349rem;display:block; }
#yZA239ZTbxIlAgU8rVH2RBCh9y2VNySa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mG1QIMOL6a6Qw1hDX5cEb4T6I134hnUI { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.679685592651rem;left:19.180555343628rem;display:block; }
#vyzKC535lQmNZEiELl2DSDHRJGPU7vwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { top:0rem;left:18.375001907349rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { top:72.75rem;left:0rem;width:46.4375rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { top:5.1875rem;left:0rem;width:47.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:5.75rem;left:2.375rem;width:42.875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:32.9375rem;height:5.1875rem;top:99rem;left:8.2430553436281rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #I0uF2Dc3unH6gVXTbkPWkzlZXeyR7Fo3 { top:40.625rem;left:0rem;width:47.75rem;height:26.735722284434rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbDqPV8UaxSZzwZ77hc91mQKnix9d4y { top:30.5rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS21D2FqkCeofxfqloh3JChuIwmVntCB { top:9.625rem;left:0rem;width:47.75rem;height:19.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnUQuqEWdIOWs6ssSb1ARt3AK4WK92EV { width:11.5625rem;height:2.25rem;top:92.0625rem;left:18.900175094604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFcAgEP5N3k57eDVOJDC2t9wedWxUVif { top:95.0625rem;left:11.963541030884rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBBaodWAcAAyhac4yWX5Qhy42sL9OKPq { top:79rem;left:3.5625019073486rem;width:40.625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:88.625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:11.3125rem;left:0rem;width:47.75rem;height:48.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1GrfkqazR6gZAoRfR0JbbRrJckQeTeR { top:101.9375rem;left:0rem;width:47.75rem;height:31.765889830508rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4dZ10c0i12mgu63g6iHbpnT6NKSUw4 { top:3.875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTd3JcCQPbmOIbv6chBXDBMQgJPkTa4M { top:144rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT6roTUZ22U8OeLIA29aQtkeVzhPlXSm { top:15.75rem;left:0rem;width:20.1875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK3BMlut5KMrygJdC0fK7dhdnPclBzmI { top:23.9375rem;left:0rem;width:16.4375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urvZVABK2O82euG71xNQcmS7213yGT6Q { top:47.5rem;left:3rem;width:41.75rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17nOUXMJpR19WyCBatU79Z9DrLRuQXa { top:34.5rem;left:0rem;width:16.4375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRJePLWFVkk8uJeTbB9VDXgAPN64bePq { display:block; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { top:5.5625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKwOf9ZHIeBtz6hJ0GDTmTip9y4mPWzd { top:18.6875rem;left:9.2187519073488rem;width:27.5625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGsvAITd0D6INJm2N1q7zNogKrWVwiXx { top:55.3125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQq0vH8KrOHG1uA6tSZM8Ta13SPt5HD { top:68.0625rem;left:9.9687519073488rem;width:29.5625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 { display:block; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { top:3.1875rem;left:15rem;width:32.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:31rem;height:56.6875rem;top:7.9375rem;left:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { top:7.9375rem;left:0rem;width:24.0625rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { top:107.0625rem;left:9.1180553436281rem;width:31.625rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { top:116.4375rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { top:138.8125rem;left:0rem;width:41.625rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { top:144.9375rem;left:2.5rem;width:36.6875rem;height:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { top:144.3125rem;left:0.0625rem;width:41.5625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { top:172.8125rem;left:0rem;width:41.625rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { top:180.375rem;left:3.5000019073486rem;width:37rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { top:178.875rem;left:0rem;width:41.5625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKwdqEmfOxdWSefF4Su5fvJWAPZCQzUK { top:73.5rem;left:0rem;width:47.75rem;height:30.116434010152rem;display:block; }
 }@media only screen and (max-width: 763px) { #misx7thEBFQqAELnDeQaRA16G8K0C6hT { top:68.3125rem;left:8.0625019073488rem;width:31.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { top:3.1875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkcbbaJCkbxdzTbiWCt9PH2xlRAa1LRg { top:21.625rem;left:10.000001907349rem;width:27.75rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNVRcNUUFO0Ah5ylgZWKzFvI4EUSV3c3 { top:12.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ3O0RivpXX9i8LvawbOaZzn2HVDIWQA { top:64.5rem;left:11.993055343628rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELAtvPTGauafrT8p35ct8em6uTg3Xhqp { top:64.625rem;left:8.9236125946044rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BISCQ0I40ySnG6k1eM24TJoc3auO4bmo { width:29.4375rem;height:2.0625rem;top:68.875rem;left:9.1562519073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJZEVL1qq4UvBlJIgdDHXvUt32v3ucTm { width:47.375rem;height:20rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZL5gvIUX4qILvINTATRo9ZbKqyHp9u9 { width:11.5625rem;height:2.25rem;top:75.6875rem;left:17.148439407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbCtBAsBELgSZVHI5ITohHTUuc2fx2LC { top:90.25rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmzlzazTQyM3mW0kvI4MZzCHuCk08uad { top:79.125rem;left:11.126737594604rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgiIz8MP7RXqQoVTnWItUM0JdaM4JedH { top:90.25rem;left:32.185766220093rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0siRmtvdd2avqbGXe4nHN6T7dCmSAzI { width:23.125rem;height:4.25rem;top:83.5rem;left:12.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbWnkZ9XXaCp3sx7DgdQxBmNRBi8UJ4D { display:block; }
 }@media only screen and (max-width: 763px) { #FFebAygRlxabn44RwAUtunGvBEDi5h6q { top:90.5rem;left:33.500001907349rem;width:12.875rem;height:2.2377040131032rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9k1UT5XGggCA2XaOOZtBZMNl0v22VkU { width:10.8125rem;height:1.5rem;top:90.875rem;left:3.0581607818604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBSPgs2XWD22FCDet7DrR3hWMkuLoimW { top:90.9375rem;left:1rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4yauTsf6SaMmgBtsQLLaGssWns40cRN { display:block; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { top:1.625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twPAALucoSztggGpUM0ba3CEnS4fN16T { top:5.8125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { top:15.9375rem;left:0rem;width:47.75rem;height:0;font-size:1.125rem;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
 }@media only screen and (max-width: 763px) { #u8ezArTx2k86LCZ02gTKL13RiJOTcnwa { top:13.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6mRfnhLD9lBnN2CCotr3VH3vTXvruqr { top:17.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLmlyzIU2cMxZQK2S44Dp5LlEHaJcPlD { top:24.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrzSGphBFsNpCn35NiTcd4L8wStdKr2q { top:27.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA76LunFvTiiTPer5z4hgqzLs0TEia08 { top:32.25rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMS1yTZ4qRuGotBAZxxva3K7rBMwvBsT { top:35.5rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzluBGmTX9b5rRIWcie5UBGK8CxHE4g { top:42.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfam4eXVO46uEPdi5r5IuBS6NXadUIK { top:45.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2AJokc327ELToF2T5Eripm2IHpoJIa0 { top:50.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { top:63.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { top:59.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB2zms4tAHJ3nBrBArKKprQQH9I1U25Z { top:54.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { display:block; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { top:3.375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql { display:block; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { top:1.25rem;left:0rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { top:6.125rem;left:0rem;width:29.5625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { top:6.4375rem;left:18.875rem;width:28.875rem;height:14.6875rem;font-size:1.1875rem;display:block; }#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 li:before{  }
 }@media only screen and (max-width: 763px) { #MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { top:1.25rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGL4BMZcQATuwlTzQztlwbTk1sM0qzTg { top:36.1875rem;left:18.4375rem;width:29.3125rem;height:15rem;font-size:1.1875rem;display:block; }#aGL4BMZcQATuwlTzQztlwbTk1sM0qzTg li:before{  }
 }@media only screen and (max-width: 763px) { #NJqRdirvGF2BKPCQu4M0ELuil5gDBEnO { top:31.6875rem;left:24.3125rem;width:23.4375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRdeDgOBSBidN60HCaPq5RJ1JDuRiZqf { top:36.6875rem;left:0rem;width:30rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUT6PrEq2CE6egZWo07qp89qRWBNXBAb { top:31.6875rem;left:0rem;width:28.875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvyZgPxDTzrx0gpy448T1TDhTDyqJK3k { top:64.6875rem;left:18.875rem;width:28.875rem;height:10.9375rem;font-size:1.1875rem;display:block; }#DvyZgPxDTzrx0gpy448T1TDhTDyqJK3k li:before{  }
 }@media only screen and (max-width: 763px) { #TLIOPNLANPrCDTf9XAxOLh8KkQTzhOXl { top:61.0625rem;left:0rem;width:28.9375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeBagAAZi3i8hT1FVRguiBBNQTS6Scx { top:59.5rem;left:23.5625rem;width:24.1875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON7t3NgISSA33lupNbUohfpF0fz8ckeX { top:88.875rem;left:18.875rem;width:28.875rem;height:11.25rem;font-size:1.1875rem;display:block; }#ON7t3NgISSA33lupNbUohfpF0fz8ckeX li:before{  }
 }@media only screen and (max-width: 763px) { #RF1RUCFEPP2WM0uf34499r5JXkNDTTVq { top:87.25rem;left:0rem;width:28.1875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTcFZTGW08WS6poTZRPNd55BcJ3sgw51 { top:85rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndTy35OPOU53bciuXzdFZLWbTnxTydXe { top:84.375rem;left:0rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy3EBbV9IbGIOrx5KGon3TPTOhZU4W5H { top:111rem;left:0rem;width:28.5rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPoGL8WzRk8rokshXKDoa5ytawQ9q5Da { top:115.3125rem;left:18.875rem;width:28.875rem;height:;font-size:1.1875rem;display:block; }#pPoGL8WzRk8rokshXKDoa5ytawQ9q5Da li:before{  }
 }@media only screen and (max-width: 763px) { #V7JreR6cAzBS5iVmHb7AxOgH0f6JbkT3 { top:111.4375rem;left:18.875rem;width:28.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMGSxA26GClbzkVpTCthFEuxf8vvhR07 { top:138.8125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGxXQ9dyyKq7sWubXEAM3WvixhaVqbny { width:47.75rem;height:48.625rem;top:150.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APfshW9OvT2ZOlhplEEsh3AkXbThche3 { top:152.4375rem;left:0rem;width:46.8125rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMgixJwX89Fw8WobGCnLgLRXJ5W1xVhT { top:160.1875rem;left:27.4375rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #podLr6itr9MX1LrzmiN9VycqWgTAvZQB { width:26.8125rem;height:28.8125rem;top:162.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9EeUKtV1X4wevPMiwitKsFALonkkpyl { width:24.5625rem;height:1.875rem;top:193.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KblSCtotfdTDrXOeO6RalTlpCd0dEA9E { width:47.75rem;height:44.3125rem;top:203.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egc5k8td18Fx9FcqImbpwxB0VxrmyS8K { top:205.875rem;left:0rem;width:46.8125rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT37qMIEplFQtALF0WmQ8TgJmoysoI9M { width:26.8125rem;height:28.8125rem;top:212.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOygeA0cynH7XWniBwTiwa4f1ULOet0H { top:212.5rem;left:27.9375rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gIi4eatNUri2GJnsGmax4BliG6RkJR { width:24.5625rem;height:1.875rem;top:243.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmrugpJHkThc50WWLPCVCsXn33IBg2C5 { width:47.75rem;height:44.875rem;top:253.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCg9qiTEQlm3ybx5SD3EBw43vaNVAaTN { top:255.3125rem;left:0rem;width:46.8125rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkrh0T8Rli12PLeB69UK9hdDcOnkx61I { width:26.8125rem;height:28.8125rem;top:263.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttx5UfHzTWvJuxCKGPbNwbJsXcieyTOD { top:261.9375rem;left:28.75rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXNm1J6ddGTNVJDI2T3AhqDZPNWemX5u { width:24.5625rem;height:1.875rem;top:294.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { top:307.0625rem;left:3.3437519073486rem;width:41.0625rem;height:14.0625rem;font-size:1.5625rem;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { top:325.8125rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { top:325.6875rem;left:12.125rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:29.4375rem;height:2.0625rem;top:329.9375rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:47.375rem;height:20rem;top:334.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:11.5625rem;height:2.25rem;top:336.3125rem;left:18.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { top:337.3125rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { top:339.375rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:23.125rem;height:4.25rem;top:344.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { top:337.3125rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { top:351.3125rem;left:33.5625rem;width:12.875rem;height:2.2377040131032rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:10.8125rem;height:1.5rem;top:351.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { top:356.9375rem;left:0rem;width:47.375rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:38.9375rem;height:17.3125rem;top:370.9375rem;left:4.4062519073486rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:43.8125rem;height:25rem;top:393.3125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { top:351.75rem;left:1.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXlsNa3CJVoqQJkQMNu3mP803rwhgB21 { top:301.1875rem;left:10.968751907349rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:47.5rem;height:16.8125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:42.875rem;height:2.1875rem;top:10.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:47.75rem;height:13rem;top:13.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { top:3.375rem;left:4.25rem;width:39.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:47.5rem;height:14.9375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:43.5625rem;height:2.1875rem;top:31.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:47.75rem;height:4.875rem;top:34.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:47.5rem;height:22.75rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:41.1875rem;height:2.1875rem;top:49.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:47.75rem;height:16.25rem;top:52.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { display:block; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVWAhUtlxHX2mZdIinaAVqfTal36VthL { width:47.375rem;height:20rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rEloVBRINSETXmXEyoN0XSMteMXW0a { top:2.1875rem;left:12.125rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { width:29.4375rem;height:2.0625rem;top:6.4375rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { top:2.3125rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5CrV3Bp11nITQhu0A9X0X9exhZOude { top:15.875rem;left:11.125001907349rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { width:23.125rem;height:4.25rem;top:21.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block; }
 }@media only screen and (max-width: 763px) { #ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { top:13.8125rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { top:13.8125rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM7wcZRmVbwB0s0ZhknMVrQqgXtX5VQt { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { top:27.8125rem;left:33.5625rem;width:12.875rem;height:2.2383275458594rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL19MPXARBAbaEANyHOqVMioeTKZyxiB { top:28.3125rem;left:1.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { width:10.8125rem;height:1.5rem;top:28.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrgGaaXWuFqcIUdrNEUf2ZWIFM6PWxs7 { width:11.5625rem;height:2.25rem;top:12.75rem;left:18.061632156372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { top:0.6875rem;left:18.687501907349rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc0zxrtOH9azErs9baPbHkf2VSZdCTQ5 { width:6.3125rem;height:2.5rem;top:13.625rem;left:25.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZA239ZTbxIlAgU8rVH2RBCh9y2VNySa { display:block; }
 }@media only screen and (max-width: 763px) { #mG1QIMOL6a6Qw1hDX5cEb4T6I134hnUI { width:12.6875rem;height:2.5rem;top:13.625rem;left:13.055555343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyzKC535lQmNZEiELl2DSDHRJGPU7vwE { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { width:7.8125rem;height:7.8125rem;top:0.4375rem;left:6.8402778301162rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { width:18.0581875rem;height:5.597225rem;top:41.5625rem;left:0.970486164093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { width:20rem;height:3.375rem;top:1.4594184160232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:19.247375rem;height:2.4375rem;top:1.9835072755814rem;left:0.37413191795349rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:19rem;height:4.625rem;top:61.993921279907rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #I0uF2Dc3unH6gVXTbkPWkzlZXeyR7Fo3 { height:11.25rem;width:20rem;top:28.406249821186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTbDqPV8UaxSZzwZ77hc91mQKnix9d4y { width:18.25rem;height:9.44793125rem;top:18.02777838707rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hS21D2FqkCeofxfqloh3JChuIwmVntCB { width:20rem;height:11.3715rem;top:5.9618053436279rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fnUQuqEWdIOWs6ssSb1ARt3AK4WK92EV { width:11.5625rem;height:1.48698125rem;top:57.125rem;left:5.0625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JFcAgEP5N3k57eDVOJDC2t9wedWxUVif { width:20rem;height:1.94965rem;top:59.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iBBaodWAcAAyhac4yWX5Qhy42sL9OKPq { width:20rem;height:5.8461538461538rem;top:48.868923187256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#f1f1f1;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:125.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.184rem;height:11.3715rem;top:77.747392654419rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.997375rem;height:55.112825rem;top:10.938367843628rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e1GrfkqazR6gZAoRfR0JbbRrJckQeTeR { width:20rem;height:12.9375rem;top:92.894107818606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4dZ10c0i12mgu63g6iHbpnT6NKSUw4 { width:20rem;height:6.8229375rem;top:1.9105944633484rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eTd3JcCQPbmOIbv6chBXDBMQgJPkTa4M { width:20rem;height:15.3958125rem;top:107.70920276642rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT6roTUZ22U8OeLIA29aQtkeVzhPlXSm { width:12.3125rem;height:1.5434rem;top:14.065972328186rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aK3BMlut5KMrygJdC0fK7dhdnPclBzmI { width:8.8125rem;height:1.5434rem;top:25.171009063721rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #urvZVABK2O82euG71xNQcmS7213yGT6Q { width:20rem;height:17.7535rem;top:57.135416984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17nOUXMJpR19WyCBatU79Z9DrLRuQXa { width:8.75rem;height:1.5434rem;top:39.290798187256rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gRJePLWFVkk8uJeTbB9VDXgAPN64bePq { background-color:#f1f1f1;background-image:none;display:block; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container { background-color: transparent; background-image: none; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container > .video-iframe-container { display: none; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row > .video-iframe-container { display: none; }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .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); }#gRJePLWFVkk8uJeTbB9VDXgAPN64bePq > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { width:20rem;height:11.37155625rem;top:2.1093692779541rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VKwOf9ZHIeBtz6hJ0GDTmTip9y4mPWzd { width:20rem;height:21.9375rem;top:15.796006679535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGsvAITd0D6INJm2N1q7zNogKrWVwiXx { width:20rem;height:11.37155rem;top:43.233504295349rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nTQq0vH8KrOHG1uA6tSZM8Ta13SPt5HD { width:20rem;height:22.6875rem;top:57.421000480652rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 { background-color:#f1f1f1;background-image:none;display:block; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container { background-color: transparent; background-image: none; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container > .video-iframe-container { display: none; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row > .video-iframe-container { display: none; }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .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); }#ggK5rVCNMuo3Mc7KqEl9lFPSawqPbDF9 > .row .container { width:20rem;height:189.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { width:15.125rem;height:2.27430625rem;top:0.82204437255862rem;left:3.9262152910232rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:18.9965rem;height:53.5382125rem;top:24.140625476837rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { width:14.0625rem;height:18.8125rem;top:3.986111164093rem;left:2.9687501192093rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { width:18.6875rem;height:6.8229375rem;top:96.247416019437rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { width:18.87325rem;height:17.321175rem;top:105.23003292084rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { width:20rem;height:2.11198125rem;top:125.12498092651rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { width:18.3125rem;height:23.619825rem;top:129.625rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { width:20rem;height:23.4375rem;top:160.66145706177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { width:20rem;height:2.11198125rem;top:156.87499427796rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReVVBNPLvK2DrDwlAVh1ou8QvLNMqOkM { width:17.5625rem;height:22.04513125rem;top:161.35590171814rem;left:0.71614587306975rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { width:20rem;height:25.6875rem;top:128.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKwdqEmfOxdWSefF4Su5fvJWAPZCQzUK { width:20rem;height:12.6136875rem;top:82.722237586975rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #misx7thEBFQqAELnDeQaRA16G8K0C6hT { width:20rem;height:2.5989625rem;top:79.553825378419rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { width:20rem;height:4.548825rem;top:9rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kkcbbaJCkbxdzTbiWCt9PH2xlRAa1LRg { width:20rem;height:28.4426875rem;top:11.461847305298rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNVRcNUUFO0Ah5ylgZWKzFvI4EUSV3c3 { width:20rem;height:6.2986125rem;top:2.7795143127441rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJ3O0RivpXX9i8LvawbOaZzn2HVDIWQA { width:20rem;height:2.099825rem;top:45.528619750976rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELAtvPTGauafrT8p35ct8em6uTg3Xhqp { display:flex;width:3.125rem;height:3.125rem;top:41.153619750976rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BISCQ0I40ySnG6k1eM24TJoc3auO4bmo { width:20rem;height:3.14930625rem;top:48.877576000976rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJZEVL1qq4UvBlJIgdDHXvUt32v3ucTm { width:19.625rem;height:20rem;top:53.276882250977rem;left:0.0625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #DZL5gvIUX4qILvINTATRo9ZbKqyHp9u9 { width:11.5625rem;height:1.48698125rem;top:55.273438453674rem;left:4.9305554628373rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SbCtBAsBELgSZVHI5ITohHTUuc2fx2LC { width:15.5625rem;height:0.25rem;top:70.394939501956rem;left:2.1050338745117rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmzlzazTQyM3mW0kvI4MZzCHuCk08uad { width:20rem;height:1.94965rem;top:57.710938453674rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MgiIz8MP7RXqQoVTnWItUM0JdaM4JedH { width:15.5625rem;height:0.25rem;top:70.394939501956rem;left:4.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #H0siRmtvdd2avqbGXe4nHN6T7dCmSAzI { width:19rem;height:4.25rem;top:60.651042938233rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbWnkZ9XXaCp3sx7DgdQxBmNRBi8UJ4D { display:block; }
 }@media only screen and (max-width: 763px) { #FFebAygRlxabn44RwAUtunGvBEDi5h6q { width:12.875rem;height:2.2377040131032rem;top:66.837675094606rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9k1UT5XGggCA2XaOOZtBZMNl0v22VkU { width:10.8125rem;height:1.39930625rem;top:70.982641220094rem;left:5.7361112833023rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fBSPgs2XWD22FCDet7DrR3hWMkuLoimW { display:flex;width:1.25rem;height:1.25rem;top:71.057292938231rem;left:3.7361112833023rem; }
 }@media only screen and (max-width: 763px) { #T4yauTsf6SaMmgBtsQLLaGssWns40cRN { background-color:#f1f1f1;background-image:none;display:block; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container { background-color: transparent; background-image: none; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container > .video-iframe-container { display: none; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row > .video-iframe-container { display: none; }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .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); }#T4yauTsf6SaMmgBtsQLLaGssWns40cRN > .row .container { width:20rem;height:124.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { width:17.4375rem;height:4.38715rem;top:2.3524303436279rem;left:0.75rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #twPAALucoSztggGpUM0ba3CEnS4fN16T { width:20rem;height:7.1493125rem;top:8.6406116485594rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { width:18.4990234375rem;height:0;top:6.685546875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt li:before{  }
 }@media only screen and (max-width: 763px) { #u8ezArTx2k86LCZ02gTKL13RiJOTcnwa { width:20rem;height:6.5625rem;top:19.0625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a6mRfnhLD9lBnN2CCotr3VH3vTXvruqr { width:20rem;height:12.25rem;top:26.734380722046rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KLmlyzIU2cMxZQK2S44Dp5LlEHaJcPlD { width:20rem;height:4.375rem;top:40.375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HrzSGphBFsNpCn35NiTcd4L8wStdKr2q { width:20rem;height:8.75rem;top:46rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FA76LunFvTiiTPer5z4hgqzLs0TEia08 { width:20rem;height:6.5625rem;top:56rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kMS1yTZ4qRuGotBAZxxva3K7rBMwvBsT { width:20rem;height:12.25rem;top:63.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wOzluBGmTX9b5rRIWcie5UBGK8CxHE4g { width:20rem;height:4.375rem;top:77.3125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UTfam4eXVO46uEPdi5r5IuBS6NXadUIK { width:20rem;height:12.25rem;top:82.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q2AJokc327ELToF2T5Eripm2IHpoJIa0 { width:20rem;height:4.375rem;top:96.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { width:17.375rem;height:4.22395625rem;top:118.87413501739rem;left:1.3125001192093rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { width:19.25rem;height:1.57465rem;top:114.81250333786rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lB2zms4tAHJ3nBrBArKKprQQH9I1U25Z { width:20rem;height:10.5rem;top:102.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI { display:block; }#WcfrwAxWF4dAtMCrPTSDxRCbsphr0WiI > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK4XfdJnIWynAZnsQBRMdU8geaViR3Im { width:18.8125rem;height:8.4rem;top:1.53125rem;left:0.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql { background-color:#f1f1f1;background-image:none;display:block; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container { background-color: transparent; background-image: none; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container > .video-iframe-container { display: none; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row > .video-iframe-container { display: none; }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .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); }#UrhuqRp5uyBZ0FTZthONBPWyeqaPD2Ql > .row .container { width:20rem;height:518rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { width:19.5625rem;height:4.5rem;top:2.6249594688416rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { width:19.625rem;height:13rem;top:8.3498125076294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { width:17.1875rem;height:16.60675rem;top:27.068577289581rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 li:before{  }
 }@media only screen and (max-width: 763px) { #MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { width:20rem;height:2.25rem;top:22.875000476837rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGL4BMZcQATuwlTzQztlwbTk1sM0qzTg { width:17.1875rem;height:18.34375rem;top:65.483507156375rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#aGL4BMZcQATuwlTzQztlwbTk1sM0qzTg li:before{  }
 }@media only screen and (max-width: 763px) { #NJqRdirvGF2BKPCQu4M0ELuil5gDBEnO { width:20rem;height:2.25rem;top:176.93663597107rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRdeDgOBSBidN60HCaPq5RJ1JDuRiZqf { width:20rem;height:12.625rem;top:52.110277175903rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUT6PrEq2CE6egZWo07qp89qRWBNXBAb { width:19.5625rem;height:6.75rem;top:44.736168861389rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvyZgPxDTzrx0gpy448T1TDhTDyqJK3k { width:17.1875rem;height:9.171875rem;top:109.296875rem;left:1.4062501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#DvyZgPxDTzrx0gpy448T1TDhTDyqJK3k li:before{  }
 }@media only screen and (max-width: 763px) { #TLIOPNLANPrCDTf9XAxOLh8KkQTzhOXl { width:20rem;height:11.25rem;top:95.151041030881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeBagAAZi3i8hT1FVRguiBBNQTS6Scx { width:20rem;height:6.75rem;top:85.9036655426rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ON7t3NgISSA33lupNbUohfpF0fz8ckeX { width:17.1875rem;height:12.3333125rem;top:143.3741607666rem;left:1.4062501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#ON7t3NgISSA33lupNbUohfpF0fz8ckeX li:before{  }
 }@media only screen and (max-width: 763px) { #RF1RUCFEPP2WM0uf34499r5JXkNDTTVq { width:17.6875rem;height:11.625rem;top:124.85937690735rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTcFZTGW08WS6poTZRPNd55BcJ3sgw51 { width:20rem;height:4.5rem;top:137.05382156372rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndTy35OPOU53bciuXzdFZLWbTnxTydXe { width:19.5625rem;height:2.25rem;top:121.36803913116rem;left:0.43663191795349rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fy3EBbV9IbGIOrx5KGon3TPTOhZU4W5H { width:19.625rem;height:13.0625rem;top:162.49219703674rem;left:0.37413191795349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPoGL8WzRk8rokshXKDoa5ytawQ9q5Da { width:17.1875rem;height:15.4948125rem;top:180.62153053284rem;left:1.4062501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#pPoGL8WzRk8rokshXKDoa5ytawQ9q5Da li:before{  }
 }@media only screen and (max-width: 763px) { #V7JreR6cAzBS5iVmHb7AxOgH0f6JbkT3 { width:20rem;height:2.25rem;top:158.37500953674rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMGSxA26GClbzkVpTCthFEuxf8vvhR07 { width:17.6875rem;height:9.423625rem;top:199.49913024903rem;left:1.15625rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tGxXQ9dyyKq7sWubXEAM3WvixhaVqbny { width:19.375rem;height:60.5625rem;top:211.24993896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APfshW9OvT2ZOlhplEEsh3AkXbThche3 { width:17.684875rem;height:8.3993125rem;top:211.96527576446rem;left:1.1571180820465rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RMgixJwX89Fw8WobGCnLgLRXJ5W1xVhT { width:17.875rem;height:17.875rem;top:278.90538215638rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #podLr6itr9MX1LrzmiN9VycqWgTAvZQB { width:17.875rem;height:28.3437125rem;top:242.66926288605rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p9EeUKtV1X4wevPMiwitKsFALonkkpyl { width:17.1875rem;height:1.57465rem;top:240.74308204651rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KblSCtotfdTDrXOeO6RalTlpCd0dEA9E { width:19.375rem;height:60.3125rem;top:331.99910545349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egc5k8td18Fx9FcqImbpwxB0VxrmyS8K { width:17.684rem;height:4.19965rem;top:273.95659732819rem;left:1.157986164093rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vT37qMIEplFQtALF0WmQ8TgJmoysoI9M { width:17.875rem;height:29.9184rem;top:299.94009780884rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pOygeA0cynH7XWniBwTiwa4f1ULOet0H { width:17.875rem;height:17.875rem;top:221.54862499237rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gIi4eatNUri2GJnsGmax4BliG6RkJR { width:17.1875rem;height:1.57465rem;top:297.48440170288rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CmrugpJHkThc50WWLPCVCsXn33IBg2C5 { width:19.375rem;height:57.8125rem;top:273.29861164093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCg9qiTEQlm3ybx5SD3EBw43vaNVAaTN { width:17.6831875rem;height:8.3993125rem;top:331.99829149246rem;left:1.157986164093rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mkrh0T8Rli12PLeB69UK9hdDcOnkx61I { width:17.875rem;height:26.7690875rem;top:362.85243415833rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ttx5UfHzTWvJuxCKGPbNwbJsXcieyTOD { width:17.875rem;height:17.875rem;top:341.17096614837rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXNm1J6ddGTNVJDI2T3AhqDZPNWemX5u { width:17.1875rem;height:1.57465rem;top:359.92966079712rem;left:1.4062501192093rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { width:18.4956875rem;height:16.684rem;top:397.43671607971rem;left:0.751736164093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d li:before{  }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { display:flex;width:2.8125rem;height:2.8125rem;top:416.32291984558rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { width:15rem;height:2.099825rem;top:416.68055915833rem;left:4.6180554628373rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:20rem;height:3.14930625rem;top:420.0625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:19.1875rem;height:19.875rem;top:425.25rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:8.75rem;height:1.48698125rem;top:427.0625rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { width:2.5625rem;height:0.25rem;top:437.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { width:20rem;height:1.94965rem;top:429.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:15.74825rem;height:3.8107625rem;top:433.4375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { width:2.6875rem;height:0.25rem;top:438.625rem;left:3.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { width:12.9373125rem;height:2.24935rem;top:438.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:9.8125rem;height:1.39930625rem;top:441.6875rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { width:20rem;height:6.299475rem;top:448.31080818176rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:20rem;height:22.0451625rem;top:456.72488021851rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:20rem;height:33.067675rem;top:482.49470329284rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { display:flex;width:1.3125rem;height:1.3125rem;top:441.75rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #eXlsNa3CJVoqQJkQMNu3mP803rwhgB21 { width:20rem;height:2.099825rem;top:393.80990314484rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:0.0625rem;height:11.25rem;top:27.207465171814rem;left:19.617187208977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:17.5625rem;height:3.57465rem;top:9.625rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:17.875rem;height:27.7742875rem;top:15.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { width:20rem;height:4.19965rem;top:3.2430953979492rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:19.0625rem;height:20.8125rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:17.8125rem;height:3.57465rem;top:44.0625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:17.9375rem;height:8.7708375rem;top:48.625rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:19.25rem;height:28rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:18.0625rem;height:3.57465rem;top:61.875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:17.6248125rem;height:20.4652875rem;top:67.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { display:block; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVWAhUtlxHX2mZdIinaAVqfTal36VthL { width:19.1875rem;height:19.875rem;top:14.3125rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #J6rEloVBRINSETXmXEyoN0XSMteMXW0a { width:15rem;height:2.1rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { width:20rem;height:3.15rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #HI5CrV3Bp11nITQhu0A9X0X9exhZOude { width:20rem;height:1.95rem;top:17.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { width:15.7498125rem;height:3.81185rem;top:21.9375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block; }
 }@media only screen and (max-width: 763px) { #ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { width:2.5625rem;height:0.25rem;top:16.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { width:2.6875rem;height:0.25rem;top:17.0625rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yM7wcZRmVbwB0s0ZhknMVrQqgXtX5VQt { width:2.5625rem;height:0.25rem;top:16.375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { width:12.9373125rem;height:2.24935rem;top:28rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL19MPXARBAbaEANyHOqVMioeTKZyxiB { display:flex;width:1.3125rem;height:1.3125rem;top:31.4375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { width:9.8125rem;height:1.4rem;top:31.375rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SrgGaaXWuFqcIUdrNEUf2ZWIFM6PWxs7 { width:11.5625rem;height:1.48698125rem;top:15.756063461304rem;left:5.4375001192093rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:10.934242248535rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { width:8rem;height:8rem;top:1.99609375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc0zxrtOH9azErs9baPbHkf2VSZdCTQ5 { width:6.3125rem;height:2.5rem;top:20.434028625488rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZA239ZTbxIlAgU8rVH2RBCh9y2VNySa { display:block; }
 }@media only screen and (max-width: 763px) { #mG1QIMOL6a6Qw1hDX5cEb4T6I134hnUI { width:12.6875rem;height:2.5rem;top:16.684028625488rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyzKC535lQmNZEiELl2DSDHRJGPU7vwE { display:block; }
 }