.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#020202;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); }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#732382;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row .container { background-color: transparent; background-image: none; }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row .container > .video-iframe-container { display: none; }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row > .video-iframe-container { display: none; }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .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); }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row .container { border-width: 0; border-radius: 0; }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row .container { font-size:0.875rem;font-family:"times new roman";height:3.75rem;width:75rem;position:relative;display:block; }#WbnVmzgeFKWbnFDKWLsFrq76hipkb7vJ { background-color:#feeacf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#732382;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.46875rem;left:52.375rem;display:block; }
#L6vk5nFkAE9KmbDUoN844NDoXXVgeE9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPBFAgMNyreThmF9eKLpJNA4Xm9TpV36 { 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(0,0,0,0);border-left:2.1875rem solid rgba(0,0,0,0);border-right:0.4375rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fdf8f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.3125rem;left:61.875rem;display:block; }
#dnN0EfBQMO3gvvff9hWfae3cn7ou2MlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnvfgPdzvHuckFzgPt5AoEb973RmAZoy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.1875rem;left:63.5rem; }
#mnvfgPdzvHuckFzgPt5AoEb973RmAZoy > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#WzrSiEcqPLIX44m6ObR5zJBEkoLiPiFi { 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.0625rem;width:3.8125rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#aQrpoycqgbfikiOvcSznmtZI55LdVtw8 { 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:4.25rem;width:18.75rem;top:10rem;left:14.125rem;overflow:hidden;display:none; }
#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/420e8ece-8cbd-496b-a820-b2157b97d4c1/heroBackgroundAknUmq37large4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF.adaptive-delivery-prevent-bg, #Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF.lazyload, #Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF.lazyloading { background-image: none; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container { background-color: transparent; background-image: none; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container > .video-iframe-container { display: none; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row > .video-iframe-container { display: none; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .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); }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container { border-width: 0; border-radius: 0; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;position:relative;display:block; }#PQ8ukmCwafSXxfEtnPFB3iPCDKQIniKQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:37.1875rem;top:10rem;left:14.125rem;overflow:hidden;display:block; }
#w1c0hT39FlC5iimo6ZRKd0ui1AdVelLb { color:#ffdb94;display:block;width:32.25rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:16.59375rem;height:1.54358125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s2QOUbsl9oGBPeW7Eg0KPnP0mGF83wmz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.4375rem;left:32.25rem;filter: drop-shadow(0.125rem 0.125rem 0.1875rem rgba(115,35,130,0.83)); }
#s2QOUbsl9oGBPeW7Eg0KPnP0mGF83wmz > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#a2arc30KHZ4Jwc5eyLVWptHOnFHBwgOm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.9375rem;left:32.25rem;filter: drop-shadow(0.125rem 0.125rem 0.1875rem rgba(115,35,130,0.83));display:none; }
#a2arc30KHZ4Jwc5eyLVWptHOnFHBwgOm > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#863c89;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; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row .container { background-color: transparent; background-image: none; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row .container > .video-iframe-container { display: none; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row > .video-iframe-container { display: none; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .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); }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row .container { border-width: 0; border-radius: 0; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#FstHUcUFN9XHqJUmsvzUIby2nNGvscDU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#732382;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:21.25rem;display:block; }
#Oa4ceMxJJ79sD5OLOqRXomcZqWCShuEz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#863c89;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; }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row .container { background-color: transparent; background-image: none; }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row .container > .video-iframe-container { display: none; }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row > .video-iframe-container { display: none; }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .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); }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row .container { border-width: 0; border-radius: 0; }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#dQmgNLScM7kqwctGw3mT8hS51XrdoSy0 { color:#fbfbfb;display:block;width:16.25rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.375rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UgQwu5NJllK3TQHXibqcsN0CCLxP7awS { color:#fbfbfb;display:block;width:16.25rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:4.4375rem;left:20.125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I4zQH7XcoBr3bWD6nifsMt68LGgVviLn { color:#fbfbfb;display:block;width:16.25rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:4.375rem;left:38.875rem;height:8.7744375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#upCg0FtgpaRn9VkNeTyT0fZ0FTMDlocx { color:#fbfbfb;display:block;width:16.25rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:4.4375rem;left:57.5625rem;height:4.38720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QwGfaV7cKDu1ZS0CdTfC1T5w5sidkvgG { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.375rem;top:0rem;left:5.6875rem;overflow:hidden;display:block; }
#g2Ca4TEpolTkQ5lJU9As0xLEWTIvfaJo { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.8125rem;top:0rem;left:24.71875rem;overflow:hidden;display:block; }
#Of86IWRGUwzZM6teiHXykKhTMcZ9zCnL { position:absolute;display:block;z-index:15062;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.3125rem;width:6.5625rem;top:0rem;left:43.59375rem;overflow:hidden;display:block; }
#ItHnqb5OxnxoZOOrqS1WKXMdiarfX0hX { position:absolute;display:block;z-index:15063;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.0625rem;width:11.6875rem;top:0rem;left:59.78125rem;overflow:hidden;display:block; }
#JIXrwGvGGxlKOMN6ClhLRV4RdMrpfWuJ { color:#ffdb94;display:block;width:32.25rem;position:absolute;font-family:gotham;font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:16.59375rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe9da;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; }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row .container { background-color: transparent; background-image: none; }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row .container > .video-iframe-container { display: none; }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row > .video-iframe-container { display: none; }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .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); }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row .container { border-width: 0; border-radius: 0; }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row .container { font-size:0.875rem;font-family:"times new roman";height:50.375rem;width:75rem;position:relative;display:block; }#pDReb2hpp196Matd2KR6dC1dNMaSBRrE { color:#3d222a;display:block;width:26.1875rem;position:absolute;font-family:"dm serif display";font-size:2.4375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:4.875rem;left:24.25rem;height:2.92480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bpUd28TstvUxOUitMCv1EHHTtK59uyOm { color:#732382;display:block;width:18.5rem;position:absolute;font-family:"pt sans narrow";font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(68,12,95,0.4);top:23.4130859375rem;left:28.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKCGWSxPkc7CkTzqiztsmacyTQy6klZX { box-sizing:content-box;height:0.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15011;background-color:#3d222a;background-image:none;top:6.375rem;left:52.125rem;display:block; }
#GdDvUJ73iGhci5hpUF4DgGTppFU2BA7m { box-sizing:content-box;height:0.0625rem;width:17.1875rem;position:absolute;display:block;z-index:15010;background-color:#3d222a;background-image:none;top:6.375rem;left:5.6875rem;display:block; }
#XW3DXt7aqwV166DAM20p6UxgfwnCCc41 { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15012;background-color:#3d222a;background-image:none;top:50.3125rem;left:12.5rem;display:block; }
#cx5GcMwWNL6uecZDAh7As8HwT8eAQ0rK { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:29.75rem;left:23rem;height:1.54345625rem;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:none; }
#BS3gsXaQhtchVh1uigAyUtkDmdyzUrTx { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:29.75rem;left:23rem;height:1.54345625rem;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:none; }
#aHBkz20v18Uf4r8EVKEFcLDohIAOpJcC { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:29.75rem;left:23rem;height:1.54345625rem;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:none; }
#FH1P0EgLRUn3i6PhqADIC6BkCJBT6IWk { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:29.75rem;left:23rem;height:1.54345625rem;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:none; }
#CiVzJkHK9ssVJ1I595vx1uVQn2MVHyNV { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.31201171875rem;left:21.6875rem;height:1.4624rem;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:none; }
#PGuDJFDP5FcQ2XbDxFFuVXMaFh5C80r5 { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.31201171875rem;left:21.6875rem;height:1.4624rem;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:none; }
#yEqigLEsFQuBrGMoEmShM4QoILToK1Xm { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.31201171875rem;left:21.6875rem;height:1.4624rem;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:none; }
#ayciuFzTk4rP9HQsXnsKDRUdQiskWRTS { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.31201171875rem;left:21.6875rem;height:1.4624rem;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:none; }
#ytufUTvR2OiP9bB5Hg1nuACbcBDacOEB { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:30.6875rem;left:20.25rem;height:1.54345625rem;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; }
#l8HIZexbVI2TmTVTqqDbgZ80h5e4zlTk { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:30.6875rem;left:26.375rem;height:1.54345625rem;font-style:normal;display:block; }
#pTWr8LvhWxT46nTtqUKd62DNW92VdCZV { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:34.1875rem;left:20.25rem;height:1.54345625rem;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; }
#Q6M8bqRMbsTL7JTToWWh2F2vtFoqqzWT { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:34.1875rem;left:33.3125rem;height:1.54345625rem;font-style:normal;display:block; }
#rETLmkBk9gkAwnvK1wyKvR3OUhCrJ31r { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:34.1875rem;left:26.375rem;height:1.54345625rem;font-style:normal;display:block; }
#nl7tciqruJveJZyKrGoOzuvvy8FMyJTt { color:#000000;display:block;width:2.75rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:30.6875rem;left:33.3125rem;height:1.54345625rem;font-style:normal;display:block; }
#VvmZ29eQT6sWowbxihtoFZiJCi6SbtBp { background-color:#e68a05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.3125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:33.8125rem;left:38.0625rem;display:block; }
#IIc5AGbmgmXkPGN6uPLHaUwqtwfdGVLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9fJIVx17a97zxx6ZkVc707Glzbmqn1d { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:37.5625rem;left:20.25rem;height:1.54345625rem;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; }
#TDleqWT7iB7A5D0Kb6UQRAhSdI6HaT9x { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:37.5625rem;left:26.375rem;height:1.54345625rem;font-style:normal;display:block; }
#KFwCO0hSPOboMf36vQutx4AVLTBR310y { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:37.5625rem;left:33.3125rem;height:1.54345625rem;font-style:normal;display:block; }
#XG6RuqKAOPgVZ6pEp8w3V2My7aN86X74 { background-color:#e68a05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:37.1875rem;left:38.0625rem;display:block; }
#z6dgCgArAyCfvUBCdCmkWHelerTFueg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZ938n7zJpmXTgpPJgvl54eLDGX7v6oB { background-color:#e68a05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:30.3125rem;left:38.0625rem;display:block; }
#IBAAkITPGL3t2wxrR5wNlGom2piO2rvO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tx9a4TJmzTa8uDGZiogsOzPoGVSDTra1 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:34.25rem;left:45.125rem;height:1.4624rem;font-style:normal;display:block; }
#SInbALwNCEDz6ATamTlEx6XQUze6NRxs { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:37.625rem;left:45.125rem;height:1.4624rem;font-style:normal;display:block; }
#IMbMg20JFgqaSNG9eFfTuxwqUJBp5dEh { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:30.75rem;left:45.125rem;height:1.4624rem;font-style:normal;display:block; }
#MvbnrnNCclsJbTvXQFOa86CaNFzp9LlU { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:41rem;left:20.25rem;height:1.54345625rem;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; }
#JV9bf5TBxEESgScXbNB53rguKt2NUlzs { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:41rem;left:26.4375rem;height:1.54345625rem;font-style:normal;display:block; }
#IKFsVgKnXzwgPVFPGiSSS86xmeOSQJP3 { color:#000000;display:block;width:3.625rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:41rem;left:33.3125rem;height:1.54345625rem;font-style:normal;display:block; }
#qcskfL5L0vWirXHQSgwp3AUMUqiQb7fv { background-color:#e68a05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:40.625rem;left:38.0625rem;display:block; }
#RFZT9KPW8GcVGm8fkJnVSELVbSnimd9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqeVbHSx5VzOtIQsn6RIieSeUW2ZGlOu { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:41.0625rem;left:45.125rem;height:1.4624rem;font-style:normal;display:block; }
#ed8ywcMQGBSudpRT2CsLiFVhckkSFCTk { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:44.375rem;left:20.25rem;height:1.54345625rem;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; }
#RLmtrfTKX8OIbTan4ke1XdH0vd2enZt9 { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:44.375rem;left:26.375rem;height:1.54345625rem;font-style:normal;display:block; }
#yxQZ5ehhf1x8gqSqyktRTl5VEZ9G3JmB { color:#000000;display:block;width:3.875rem;position:absolute;font-family:"gotham xnarrow";font-size:1.1875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:44.375rem;left:33.3125rem;height:1.54345625rem;font-style:normal;display:block; }
#aCytZH31gnLNbbGB3cCQgW2RgLyIkTCZ { background-color:#e68a05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.3125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:44rem;left:38.125rem;display:block; }
#uJHPyVNu2WD0UywxxWMrfqXFaKpaU8gO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgLzeLAzebBcOZnTwLzTr8GdGZPSKmAZ { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:44.4375rem;left:45.125rem;height:1.4624rem;font-style:normal;display:block; }
#T34aTNHOVz06T0hBSLUu9RlIgnhnnRPD { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"gotham xnarrow";font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.5625rem;left:20.25rem;height:2.35595625rem;font-style:normal;display:block; }
#IvbvsUVCTMvBTQz3czs59MEZeTCqBaem { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"gotham xnarrow";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:20.25rem;height:1.7871125rem;display:block; }
#wn7FLZKkgUNzaSzITxop6gTi8b7KNSBr { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"gotham xnarrow";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:20.25rem;height:1.29980625rem;display:block; }
#rIUvzPlPVUfGNSpB9bhSlEduxrH75vst { 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:6.25rem;width:11.25rem;top:12.5625rem;left:43.5625rem;overflow:hidden;display:block; }
#rO19HAgDSCIXogabD4KrQDNmE5cgG7hT { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"gotham xnarrow";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.31201171875rem;left:21.6875rem;height:1.4624rem;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:none; }
#Hy8LXXSlRP7iRtN54AtEZD6HwvnTWrOW { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:27.30908203125rem;left:54.5625rem;height:1.29980625rem;font-style:normal;display:none; }
#GDNJHauzFuSzKUKoSmZB81O77t5Thnt0 { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:27.30908203125rem;left:54.5625rem;height:1.29980625rem;font-style:normal;display:none; }
#Q3yqwm5ey8RFUSoDMK2xTzKQuLF7DHhV { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:27.30908203125rem;left:54.5625rem;height:1.29980625rem;font-style:normal;display:none; }
#vCnwZKm8ebZxo99AXXGefo697J5OVHtu { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:27.30908203125rem;left:54.5625rem;height:1.29980625rem;font-style:normal;display:none; }
#dCfrFg9RafWgc5nZy2dblGnGmRHt2riN { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"gotham xnarrow";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:27.30908203125rem;left:54.5625rem;height:1.29980625rem;font-style:normal;display:none; }
#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe9da;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; }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row .container { background-color: transparent; background-image: none; }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row .container > .video-iframe-container { display: none; }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row > .video-iframe-container { display: none; }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .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); }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row .container { border-width: 0; border-radius: 0; }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row .container { font-size:0.875rem;font-family:"times new roman";height:19.8125rem;width:75rem;position:relative;display:block; }#RrrORyVOZciMPbOIRmA56AL6mlIn17QA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:3.59375rem;left:45.125rem;overflow:hidden;display:block; }
#pxGH2XrBs9T2wpwp6qoGf10Esm0Qnd8x { box-sizing:content-box;height:4.625rem;width:13.875rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:8.125rem;left:40rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #090808;border-left:0.125rem solid #090808;border-right:0.125rem solid #090808;border-bottom:0.125rem solid #090808;display:block; }
#UgxNDOF19tB8uWqvfevvuqaA89r5d6rE { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"pt sans narrow";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.64892578125rem;left:43.03125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9O86fWdsU9TmRymnrxTnqRFceUc8JnL { position:absolute;display:block;z-index:15025;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.9375rem;width:4rem;top:3.84375rem;left:61.5625rem;overflow:hidden;display:block; }
#eo7B1T0SssT8hgoOdoyRUrQTmzRnW8Lh { box-sizing:content-box;height:2.8125rem;width:10.875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:8.3125rem;left:58rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #020202;border-left:0.125rem solid #020202;border-right:0.125rem solid #020202;border-bottom:0.125rem solid #020202;display:block; }
#bvDZK00VXq2Mygv0bLpAcOkltAl3nwWO { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"pt sans narrow";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:9.0625rem;left:59.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEE1VTVIZuCJfQ82QvUQu8BDuqztXJw9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:3.875rem;left:27.75rem;overflow:hidden;display:block; }
#evfhlDlvbl91KRRcezcGVBJSdHXG9Xpf { box-sizing:content-box;height:2.875rem;width:12.1875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:8.25rem;left:23.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #070707;border-left:0.125rem solid #070707;border-right:0.125rem solid #070707;border-bottom:0.125rem solid #070707;display:block; }
#t7tNh1tvT1FP3KiNsAe3NIHmhx0yqFx2 { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"pt sans narrow";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:9rem;left:24.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F6RNKKzX2Tyv4SkN9uKtLyJTJITZ0UoT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.875rem;left:10.6875rem; }
#dkigarZX5yymVz6HXnkodsKe9TcaClGc { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"pt sans narrow";font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.1103515625rem;left:7.5rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G6wN7WTOd3vfT4Nx3baMzFsKeMDuHsT1 { box-sizing:content-box;height:6rem;width:12.8125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:8.25rem;left:5.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #090708;border-left:0.125rem solid #090708;border-right:0.125rem solid #090708;border-bottom:0.125rem solid #090708;display:block; }
#BV9edBzzJPthaIpAAsndU4z4TQl4woe4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans narrow";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.99951171875rem;left:40.90625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRIOG753UKvUUKc2zPXLsic8a2EtH9KE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans narrow";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:9.037109375rem;left:6.15625rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#863c89;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; }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row .container { background-color: transparent; background-image: none; }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row .container > .video-iframe-container { display: none; }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row > .video-iframe-container { display: none; }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .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); }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row .container { border-width: 0; border-radius: 0; }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row .container { font-size:0.875rem;font-family:arial;height:215.875rem;width:75rem;position:relative;display:block; }#CZDoRhhHvRZEXJHvawpedNZsvpSqymwP { color:#f3efe4;display:block;width:46.375rem;position:absolute;font-family:"dm serif display";font-size:2.4375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:6.224609375rem;left:14.3125rem;height:2.92480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ezd7Tsg9uqrTuUda1fM0w89rbKbfiS6A { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:7.9375rem;left:54.3125rem;display:block; }
#yV25lUeOq3gVBTr7QT152tqcEqEnuzDG { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:7.9375rem;left:9.46875rem;display:block; }
#kMpTVn5bzTsvMWccTRlJk8iQ7lqmMJp7 { color:#fbefef;display:block;width:39.3125rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:12.57470703125rem;left:17.84375rem;height:8rem;text-align:justify;text-align-last:initial;display:block; }
#IiNJAiclLRFpaSHNBnWFeBPBdfeGHgFn { color:#fffbfd;display:block;width:47.625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:71rem;left:13.6875rem;height:2.01233125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZvQ0Al2O257pwtuIHee0RxwB3WPtBQc1 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:91.5625rem;left:48.6875rem;height:9.4995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jb0maK9mdiU1kJnuIZ5E6hu1TWVZIw5W { 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:39.4375rem;width:74.5rem;top:26.9619140625rem;left:0.25rem;overflow:hidden;display:block; }
#Uc8dGna2m5ZoFnwAh1TdkPBkVaXIBTnM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:42.3125rem;top:116.5rem;left:32.6875rem;overflow:hidden;display:block; }
#WRMOI9GoOQHFJk9fzr0p05lsLhQ9WRks { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:43.9375rem;top:85.5625rem;left:0rem;overflow:hidden;display:block; }
#cGonsi31Sts9AuRXO2ziT5R0dfC0u2ri { color:#fdfafa;display:block;width:40.125rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:74.8125rem;left:17.4375rem;height:3.80005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSVWoClnqTnWLzWexiRmFSPP4e0rrfMu { color:#fffbfd;display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:85.5625rem;left:48.6875rem;height:4.02465625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ErMUF72a5Ip9EPusqQObhG52TJZcrvXb { color:#fffbfd;display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:116.5rem;left:7.0625rem;height:4.02465625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kBuvNJ4DsENlhykiRgogBDl1bLslnahF { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:122.4375rem;left:7.0625rem;height:9.4995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T4pvlGZXTlKbui8TUIxdhEM8hhMFy5oV { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:106rem;left:59.1875rem;display:block; }
#An6dMWz5p6s9pAwGPx5KfXIfb4SWf2z1 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:93.5rem;left:71.625rem;display:block; }
#FudRPtmxGQhKpwS8AsX3kecL3Br9kTid { box-sizing:content-box;height:11.25rem;width:0.0625rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;top:95.3125rem;left:72.125rem;display:block; }
#GUmZsyz4pI7EWwHuEHylSZ1Wi249Ze6m { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:106.5rem;left:60.9375rem;display:block; }
#rXR5lQUT79B2tE8XCnVNrZTBHHUa9N1r { box-sizing:content-box;height:11.25rem;width:0.0625rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:125.625rem;left:2.9375rem;display:block; }
#tdJBwu2ZTBnrELBWp9kgbdUiw6DNLUoB { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:123.8125rem;left:3.5rem;display:block; }
#eV25DQhJhqx1SfifrnAa8JChSH6mQDmv { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;top:136.25rem;left:3.5rem;display:block; }
#ovF7T1AyVwgBWKCL3UEDROEhJAdNhg2n { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:136.8125rem;left:3rem;display:block; }
#W7Bc6v6Hsh2Z5dMSTI9Ow1C1mJm5NIwe { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#732382;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:206.9375rem;left:21.25rem;display:block; }
#o5AMR6tDQwD9h30PqXsfPwHQ8HXLt8mC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yvT4rkRWIQK2Sg47v9gre3loz4peOU4X { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:44rem;top:146.6875rem;left:0rem;overflow:hidden;display:block; }
#uGpnGaJnwxn7NAO1bAep84FHPtW5RSR1 { color:#fffbfd;display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:147.125rem;left:48.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BseXESVlJTneS2pJ6InWZyvxNozDyozy { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:155.375rem;left:48.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B1OmMP51fiTLdWRWq9rPzHO0rKxWrn0h { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:167.5625rem;left:58.6875rem;display:block; }
#xtENN3PcQdpE1BKGd2CrVomGEw4LTqmK { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:168.0625rem;left:60.4375rem;display:block; }
#ulPf03hzf41sTSXUwh9TM2bSPwU0XkKB { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:155.0625rem;left:71.125rem;display:block; }
#knqRPMpfeL7r0pB9LCpK1TdnlkJ2EHia { box-sizing:content-box;height:11.25rem;width:0.0625rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;top:156.875rem;left:71.625rem;display:block; }
#cEolWB7RPT2TfmE0Wh72PLaX0z9gpALx { position:absolute;display:block;z-index:15039;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:23.625rem;width:42.0625rem;top:177.1875rem;left:32.6875rem;overflow:hidden;display:block; }
#S5ofC9h8AFfeLyOMZ4yl3dQ4FPAwiZx5 { box-sizing:content-box;height:11.25rem;width:0.0625rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:187.25rem;left:2.9375rem;display:block; }
#qGWQPxLZoL5W7g2SvZVbUUTOt9Ev9XNr { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:198.4375rem;left:3rem;display:block; }
#yh15PzE2EaJ0URp1GWGIPNpEDDwzeKir { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:185.4375rem;left:3.5rem;display:block; }
#rwly3Wx0NNTy7IxVqo2yp9LO8bGZ6JyH { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;top:197.875rem;left:3.5rem;display:block; }
#fMMWoLO8APBCfSZOc24ZL5MwvPyMo5dB { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:188.78759765625rem;left:7.0625rem;height:3.80005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZHCXGXXBJrU4J64hBCr83cTTC8okWDJ7 { color:#fffbfd;display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:179.8125rem;left:7.0625rem;height:6.0369875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U7wus4VhrlUSeGrDeP7uvdIgJ5TuDfaJ { 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:75rem;width:75rem;display:none; }
#xgF3VayqaXipig9D7HwMdJIg8Tw1A4av { 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:75rem;width:75rem;display:none; }
#UIz3mXHoIrr8vEFaInFomSK38i6pbxZC { 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:75rem;width:75rem;display:none; }
#lALvKAk5llFFMQNTnKnXoxqh1Lv8VqFz { 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:46.875rem;width:46.875rem;display:none; }
#EXW8Uu0ui477QWZIhzsKCe6sKOuw8TNc { 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:75rem;width:75rem;display:none; }
#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row .container { background-color: transparent; background-image: none; }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row .container > .video-iframe-container { display: none; }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row > .video-iframe-container { display: none; }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .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); }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row .container { border-width: 0; border-radius: 0; }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row .container { font-size:0.875rem;font-family:"times new roman";height:68.6875rem;width:75rem;position:relative;display:block; }#EOrtxlTDptvDMbKVhbEopCXFZ8tTKQUT { color:#3d222a;display:block;width:44.25rem;position:absolute;font-family:"dm serif display";font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:5.306640625rem;left:15.375rem;height:3.07470625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gIgoZDSafxkxt50C1pagCORn2WB8Tfy0 { box-sizing:content-box;height:0.125rem;width:8.5rem;position:absolute;display:block;z-index:15006;background-color:#512d38;background-image:none;top:6.8125rem;left:5.6875rem;display:block; }
#aJERKpm46gqZlshRSB8QQzpyZ9Sz094x { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.6875rem;width:56.5rem;top:29.75rem;left:9.25rem;display:block; }
#gE8UrlWnyvKc7AN99fAKw1gGHhuheJJS { color:#3d222a;display:block;width:24.875rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.625rem;left:25.0625rem;height:5.84911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xscz8kn7aHIWxWpiUVygCwTTFW2MG6v8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:13.1875rem;left:42.3125rem; }
#C3kvSvUn2VrzaVOfzmHqJnSEQETdz9qK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:13.125rem;left:39.5rem; }
#LBNwS7UTplTILw0JGEsXqe2FqNVykroe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:13.0625rem;left:36.5625rem; }
#cz7Z8Qee3ZRFvyNRf2O4mJSrMJIORkM9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:13.0625rem;left:31.3125rem; }
#D74yb6eBNmPtt4vBz3IcfFID3k1q0KhA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:13.0625rem;left:33.75rem; }
#LltdibsQOPhC73Xw17guu8fuC908fSB3 { color:#6d3945;display:block;width:12rem;position:absolute;font-family:"proxima nova";font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.8125rem;left:31.5rem;height:1.05615rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BagkB2XlXhNUwQyZ04Z6nF4gBRP8pJRn { color:#6d3945;display:block;width:11.875rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22rem;left:31.5rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nz0avSqw5uaRAUVSDpGsSqTseDFW2m4y { box-sizing:content-box;height:0.125rem;width:8.5rem;position:absolute;display:block;z-index:15007;background-color:#512d38;background-image:none;top:6.8125rem;left:60.8125rem;display:block; }
#SJKAJJ1AnTwSwRS8ku8oLmytOosKAhKD { color:#3d222a;display:block;width:44.25rem;position:absolute;font-family:"dm serif display";font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:5.306640625rem;left:15.375rem;height:3.07470625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#auyrP53nJaT83moMsLiryNUmDTXmWX9s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#863c89;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; }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row .container { background-color: transparent; background-image: none; }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row .container > .video-iframe-container { display: none; }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row > .video-iframe-container { display: none; }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .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); }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row .container { border-width: 0; border-radius: 0; }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#ebEcZyMeQhqOI8KSKusPpA9KguP0PsX4 { background-color:#dddfe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c1e21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:8.1875rem;text-decoration:none;z-index:15000;text-align:left;text-align-last:left;top:22.5625rem;left:10.875rem;display:block; }
#zLZ8TQfPbznLkouxkwMcmWWlBlLKpQA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFEMDRp7JvkMvZLfdZK2HJLg5t6WTEzF { color:#000000;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:25rem;left:12rem;height:3.9375rem;display:block; }
#kZNAxxh59Dcbr91IgbQFHRFbhIrQ1FJy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.3125rem;left:12rem;height:1.29980625rem;font-style:normal;display:block; }
#HgutIwyLEJu29fKIv6EF9aVhRP6JXiBk { background-color:#dddfe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c1e21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:11.3125rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:18.5625rem;left:45.4375rem;display:block; }
#iNUDU6t2nCVFWKluXgO7iMUiunQhqPTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iulxHwDoaMhyPba8ceUXZNXB3bgCpXPb { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:21.3125rem;left:46.625rem;height:6.5625rem;display:block; }
#gebpbpUcQtcdDOdvSWiZsLdI3m6PRcD4 { color:#000204;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.4375rem;left:46.625rem;height:1.29980625rem;font-style:normal;display:block; }
#ciga31WKdmkUAG5cKBOkrQ60T1CG7kmI { background-color:#dddfe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c1e21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:8.9375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:34rem;left:2.125rem;display:block; }
#AShU7si6XgrHNTmRbJc0wBDG5bSZNGKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTxpF6PUsDzMtCvlGcp0Qwnd2ZoCJlQn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.8125rem;left:3.25rem;height:1.29980625rem;font-style:normal;display:block; }
#zs2FNKW7GS5XA6dDoa3bTlgmgrnvtbA0 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:36.5625rem;left:3.25rem;height:3.9375rem;display:block; }
#L9SAQWRXguyzskZCzcRb4G7zD5ZaVchR { background-color:#dddfe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c1e21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:7rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:16.375rem;left:19.75rem;display:block; }
#HsW8B5CnIxoM8JzoJ9lqQ4pXum8bRogx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3cyFtTEdHTQgGkU4vwJRSWiWB8M088H { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:18.9375rem;left:20.875rem;height:2.625rem;display:block; }
#LNIIT7RmLlon8qzipdsVuwApCff1bmTR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.1875rem;left:20.875rem;height:1.29980625rem;font-style:normal;display:block; }
#w1Fbzs1vEW0RPfkDSTmMr3t7Ppta4gQK { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:"dm serif display";font-size:2.4375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:4.9375rem;left:14.375rem;height:2.92480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eBw91eG8pVqiZE89tFsTF7XLwEDHusaw { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15018;background-color:#fdfdfd;background-image:none;top:6.625rem;left:9.0625rem;display:block; }
#UQ4rW7OAp8yF6uIJmxRAwKVaVP2cnc4t { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15017;background-color:#fafafa;background-image:none;top:6.625rem;left:54.8125rem;display:block; }
#c82ULH9UqDiobS3xQLSTkOp0296yIut1 { background-color:#dddfe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c1e21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:7.5625rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:32.8125rem;left:52.8125rem;display:block; }
#mC8hJTECTBuynTu4R8sqPUzRo52RETqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmWA0rSmWUmhVuTCvchu2H4qJAEd7hGn { color:#000000;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:35.25rem;left:53.9375rem;height:2.625rem;display:block; }
#iW6u1TTT4r44kIyCSgSKt6IboXnvhDkK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.5625rem;left:53.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#CdZJr8yXH2IoJxnpHQaH12346gKxFlAl { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:10.875rem;top:13.5625rem;left:4.15625rem;overflow:hidden;display:block; }
#A4XN7InQMhBScL55ZEbfm6iwIcysfWMb { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:11.5625rem;top:49.75rem;left:60.0625rem;overflow:hidden;display:block; }
#oNT96l4N6cDaCmvwBiKLIh03645NZ370 { background-color:#dddfe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c1e21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:7.0625rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:40.5rem;left:15.75rem;display:block; }
#gFmUuwEwhapuyGsgCEfWhO1mbKU7oMEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUVHmSfi8N73UXXfBA1zWwgMFLtJoiUa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.3125rem;left:16.875rem;height:1.29980625rem;font-style:normal;display:block; }
#LwLUxyOzPMO5TsfWOyJLTwH6wOipXD9H { color:#000000;display:block;width:15.75rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:43.0625rem;left:16.875rem;height:2.625rem;display:block; }
#lWTJdeKyFq6txAJqBlF4rb54HrihZqlJ { background-color:#dddfe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c1e21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:15.125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:38.75rem;left:37.6875rem;display:block; }
#grSDiVUODBi8i0nOo1P9TasEMhTbQNQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tGh5kZTKW1HAdrBty5cIwDCzguuPsLcH { color:#000000;display:block;width:19.875rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:41.1875rem;left:38.8125rem;height:10.5rem;display:block; }
#aW8IlXce3JKFibHmMvkGEudaQKmueThW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.5rem;left:38.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#xQR7NqKxhV9wIPk4PNuGFMOJfgWMP7Tk { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:"dm serif display";font-size:2.4375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:4.9375rem;left:14.375rem;height:2.92480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe9da;background-image:url("https://images.assets-landingi.com/uc/e95a41e6-fc37-4d73-aac6-88f8e5ff1822/beInspired_bgcopiecrop_3993x2471_0761.crop_3993x2046_0,419.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK.adaptive-delivery-prevent-bg, #SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK.lazyload, #SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK.lazyloading { background-image: none; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container { background-color: transparent; background-image: none; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container > .video-iframe-container { display: none; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row > .video-iframe-container { display: none; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .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); }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container { border-width: 0; border-radius: 0; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-element-container { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;box-shadow: none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.125rem;font-style:normal;height:auto; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.25rem;font-family:"proxima nova";height:auto;line-height:1.5;overflow:hidden; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_2ffbc88a79e50f2a2c3edbf20b5e8f850b438926.svg");background-size:contain !important; }#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-trigger.adaptive-delivery-prevent-bg, #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-trigger.lazyload, #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-trigger.lazyloading { background-image: none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES { box-sizing:content-box;height:auto;width:55.125rem;position:absolute;display:flex;flex-direction:column;gap:0.6875rem;z-index:15000;background-color:rgba(239,233,218,0.97);background-image:none;padding-top:2.6875rem;padding-right:2.6875rem;padding-bottom:2.6875rem;padding-left:2.6875rem;top:6.4375rem;left:7.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FRLC3uJBkFe4VEKE86JvMXipfsvxsH7l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #VeQAhdTXN1otTpgno8p9RGJLz30COit3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #DZtZ1lRgfvqAekHmfa2yVRLPmzSWOJxp { display:block;position:relative; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #ByiAzmheFEJNZUVyObTvgbH76TNzmdF8 {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #AXammOsTB6NWyWhEtH0bw3xIPbJKrAZ8 {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #uywZd7eOfpBd9rSBklysWJ24Xra4U8gC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FCfWMJfaTlkowDLs4TU3KvuyUaBiRR4L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #KaaptCHqWdDfT22uHzJXkAQZLMCobmXh { display:block;position:relative; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #lDeXPLIz2xKMJBpNzB6TgbTNRulBWLZL {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #XsdcuvBp5gTTMbd83EHh43eNZXeV6kki { display:none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pKnrECoLrfQzg0EietfAtTbKSztPElJE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FULl7HbqkCJIcXiqSJ2sk3kZAqnQrTc1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #P42ThcyoyIadOZNxSoKeDdkbJUTkwuNc { display:block;position:relative; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #gfo6MP1XgdkuhrncTIIXwArz86v5OeT3 {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #Gh4RtoFChZngy5xvQJxIQUZnBbwhPuGr { display:none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #p7vAvVzGQJ5QDXkdSKzuw5nOBLFmWHUC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #BkJQTI0imDD3ECo590kk5BdxGHnH09mG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #NUJrKhdg8WIdJKvnTv7fUeXKnOzwJKy6 { display:block;position:relative; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #TXSBA9LuRvP4FQM7dnTuTIKr56uDF1Wz {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #GG31GIT6N6O5kLKpnGxLdvQ0BZgCroSP { display:none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #xfUh40UXrrSFFsWksxEvSbuXeWPPFhsT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #mLmOyF7GlST23CfTWTFJl53LgKRSo92Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #k7SpwR6xnuOgQfk5n7bROdr6GpTotT07 { display:block;position:relative; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #C0hUpiFidFOqUw6GJB9H7umX5B5Kt0qS {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pVuyDOlDZzz82ZzTazKkeDoaSDXPdMln { display:none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #dQrNnR4x8rvW6STwODW8T45TIEDvuxJo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #mdvlonbIF13ZxihWGVzV3hiV2vOFW9hf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #myKv01iJTFiI9dE5wpG6y7KfauoJcQir { display:block;position:relative; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #fKQNgTnkybWTIzgI63vw8DylxbhpGmg3 {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #waC5TJ1aa3d0rzvoJ6WIGzIkFPWvfPGh { display:none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #m6kTRIrVFqv5GWnQXNBtBaK8dcX73Rs2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #RGrq3tyJLdU3tWDrrv2w5tGshpKc8Z1T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pvJ2DZdOXTmmbZVv8zvSLlnesJJTFNVD { display:block;position:relative; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #gZMK4xTEU4oE5NGTTeD2K0DVcf3dVygK {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #wrQisKS9isRUArkvu9cDeAfvlVHqv7Jy { display:none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #ThPGagwgVq7hQk9rLARyUHPr9ufVsHqv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #xJrlgOMJbtvzU83Kx9SmRd4WQvZU6fUA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #SOikg3mTF5OsToBdHDryT83NyPZ0KZFO { display:block;position:relative; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #iJOrtTdreMoTMeRKSPxEPd9IPEuw7S7s {  }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #LmsKvKUe9EtegqPm5H8DOyM1bR1GaK1U { display:none; }
#hfRIoHdodBqLK1bxoV1UZnA5rSIf4he7 { color:#000000;display:block;width:26.875rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:24.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#AJdvxVcrmXUs2UrrcaLWRtqnPOywOwhW { box-sizing:content-box;height:3.0625rem;width:60.5625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block;z-index:15002;background-color:rgba(239,233,218,0.97);background-image:none;top:3.375rem;left:7.25rem;display:block; }
#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe9da;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; }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row .container { background-color: transparent; background-image: none; }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row .container > .video-iframe-container { display: none; }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row > .video-iframe-container { display: none; }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .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); }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row .container { border-width: 0; border-radius: 0; }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#nHcKu7PqA5eEUXqUR4qNvR0TuhBXlTPJ { color:#3d222a;display:block;width:50rem;position:absolute;font-family:"dm serif display";font-size:2.4375rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:3.8125rem;left:12.5rem;height:2.92480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZVRTbbaH7lb2IXCXwlw6TPLNZhSIRPF2 { box-sizing:content-box;height:0.0625rem;width:8.125rem;position:absolute;display:block;z-index:15039;background-color:#3d222a;background-image:none;top:5.3125rem;left:3.125rem;display:block; }
#vPg5SgR1WXVHprpNiddbKQNfwXDVnhQq { box-sizing:content-box;height:0.0625rem;width:8.125rem;position:absolute;display:block;z-index:15038;background-color:#3d222a;background-image:none;top:5.3125rem;left:63.375rem;display:block; }
#LRLr5udXNyGTToenKqCtaU4gFiGvkrHg { box-sizing:content-box;height:7.4375rem;width:7.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#3c0d6f;background-image:none;top:10.9375rem;left:14.3125rem;display:block; }
#muq0f3XyT9KsX0vFbcH9VLXpg66MHOAR { color:#fffdfd;display:block;width:5.1875rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.75rem;left:15.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#TTLafBWDgzenm2PH03FZHHD7MRSTOKG1 { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:14.6748046875rem;left:16rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#pnkP0MvxKX06byhT1awUVKXo6uUdxT8U { color:#fffdfd;display:block;width:5.1875rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.75rem;left:34.90625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#m05QxTG35Lg1QfAn36uv7JszHcI6JQoT { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1;letter-spacing:0;top:14.6748046875rem;left:35.21875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#WmCdCu1h7bxw2LnBKA4shqeyOL4XRyWp { box-sizing:content-box;height:7.4375rem;width:7.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#3c0d6f;background-image:none;top:10.9375rem;left:33.5625rem;display:block; }
#TMOsIhQvOg3llafWH66TgJQIsvg6GZWg { box-sizing:content-box;height:7.4375rem;width:7.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#3c0d6f;background-image:none;top:10.9375rem;left:52.8125rem;display:block; }
#TyBSGckztacdR3m5o96pCMBud3p1vGzh { color:#fffdfd;display:block;width:5.1875rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.75rem;left:54.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#RO4GxJ5ADidQlOEMinitSG238FewTbKC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1;letter-spacing:0;top:14.6748046875rem;left:53.25rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#rqG1QosSGFls8K0K8026dTxZBMg9TxHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe9da;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; }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row .container { background-color: transparent; background-image: none; }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row .container > .video-iframe-container { display: none; }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row > .video-iframe-container { display: none; }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .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); }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row .container { border-width: 0; border-radius: 0; }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#tPtnurefKZLu70tfMILGMQFef41fIZdW { 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:33.9375rem;width:69rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#uykWOHPIhi7S7fw9SxdlGHG2CiybqmgH { 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:33.9375rem;width:68.9375rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#ee1gWLOW3U2Nge5lGJ99G8XgnNR0h4Fo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9375rem;width:68.9375rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#onsiGVd7scTndTaTzzT3lsJRHTSUBKwA { 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:33.9375rem;width:68.9375rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#Umy3xaLh9TbJv7gO93FKUny54DB0ZQ77 { 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:33.9375rem;width:69.0625rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#tWOX2gXoPBvcME2N300V3lWV0E9r3e5G { 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:33.9375rem;width:69.0625rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#LbKkD7ETQ4p7z9XoMu7d4WowliW4r3Xw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9375rem;width:69.0625rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#vd6lTaQXS3Byk90Q2y8LOTVeCH4DDCPZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9375rem;width:69.125rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#TJcbEXpb1BFqTZ7rr7SiyVN31aU6Nrlv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.9375rem;width:69.0625rem;top:0rem;left:2.9375rem;overflow:hidden;display:block; }
#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe9da;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; }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row .container { background-color: transparent; background-image: none; }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row .container > .video-iframe-container { display: none; }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row > .video-iframe-container { display: none; }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .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); }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row .container { border-width: 0; border-radius: 0; }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#w2E1sPh2nM9flaVESob4M1MuDLPxQhKT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.5625rem;left:34.25rem; }
#vDEZWnvEgkoqoqs1qTRzVsE1ZOmzKmRU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.5625rem;left:38.1875rem; }
#fWeEAiDvhqIkX0zZlMKzqsbpHTwb8BUN { background-color:#863c89;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#efe9da;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:6.0625rem;left:21.25rem;display:block; }
#QBrTqnDJEh5G6d8pDdAWw46GpwLDNKlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DmZtPODbKXIypFhabewiabUX976TwpSE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57197b;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; }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row .container { background-color: transparent; background-image: none; }#DmZtPODbKXIypFhabewiabUX976TwpSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row .container > .video-iframe-container { display: none; }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row > .video-iframe-container { display: none; }#DmZtPODbKXIypFhabewiabUX976TwpSE > .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); }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row .container { border-width: 0; border-radius: 0; }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#DBd1IMzsiJx0pehSwyoZLlwQqrCh8Dog { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5625rem;left:28.75rem;display:block; }
#lPgZBEZM9enEVvfFsDmZgVPrDDH0F2Np { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPTZ75B7ZfPN45Ucidyl1uC5VmKoqzZJ { color:#f8f8f8;display:block;width:29.3125rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:22.84375rem;height:1.29980625rem;display:block; }
#ZQCmid4T3n1O75Tfqm3w7ny6F5ZXxfoF { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.375rem;height:1.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:7.90625rem;left:17.3125rem;display:block; }
#RqrapOw1o7VB30S2dtfAr7EN7rEZGG5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esGeCKcvR7lMgxgURT807gimaHiwF1cL { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.9375rem;left:43.8125rem;display:block; }
#aozeeqZX4ksbeUqgVrOiyuwfiuFtTyVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTpAp7Ui3fMVPK3UTL37fiEK7iordvny { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.9375rem;left:35.4375rem;display:block; }
#Jp4VTu45e9mlx1C3noFtbKHXO7lq7FMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VaJJQsiTPQGVGpb0iDrdsRp8JLPgepIx { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.9375rem;left:24.8125rem;display:block; }
#GSUiaHEJyyX2eXGMo5g3OTSe4lAnMfuI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#haWi9LboGe4WqT64tlZCNu4IyCMZFIQz { box-sizing:content-box;height:1.3125rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:6.09375rem;left:34.28125rem;display:block; }
#uZBppT37fuotfue358f9g7phi2VGJf4W { box-sizing:content-box;height:1.3125rem;width:0.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:6.09375rem;left:42.96875rem;display:block; }
#nerWolKlHC8mAB1rtAUEWbI75tAiUcfh { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.375rem;height:1.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:7.90625rem;left:17.3125rem;display:none; }
#mwvhluLWPhzsF0dNa6dxQQJTpXgfJIof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a { position:relative;display:none; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a { border-width: 0; border-radius: 0; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .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; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NC92w7T7BG0xo4OkEZrHHTwifRTWCuN1 { background-color:#863c89;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#efe9da;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:4.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:6.0625rem;left:21.25rem;display:none; }
#L5FTPJ8bqOhIXUQxH7crXIlq63PO0Kp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu { display:block; }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbnVmzgeFKWbnFDKWLsFrq76hipkb7vJ { width:9.5625rem;height:2.75rem;top:0.4375rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6vk5nFkAE9KmbDUoN844NDoXXVgeE9X { display:block; }
 }@media only screen and (max-width: 763px) { #NPBFAgMNyreThmF9eKLpJNA4Xm9TpV36 { width:13.125rem;height:3.125rem;top:0.3125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnN0EfBQMO3gvvff9hWfae3cn7ou2MlJ { display:block; }
 }@media only screen and (max-width: 763px) { #mnvfgPdzvHuckFzgPt5AoEb973RmAZoy { top:1.1875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
#mnvfgPdzvHuckFzgPt5AoEb973RmAZoy > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #WzrSiEcqPLIX44m6ObR5zJBEkoLiPiFi { top:0.25rem;left:0rem;width:3.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQrpoycqgbfikiOvcSznmtZI55LdVtw8 { top:10rem;left:0.5rem;width:18.75rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF { display:block; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ8ukmCwafSXxfEtnPFB3iPCDKQIniKQ { top:10rem;left:0.5rem;width:37.1875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1c0hT39FlC5iimo6ZRKd0ui1AdVelLb { top:6.9375rem;left:2.96875rem;width:32.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2QOUbsl9oGBPeW7Eg0KPnP0mGF83wmz { top:20.4375rem;left:18.625rem;width:4.5rem;height:4.5rem;display:block; }
#s2QOUbsl9oGBPeW7Eg0KPnP0mGF83wmz > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; } }@media only screen and (max-width: 763px) { #a2arc30KHZ4Jwc5eyLVWptHOnFHBwgOm { top:24.9375rem;left:18.625rem;width:4.5rem;height:4.5rem;display:block; }
#a2arc30KHZ4Jwc5eyLVWptHOnFHBwgOm > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; } }@media only screen and (max-width: 763px) { #dO9elzy9JzmyMLhfxNzmwHpMROEycaMR { display:block; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FstHUcUFN9XHqJUmsvzUIby2nNGvscDU { width:32.5rem;height:4.3125rem;top:0rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4ceMxJJ79sD5OLOqRXomcZqWCShuEz { display:block; }
 }@media only screen and (max-width: 763px) { #O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq { display:block; }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQmgNLScM7kqwctGw3mT8hS51XrdoSy0 { width:16.25rem;height:2.875rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgQwu5NJllK3TQHXibqcsN0CCLxP7awS { width:16.25rem;height:2.875rem;top:4.4375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4zQH7XcoBr3bWD6nifsMt68LGgVviLn { width:16.25rem;height:8.75rem;top:4.375rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upCg0FtgpaRn9VkNeTyT0fZ0FTMDlocx { width:16.25rem;height:4.375rem;top:4.4375rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwGfaV7cKDu1ZS0CdTfC1T5w5sidkvgG { top:0rem;left:2.28125rem;width:7.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Ca4TEpolTkQ5lJU9As0xLEWTIvfaJo { top:0rem;left:14.5rem;width:6.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of86IWRGUwzZM6teiHXykKhTMcZ9zCnL { top:0rem;left:26.5625rem;width:6.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItHnqb5OxnxoZOOrqS1WKXMdiarfX0hX { top:0rem;left:35.9375rem;width:11.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIXrwGvGGxlKOMN6ClhLRV4RdMrpfWuJ { top:6.9375rem;left:2.96875rem;width:32.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG { display:block; }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDReb2hpp196Matd2KR6dC1dNMaSBRrE { width:26.1875rem;height:2.875rem;top:4.875rem;left:10.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpUd28TstvUxOUitMCv1EHHTtK59uyOm { top:23.375rem;left:14.625rem;width:18.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKCGWSxPkc7CkTzqiztsmacyTQy6klZX { width:17.1875rem;height:0.0625rem;top:6.375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDvUJ73iGhci5hpUF4DgGTppFU2BA7m { width:17.1875rem;height:0.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW3DXt7aqwV166DAM20p6UxgfwnCCc41 { width:47.75rem;height:0.0625rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx5GcMwWNL6uecZDAh7As8HwT8eAQ0rK { top:29.75rem;left:9.375rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BS3gsXaQhtchVh1uigAyUtkDmdyzUrTx { top:29.75rem;left:9.375rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHBkz20v18Uf4r8EVKEFcLDohIAOpJcC { top:29.75rem;left:9.375rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FH1P0EgLRUn3i6PhqADIC6BkCJBT6IWk { top:29.75rem;left:9.375rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiVzJkHK9ssVJ1I595vx1uVQn2MVHyNV { top:20.375rem;left:0rem;width:5.5rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGuDJFDP5FcQ2XbDxFFuVXMaFh5C80r5 { top:30.6875rem;left:0rem;width:5.5rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEqigLEsFQuBrGMoEmShM4QoILToK1Xm { top:27.4375rem;left:0rem;width:5.5rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayciuFzTk4rP9HQsXnsKDRUdQiskWRTS { top:24.0625rem;left:0rem;width:5.5rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytufUTvR2OiP9bB5Hg1nuACbcBDacOEB { top:30.6875rem;left:6.625rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HIZexbVI2TmTVTqqDbgZ80h5e4zlTk { top:30.6875rem;left:12.75rem;width:7.125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWr8LvhWxT46nTtqUKd62DNW92VdCZV { top:34.1875rem;left:6.625rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6M8bqRMbsTL7JTToWWh2F2vtFoqqzWT { top:34.1875rem;left:19.6875rem;width:2.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETLmkBk9gkAwnvK1wyKvR3OUhCrJ31r { top:34.1875rem;left:12.75rem;width:7.125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7tciqruJveJZyKrGoOzuvvy8FMyJTt { top:30.6875rem;left:19.6875rem;width:2.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvmZ29eQT6sWowbxihtoFZiJCi6SbtBp { width:5.375rem;height:2.3125rem;top:33.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIc5AGbmgmXkPGN6uPLHaUwqtwfdGVLa { display:block; }
 }@media only screen and (max-width: 763px) { #t9fJIVx17a97zxx6ZkVc707Glzbmqn1d { top:37.5625rem;left:6.625rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDleqWT7iB7A5D0Kb6UQRAhSdI6HaT9x { top:37.5625rem;left:12.75rem;width:5.25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFwCO0hSPOboMf36vQutx4AVLTBR310y { top:37.5625rem;left:19.6875rem;width:4.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG6RuqKAOPgVZ6pEp8w3V2My7aN86X74 { width:5.375rem;height:2.3125rem;top:37.1875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6dgCgArAyCfvUBCdCmkWHelerTFueg5 { display:block; }
 }@media only screen and (max-width: 763px) { #uZ938n7zJpmXTgpPJgvl54eLDGX7v6oB { width:5.375rem;height:2.3125rem;top:30.3125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBAAkITPGL3t2wxrR5wNlGom2piO2rvO { display:block; }
 }@media only screen and (max-width: 763px) { #tx9a4TJmzTa8uDGZiogsOzPoGVSDTra1 { top:34.25rem;left:31.5rem;width:13.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SInbALwNCEDz6ATamTlEx6XQUze6NRxs { top:37.625rem;left:31.5rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMbMg20JFgqaSNG9eFfTuxwqUJBp5dEh { top:30.75rem;left:31.5rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvbnrnNCclsJbTvXQFOa86CaNFzp9LlU { top:41rem;left:6.625rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV9bf5TBxEESgScXbNB53rguKt2NUlzs { top:41rem;left:12.8125rem;width:5.6875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKFsVgKnXzwgPVFPGiSSS86xmeOSQJP3 { top:41rem;left:19.6875rem;width:3.625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcskfL5L0vWirXHQSgwp3AUMUqiQb7fv { width:5.375rem;height:2.3125rem;top:40.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZT9KPW8GcVGm8fkJnVSELVbSnimd9K { display:block; }
 }@media only screen and (max-width: 763px) { #TqeVbHSx5VzOtIQsn6RIieSeUW2ZGlOu { top:41.0625rem;left:30.5625rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed8ywcMQGBSudpRT2CsLiFVhckkSFCTk { top:44.375rem;left:6.625rem;width:5.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLmtrfTKX8OIbTan4ke1XdH0vd2enZt9 { top:44.375rem;left:12.75rem;width:5.8125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxQZ5ehhf1x8gqSqyktRTl5VEZ9G3JmB { top:44.375rem;left:19.6875rem;width:3.875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCytZH31gnLNbbGB3cCQgW2RgLyIkTCZ { width:5.375rem;height:2.3125rem;top:44rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJHPyVNu2WD0UywxxWMrfqXFaKpaU8gO { display:block; }
 }@media only screen and (max-width: 763px) { #TgLzeLAzebBcOZnTwLzTr8GdGZPSKmAZ { top:44.4375rem;left:31.5rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34aTNHOVz06T0hBSLUu9RlIgnhnnRPD { top:12.5625rem;left:6.625rem;width:23.3125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvbvsUVCTMvBTQz3czs59MEZeTCqBaem { top:15.125rem;left:6.625rem;width:26.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn7FLZKkgUNzaSzITxop6gTi8b7KNSBr { top:17.25rem;left:6.625rem;width:21.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIUvzPlPVUfGNSpB9bhSlEduxrH75vst { top:12.5625rem;left:29.9375rem;width:11.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO19HAgDSCIXogabD4KrQDNmE5cgG7hT { top:27.4375rem;left:0rem;width:5.5rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hy8LXXSlRP7iRtN54AtEZD6HwvnTWrOW { top:20.625rem;left:2.6875rem;width:3.6875rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDNJHauzFuSzKUKoSmZB81O77t5Thnt0 { top:23.8125rem;left:2.8125rem;width:3.5625rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3yqwm5ey8RFUSoDMK2xTzKQuLF7DHhV { top:25.5rem;left:16.1875rem;width:3.8125rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCnwZKm8ebZxo99AXXGefo697J5OVHtu { top:30.5625rem;left:2.8125rem;width:3.5625rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCfrFg9RafWgc5nZy2dblGnGmRHt2riN { top:25.5rem;left:16.1875rem;width:3.8125rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x { display:block; }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrrORyVOZciMPbOIRmA56AL6mlIn17QA { width:4.25rem;height:4.25rem;top:3.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxGH2XrBs9T2wpwp6qoGf10Esm0Qnd8x { width:13.875rem;height:4.625rem;top:8.125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgxNDOF19tB8uWqvfevvuqaA89r5d6rE { top:10.625rem;left:29.40625rem;width:8.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9O86fWdsU9TmRymnrxTnqRFceUc8JnL { top:3.8125rem;left:43.75rem;width:4rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7B1T0SssT8hgoOdoyRUrQTmzRnW8Lh { width:10.875rem;height:2.8125rem;top:8.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvDZK00VXq2Mygv0bLpAcOkltAl3nwWO { top:9.0625rem;left:39.1875rem;width:8.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEE1VTVIZuCJfQ82QvUQu8BDuqztXJw9 { width:3.4375rem;height:3.4375rem;top:3.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evfhlDlvbl91KRRcezcGVBJSdHXG9Xpf { width:12.1875rem;height:2.875rem;top:8.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7tNh1tvT1FP3KiNsAe3NIHmhx0yqFx2 { top:9rem;left:10.8125rem;width:9.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6RNKKzX2Tyv4SkN9uKtLyJTJITZ0UoT { top:3.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkigarZX5yymVz6HXnkodsKe9TcaClGc { top:12.0625rem;left:0rem;width:9.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6wN7WTOd3vfT4Nx3baMzFsKeMDuHsT1 { width:12.8125rem;height:6rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV9edBzzJPthaIpAAsndU4z4TQl4woe4 { top:8.9375rem;left:27.28125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRIOG753UKvUUKc2zPXLsic8a2EtH9KE { top:9rem;left:0rem;width:12.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF0SWtoacFGoso4KZmDe87WmanbUG7l1 { display:block; }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZDoRhhHvRZEXJHvawpedNZsvpSqymwP { width:46.375rem;height:2.875rem;top:6.1875rem;left:0.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezd7Tsg9uqrTuUda1fM0w89rbKbfiS6A { width:11.25rem;height:0.0625rem;top:7.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV25lUeOq3gVBTr7QT152tqcEqEnuzDG { width:11.25rem;height:0.0625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpTVn5bzTsvMWccTRlJk8iQ7lqmMJp7 { top:12.5625rem;left:4.21875rem;width:39.3125rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiNJAiclLRFpaSHNBnWFeBPBdfeGHgFn { width:47.625rem;height:2rem;top:71rem;left:0.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvQ0Al2O257pwtuIHee0RxwB3WPtBQc1 { width:15.625rem;height:9.4375rem;top:91.5625rem;left:32.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb0maK9mdiU1kJnuIZ5E6hu1TWVZIw5W { top:26.9375rem;left:0rem;width:47.75rem;height:25.277055369128rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc8dGna2m5ZoFnwAh1TdkPBkVaXIBTnM { top:116.5rem;left:5.4375rem;width:42.3125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRMOI9GoOQHFJk9fzr0p05lsLhQ9WRks { top:85.5625rem;left:0rem;width:43.9375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGonsi31Sts9AuRXO2ziT5R0dfC0u2ri { top:74.8125rem;left:3.8125rem;width:40.125rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVWoClnqTnWLzWexiRmFSPP4e0rrfMu { width:21.25rem;height:4rem;top:85.5625rem;left:26.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErMUF72a5Ip9EPusqQObhG52TJZcrvXb { width:21.25rem;height:4rem;top:116.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBuvNJ4DsENlhykiRgogBDl1bLslnahF { width:22.5rem;height:9.4375rem;top:122.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pvlGZXTlKbui8TUIxdhEM8hhMFy5oV { top:106rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An6dMWz5p6s9pAwGPx5KfXIfb4SWf2z1 { top:93.5rem;left:47.6875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FudRPtmxGQhKpwS8AsX3kecL3Br9kTid { top:95.3125rem;left:47.6875rem;width:0.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUmZsyz4pI7EWwHuEHylSZ1Wi249Ze6m { top:106.5rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXR5lQUT79B2tE8XCnVNrZTBHHUa9N1r { top:125.625rem;left:0rem;width:0.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJBwu2ZTBnrELBWp9kgbdUiw6DNLUoB { top:123.8125rem;left:0rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV25DQhJhqx1SfifrnAa8JChSH6mQDmv { top:136.25rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovF7T1AyVwgBWKCL3UEDROEhJAdNhg2n { top:136.8125rem;left:0rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Bc6v6Hsh2Z5dMSTI9Ow1C1mJm5NIwe { width:32.5rem;height:4.3125rem;top:206.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5AMR6tDQwD9h30PqXsfPwHQ8HXLt8mC { display:block; }
 }@media only screen and (max-width: 763px) { #yvT4rkRWIQK2Sg47v9gre3loz4peOU4X { top:146.6875rem;left:0rem;width:44rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGpnGaJnwxn7NAO1bAep84FHPtW5RSR1 { width:21.25rem;height:;top:147.125rem;left:26.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BseXESVlJTneS2pJ6InWZyvxNozDyozy { width:15.625rem;height:;top:155.375rem;left:32.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1OmMP51fiTLdWRWq9rPzHO0rKxWrn0h { top:167.5625rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtENN3PcQdpE1BKGd2CrVomGEw4LTqmK { top:168.0625rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPf03hzf41sTSXUwh9TM2bSPwU0XkKB { top:155.0625rem;left:47.6875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqRPMpfeL7r0pB9LCpK1TdnlkJ2EHia { top:156.875rem;left:47.6875rem;width:0.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEolWB7RPT2TfmE0Wh72PLaX0z9gpALx { top:177.1875rem;left:5.4375rem;width:42.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ofC9h8AFfeLyOMZ4yl3dQ4FPAwiZx5 { top:187.25rem;left:0rem;width:0.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGWQPxLZoL5W7g2SvZVbUUTOt9Ev9XNr { top:198.4375rem;left:0rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh15PzE2EaJ0URp1GWGIPNpEDDwzeKir { top:185.4375rem;left:0rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwly3Wx0NNTy7IxVqo2yp9LO8bGZ6JyH { top:197.875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMMWoLO8APBCfSZOc24ZL5MwvPyMo5dB { width:22.5rem;height:3.75rem;top:188.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHCXGXXBJrU4J64hBCr83cTTC8okWDJ7 { width:21.25rem;height:;top:179.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7wus4VhrlUSeGrDeP7uvdIgJ5TuDfaJ { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgF3VayqaXipig9D7HwMdJIg8Tw1A4av { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIz3mXHoIrr8vEFaInFomSK38i6pbxZC { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lALvKAk5llFFMQNTnKnXoxqh1Lv8VqFz { width:46.875rem;height:46.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXW8Uu0ui477QWZIhzsKCe6sKOuw8TNc { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 { display:block; }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOrtxlTDptvDMbKVhbEopCXFZ8tTKQUT { width:44.25rem;height:3.0625rem;top:5.25rem;left:1.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIgoZDSafxkxt50C1pagCORn2WB8Tfy0 { width:8.5rem;height:0.125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJERKpm46gqZlshRSB8QQzpyZ9Sz094x { top:29.75rem;left:0rem;width:47.75rem;height:26.78014380531rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE8UrlWnyvKc7AN99fAKw1gGHhuheJJS { width:24.875rem;height:5.8125rem;top:15.625rem;left:11.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xscz8kn7aHIWxWpiUVygCwTTFW2MG6v8 { top:13.1875rem;left:28.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kvSvUn2VrzaVOfzmHqJnSEQETdz9qK { top:13.125rem;left:25.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBNwS7UTplTILw0JGEsXqe2FqNVykroe { top:13.0625rem;left:22.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz7Z8Qee3ZRFvyNRf2O4mJSrMJIORkM9 { top:13.0625rem;left:17.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D74yb6eBNmPtt4vBz3IcfFID3k1q0KhA { top:13.0625rem;left:20.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LltdibsQOPhC73Xw17guu8fuC908fSB3 { width:12rem;height:1rem;top:23.8125rem;left:17.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagkB2XlXhNUwQyZ04Z6nF4gBRP8pJRn { width:11.875rem;height:1.75rem;top:22rem;left:17.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz0avSqw5uaRAUVSDpGsSqTseDFW2m4y { width:8.5rem;height:0.125rem;top:6.8125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJKAJJ1AnTwSwRS8ku8oLmytOosKAhKD { width:20rem;height:7.1875rem;top:26.75rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #auyrP53nJaT83moMsLiryNUmDTXmWX9s { display:none; }
 }@media only screen and (max-width: 763px) { #kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA { display:block; }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebEcZyMeQhqOI8KSKusPpA9KguP0PsX4 { width:17.6875rem;height:8.1875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLZ8TQfPbznLkouxkwMcmWWlBlLKpQA0 { display:block; }
 }@media only screen and (max-width: 763px) { #aFEMDRp7JvkMvZLfdZK2HJLg5t6WTEzF { top:25rem;left:0rem;width:15.625rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZNAxxh59Dcbr91IgbQFHRFbhIrQ1FJy { top:23.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgutIwyLEJu29fKIv6EF9aVhRP6JXiBk { width:25rem;height:11.3125rem;top:18.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNUDU6t2nCVFWKluXgO7iMUiunQhqPTT { display:block; }
 }@media only screen and (max-width: 763px) { #iulxHwDoaMhyPba8ceUXZNXB3bgCpXPb { top:21.3125rem;left:13rem;width:22.8125rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gebpbpUcQtcdDOdvSWiZsLdI3m6PRcD4 { top:19.4375rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciga31WKdmkUAG5cKBOkrQ60T1CG7kmI { width:17.6875rem;height:8.9375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AShU7si6XgrHNTmRbJc0wBDG5bSZNGKk { display:block; }
 }@media only screen and (max-width: 763px) { #NTxpF6PUsDzMtCvlGcp0Qwnd2ZoCJlQn { top:34.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs2FNKW7GS5XA6dDoa3bTlgmgrnvtbA0 { top:36.5625rem;left:0rem;width:15.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9SAQWRXguyzskZCzcRb4G7zD5ZaVchR { width:17.6875rem;height:7rem;top:16.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsW8B5CnIxoM8JzoJ9lqQ4pXum8bRogx { display:block; }
 }@media only screen and (max-width: 763px) { #s3cyFtTEdHTQgGkU4vwJRSWiWB8M088H { top:18.9375rem;left:8.5625rem;width:15.3125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNIIT7RmLlon8qzipdsVuwApCff1bmTR { top:17.1875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Fbzs1vEW0RPfkDSTmMr3t7Ppta4gQK { width:46.375rem;height:2.875rem;top:4.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBw91eG8pVqiZE89tFsTF7XLwEDHusaw { width:11.25rem;height:0.0625rem;top:6.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ4rW7OAp8yF6uIJmxRAwKVaVP2cnc4t { width:11.25rem;height:0.0625rem;top:6.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c82ULH9UqDiobS3xQLSTkOp0296yIut1 { width:17.6875rem;height:7.5625rem;top:32.8125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC8hJTECTBuynTu4R8sqPUzRo52RETqx { display:block; }
 }@media only screen and (max-width: 763px) { #xmWA0rSmWUmhVuTCvchu2H4qJAEd7hGn { top:35.25rem;left:20.1875rem;width:15.625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW6u1TTT4r44kIyCSgSKt6IboXnvhDkK { top:33.5625rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdZJr8yXH2IoJxnpHQaH12346gKxFlAl { top:13.5625rem;left:0.75rem;width:10.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4XN7InQMhBScL55ZEbfm6iwIcysfWMb { top:49.75rem;left:36.1875rem;width:11.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNT96l4N6cDaCmvwBiKLIh03645NZ370 { width:17.6875rem;height:7.0625rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFmUuwEwhapuyGsgCEfWhO1mbKU7oMEH { display:block; }
 }@media only screen and (max-width: 763px) { #oUVHmSfi8N73UXXfBA1zWwgMFLtJoiUa { top:41.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwLUxyOzPMO5TsfWOyJLTwH6wOipXD9H { top:43.0625rem;left:0rem;width:15.75rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWTJdeKyFq6txAJqBlF4rb54HrihZqlJ { width:22.375rem;height:15.125rem;top:38.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grSDiVUODBi8i0nOo1P9TasEMhTbQNQT { display:block; }
 }@media only screen and (max-width: 763px) { #tGh5kZTKW1HAdrBty5cIwDCzguuPsLcH { top:41.1875rem;left:15.9375rem;width:19.875rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8IlXce3JKFibHmMvkGEudaQKmueThW { top:39.5rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQR7NqKxhV9wIPk4PNuGFMOJfgWMP7Tk { width:20rem;height:4.75rem;top:2.125rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK { display:block; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES { display:flex;height:auto;width:27.8125rem;top:1.625rem;left:5.59375rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FRLC3uJBkFe4VEKE86JvMXipfsvxsH7l {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #VeQAhdTXN1otTpgno8p9RGJLz30COit3 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #DZtZ1lRgfvqAekHmfa2yVRLPmzSWOJxp {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #ByiAzmheFEJNZUVyObTvgbH76TNzmdF8 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #AXammOsTB6NWyWhEtH0bw3xIPbJKrAZ8 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #uywZd7eOfpBd9rSBklysWJ24Xra4U8gC {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FCfWMJfaTlkowDLs4TU3KvuyUaBiRR4L {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #KaaptCHqWdDfT22uHzJXkAQZLMCobmXh {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #lDeXPLIz2xKMJBpNzB6TgbTNRulBWLZL {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #XsdcuvBp5gTTMbd83EHh43eNZXeV6kki {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pKnrECoLrfQzg0EietfAtTbKSztPElJE {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FULl7HbqkCJIcXiqSJ2sk3kZAqnQrTc1 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #P42ThcyoyIadOZNxSoKeDdkbJUTkwuNc {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #gfo6MP1XgdkuhrncTIIXwArz86v5OeT3 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #Gh4RtoFChZngy5xvQJxIQUZnBbwhPuGr {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #p7vAvVzGQJ5QDXkdSKzuw5nOBLFmWHUC {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #BkJQTI0imDD3ECo590kk5BdxGHnH09mG {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #NUJrKhdg8WIdJKvnTv7fUeXKnOzwJKy6 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #TXSBA9LuRvP4FQM7dnTuTIKr56uDF1Wz {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #GG31GIT6N6O5kLKpnGxLdvQ0BZgCroSP {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #xfUh40UXrrSFFsWksxEvSbuXeWPPFhsT {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #mLmOyF7GlST23CfTWTFJl53LgKRSo92Q {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #k7SpwR6xnuOgQfk5n7bROdr6GpTotT07 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #C0hUpiFidFOqUw6GJB9H7umX5B5Kt0qS {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pVuyDOlDZzz82ZzTazKkeDoaSDXPdMln {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #dQrNnR4x8rvW6STwODW8T45TIEDvuxJo {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #mdvlonbIF13ZxihWGVzV3hiV2vOFW9hf {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #myKv01iJTFiI9dE5wpG6y7KfauoJcQir {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #fKQNgTnkybWTIzgI63vw8DylxbhpGmg3 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #waC5TJ1aa3d0rzvoJ6WIGzIkFPWvfPGh {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #m6kTRIrVFqv5GWnQXNBtBaK8dcX73Rs2 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #RGrq3tyJLdU3tWDrrv2w5tGshpKc8Z1T {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pvJ2DZdOXTmmbZVv8zvSLlnesJJTFNVD {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #gZMK4xTEU4oE5NGTTeD2K0DVcf3dVygK {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #wrQisKS9isRUArkvu9cDeAfvlVHqv7Jy {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #ThPGagwgVq7hQk9rLARyUHPr9ufVsHqv {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #xJrlgOMJbtvzU83Kx9SmRd4WQvZU6fUA {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #SOikg3mTF5OsToBdHDryT83NyPZ0KZFO {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #iJOrtTdreMoTMeRKSPxEPd9IPEuw7S7s {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #LmsKvKUe9EtegqPm5H8DOyM1bR1GaK1U {  }
 }@media only screen and (max-width: 763px) { #hfRIoHdodBqLK1bxoV1UZnA5rSIf4he7 { top:5.625rem;left:10.4375rem;width:26.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJdvxVcrmXUs2UrrcaLWRtqnPOywOwhW { top:3.375rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z { display:block; }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHcKu7PqA5eEUXqUR4qNvR0TuhBXlTPJ { width:47.75rem;height:2.875rem;top:3.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRTbbaH7lb2IXCXwlw6TPLNZhSIRPF2 { width:8.125rem;height:0.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPg5SgR1WXVHprpNiddbKQNfwXDVnhQq { width:8.125rem;height:0.0625rem;top:5.3125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLr5udXNyGTToenKqCtaU4gFiGvkrHg { top:10.9375rem;left:0.6875rem;width:7.9375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muq0f3XyT9KsX0vFbcH9VLXpg66MHOAR { top:11.75rem;left:2.0625rem;width:5.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLafBWDgzenm2PH03FZHHD7MRSTOKG1 { top:14.625rem;left:2.375rem;width:4.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnkP0MvxKX06byhT1awUVKXo6uUdxT8U { top:11.75rem;left:21.28125rem;width:5.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m05QxTG35Lg1QfAn36uv7JszHcI6JQoT { top:14.625rem;left:21.59375rem;width:4.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmCdCu1h7bxw2LnBKA4shqeyOL4XRyWp { top:10.9375rem;left:19.9375rem;width:7.9375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOsIhQvOg3llafWH66TgJQIsvg6GZWg { top:10.9375rem;left:39.1875rem;width:7.9375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyBSGckztacdR3m5o96pCMBud3p1vGzh { top:11.75rem;left:40.5625rem;width:5.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO4GxJ5ADidQlOEMinitSG238FewTbKC { top:14.625rem;left:39.625rem;width:7.5rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqG1QosSGFls8K0K8026dTxZBMg9TxHN { display:block; }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPtnurefKZLu70tfMILGMQFef41fIZdW { top:0rem;left:0rem;width:47.75rem;height:23.485733695652rem;display:block; }
 }@media only screen and (max-width: 763px) { #uykWOHPIhi7S7fw9SxdlGHG2CiybqmgH { top:0rem;left:0rem;width:47.75rem;height:23.507026291931rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee1gWLOW3U2Nge5lGJ99G8XgnNR0h4Fo { top:0rem;left:0rem;width:47.75rem;height:23.507026291931rem;display:block; }
 }@media only screen and (max-width: 763px) { #onsiGVd7scTndTaTzzT3lsJRHTSUBKwA { top:0rem;left:0rem;width:47.75rem;height:23.507026291931rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umy3xaLh9TbJv7gO93FKUny54DB0ZQ77 { top:0rem;left:0rem;width:47.75rem;height:23.464479638009rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWOX2gXoPBvcME2N300V3lWV0E9r3e5G { top:0rem;left:0rem;width:47.75rem;height:23.464479638009rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbKkD7ETQ4p7z9XoMu7d4WowliW4r3Xw { top:0rem;left:0rem;width:47.75rem;height:23.464479638009rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd6lTaQXS3Byk90Q2y8LOTVeCH4DDCPZ { top:0rem;left:0rem;width:47.75rem;height:23.443264014467rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcbEXpb1BFqTZ7rr7SiyVN31aU6Nrlv { top:0rem;left:0rem;width:47.75rem;height:23.464479638009rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 { display:block; }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2E1sPh2nM9flaVESob4M1MuDLPxQhKT { top:0.5625rem;left:20.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDEZWnvEgkoqoqs1qTRzVsE1ZOmzKmRU { top:0.5625rem;left:24.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeEAiDvhqIkX0zZlMKzqsbpHTwb8BUN { width:32.5rem;height:4.3125rem;top:6.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBrTqnDJEh5G6d8pDdAWw46GpwLDNKlT { display:block; }
 }@media only screen and (max-width: 763px) { #DmZtPODbKXIypFhabewiabUX976TwpSE { display:block; }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBd1IMzsiJx0pehSwyoZLlwQqrCh8Dog { width:17.5rem;height:3.4375rem;top:0.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgZBEZM9enEVvfFsDmZgVPrDDH0F2Np { display:block; }
 }@media only screen and (max-width: 763px) { #QPTZ75B7ZfPN45Ucidyl1uC5VmKoqzZJ { top:4.3125rem;left:9.21875rem;width:29.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQCmid4T3n1O75Tfqm3w7ny6F5ZXxfoF { width:40.375rem;height:1.4375rem;top:7.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqrapOw1o7VB30S2dtfAr7EN7rEZGG5L { display:block; }
 }@media only screen and (max-width: 763px) { #esGeCKcvR7lMgxgURT807gimaHiwF1cL { width:6.4375rem;height:1.625rem;top:5.9375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aozeeqZX4ksbeUqgVrOiyuwfiuFtTyVr { display:block; }
 }@media only screen and (max-width: 763px) { #zTpAp7Ui3fMVPK3UTL37fiEK7iordvny { width:6.4375rem;height:1.625rem;top:5.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp4VTu45e9mlx1C3noFtbKHXO7lq7FMP { display:block; }
 }@media only screen and (max-width: 763px) { #VaJJQsiTPQGVGpb0iDrdsRp8JLPgepIx { width:7.625rem;height:1.8125rem;top:5.9375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSUiaHEJyyX2eXGMo5g3OTSe4lAnMfuI { display:block; }
 }@media only screen and (max-width: 763px) { #haWi9LboGe4WqT64tlZCNu4IyCMZFIQz { top:6.0625rem;left:20.65625rem;width:0.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBppT37fuotfue358f9g7phi2VGJf4W { top:6.0625rem;left:29.34375rem;width:0.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nerWolKlHC8mAB1rtAUEWbI75tAiUcfh { width:40.375rem;height:1.4375rem;top:7.875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwvhluLWPhzsF0dNa6dxQQJTpXgfJIof { display:block; }
 }@media only screen and (max-width: 763px) { #OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a { display:none; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NC92w7T7BG0xo4OkEZrHHTwifRTWCuN1 { width:32.5rem;height:4.3125rem;top:6.0625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5FTPJ8bqOhIXUQxH7crXIlq63PO0Kp6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu { position:relative;z-index:auto;display:block; }#eNFqGFg4PmBO0UEk8lQrnFUlvTzDUGpu > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbnVmzgeFKWbnFDKWLsFrq76hipkb7vJ { width:8.875rem;height:2.3125rem;top:1rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6vk5nFkAE9KmbDUoN844NDoXXVgeE9X { display:block; }
 }@media only screen and (max-width: 763px) { #NPBFAgMNyreThmF9eKLpJNA4Xm9TpV36 { width:9.6875rem;height:2.6875rem;top:3.3125rem;left:10.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnN0EfBQMO3gvvff9hWfae3cn7ou2MlJ { display:block; }
 }@media only screen and (max-width: 763px) { #mnvfgPdzvHuckFzgPt5AoEb973RmAZoy { display:flex;width:1.75rem;height:1.75rem;top:1.53125rem;left:18.25rem; }
#mnvfgPdzvHuckFzgPt5AoEb973RmAZoy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #WzrSiEcqPLIX44m6ObR5zJBEkoLiPiFi { width:3.8125rem;height:3.0625rem;top:3.9375rem;left:2.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQrpoycqgbfikiOvcSznmtZI55LdVtw8 { width:11.125rem;height:2.375rem;top:1.0625rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28167ac2-b0a1-4f0c-a41d-f9aac16047cc/heroBackground_smDJ5GTIVj.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF.adaptive-delivery-prevent-bg, #Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF.lazyload, #Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF.lazyloading { background-image: none; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container { background-color: transparent; background-image: none; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container > .video-iframe-container { display: none; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row > .video-iframe-container { display: none; }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .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); }#Pguu3SrtwcTTOLV7OBhgtTD8hpmDrLeF > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ8ukmCwafSXxfEtnPFB3iPCDKQIniKQ { width:14.5625rem;height:3.3125rem;top:1.25rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1c0hT39FlC5iimo6ZRKd0ui1AdVelLb { width:20rem;height:3.0869125rem;top:-1.8125rem;left:0rem;font-size:1.1875rem;z-index:15016;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s2QOUbsl9oGBPeW7Eg0KPnP0mGF83wmz { display:flex;width:3.125rem;height:3.125rem;top:16.875rem;left:8.4375rem;display:none; }
#s2QOUbsl9oGBPeW7Eg0KPnP0mGF83wmz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #a2arc30KHZ4Jwc5eyLVWptHOnFHBwgOm { display:flex;width:2.875rem;height:2.875rem;top:16.8125rem;left:8.5625rem; }
#a2arc30KHZ4Jwc5eyLVWptHOnFHBwgOm > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #dO9elzy9JzmyMLhfxNzmwHpMROEycaMR { display:none; }#dO9elzy9JzmyMLhfxNzmwHpMROEycaMR > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FstHUcUFN9XHqJUmsvzUIby2nNGvscDU { width:17.1875rem;height:2.6875rem;top:2.21875rem;left:1.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4ceMxJJ79sD5OLOqRXomcZqWCShuEz { display:block; }
 }@media only screen and (max-width: 763px) { #O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq { display:block; }#O3lW3sVSnPFsWPc44OTx5EgQgbtOCmcq > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQmgNLScM7kqwctGw3mT8hS51XrdoSy0 { width:16.25rem;height:2.5996125rem;top:9.25rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgQwu5NJllK3TQHXibqcsN0CCLxP7awS { width:16.25rem;height:2.5996125rem;top:16.9375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4zQH7XcoBr3bWD6nifsMt68LGgVviLn { width:16.25rem;height:6.499rem;top:24.5rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #upCg0FtgpaRn9VkNeTyT0fZ0FTMDlocx { width:16.25rem;height:3.8994125rem;top:35.75rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QwGfaV7cKDu1ZS0CdTfC1T5w5sidkvgG { width:6.375rem;height:2.25rem;top:7.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Ca4TEpolTkQ5lJU9As0xLEWTIvfaJo { width:5.8125rem;height:2.0625rem;top:14.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of86IWRGUwzZM6teiHXykKhTMcZ9zCnL { width:5.5rem;height:1.875rem;top:22.0625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItHnqb5OxnxoZOOrqS1WKXMdiarfX0hX { width:9.6875rem;height:1.625rem;top:33.5625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIXrwGvGGxlKOMN6ClhLRV4RdMrpfWuJ { width:20rem;height:3.0869125rem;top:2rem;left:0rem;font-size:1.1875rem;z-index:15017;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG { display:block; }#vguO7xprD1ZxcexL8lR0DDnDGOx1U5TG > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDReb2hpp196Matd2KR6dC1dNMaSBRrE { width:20rem;height:2.17480625rem;top:2.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bpUd28TstvUxOUitMCv1EHHTtK59uyOm { width:12.6875rem;height:1.94970625rem;top:15.75rem;left:3.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKCGWSxPkc7CkTzqiztsmacyTQy6klZX { width:12.5rem;height:0.0625rem;top:5.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDvUJ73iGhci5hpUF4DgGTppFU2BA7m { width:12.5rem;height:0.0625rem;top:1.25rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XW3DXt7aqwV166DAM20p6UxgfwnCCc41 { width:12.5rem;height:0.0625rem;top:86.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cx5GcMwWNL6uecZDAh7As8HwT8eAQ0rK { width:5.5rem;height:0;top:29.375rem;left:-1.625rem;font-size:1.1875rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #BS3gsXaQhtchVh1uigAyUtkDmdyzUrTx { width:5.5rem;height:0;top:30.875rem;left:-0.5625rem;font-size:1.1875rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #aHBkz20v18Uf4r8EVKEFcLDohIAOpJcC { width:5.5rem;height:0;top:30.3125rem;left:2.9375rem;font-size:1.1875rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #FH1P0EgLRUn3i6PhqADIC6BkCJBT6IWk { width:10.3125rem;height:0;top:79.8125rem;left:4.625rem;font-size:1.1875rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #CiVzJkHK9ssVJ1I595vx1uVQn2MVHyNV { width:5.5rem;height:1.3808625rem;top:20.8125rem;left:0rem;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #PGuDJFDP5FcQ2XbDxFFuVXMaFh5C80r5 { width:5.5rem;height:1.3808625rem;top:33.875rem;left:0rem;font-size:1.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #yEqigLEsFQuBrGMoEmShM4QoILToK1Xm { width:5.5rem;height:1.3808625rem;top:27.375rem;left:0rem;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ayciuFzTk4rP9HQsXnsKDRUdQiskWRTS { width:5.5rem;height:1.3808625rem;top:24rem;left:0rem;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ytufUTvR2OiP9bB5Hg1nuACbcBDacOEB { width:5.5rem;height:auto;top:30.6875rem;left:7.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8HIZexbVI2TmTVTqqDbgZ80h5e4zlTk { width:4.9375rem;height:1.3808625rem;top:20.8125rem;left:2.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWr8LvhWxT46nTtqUKd62DNW92VdCZV { width:5.5rem;height:auto;top:34.1875rem;left:7.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6M8bqRMbsTL7JTToWWh2F2vtFoqqzWT { width:2.75rem;height:1.3808625rem;top:23.95947265625rem;left:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETLmkBk9gkAwnvK1wyKvR3OUhCrJ31r { width:7.125rem;height:1.3808625rem;top:24rem;left:2.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7tciqruJveJZyKrGoOzuvvy8FMyJTt { width:2.75rem;height:1.3808625rem;top:20.8125rem;left:7.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvmZ29eQT6sWowbxihtoFZiJCi6SbtBp { width:5.375rem;height:2.3125rem;top:23.5341796875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIc5AGbmgmXkPGN6uPLHaUwqtwfdGVLa { display:block; }
 }@media only screen and (max-width: 763px) { #t9fJIVx17a97zxx6ZkVc707Glzbmqn1d { width:5.5rem;height:auto;top:37.5625rem;left:7.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDleqWT7iB7A5D0Kb6UQRAhSdI6HaT9x { width:5.25rem;height:1.3808625rem;top:27.33447265625rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFwCO0hSPOboMf36vQutx4AVLTBR310y { width:2.6875rem;height:1.3808625rem;top:27.375rem;left:7.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG6RuqKAOPgVZ6pEp8w3V2My7aN86X74 { width:5.375rem;height:2.3125rem;top:26.9091796875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6dgCgArAyCfvUBCdCmkWHelerTFueg5 { display:block; }
 }@media only screen and (max-width: 763px) { #uZ938n7zJpmXTgpPJgvl54eLDGX7v6oB { width:5.375rem;height:2.3125rem;top:20.3466796875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBAAkITPGL3t2wxrR5wNlGom2piO2rvO { display:block; }
 }@media only screen and (max-width: 763px) { #tx9a4TJmzTa8uDGZiogsOzPoGVSDTra1 { width:13.5625rem;height:auto;top:34.25rem;left:3.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SInbALwNCEDz6ATamTlEx6XQUze6NRxs { width:11.125rem;height:auto;top:37.625rem;left:4.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #IMbMg20JFgqaSNG9eFfTuxwqUJBp5dEh { width:11.125rem;height:auto;top:30.75rem;left:4.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #MvbnrnNCclsJbTvXQFOa86CaNFzp9LlU { width:5.5rem;height:auto;top:41rem;left:7.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JV9bf5TBxEESgScXbNB53rguKt2NUlzs { width:5.6875rem;height:1.3808625rem;top:30.70947265625rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKFsVgKnXzwgPVFPGiSSS86xmeOSQJP3 { width:3.625rem;height:1.3808625rem;top:30.70947265625rem;left:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcskfL5L0vWirXHQSgwp3AUMUqiQb7fv { width:5.375rem;height:2.3125rem;top:30.24365234375rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZT9KPW8GcVGm8fkJnVSELVbSnimd9K { display:block; }
 }@media only screen and (max-width: 763px) { #TqeVbHSx5VzOtIQsn6RIieSeUW2ZGlOu { width:17.1875rem;height:auto;top:41.0625rem;left:1.375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ed8ywcMQGBSudpRT2CsLiFVhckkSFCTk { width:5.5rem;height:auto;top:44.375rem;left:7.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLmtrfTKX8OIbTan4ke1XdH0vd2enZt9 { width:5.8125rem;height:1.3808625rem;top:33.83447265625rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxQZ5ehhf1x8gqSqyktRTl5VEZ9G3JmB { width:3.875rem;height:1.3808625rem;top:33.875rem;left:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCytZH31gnLNbbGB3cCQgW2RgLyIkTCZ { width:5.125rem;height:2rem;top:33.5654296875rem;left:11.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJHPyVNu2WD0UywxxWMrfqXFaKpaU8gO { display:block; }
 }@media only screen and (max-width: 763px) { #TgLzeLAzebBcOZnTwLzTr8GdGZPSKmAZ { width:11.125rem;height:auto;top:44.4375rem;left:4.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #T34aTNHOVz06T0hBSLUu9RlIgnhnnRPD { width:20rem;height:2.35595625rem;top:7.7744140625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvbvsUVCTMvBTQz3czs59MEZeTCqBaem { width:20rem;height:1.7871125rem;top:10.1298828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wn7FLZKkgUNzaSzITxop6gTi8b7KNSBr { width:20rem;height:1.29980625rem;top:12.2294921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIUvzPlPVUfGNSpB9bhSlEduxrH75vst { width:11.25rem;height:6.25rem;top:42.1543rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rO19HAgDSCIXogabD4KrQDNmE5cgG7hT { width:5.5rem;height:1.3808625rem;top:30.75rem;left:0rem;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Hy8LXXSlRP7iRtN54AtEZD6HwvnTWrOW { width:3.6875rem;height:1.75rem;top:20.6279296875rem;left:16.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15102;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GDNJHauzFuSzKUKoSmZB81O77t5Thnt0 { width:3.5625rem;height:1.75rem;top:23.85595703125rem;left:16.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15101;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q3yqwm5ey8RFUSoDMK2xTzKQuLF7DHhV { width:3.625rem;height:0.875rem;top:27.66845703125rem;left:16.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15102;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vCnwZKm8ebZxo99AXXGefo697J5OVHtu { width:3.5625rem;height:1.75rem;top:30.60595703125rem;left:16.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15102;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dCfrFg9RafWgc5nZy2dblGnGmRHt2riN { width:3.625rem;height:0.875rem;top:34.16845703125rem;left:16.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15103;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x { display:none; }#r9sMbVx0GCWV4mE1cUO5nHGVaRcw046x > .row .container { width:20rem;height:38.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RrrORyVOZciMPbOIRmA56AL6mlIn17QA { width:3.1875rem;height:3.1875rem;top:20.88427734375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxGH2XrBs9T2wpwp6qoGf10Esm0Qnd8x { width:14rem;height:3.75rem;top:24.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgxNDOF19tB8uWqvfevvuqaA89r5d6rE { width:8.5625rem;height:1.4624rem;top:26.25rem;left:5.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9O86fWdsU9TmRymnrxTnqRFceUc8JnL { width:3.1875rem;height:3.125rem;top:29.697265625rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7B1T0SssT8hgoOdoyRUrQTmzRnW8Lh { width:10.875rem;height:2.8125rem;top:33.072265625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvDZK00VXq2Mygv0bLpAcOkltAl3nwWO { width:8.5625rem;height:1.4624rem;top:33.822265625rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEE1VTVIZuCJfQ82QvUQu8BDuqztXJw9 { width:2.875rem;height:2.875rem;top:12.470703125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evfhlDlvbl91KRRcezcGVBJSdHXG9Xpf { width:12.1875rem;height:2.875rem;top:16rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7tNh1tvT1FP3KiNsAe3NIHmhx0yqFx2 { width:9.8125rem;height:1.4624rem;top:16.75rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6RNKKzX2Tyv4SkN9uKtLyJTJITZ0UoT { display:flex;width:2.625rem;height:2.625rem;top:1.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #dkigarZX5yymVz6HXnkodsKe9TcaClGc { width:9.8125rem;height:1.4624rem;top:8.3125rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6wN7WTOd3vfT4Nx3baMzFsKeMDuHsT1 { width:12.1875rem;height:5.6875rem;top:4.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV9edBzzJPthaIpAAsndU4z4TQl4woe4 { width:12.5rem;height:1.4624rem;top:24.625rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRIOG753UKvUUKc2zPXLsic8a2EtH9KE { width:12.5rem;height:2.69921875rem;top:5.25rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VF0SWtoacFGoso4KZmDe87WmanbUG7l1 { display:block; }#VF0SWtoacFGoso4KZmDe87WmanbUG7l1 > .row .container { width:20rem;height:221.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZDoRhhHvRZEXJHvawpedNZsvpSqymwP { width:20rem;height:4.79980625rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ezd7Tsg9uqrTuUda1fM0w89rbKbfiS6A { width:10rem;height:0.0625rem;top:8.5498046875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yV25lUeOq3gVBTr7QT152tqcEqEnuzDG { width:11.25rem;height:0.0625rem;top:1.25rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMpTVn5bzTsvMWccTRlJk8iQ7lqmMJp7 { width:20rem;height:14rem;top:12.1123046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IiNJAiclLRFpaSHNBnWFeBPBdfeGHgFn { width:20rem;height:4.0244125rem;top:35.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvQ0Al2O257pwtuIHee0RxwB3WPtBQc1 { width:15.625rem;height:9.4995rem;top:82.5rem;left:2.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jb0maK9mdiU1kJnuIZ5E6hu1TWVZIw5W { width:19.875rem;height:10.5rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc8dGna2m5ZoFnwAh1TdkPBkVaXIBTnM { width:20rem;height:9.9545625rem;top:77.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRMOI9GoOQHFJk9fzr0p05lsLhQ9WRks { width:20rem;height:9.8994375rem;top:46.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGonsi31Sts9AuRXO2ziT5R0dfC0u2ri { width:20rem;height:9.4995rem;top:40.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSVWoClnqTnWLzWexiRmFSPP4e0rrfMu { width:20rem;height:4.0244125rem;top:77.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErMUF72a5Ip9EPusqQObhG52TJZcrvXb { width:20rem;height:4.0244125rem;top:118.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBuvNJ4DsENlhykiRgogBDl1bLslnahF { width:20rem;height:11.3994375rem;top:123.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4pvlGZXTlKbui8TUIxdhEM8hhMFy5oV { width:12.5rem;height:0.0625rem;top:93.88671875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #An6dMWz5p6s9pAwGPx5KfXIfb4SWf2z1 { width:0.0625rem;height:12.5rem;top:80.13671875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FudRPtmxGQhKpwS8AsX3kecL3Br9kTid { width:0.0625rem;height:11.25rem;top:96.51171875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUmZsyz4pI7EWwHuEHylSZ1Wi249Ze6m { width:11.25rem;height:0.0625rem;top:95.19921875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXR5lQUT79B2tE8XCnVNrZTBHHUa9N1r { width:0.0625rem;height:11.25rem;top:114.28564375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdJBwu2ZTBnrELBWp9kgbdUiw6DNLUoB { width:0.0625rem;height:12.5rem;top:126.78564375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eV25DQhJhqx1SfifrnAa8JChSH6mQDmv { width:12.5rem;height:0.0625rem;top:153.18508125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovF7T1AyVwgBWKCL3UEDROEhJAdNhg2n { width:11.25rem;height:0.0625rem;top:154.49758125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7Bc6v6Hsh2Z5dMSTI9Ow1C1mJm5NIwe { width:17.125rem;height:4.3125rem;top:192.0625rem;left:1.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5AMR6tDQwD9h30PqXsfPwHQ8HXLt8mC { display:block; }
 }@media only screen and (max-width: 763px) { #yvT4rkRWIQK2Sg47v9gre3loz4peOU4X { width:20rem;height:9.942875rem;top:111.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGpnGaJnwxn7NAO1bAep84FHPtW5RSR1 { width:20rem;height:8.0488125rem;top:160.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BseXESVlJTneS2pJ6InWZyvxNozDyozy { width:15.625rem;height:9.4995rem;top:170.4375rem;left:2.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1OmMP51fiTLdWRWq9rPzHO0rKxWrn0h { width:12.5rem;height:0.0625rem;top:212.00483125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtENN3PcQdpE1BKGd2CrVomGEw4LTqmK { width:11.25rem;height:0.0625rem;top:213.31733125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulPf03hzf41sTSXUwh9TM2bSPwU0XkKB { width:0.0625rem;height:12.5rem;top:198.25483125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #knqRPMpfeL7r0pB9LCpK1TdnlkJ2EHia { width:0.0625rem;height:11.25rem;top:214.62983125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEolWB7RPT2TfmE0Wh72PLaX0z9gpALx { width:19.875rem;height:11.125rem;top:146.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5ofC9h8AFfeLyOMZ4yl3dQ4FPAwiZx5 { width:0.0625rem;height:11.25rem;top:227.12983125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGWQPxLZoL5W7g2SvZVbUUTOt9Ev9XNr { width:11.25rem;height:0.0625rem;top:267.02826875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh15PzE2EaJ0URp1GWGIPNpEDDwzeKir { width:0.0625rem;height:12.5rem;top:239.62983125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwly3Wx0NNTy7IxVqo2yp9LO8bGZ6JyH { width:12.5rem;height:0.0625rem;top:265.71576875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMMWoLO8APBCfSZOc24ZL5MwvPyMo5dB { width:20rem;height:3.79980625rem;top:212.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHCXGXXBJrU4J64hBCr83cTTC8okWDJ7 { width:20rem;height:6.03661875rem;top:205.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7wus4VhrlUSeGrDeP7uvdIgJ5TuDfaJ { top:11.5rem;left:0rem;width:20rem;height:20rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xgF3VayqaXipig9D7HwMdJIg8Tw1A4av { top:53.875rem;left:0rem;width:20rem;height:20rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UIz3mXHoIrr8vEFaInFomSK38i6pbxZC { top:95rem;left:0rem;width:20rem;height:20rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lALvKAk5llFFMQNTnKnXoxqh1Lv8VqFz { top:137.9375rem;left:0rem;width:20rem;height:20rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EXW8Uu0ui477QWZIhzsKCe6sKOuw8TNc { top:182.25rem;left:0rem;width:20rem;height:20rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 { display:block; }#odd2GJtE8wyXosGABqXxqDQfg3cnBJq3 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOrtxlTDptvDMbKVhbEopCXFZ8tTKQUT { width:20rem;height:4.79980625rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #gIgoZDSafxkxt50C1pagCORn2WB8Tfy0 { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJERKpm46gqZlshRSB8QQzpyZ9Sz094x { height:11.2168125rem;width:20rem;top:30.04150390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gE8UrlWnyvKc7AN99fAKw1gGHhuheJJS { width:20rem;height:4.142575rem;top:19.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xscz8kn7aHIWxWpiUVygCwTTFW2MG6v8 { display:flex;width:1.9375rem;height:1.9375rem;top:16.125rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #C3kvSvUn2VrzaVOfzmHqJnSEQETdz9qK { display:flex;width:1.9375rem;height:1.9375rem;top:16.125rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #LBNwS7UTplTILw0JGEsXqe2FqNVykroe { display:flex;width:1.9375rem;height:1.9375rem;top:16.125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #cz7Z8Qee3ZRFvyNRf2O4mJSrMJIORkM9 { display:flex;width:1.9375rem;height:1.9375rem;top:16.125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #D74yb6eBNmPtt4vBz3IcfFID3k1q0KhA { display:flex;width:1.9375rem;height:1.9375rem;top:16.125rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #LltdibsQOPhC73Xw17guu8fuC908fSB3 { width:12rem;height:1.05615rem;top:25.5625rem;left:4rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BagkB2XlXhNUwQyZ04Z6nF4gBRP8pJRn { width:11.875rem;height:1.7871125rem;top:23.75rem;left:4.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nz0avSqw5uaRAUVSDpGsSqTseDFW2m4y { width:8.5rem;height:0.0625rem;top:12.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJKAJJ1AnTwSwRS8ku8oLmytOosKAhKD { width:20rem;height:7.1997rem;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #auyrP53nJaT83moMsLiryNUmDTXmWX9s { top:29.8125rem;left:0rem;width:20rem;height:35.6875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA { display:block; }#kHhlIDdElpMMzdd2RRyykUOFUZpbfDIA > .row .container { width:20rem;height:105.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebEcZyMeQhqOI8KSKusPpA9KguP0PsX4 { width:17.6875rem;height:8.0625rem;top:13.9873046875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLZ8TQfPbznLkouxkwMcmWWlBlLKpQA0 { display:block; }
 }@media only screen and (max-width: 763px) { #aFEMDRp7JvkMvZLfdZK2HJLg5t6WTEzF { width:15.625rem;height:3.9375rem;top:16.4375rem;left:3.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZNAxxh59Dcbr91IgbQFHRFbhIrQ1FJy { width:12.5rem;height:1.29980625rem;top:14.7998046875rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HgutIwyLEJu29fKIv6EF9aVhRP6JXiBk { width:19rem;height:12.3125rem;top:54.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNUDU6t2nCVFWKluXgO7iMUiunQhqPTT { display:block; }
 }@media only screen and (max-width: 763px) { #iulxHwDoaMhyPba8ceUXZNXB3bgCpXPb { width:17.5rem;height:7.875rem;top:57.125rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gebpbpUcQtcdDOdvSWiZsLdI3m6PRcD4 { width:12.5rem;height:1.29980625rem;top:55.4375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ciga31WKdmkUAG5cKBOkrQ60T1CG7kmI { width:17.6875rem;height:8.625rem;top:24.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AShU7si6XgrHNTmRbJc0wBDG5bSZNGKk { display:block; }
 }@media only screen and (max-width: 763px) { #NTxpF6PUsDzMtCvlGcp0Qwnd2ZoCJlQn { width:12.5rem;height:1.29980625rem;top:25.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zs2FNKW7GS5XA6dDoa3bTlgmgrnvtbA0 { width:15.75rem;height:3.9375rem;top:27.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L9SAQWRXguyzskZCzcRb4G7zD5ZaVchR { width:17.6875rem;height:7rem;top:45.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsW8B5CnIxoM8JzoJ9lqQ4pXum8bRogx { display:block; }
 }@media only screen and (max-width: 763px) { #s3cyFtTEdHTQgGkU4vwJRSWiWB8M088H { width:15.3125rem;height:2.625rem;top:47.82421875rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LNIIT7RmLlon8qzipdsVuwApCff1bmTR { width:12.5rem;height:1.29980625rem;top:46.2119140625rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w1Fbzs1vEW0RPfkDSTmMr3t7Ppta4gQK { width:20rem;height:4.79980625rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #eBw91eG8pVqiZE89tFsTF7XLwEDHusaw { width:10rem;height:0.0625rem;top:7.9873046875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ4rW7OAp8yF6uIJmxRAwKVaVP2cnc4t { width:11.25rem;height:0.0625rem;top:82.74903125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c82ULH9UqDiobS3xQLSTkOp0296yIut1 { width:17.6875rem;height:7.5625rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC8hJTECTBuynTu4R8sqPUzRo52RETqx { display:block; }
 }@media only screen and (max-width: 763px) { #xmWA0rSmWUmhVuTCvchu2H4qJAEd7hGn { width:15.625rem;height:2.625rem;top:72.125rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iW6u1TTT4r44kIyCSgSKt6IboXnvhDkK { width:12.5rem;height:1.29980625rem;top:70.3125rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdZJr8yXH2IoJxnpHQaH12346gKxFlAl { width:7rem;height:5.375rem;top:9.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4XN7InQMhBScL55ZEbfm6iwIcysfWMb { width:8.875rem;height:6.5rem;top:95.9609375rem;left:10.998134328358rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNT96l4N6cDaCmvwBiKLIh03645NZ370 { width:17.6875rem;height:7.0625rem;top:35.7119140625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFmUuwEwhapuyGsgCEfWhO1mbKU7oMEH { display:block; }
 }@media only screen and (max-width: 763px) { #oUVHmSfi8N73UXXfBA1zWwgMFLtJoiUa { width:12.5rem;height:1.29980625rem;top:36.8125rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LwLUxyOzPMO5TsfWOyJLTwH6wOipXD9H { width:15.75rem;height:2.625rem;top:38.625rem;left:3.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWTJdeKyFq6txAJqBlF4rb54HrihZqlJ { width:19rem;height:17.875rem;top:79rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grSDiVUODBi8i0nOo1P9TasEMhTbQNQT { display:block; }
 }@media only screen and (max-width: 763px) { #tGh5kZTKW1HAdrBty5cIwDCzguuPsLcH { width:17rem;height:13.125rem;top:82rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aW8IlXce3JKFibHmMvkGEudaQKmueThW { width:12.5rem;height:1.29980625rem;top:80.25rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQR7NqKxhV9wIPk4PNuGFMOJfgWMP7Tk { width:20rem;height:4.7998rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK { background-color:#efe9da;background-image:none;display:block; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container { background-color: transparent; background-image: none; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container > .video-iframe-container { display: none; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row > .video-iframe-container { display: none; }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .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); }#SHhdJ6wl2ObwMXmVWCTR4rXyaksm7ulK > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-heading-text { font-size:1rem;height:auto; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES { display:flex;height:auto;width:19.125rem;top:6.125rem;left:0rem;gap:0.3125rem;padding-top:0.4375rem;padding-right:0.4375rem;padding-bottom:0.4375rem;padding-left:0.4375rem;background-color:transparent;background-image:none; }
#IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FRLC3uJBkFe4VEKE86JvMXipfsvxsH7l {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #VeQAhdTXN1otTpgno8p9RGJLz30COit3 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #DZtZ1lRgfvqAekHmfa2yVRLPmzSWOJxp {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #ByiAzmheFEJNZUVyObTvgbH76TNzmdF8 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #AXammOsTB6NWyWhEtH0bw3xIPbJKrAZ8 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #uywZd7eOfpBd9rSBklysWJ24Xra4U8gC {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FCfWMJfaTlkowDLs4TU3KvuyUaBiRR4L {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #KaaptCHqWdDfT22uHzJXkAQZLMCobmXh {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #lDeXPLIz2xKMJBpNzB6TgbTNRulBWLZL {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #XsdcuvBp5gTTMbd83EHh43eNZXeV6kki {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pKnrECoLrfQzg0EietfAtTbKSztPElJE {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #FULl7HbqkCJIcXiqSJ2sk3kZAqnQrTc1 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #P42ThcyoyIadOZNxSoKeDdkbJUTkwuNc {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #gfo6MP1XgdkuhrncTIIXwArz86v5OeT3 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #Gh4RtoFChZngy5xvQJxIQUZnBbwhPuGr {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #p7vAvVzGQJ5QDXkdSKzuw5nOBLFmWHUC {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #BkJQTI0imDD3ECo590kk5BdxGHnH09mG {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #NUJrKhdg8WIdJKvnTv7fUeXKnOzwJKy6 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #TXSBA9LuRvP4FQM7dnTuTIKr56uDF1Wz {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #GG31GIT6N6O5kLKpnGxLdvQ0BZgCroSP {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #xfUh40UXrrSFFsWksxEvSbuXeWPPFhsT {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #mLmOyF7GlST23CfTWTFJl53LgKRSo92Q {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #k7SpwR6xnuOgQfk5n7bROdr6GpTotT07 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #C0hUpiFidFOqUw6GJB9H7umX5B5Kt0qS {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pVuyDOlDZzz82ZzTazKkeDoaSDXPdMln {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #dQrNnR4x8rvW6STwODW8T45TIEDvuxJo {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #mdvlonbIF13ZxihWGVzV3hiV2vOFW9hf {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #myKv01iJTFiI9dE5wpG6y7KfauoJcQir {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #fKQNgTnkybWTIzgI63vw8DylxbhpGmg3 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #waC5TJ1aa3d0rzvoJ6WIGzIkFPWvfPGh {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #m6kTRIrVFqv5GWnQXNBtBaK8dcX73Rs2 {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #RGrq3tyJLdU3tWDrrv2w5tGshpKc8Z1T {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #pvJ2DZdOXTmmbZVv8zvSLlnesJJTFNVD {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #gZMK4xTEU4oE5NGTTeD2K0DVcf3dVygK {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #wrQisKS9isRUArkvu9cDeAfvlVHqv7Jy {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #ThPGagwgVq7hQk9rLARyUHPr9ufVsHqv {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #xJrlgOMJbtvzU83Kx9SmRd4WQvZU6fUA {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #SOikg3mTF5OsToBdHDryT83NyPZ0KZFO {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #iJOrtTdreMoTMeRKSPxEPd9IPEuw7S7s {  }
 }@media only screen and (max-width: 763px) { #IdvgoQz3dsnw4r2SXZ5lTcXrI7nqznES #LmsKvKUe9EtegqPm5H8DOyM1bR1GaK1U {  }
 }@media only screen and (max-width: 763px) { #hfRIoHdodBqLK1bxoV1UZnA5rSIf4he7 { width:20rem;height:1.7871125rem;top:2.79345703125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJdvxVcrmXUs2UrrcaLWRtqnPOywOwhW { width:20rem;height:3.0625rem;top:1.25rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z { display:block; }#XDVw6RimCsgDMk2KTAg0cTtbF4yoUJ5z > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHcKu7PqA5eEUXqUR4qNvR0TuhBXlTPJ { width:20rem;height:7.1996875rem;top:3.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRTbbaH7lb2IXCXwlw6TPLNZhSIRPF2 { width:8.125rem;height:0.0625rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPg5SgR1WXVHprpNiddbKQNfwXDVnhQq { width:8.125rem;height:0.0625rem;top:1.82421875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLr5udXNyGTToenKqCtaU4gFiGvkrHg { width:7.9375rem;height:7.4375rem;top:14.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muq0f3XyT9KsX0vFbcH9VLXpg66MHOAR { width:5.1875rem;height:2.5996125rem;top:15.75rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLafBWDgzenm2PH03FZHHD7MRSTOKG1 { width:4.5625rem;height:2.5rem;top:18.375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnkP0MvxKX06byhT1awUVKXo6uUdxT8U { width:5.1875rem;height:2.5996125rem;top:15.9375rem;left:11.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m05QxTG35Lg1QfAn36uv7JszHcI6JQoT { width:4.5625rem;height:2.5rem;top:18.5rem;left:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmCdCu1h7bxw2LnBKA4shqeyOL4XRyWp { width:7.9375rem;height:7.4375rem;top:14.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOsIhQvOg3llafWH66TgJQIsvg6GZWg { width:7.9375rem;height:7.4375rem;top:24.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyBSGckztacdR3m5o96pCMBud3p1vGzh { width:5.1875rem;height:2.5996125rem;top:25.25rem;left:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO4GxJ5ADidQlOEMinitSG238FewTbKC { width:7.5rem;height:2.5rem;top:27.75rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqG1QosSGFls8K0K8026dTxZBMg9TxHN { display:block; }#rqG1QosSGFls8K0K8026dTxZBMg9TxHN > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPtnurefKZLu70tfMILGMQFef41fIZdW { width:20rem;height:9.8369375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uykWOHPIhi7S7fw9SxdlGHG2CiybqmgH { width:20rem;height:9.8451875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee1gWLOW3U2Nge5lGJ99G8XgnNR0h4Fo { width:20rem;height:9.8451875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onsiGVd7scTndTaTzzT3lsJRHTSUBKwA { width:20rem;height:9.8451875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umy3xaLh9TbJv7gO93FKUny54DB0ZQ77 { width:20rem;height:9.827125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWOX2gXoPBvcME2N300V3lWV0E9r3e5G { width:20rem;height:9.827125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbKkD7ETQ4p7z9XoMu7d4WowliW4r3Xw { width:20rem;height:9.827125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd6lTaQXS3Byk90Q2y8LOTVeCH4DDCPZ { width:20rem;height:9.818875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcbEXpb1BFqTZ7rr7SiyVN31aU6Nrlv { width:20rem;height:9.827125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 { display:block; }#a1Q4xS6TTTI8BpwEyfp8vLsAu8fIuSX3 > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2E1sPh2nM9flaVESob4M1MuDLPxQhKT { display:flex;width:1.625rem;height:1.625rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vDEZWnvEgkoqoqs1qTRzVsE1ZOmzKmRU { display:flex;width:1.625rem;height:1.625rem;top:0rem;left:10rem; }
 }@media only screen and (max-width: 763px) { #fWeEAiDvhqIkX0zZlMKzqsbpHTwb8BUN { width:17.25rem;height:3.5625rem;top:4rem;left:1.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBrTqnDJEh5G6d8pDdAWw46GpwLDNKlT { display:block; }
 }@media only screen and (max-width: 763px) { #DmZtPODbKXIypFhabewiabUX976TwpSE { display:block; }#DmZtPODbKXIypFhabewiabUX976TwpSE > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBd1IMzsiJx0pehSwyoZLlwQqrCh8Dog { width:17.5rem;height:3.4375rem;top:0.8125rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgZBEZM9enEVvfFsDmZgVPrDDH0F2Np { display:block; }
 }@media only screen and (max-width: 763px) { #QPTZ75B7ZfPN45Ucidyl1uC5VmKoqzZJ { width:20rem;height:2.5996125rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQCmid4T3n1O75Tfqm3w7ny6F5ZXxfoF { width:19rem;height:11.1875rem;top:13.599609375rem;left:0.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqrapOw1o7VB30S2dtfAr7EN7rEZGG5L { display:block; }
 }@media only screen and (max-width: 763px) { #esGeCKcvR7lMgxgURT807gimaHiwF1cL { width:5.4375rem;height:1.625rem;top:9.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aozeeqZX4ksbeUqgVrOiyuwfiuFtTyVr { display:block; }
 }@media only screen and (max-width: 763px) { #zTpAp7Ui3fMVPK3UTL37fiEK7iordvny { width:6.4375rem;height:1.625rem;top:9.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp4VTu45e9mlx1C3noFtbKHXO7lq7FMP { display:block; }
 }@media only screen and (max-width: 763px) { #VaJJQsiTPQGVGpb0iDrdsRp8JLPgepIx { width:7.625rem;height:1.8125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSUiaHEJyyX2eXGMo5g3OTSe4lAnMfuI { display:block; }
 }@media only screen and (max-width: 763px) { #haWi9LboGe4WqT64tlZCNu4IyCMZFIQz { width:0.125rem;height:1.3125rem;top:9.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBppT37fuotfue358f9g7phi2VGJf4W { width:0.125rem;height:1.3125rem;top:9.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nerWolKlHC8mAB1rtAUEWbI75tAiUcfh { width:20rem;height:3.4375rem;top:12.755859375rem;left:0rem;font-size:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #mwvhluLWPhzsF0dNa6dxQQJTpXgfJIof { display:block; }
 }@media only screen and (max-width: 763px) { #OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row .container { background-color: transparent; background-image: none; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row .container > .video-iframe-container { display: none; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row > .video-iframe-container { display: none; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .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); }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row .container { border-width: 0; border-radius: 0; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxTHr9yWUZv1EwCTEtRNnmt6XOLrAn4a > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC92w7T7BG0xo4OkEZrHHTwifRTWCuN1 { width:19.1875rem;height:2.75rem;top:1.15625rem;left:0.40625rem;font-size:1.0625rem;z-index:15010;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L5FTPJ8bqOhIXUQxH7crXIlq63PO0Kp6 { display:block; }
 }