.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:224,221,229;--color-primary-1:153,143,168;--color-primary-2:50,30,80;--color-primary-3:25,15,40;--color-primary-4:8,5,12;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"National condensed";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row .container { background-color: transparent; background-image: none; }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row .container > .video-iframe-container { display: none; }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row > .video-iframe-container { display: none; }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .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); }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row .container { border-width: 0; border-radius: 0; }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#D8yMgAFc1cP6klZ34dZnumQmPVUUiru8 { 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:1.5625rem;width:4.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#hnpGbF7NCPqgahIHc4achQy7Ay34xAGG { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0617897510529rem;left:62.12428855896rem;display:block; }
#DgWyZQv8NpmSsTUICmzooLLJ4DJcIbp4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/799e32f9-01fd-4728-988d-97479891522e/herobackground.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr.adaptive-delivery-prevent-bg, #CZfKDsUJFx56Np6xEMwZZydGFy57nBWr.lazyload, #CZfKDsUJFx56Np6xEMwZZydGFy57nBWr.lazyloading { background-image: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container { background-color: transparent; background-image: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container > .video-iframe-container { display: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row > .video-iframe-container { display: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .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); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container { border-width: 0; border-radius: 0; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#VqN1N9awmMU9DklL8pCpDySFN67mXL5i { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZcVL5wxL4fCqyivz1JEs5zWlwq228PMZ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#Ltm1LuF2TvsUxRzpGVuLPSSSIBRoqstN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#321e50;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:39.5625rem;display:none; }
#kLnhlt2zIMJ7oL0hcJcV2tCeBJlnWJgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 { position:relative;display:block; }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 { background-color: transparent; background-image: none; }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .row .container > .video-iframe-container { display: none; }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .row > .video-iframe-container { display: none; }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .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); }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 { border-width: 0; border-radius: 0; }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .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; }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .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:26.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NqxLifADtNf3rU4I0oTW0MybkMrczq40 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:4.25rem;left:0rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bBLeSa6xTAenNwzNvH0XJ6Balm12l1RL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.5625rem;left:0rem;display:block; }
#gxRWtC869ynicA34sKbddLNMRiPHTCWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PttwuMmErSi2kXxQAmTQqriWE675hSCo { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.375rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#uG2xaRGDq9Wq9Z1LGUMmJZLO7c6xfH8v { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:31.125rem;top:3.375rem;left:40.375rem;overflow:hidden;display:block; }
#kB3LnaSmcubxL15AvudPowzKzcb9L3IH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row .container { background-color: transparent; background-image: none; }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row .container > .video-iframe-container { display: none; }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row > .video-iframe-container { display: none; }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .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); }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row .container { border-width: 0; border-radius: 0; }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#Boo1KFakD4awsXNzsE9Damg34c5kbUp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.7744140625rem;left:15.59375rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khlIF8nfkp6BRt9qTbZKeV19AKe7Tol4 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9749984741213rem;left:15.15625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LU4mtHdFtGc2ErehnzmIgRmv0OxaHSHL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#chTb6fd7ws1VwPI6rEVGKGonuqo23kWt { 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:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#Ss61PNaXwKSOlv8cOvg8S1m74P5s34fv { 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:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#N44aTMgkUSfUsHiThJ97GS0po79OR04O { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#SEiJruJlos6pIgsUeUyVSA8goI5xbl1P { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy { position:relative;display:block; }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy { background-color: transparent; background-image: none; }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .row .container > .video-iframe-container { display: none; }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .row > .video-iframe-container { display: none; }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .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); }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy { border-width: 0; border-radius: 0; }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .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; }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .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:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ApEOcTQSUgq4vTu8xfUx8RaJiTTfXrxy { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.375rem;left:40.500002384186rem;height:10.799rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PZF9pPo567yWAsyuTGkd4UcC6oeOAEXZ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.3125rem;left:40.500002384186rem;display:block; }
#tw7TDL7MgIUFzbOi7Ud7Lil2hphrpDqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A026NihVAF79fRaeBCrOWs7eQoIOhFMf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.8125rem;left:40.5rem;height:4.19744375rem;font-style:normal;display:block; }
#gzvK1FM6hTNo66TUwnkBlOwusv2M8b1G { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:33.75rem;top:4.03125rem;left:0rem;overflow:hidden;display:block; }
#eZNIZq64uSuH3utMrcTVW523khMmMRBx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:18.9375rem;left:40.5rem;height:4.19744375rem;font-style:normal;display:block; }
#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row .container { background-color: transparent; background-image: none; }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row .container > .video-iframe-container { display: none; }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row > .video-iframe-container { display: none; }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .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); }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row .container { border-width: 0; border-radius: 0; }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#BMdRvJpQB7cswuMd350AtPbPJkOaHpJq { box-sizing:content-box;height:23.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hmFEcRuBvPy7R8HtRcHq3AWzBJLFZ6ue { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.6875rem;left:4.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tdNlot0DSQwZ8oaZC57bwJ0TKDi58AUq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.1875rem;left:4.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#mgvGMSXkX9Muu6tl3NxIsRiNO8mCOHq6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#BmqmkqNISw3QWNbF8cTob90zUhWqsfXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6VcaJQN4nEqswg0fauB88ptbS4Mn6R1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.937498959712rem;left:4.8117885589599rem;display:block; }
#I4BdeJgZTBrwfRt87gDSRgKbz66X6WCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6MvN1XZ6PCQCDzP3G5KTyOyz0t0MECg { position:absolute;display:block;z-index:15005;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.75rem;width:22.5625rem;top:8.34375rem;left:47.25rem;overflow:hidden;display:block; }
#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe { position:relative;display:block; }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe { background-color: transparent; background-image: none; }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .row .container > .video-iframe-container { display: none; }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .row > .video-iframe-container { display: none; }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .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); }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe { border-width: 0; border-radius: 0; }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .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; }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C9lFlmgNGGHnHCMbOGLBgrl4QAq25H6F { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ikUZLTct1HCSTg06TkC73SQAFmOeesP4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.5rem;left:0rem;display:block; }
#HHB3L4g5qsTQWDE78JVTakC0nLdS9XXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UwJ9pT6uW2tlyiAkT2y5DMuxpimtQV9O { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:21.25rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#c0O5hLmMqx60B9IMMR1VcOMVNN8a9het { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:42.25rem;top:6.28125rem;left:32.75rem;overflow:hidden;display:block; }
#aH0edmMQqkmfZnNAv1R0fdoVbWDeZ2Rk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.875rem;left:0rem;height:1.57404375rem;font-style:normal;display:block; }
#da6ldTnyWePe1TCryzc74nrU0pzLcCKE { position:absolute;display:block;z-index:15005;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:2rem;width:2rem;top:20.9375rem;left:0rem;overflow:hidden;display:block; }
#SIntNy8luJbSf8EuIR1xmsL9CiNhP2za { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.92578125rem;left:2.875rem;height:1.39915rem;font-style:normal;display:block; }
#ED1EkCynhKgle5BoPUJpeqsloUzTJN5Z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:23.625rem;left:0rem;overflow:hidden;display:block; }
#EeV8lteB0P8xCSytwwikucLBKdhFHKPp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:26.5625rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#SnGJW55ov83f71TprAAJpTCncMTemW8k { 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:2rem;width:2rem;top:26.25rem;left:0rem;overflow:hidden;display:block; }
#u4zu1N44E7FMnll8bP6Pk3v0Zi56MR6x { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row .container { background-color: transparent; background-image: none; }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row .container > .video-iframe-container { display: none; }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row > .video-iframe-container { display: none; }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .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); }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row .container { border-width: 0; border-radius: 0; }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#dnzp4R7SGmneUFU8dHPElbK1PATkhSKR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:1.8125rem;left:38.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PchPDtzTPTGtMW3PA3COiaKySNmDEKRW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.125rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#dd788ChGyER78NVaxbTSOvbwtMdHcET1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:36.8125rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#ABP9rmpB4JQR1oC8T6FiE9FC2ZJqUTRt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#tkRwGrMBJWGO9m98yfR1A9SxWaCDyJJg { position:absolute;display:block;z-index:15005;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:2rem;width:2rem;top:12.82421875rem;left:38.625rem;overflow:hidden;display:block; }
#rzKTF6ocAvlJZIHPKEAN5UykMyTT3q2v { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#W5rkEOWRnpdx3a7cs5on7BwpZFWaqPS1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:17.76171875rem;left:38.625rem;overflow:hidden;display:block; }
#HHHeLWSTQ6lRwO8G3zDXqvZ718i3Hw8d { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#w79EPTkKTlvQ5AGccRTaWSN5buqvHVFq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.9375rem;left:41.25rem;height:1.39915rem;font-style:normal;display:block; }
#V0Gb5CSR41xaB4EarZh69GFghtUk5Kdm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:24.9375rem;left:41.25rem;height:1.39915rem;font-style:normal;display:block; }
#lOh8yOXy2yZE21s7c3Tk3oG4No2cdnNe { 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:2rem;width:2rem;top:22.63671875rem;left:38.625rem;overflow:hidden;display:block; }
#xFLKGWown4gkXsXvAaM8UHwROBR9smPt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.9500007629394rem;left:38.625rem;height:1.39915rem;font-style:normal;display:block; }
#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr { 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; }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row .container { background-color: transparent; background-image: none; }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row .container > .video-iframe-container { display: none; }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row > .video-iframe-container { display: none; }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .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); }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row .container { border-width: 0; border-radius: 0; }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#NOxyVoC15OONdbFOVrzTwK0rOWduR3TO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCX5ovmb9l1NdA89tbyL1sQcffsn7f88 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UlnSPVD52ro2RB2yXgkyCoexpvuWgsJR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.25rem;left:3.875rem;overflow:hidden;display:block; }
#TzbFGkhDh6bbJAlELPK0qaUpFE15qTR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:18.125rem;left:27.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFHhrHkTDvRwuhdgOJ2ti7xKL77HQMTT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.625rem;left:26.9375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHcevwXDluQCidioR3HysrCwUV82OQ4l { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#U8b7CwMZiUlRZqU6Ntl8bv7pwJACNoEr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.375rem;top:3.25rem;left:57.75rem;overflow:hidden;display:block; }
#WQau9BQNreCupwQlTZzrkHWPkXTdEPUu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.0625rem;left:54rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UgNFGnoRRWK91VQZE0cGnVZzNh724hxT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5625rem;left:53.875rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row .container { background-color: transparent; background-image: none; }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row .container > .video-iframe-container { display: none; }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row > .video-iframe-container { display: none; }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .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); }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row .container { border-width: 0; border-radius: 0; }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#aH0cUVpIHFi5ok05h597ZPfTzJEqV7sH { 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:1.5625rem;width:4.75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#Q3s9SxQKiBODhulx8IcnnaqKAmLdO4iD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:10.1875rem;height:1.39915rem;font-style:normal;display:block; }
#ATg4QUU9a2CUqzqm8KKOPsOGmxhCfFOn { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:19.4375rem;height:1.39915rem;font-style:normal;display:block; }
#D0ieiALdUozhPxA7twxl6WCRMh9TfL2W { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:27.4375rem;height:1.39915rem;font-style:normal;display:block; }
#vK9KykD7L3wlWuAL5ZB2Vl7xVw6TlVdJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1875rem;left:38.1875rem;height:1.39915rem;font-style:normal;display:block; }
#zzUWizUaGVpC3qmOtTrOQgruEhNcJ7GV { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1875rem;left:49rem;height:1.39915rem;font-style:normal;display:block; }
#P8843vQwa2lTsrCnwPHnBkJPpnFfUqzS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1875rem;left:54.625rem;height:1.39915rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo { display:block; }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8yMgAFc1cP6klZ34dZnumQmPVUUiru8 { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnpGbF7NCPqgahIHc4achQy7Ay34xAGG { width:11.8125rem;height:2.875rem;top:1rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgWyZQv8NpmSsTUICmzooLLJ4DJcIbp4 { display:block; }
 }@media only screen and (max-width: 763px) { #CZfKDsUJFx56Np6xEMwZZydGFy57nBWr { display:block; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr { background-color: transparent; background-image: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container > .video-iframe-container { display: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row > .video-iframe-container { display: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .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); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr { border-width: 0; border-radius: 0; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqN1N9awmMU9DklL8pCpDySFN67mXL5i { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVL5wxL4fCqyivz1JEs5zWlwq228PMZ { top:10rem;left:0rem;width:39.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltm1LuF2TvsUxRzpGVuLPSSSIBRoqstN { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLnhlt2zIMJ7oL0hcJcV2tCeBJlnWJgn { display:block; }
 }@media only screen and (max-width: 763px) { #uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 { display:block; }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqxLifADtNf3rU4I0oTW0MybkMrczq40 { top:4.25rem;left:0rem;width:31.0625rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBLeSa6xTAenNwzNvH0XJ6Balm12l1RL { width:17.4375rem;height:2.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxRWtC869ynicA34sKbddLNMRiPHTCWs { display:block; }
 }@media only screen and (max-width: 763px) { #PttwuMmErSi2kXxQAmTQqriWE675hSCo { top:13.3125rem;left:0rem;width:30.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG2xaRGDq9Wq9Z1LGUMmJZLO7c6xfH8v { top:3.375rem;left:13.125rem;width:31.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB3LnaSmcubxL15AvudPowzKzcb9L3IH { display:block; }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Boo1KFakD4awsXNzsE9Damg34c5kbUp8 { top:2.75rem;left:1.96875rem;width:43.8125rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #khlIF8nfkp6BRt9qTbZKeV19AKe7Tol4 { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU4mtHdFtGc2ErehnzmIgRmv0OxaHSHL { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chTb6fd7ws1VwPI6rEVGKGonuqo23kWt { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss61PNaXwKSOlv8cOvg8S1m74P5s34fv { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44aTMgkUSfUsHiThJ97GS0po79OR04O { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiJruJlos6pIgsUeUyVSA8goI5xbl1P { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFKqUGNLn5rGEueN76GxsNDre6o5SJzy { display:block; }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApEOcTQSUgq4vTu8xfUx8RaJiTTfXrxy { top:3.375rem;left:20.3125rem;width:27.4375rem;height:8.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZF9pPo567yWAsyuTGkd4UcC6oeOAEXZ { width:17.1875rem;height:2.875rem;top:25.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw7TDL7MgIUFzbOi7Ud7Lil2hphrpDqx { display:block; }
 }@media only screen and (max-width: 763px) { #A026NihVAF79fRaeBCrOWs7eQoIOhFMf { top:13.8125rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzvK1FM6hTNo66TUwnkBlOwusv2M8b1G { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZNIZq64uSuH3utMrcTVW523khMmMRBx { top:18.9375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 { display:block; }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMdRvJpQB7cswuMd350AtPbPJkOaHpJq { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmFEcRuBvPy7R8HtRcHq3AWzBJLFZ6ue { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdNlot0DSQwZ8oaZC57bwJ0TKDi58AUq { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgvGMSXkX9Muu6tl3NxIsRiNO8mCOHq6 { width:24.1875rem;height:2.75rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmqmkqNISw3QWNbF8cTob90zUhWqsfXh { display:block; }
 }@media only screen and (max-width: 763px) { #p6VcaJQN4nEqswg0fauB88ptbS4Mn6R1 { width:24.3125rem;height:2.875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4BdeJgZTBrwfRt87gDSRgKbz66X6WCJ { display:block; }
 }@media only screen and (max-width: 763px) { #g6MvN1XZ6PCQCDzP3G5KTyOyz0t0MECg { top:8.3125rem;left:25.125rem;width:22.5625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe { display:block; }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9lFlmgNGGHnHCMbOGLBgrl4QAq25H6F { top:5rem;left:0rem;width:26.125rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikUZLTct1HCSTg06TkC73SQAFmOeesP4 { width:17.4375rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHB3L4g5qsTQWDE78JVTakC0nLdS9XXo { display:block; }
 }@media only screen and (max-width: 763px) { #UwJ9pT6uW2tlyiAkT2y5DMuxpimtQV9O { top:21.25rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0O5hLmMqx60B9IMMR1VcOMVNN8a9het { top:6.25rem;left:0rem;width:42.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0edmMQqkmfZnNAv1R0fdoVbWDeZ2Rk { top:16.875rem;left:0rem;width:25.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da6ldTnyWePe1TCryzc74nrU0pzLcCKE { top:20.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIntNy8luJbSf8EuIR1xmsL9CiNhP2za { top:23.875rem;left:0rem;width:23.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED1EkCynhKgle5BoPUJpeqsloUzTJN5Z { top:23.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeV8lteB0P8xCSytwwikucLBKdhFHKPp { top:26.5625rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnGJW55ov83f71TprAAJpTCncMTemW8k { top:26.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4zu1N44E7FMnll8bP6Pk3v0Zi56MR6x { top:13.125rem;left:0rem;width:23.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF { display:block; }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnzp4R7SGmneUFU8dHPElbK1PATkhSKR { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PchPDtzTPTGtMW3PA3COiaKySNmDEKRW { top:13.125rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd788ChGyER78NVaxbTSOvbwtMdHcET1 { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABP9rmpB4JQR1oC8T6FiE9FC2ZJqUTRt { top:15.0625rem;left:21.5rem;width:26.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkRwGrMBJWGO9m98yfR1A9SxWaCDyJJg { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzKTF6ocAvlJZIHPKEAN5UykMyTT3q2v { top:18.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5rkEOWRnpdx3a7cs5on7BwpZFWaqPS1 { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHHeLWSTQ6lRwO8G3zDXqvZ718i3Hw8d { top:20rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w79EPTkKTlvQ5AGccRTaWSN5buqvHVFq { top:22.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Gb5CSR41xaB4EarZh69GFghtUk5Kdm { top:24.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOh8yOXy2yZE21s7c3Tk3oG4No2cdnNe { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFLKGWown4gkXsXvAaM8UHwROBR9smPt { top:9.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr { display:block; }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOxyVoC15OONdbFOVrzTwK0rOWduR3TO { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCX5ovmb9l1NdA89tbyL1sQcffsn7f88 { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlnSPVD52ro2RB2yXgkyCoexpvuWgsJR { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzbFGkhDh6bbJAlELPK0qaUpFE15qTR0 { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFHhrHkTDvRwuhdgOJ2ti7xKL77HQMTT { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHcevwXDluQCidioR3HysrCwUV82OQ4l { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8b7CwMZiUlRZqU6Ntl8bv7pwJACNoEr { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQau9BQNreCupwQlTZzrkHWPkXTdEPUu { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgNFGnoRRWK91VQZE0cGnVZzNh724hxT { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl { display:block; }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH0cUVpIHFi5ok05h597ZPfTzJEqV7sH { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3s9SxQKiBODhulx8IcnnaqKAmLdO4iD { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATg4QUU9a2CUqzqm8KKOPsOGmxhCfFOn { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0ieiALdUozhPxA7twxl6WCRMh9TfL2W { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9KykD7L3wlWuAL5ZB2Vl7xVw6TlVdJ { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzUWizUaGVpC3qmOtTrOQgruEhNcJ7GV { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8843vQwa2lTsrCnwPHnBkJPpnFfUqzS { top:2.1875rem;left:37.5rem;width:10.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo { display:block; }#G0rfgbAn9OJCzVWmGGtBBW5FvLI2OPzo > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8yMgAFc1cP6klZ34dZnumQmPVUUiru8 { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnpGbF7NCPqgahIHc4achQy7Ay34xAGG { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgWyZQv8NpmSsTUICmzooLLJ4DJcIbp4 { display:block; }
 }@media only screen and (max-width: 763px) { #CZfKDsUJFx56Np6xEMwZZydGFy57nBWr { background-color:#321e50;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;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container { background-color: transparent; background-image: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container > .video-iframe-container { display: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row > .video-iframe-container { display: none; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .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); }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container { border-width: 0; border-radius: 0; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZfKDsUJFx56Np6xEMwZZydGFy57nBWr > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqN1N9awmMU9DklL8pCpDySFN67mXL5i { width:20rem;height:2.24964375rem;top:3.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVL5wxL4fCqyivz1JEs5zWlwq228PMZ { width:20rem;height:6.9993125rem;top:7.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ltm1LuF2TvsUxRzpGVuLPSSSIBRoqstN { width:16.390238625rem;height:2.076526125rem;top:16.4375rem;left:1.75rem;z-index:15019;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kLnhlt2zIMJ7oL0hcJcV2tCeBJlnWJgn { display:block; }
 }@media only screen and (max-width: 763px) { #uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 { display:block; }#uOS9r3p8EVmiZOIUBWAW2SOqiTWkg3p6 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqxLifADtNf3rU4I0oTW0MybkMrczq40 { width:20rem;height:4.4992875rem;top:1.8125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBLeSa6xTAenNwzNvH0XJ6Balm12l1RL { width:17.4375rem;height:2.875rem;top:14.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxRWtC869ynicA34sKbddLNMRiPHTCWs { display:block; }
 }@media only screen and (max-width: 763px) { #PttwuMmErSi2kXxQAmTQqriWE675hSCo { width:20rem;height:5.59659375rem;top:7.6748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uG2xaRGDq9Wq9Z1LGUMmJZLO7c6xfH8v { width:17.9375rem;height:11.375rem;top:18.974609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB3LnaSmcubxL15AvudPowzKzcb9L3IH { display:block; }#kB3LnaSmcubxL15AvudPowzKzcb9L3IH > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Boo1KFakD4awsXNzsE9Damg34c5kbUp8 { width:20rem;height:3.599075rem;top:1.8119678497314rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khlIF8nfkp6BRt9qTbZKeV19AKe7Tol4 { width:20rem;height:2.79829375rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LU4mtHdFtGc2ErehnzmIgRmv0OxaHSHL { width:5.4375rem;height:1.625rem;top:16.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chTb6fd7ws1VwPI6rEVGKGonuqo23kWt { width:11.8125rem;height:3.5625rem;top:11.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss61PNaXwKSOlv8cOvg8S1m74P5s34fv { width:8.3125rem;height:2.8125rem;top:28.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44aTMgkUSfUsHiThJ97GS0po79OR04O { width:8.75rem;height:3.3125rem;top:24rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiJruJlos6pIgsUeUyVSA8goI5xbl1P { width:8.75rem;height:3.3125rem;top:19.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFKqUGNLn5rGEueN76GxsNDre6o5SJzy { display:block; }#JFKqUGNLn5rGEueN76GxsNDre6o5SJzy > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApEOcTQSUgq4vTu8xfUx8RaJiTTfXrxy { width:20rem;height:5.3986125rem;top:2.8795557022095rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZF9pPo567yWAsyuTGkd4UcC6oeOAEXZ { width:17.104166625rem;height:2.791666625rem;top:25.1796875rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw7TDL7MgIUFzbOi7Ud7Lil2hphrpDqx { display:block; }
 }@media only screen and (max-width: 763px) { #A026NihVAF79fRaeBCrOWs7eQoIOhFMf { width:20rem;height:5.59659375rem;top:9.7923183441163rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzvK1FM6hTNo66TUwnkBlOwusv2M8b1G { width:20rem;height:14.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZNIZq64uSuH3utMrcTVW523khMmMRBx { width:20rem;height:6.99575rem;top:16.479818344116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 { display:block; }#sEolgttJeqNHbUsPNOod7Rfr54VDLUu8 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMdRvJpQB7cswuMd350AtPbPJkOaHpJq { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmFEcRuBvPy7R8HtRcHq3AWzBJLFZ6ue { width:17.625rem;height:1.79980625rem;top:5.1250002384186rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tdNlot0DSQwZ8oaZC57bwJ0TKDi58AUq { width:17.9375rem;height:4.19824375rem;top:8.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgvGMSXkX9Muu6tl3NxIsRiNO8mCOHq6 { width:19.875rem;height:2.761007375rem;top:14.248933792114rem;left:0.061257064342499rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmqmkqNISw3QWNbF8cTob90zUhWqsfXh { display:block; }
 }@media only screen and (max-width: 763px) { #p6VcaJQN4nEqswg0fauB88ptbS4Mn6R1 { width:19.886363625rem;height:2.761007375rem;top:18.061965942382rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4BdeJgZTBrwfRt87gDSRgKbz66X6WCJ { display:block; }
 }@media only screen and (max-width: 763px) { #g6MvN1XZ6PCQCDzP3G5KTyOyz0t0MECg { width:17.5rem;height:13rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe { display:block; }#GHo92P88cmQ6q2mVLsoeZDBcUaSPrWpe > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9lFlmgNGGHnHCMbOGLBgrl4QAq25H6F { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikUZLTct1HCSTg06TkC73SQAFmOeesP4 { width:17.4375rem;height:2.875rem;top:22rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHB3L4g5qsTQWDE78JVTakC0nLdS9XXo { display:block; }
 }@media only screen and (max-width: 763px) { #UwJ9pT6uW2tlyiAkT2y5DMuxpimtQV9O { width:17.75rem;height:1.3994125rem;top:12.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c0O5hLmMqx60B9IMMR1VcOMVNN8a9het { width:20rem;height:12.1875rem;top:26.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0edmMQqkmfZnNAv1R0fdoVbWDeZ2Rk { width:20rem;height:2.798825rem;top:7.5859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #da6ldTnyWePe1TCryzc74nrU0pzLcCKE { width:2rem;height:2rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIntNy8luJbSf8EuIR1xmsL9CiNhP2za { width:17.75rem;height:2.798825rem;top:15.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ED1EkCynhKgle5BoPUJpeqsloUzTJN5Z { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeV8lteB0P8xCSytwwikucLBKdhFHKPp { width:17.75rem;height:1.3994125rem;top:18.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SnGJW55ov83f71TprAAJpTCncMTemW8k { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4zu1N44E7FMnll8bP6Pk3v0Zi56MR6x { width:20rem;height:1.3994125rem;top:4.3203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF { display:block; }#wVKOgJcKJpuRRnIG24rxqiHk8l0fxWpF > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnzp4R7SGmneUFU8dHPElbK1PATkhSKR { width:20rem;height:3.5996125rem;top:13.6123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PchPDtzTPTGtMW3PA3COiaKySNmDEKRW { width:17.75rem;height:1.3994125rem;top:20.5625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dd788ChGyER78NVaxbTSOvbwtMdHcET1 { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABP9rmpB4JQR1oC8T6FiE9FC2ZJqUTRt { width:17.6875rem;height:2.798825rem;top:21.8994140625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tkRwGrMBJWGO9m98yfR1A9SxWaCDyJJg { width:2rem;height:2rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzKTF6ocAvlJZIHPKEAN5UykMyTT3q2v { width:17.625rem;height:1.3994125rem;top:25.5rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W5rkEOWRnpdx3a7cs5on7BwpZFWaqPS1 { width:2rem;height:2rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHHeLWSTQ6lRwO8G3zDXqvZ718i3Hw8d { width:17.5rem;height:1.3994125rem;top:26.9375rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w79EPTkKTlvQ5AGccRTaWSN5buqvHVFq { width:17.5rem;height:2.798825rem;top:28.9375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V0Gb5CSR41xaB4EarZh69GFghtUk5Kdm { width:17.5rem;height:2.798825rem;top:31.7744140625rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOh8yOXy2yZE21s7c3Tk3oG4No2cdnNe { width:2rem;height:2rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFLKGWown4gkXsXvAaM8UHwROBR9smPt { width:20rem;height:1.3994125rem;top:17.837890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr { display:block; }#CPI4e6iCACmKBQfZPfhJBmTv0fev6Hbr > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOxyVoC15OONdbFOVrzTwK0rOWduR3TO { width:20rem;height:1.8rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCX5ovmb9l1NdA89tbyL1sQcffsn7f88 { width:20rem;height:1.4rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlnSPVD52ro2RB2yXgkyCoexpvuWgsJR { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzbFGkhDh6bbJAlELPK0qaUpFE15qTR0 { width:20rem;height:1.8rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFHhrHkTDvRwuhdgOJ2ti7xKL77HQMTT { width:16.0625rem;height:2.79829375rem;top:29.268230438233rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHcevwXDluQCidioR3HysrCwUV82OQ4l { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8b7CwMZiUlRZqU6Ntl8bv7pwJACNoEr { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQau9BQNreCupwQlTZzrkHWPkXTdEPUu { width:20rem;height:1.8rem;top:42.418750762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgNFGnoRRWK91VQZE0cGnVZzNh724hxT { width:20rem;height:1.4rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl { display:block; }#E2y1dxXls6n8eo8uogHfPqfNuz1S2Wcl > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH0cUVpIHFi5ok05h597ZPfTzJEqV7sH { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3s9SxQKiBODhulx8IcnnaqKAmLdO4iD { width:7.9375rem;height:1.4rem;top:4.0625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATg4QUU9a2CUqzqm8KKOPsOGmxhCfFOn { width:7rem;height:1.4rem;top:6.7125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0ieiALdUozhPxA7twxl6WCRMh9TfL2W { width:9.375rem;height:1.4rem;top:9.3625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vK9KykD7L3wlWuAL5ZB2Vl7xVw6TlVdJ { width:9.6875rem;height:1.4rem;top:12.0125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzUWizUaGVpC3qmOtTrOQgruEhNcJ7GV { width:4.5rem;height:1.4rem;top:14.6625rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8843vQwa2lTsrCnwPHnBkJPpnFfUqzS { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }