.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row .container { background-color: transparent; background-image: none; }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row .container > .video-iframe-container { display: none; }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row > .video-iframe-container { display: none; }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .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); }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row .container { border-width: 0; border-radius: 0; }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row .container { font-size:0.875rem;font-family:raleway;height:5.75rem;width:60rem;position:relative;display:block; }#m3f370bLltcp11wlExdQ8KcRpJgCK5tH { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4812498092651rem;left:44.1875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AuZVsCIVvoZJkqyAeTX3baNmU8Eq6X3e { 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:#ff7842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.625rem;left:15.125rem;display:block; }
#vTPKf3WleK26GTT5CawX1STEuTr4Zza4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lhlbw73x1KJyle5xqqipAyZTfSpxTLf2 { 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:#ff7842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.625rem;left:25.0625rem;display:block; }
#PTmyWZgEAc3zHD0rTiETiAzSTLgBD7Oa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKnInoGMpVeiTueJgXsLEFxehA7EkuNR { 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:#ff7842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.625rem;left:32.75rem;display:block; }
#KCryf3S4VWJXnx78CAkFMgX0VS5fNO65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXvlTUzCVb55GsLzAZfU8J7gbtmRlvCr { z-index:15000;top:1.6875rem;left:37.687498092651rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ff7842;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DupQr1qrpmHw1WFkSNwDkxUD3pNd8Ulq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXcxVcFkpr94SoOCMJvZm3gsErUeiVWw { 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:4.375rem;width:12.5rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { background-color: transparent; background-image: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container > .video-iframe-container { display: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container { display: block; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .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); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { border-width: 0; border-radius: 0; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { font-size:0.875rem;font-family:raleway;height:47.9375rem;width:60rem;position:relative;display:block; }#nGKiUzzckQvf181hfHSlpqTtqzNcWTFQ { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:14.1875rem;width:47.875rem;top:31.062171936035rem;left:6.06201171875rem;display:block; }
#Dqnlz2MMR6swkfU2LkKdDaJEmPefOiz9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gosha;font-size:5.3125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:0.9990234375rem;left:0rem;height:11.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrdyODm8Fwb9rel4MQ3arbco7c8avXCv { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:25.375rem;left:23.4375rem;display:block; }
#GFxZMo0oNITDykwu1p9dTJ6ac1D4Tr4U { color:#ffffff;display:block;width:59.99925rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);top:27.998695373535rem;left:0rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C0KmNvqek2Ok48ZplfelUxJtoz3GqFcR { color:#000000;display:block;width:43.625rem;position:absolute;font-family:urbane;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:32.186847686767rem;left:8.1868476867675rem;height:4.88715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JvpGcRRHopMF8o8ROvfsKTMtC0idyuvF { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6245rem;height:4.8120125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.435871124267rem;left:10.43701171875rem;display:block; }
#wiUaEpDRO5P26N3Q3cIGWXH4NHFusiva { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehIiW17Li9uRqA4GwVR3PpOkm2S4Gq5k { color:#ffffff;display:block;width:60rem;position:absolute;font-family:gosha;font-size:2.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.684732437134rem;left:0rem;height:7.63715rem;text-align:center;text-align-last:center;display:block; }
#TI355Sm2G1mmBFDsQfBM9Jce1v3Q3Fy6 { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:25.375rem;left:26.124675750733rem;display:block; }
#yZdAs83ebfE2G9eLJ7JFAWqiDhg3QOqW { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:25.375rem;left:28.937175750733rem;display:block; }
#KqGLMP9H4XcDPOhbxvhGm1WaNCQiQxTd { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:25.375rem;left:31.5625rem;display:block; }
#f1khiB2fEfmCbCVkHBUzuQpbIhEfULs4 { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:25.375rem;left:34.18701171875rem;display:block; }
#PnpuIpxIpNE1Vzpe5wxyOUAu6TqzOaqU { position:absolute;display:block;z-index:15011;height:11.25rem;width:20rem;top:21.125rem;left:36.9375rem;display:block; }
#nax5CmRzzCTAQamKhq44UgOxgTURPJqu { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:gosha;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:13.765625rem;left:5.28125rem;height:1.85611875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4ftGc7GnPpvunmLuFamVVG2mJ6pr2Lx { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6236875rem;height:4.8120125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.435871124267rem;left:31.624347686767rem;display:block; }
#VVSFsCHKAsxEOes7X73brJN5hynL85n4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc60b;background-image:url("https://images.assets-landingi.com/ifHcCneR/c2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp.adaptive-delivery-prevent-bg, #gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp.lazyload, #gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp.lazyloading { background-image: none; }#gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp > .row .container { border-width: 0; border-radius: 0; }#gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp > .row .container { font-size:0.875rem;font-family:raleway;height:17.5rem;width:60rem;position:relative;display:none; }#ctoxX7HbknTEbGXT6ZLEdQNaQr6cQs0b { color:#5a5a58;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.24951171875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJmIyDNqLTagq1rKx3mAial7Jh4yx6sL { color:#5a5a58;display:block;width:52.312rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.796875rem;left:3.81103515625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTM2yGUyUMTHSLgu5PiobUTr44z8HSc7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffed00;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:none; }#RTM2yGUyUMTHSLgu5PiobUTr44z8HSc7 > .row .container { border-width: 0; border-radius: 0; }#RTM2yGUyUMTHSLgu5PiobUTr44z8HSc7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTM2yGUyUMTHSLgu5PiobUTr44z8HSc7 > .row .container { font-size:0.875rem;font-family:raleway;height:0.3125rem;width:60rem;position:relative;display:none; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 { position:relative;display:block; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 { background-color: transparent; background-image: none; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container > .video-iframe-container { display: none; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row > .video-iframe-container { display: none; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .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); }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 { border-width: 0; border-radius: 0; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .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; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .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:raleway;height:48.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tc0bcCUxzKd2pWu12CWBTcUoW5wloiIy { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RMFz7m36RhTf5LS7bFFLHD8U4t5BcNPh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.6875rem;width:56.25rem;top:11.5625rem;left:1.875rem;display:block; }
#RKpd6plTPzt4J7Xui1TlTTwgue3W7hA0 { box-sizing:content-box;color:#ed2140;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:21.666015625rem;left:1.875rem;display:none; }
#nRkmwXEayUXgtw0vKzA2KkDzIau9okMa { color:#5a5a58;display:block;width:45.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.228515625rem;left:8.5rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { position:relative;display:block; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { background-color: transparent; background-image: none; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container > .video-iframe-container { display: none; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row > .video-iframe-container { display: none; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .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); }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { border-width: 0; border-radius: 0; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .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; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .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:raleway;height:24.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DRkE3oMzh3eLxvEiA9UEQ9triNrE779T { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:0.5615234375rem;left:0rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { background-color: transparent; background-image: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container > .video-iframe-container { display: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row > .video-iframe-container { display: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .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); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { border-width: 0; border-radius: 0; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { font-size:0.875rem;font-family:raleway;height:47.25rem;width:60rem;position:relative;display:block; }#briJrTgID9oXgAaw6DnflXiFcwBoMebq { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:2.25rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu { color:#000000;display:block;width:25.8121875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:5.8341503143311rem;left:0rem;height:19.4948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
#I1mq6PMGVziUxFt7Tox40Jk6IoIgypP0 { color:#000000;display:block;width:26.687rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:5.3118489589542rem;left:31.968097686767rem;height:28.7916875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.75rem;padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S7aZVX2rnUnTHPVFZvVk86xUOBV39gNq { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.247875rem;height:4.9373375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.186360836029rem;left:18.658855438233rem;display:block; }
#k3OZcUJTvoO96MRJdi4hDbw6v3ZiTTS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJaT52EW6EszqxJZfQJE4h82WJb81U20 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#l2qGxGncWa8dbuJSVWfiRgkzTB3UlW9W { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Rm3e9uDaQhmxrrlTl8IR1qSlTN1vUfeP { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { position:relative;display:block; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { background-color: transparent; background-image: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container > .video-iframe-container { display: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row > .video-iframe-container { display: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .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); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { border-width: 0; border-radius: 0; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .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; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .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:raleway;height:19.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FTgtnAEUwMK5UuPQ8EybOV0T5LU2ikqw { box-sizing:content-box;color:#45d9ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:2.875rem;left:4.125rem;display:block; }
#x1O8aQ2MWIVWTUnapJ3QlPSuuIwF6ypX { box-sizing:content-box;color:#ed2140;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:21.666015625rem;left:1.875rem;display:none; }
#UUAaCgxl5ecLLTybQ8LEos1oThm9rCdP { color:#000000;display:block;width:45.125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:2.4375rem;left:10.75rem;height:3.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVlPEgPvZeBnwfouAyCupEvXBVN1cud2 { color:#5a5a58;display:block;width:45.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.228515625rem;left:8.5rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QKFIfSzx3qfAMRTbtsPh06WodVOHZTSL { color:#000000;display:block;width:45.125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.875rem;left:10.75rem;height:3.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DLDimqzyOzWiIGmfSubDXQOpnD3nVdmJ { box-sizing:content-box;color:#45d9ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:11.3125rem;left:4.125rem;display:block; }
#xdobOi1AhOftl3908PGCObkRhxmS46Jm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { background-color: transparent; background-image: none; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container > .video-iframe-container { display: none; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row > .video-iframe-container { display: none; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .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); }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { border-width: 0; border-radius: 0; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { font-size:0.875rem;font-family:raleway;height:44.125rem;width:60rem;position:relative;display:block; }#mqr1LJwHsDSpATOcH4UqbHlCPiMlFZq4 { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;display:block; }
#FNO26QTeNlrHvGzWgy0g2OG19Lk5lcGJ { color:#000000;display:block;width:29.75rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:1.4622375rem;font-style:normal;display:block; }
#UenLx1P3EULb4Bep0rEt0sxsux1MMfTt { position:absolute;display:block;z-index:15005;background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.9375rem;width:29.375rem;top:12.3125rem;left:30.625rem;display:block; }
#WIPw5f6dKt3pdklPvTNLWoAGcadnoH4W { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.875rem;width:28.375rem;top:12.8125rem;left:31.125rem;display:block; }
#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:13.8125rem;left:0rem;height:23.09375rem;font-style:normal;display:block; }#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eimNlfs6/bullet.png); }
#qp4b0bwwgvfZl4OGqGJ05GE85ZD9Fi71 { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.10312461853rem;left:31.15625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { background-color: transparent; background-image: none; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container > .video-iframe-container { display: none; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row > .video-iframe-container { display: none; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .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); }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { border-width: 0; border-radius: 0; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { font-size:0.875rem;font-family:raleway;height:14.375rem;width:60rem;position:relative;display:block; }#fVDS8cRTnw83qPvQ4KzHXt2lrVXK31il { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGvPz6KusLUo7Ed3UXToS4wrWXEbTeO { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.25rem;left:2.59375rem;height:7.1979375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { background-color: transparent; background-image: none; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container > .video-iframe-container { display: none; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row > .video-iframe-container { display: none; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .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); }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { border-width: 0; border-radius: 0; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { font-size:0.875rem;font-family:raleway;height:75.9375rem;width:60rem;position:relative;display:block; }#vnc5cGCkaa2FDuvt0dMVry0ReXQIkT9U { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.81201171875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohi78dqBJVZQZyavPS1sPMeSFBQK6IxG { 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:14.7480625rem;width:14.7480625rem;top:19.05712890625rem;left:44.87255859375rem;overflow:hidden;display:block; }
#L1BJACPJsPNsXh1BfuGxTzWWeezVyNUw { 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:10.125rem;width:9.5625rem;top:11.0927734375rem;left:33.40283203125rem;overflow:hidden;display:block; }
#PEO7I8G5TeZLACuMuuQhn3r9B0ypD9RW { 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.9375rem;width:14.75rem;top:14.1865234375rem;left:15.87451171875rem;overflow:hidden;display:block; }
#CLFK5BqCqQqCia0XbN2lGNZxCBLhce6Z { 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:10.875rem;width:10.875rem;top:10.7177734375rem;left:2.56201171875rem;overflow:hidden;display:block; }
#yH6xbs9MnxDD9bXn7wGy2k3kzX1V4PbS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:11.25rem;top:64.68701171875rem;left:3.4365234375rem;overflow:hidden;display:block; }
#c54FsXWuT4DuRzTIA9wvdTkM6rWDJKoE { 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:13.4375rem;width:13.4375rem;top:19.42919921875rem;left:1.43408203125rem;overflow:hidden;display:block; }
#Kkn5gKnShToicVvKbEWddkmCc8kFEuGn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9365rem;width:7.3125rem;top:22.14794921875rem;left:16.96728515625rem;overflow:hidden;display:block; }
#MagHW5Tapz5FIUuN3bkKwgoL3RUNPADc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:14.5rem;top:13.21826171875rem;left:43.81201171875rem;overflow:hidden;display:block; }
#wnBJnhfytmFDcXTJqCczGPXyZlteZkJp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.812rem;width:8.625rem;top:39.90625rem;left:14.6865234375rem;overflow:hidden;display:block; }
#u5cTtlv3RaT1vkstzuFwpwdGHyPP3xlJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.874025rem;width:16.9365rem;top:22.9638671875rem;left:27.9375rem;overflow:hidden;display:block; }
#UVu2XesRaTz1vtwc9zRXPnF40HwbwnFE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:14.9375rem;top:31.5302734375rem;left:3.4365234375rem;overflow:hidden;display:block; }
#hNdtxvW8WM46bmOA3y2eOb6crfJk6DzN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:19.3125rem;top:32.7431640625rem;left:22.09130859375rem;overflow:hidden;display:block; }
#rl5OGTZ5O17v1CrdAOdisM8TVlezvXLk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6855625rem;width:14.8125rem;top:46.966796875rem;left:42.87158203125rem;overflow:hidden;display:block; }
#dDapoXNoZu12GW0A7ERLqpslimaqCOXy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:14.3745rem;top:40.0615234375rem;left:26.77880859375rem;overflow:hidden;display:block; }
#fvpbZ3bdaeV2L19JWVEUcKxAv1BNWELf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:38.59375rem;left:2.56201171875rem;overflow:hidden;display:block; }
#mEifJ4x9k3WqtkN6lmyKcFrTaSyrtIv3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:16.25rem;top:29.6552734375rem;left:42.15380859375rem;overflow:hidden;display:block; }
#XkfrGKMrk9MZuMUwv72bSnOEGXkSRCO1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.311525rem;width:14.3100625rem;top:57.56201171875rem;left:3.4365234375rem;overflow:hidden;display:block; }
#pnMHJnI4bUbOriGE6aADTpBxgywofSA6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:61.5625rem;left:18rem;overflow:hidden;display:block; }
#err3SBBcMws2HQAP8FzSrUKC2FiOzCuA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1245125rem;width:22.6245rem;top:50.77978515625rem;left:18.68701171875rem;overflow:hidden;display:block; }
#ZrqRg3LQ8RU8ak3hC90MKUbfRBD0ZqC1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.75rem;top:65.5rem;left:44.56201171875rem;overflow:hidden;display:block; }
#CeatfRnH0QOTv1gqZJ7WKpZ9et0KfRmr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.25rem;top:50.77978515625rem;left:3.4365234375rem;overflow:hidden;display:block; }
#cy5yQggT4gInsaUp6UHgMyTfXQyb0nRw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.75rem;top:40.93603515625rem;left:43.81201171875rem;overflow:hidden;display:block; }
#Hdd74mmgSBDyJTveLlvMmsuXLTQLC2Ss { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.312rem;width:9.312rem;top:63.93701171875rem;left:31.99951171875rem;overflow:hidden;display:block; }
#i6XokTT1uAcF1ghzqDHWA3REkyZkLDGb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:12.1875rem;top:57.1240234375rem;left:19.5rem;overflow:hidden;display:block; }
#IZKVQd4KAcqvP2EELl6HLGzPIy0TSr9N { 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:10.125rem;width:10.125rem;top:55.12451171875rem;left:33.75rem;overflow:hidden;display:block; }
#HMSTJy3m49VVMcl8cbaZv4MrMkRQo4Ww { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:55.4365234375rem;left:46.06201171875rem;overflow:hidden;display:block; }
#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { background-color: transparent; background-image: none; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container > .video-iframe-container { display: none; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row > .video-iframe-container { display: none; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .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); }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { border-width: 0; border-radius: 0; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { font-size:0.875rem;font-family:raleway;height:17.4375rem;width:60rem;position:relative;display:block; }#T8FKP7ZrsSLQI3JBrFPUazHkFUyHR8St { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4u0znHfTAnEAfOTvpPZTorRtBmxr42D { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.25rem;left:2.65625rem;height:7.1979375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { background-color: transparent; background-image: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container > .video-iframe-container { display: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container { display: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .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); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { border-width: 0; border-radius: 0; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { font-size:0.875rem;font-family:raleway;height:14rem;width:60rem;position:relative;display:block; }#ZfzMMO0EIGx1rUbatn5X6KBN0JSKKCv3 { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGJLWcWhBctN7CTSZ70C7y47NUyLpTNh { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJnCvPMXTqP7s4TrAdHMOVlH0wJxF3nT { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:3.878475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { background-color: transparent; background-image: none; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container > .video-iframe-container { display: none; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row > .video-iframe-container { display: none; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .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); }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { border-width: 0; border-radius: 0; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { font-size:0.875rem;font-family:raleway;height:38.5rem;width:60rem;position:relative;display:block; }#KnidZo0SoTZnTOdXy5W4zcyvVU7JilBh { position:absolute;display:block;z-index:15000;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.6875rem;left:29.53125rem;display:block; }
#KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;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:36.5625rem;width:0.5625rem;top:1.6875rem;left:29.861457824707rem;display:block; }#KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl.adaptive-delivery-prevent-bg, #KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl.lazyload, #KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl.lazyloading { background-image: none; }
#VxuDDOlHxCnELm1X159ZrfgS599N8rmH { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.34375rem;left:32.5rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sAfMdiVFgK8HuPiJbUTL5XCkpoEtEzlB { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:4.40625rem;left:32.5625rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRpEC5XaUAOVXBIKI8h3Oc9k1E4fnfIi { position:absolute;display:block;z-index:15001;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:9.03125rem;left:29.53125rem;display:block; }
#M4w2hrcQSCFk78wezTAKTLpqoEV1EVGo { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.875rem;left:0.125rem;height:6.9965rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fQ8ynh7K61yv5O1t9KgGBVQzONrPgTuH { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.25rem;height:3.0868rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FbukpqHlSGe4TGbCyVJykaqEPCCarTSd { position:absolute;display:block;z-index:15002;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:17.3125rem;left:29.53125rem;display:block; }
#b04m5g2Mwvt1xP5gfQi5n19gloLSTase { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:19.6875rem;left:32.5625rem;height:8.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cHiMaqsZ8enbwyKtl0No0TtXq2CrMPEP { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16rem;left:32.5625rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oCFAsATwWlTDuC2boXBckXIuMnoS6KZL { position:absolute;display:block;z-index:15003;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26rem;left:29.53125rem;display:block; }
#uKTJ2QsFSG3ZDobX29ibLplJDJ77zQx6 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26rem;left:0rem;height:1.54361875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d0TPUiJHLsCkuxRGbZGa27ccE9vTb6UM { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:28.3125rem;left:0rem;height:8.3958125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { background-color: transparent; background-image: none; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container > .video-iframe-container { display: none; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row > .video-iframe-container { display: none; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .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); }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { border-width: 0; border-radius: 0; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { font-size:0.875rem;font-family:raleway;height:25.9375rem;width:60rem;position:relative;display:block; }#QGPLZavdTD31PuvO9PVFivDmnTH59OS9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:0.5625rem;top:0rem;left:29.919792175293rem;display:block; }#QGPLZavdTD31PuvO9PVFivDmnTH59OS9.adaptive-delivery-prevent-bg, #QGPLZavdTD31PuvO9PVFivDmnTH59OS9.lazyload, #QGPLZavdTD31PuvO9PVFivDmnTH59OS9.lazyloading { background-image: none; }
#Nnk336VITq8hDi031AdudiG4gbelPp4X { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:2.5308837890625rem;left:32.561847686767rem;height:6.9965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTyLNsSUPfdZK8qL5fVniASMEQmEgwo5 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:32.5625rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NeNXXVPSFgnO3HLd9Gg24WnQDxiAgGS9 { position:absolute;display:block;z-index:15004;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.34375rem;left:29.53125rem;display:block; }
#PH7kaVksVp17x7u7OzCDKSzN6ZDn3z0u { position:absolute;display:block;z-index:15005;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8.40625rem;left:29.53125rem;display:block; }
#O2Jty5g3DvTufCTwhnQtZVZOckIpEHrP { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.28125rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BZqhq12hCtbbDqvNUkLO3BMpkT4mcyMx { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:10.71875rem;left:0rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SdBwRWWUvpXvGOKOg1VvAWLqSyAdTnTy { position:absolute;display:block;z-index:15006;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:16.875rem;left:29.53125rem;display:block; }
#rCNLfa3yTlcys4gverWdPBkfhv2DKdL1 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.9375rem;left:32.5625rem;height:6.9965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r20Iv2UfThClJR5Oo4aMXwaedl7gObbr { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:16.5rem;left:32.5625rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { background-color: transparent; background-image: none; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container > .video-iframe-container { display: none; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row > .video-iframe-container { display: none; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .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); }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { border-width: 0; border-radius: 0; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { font-size:0.875rem;font-family:raleway;height:32.4375rem;width:60rem;position:relative;display:block; }#f3qFJXAFTVznbUlWgA0RJADgApEDKhBU { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:0.5625rem;top:0rem;left:29.90625rem;display:block; }#f3qFJXAFTVznbUlWgA0RJADgApEDKhBU.adaptive-delivery-prevent-bg, #f3qFJXAFTVznbUlWgA0RJADgApEDKhBU.lazyload, #f3qFJXAFTVznbUlWgA0RJADgApEDKhBU.lazyloading { background-image: none; }
#hP8trQlhvgRtukDdtaSEoUuEHOG3nvsa { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.54361875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AV2OiyOlNmk8CEDV27CbcDTJefWPxFya { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.4375rem;left:0rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tcRy3sLIQR49i1m06Go1I5dpbmv0fis6 { position:absolute;display:block;z-index:15007;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.25rem;left:29.53125rem;display:block; }
#szAzO68ek9qqBvT0Z9KIHItPEbvAelPF { position:absolute;display:block;z-index:15008;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:9.75rem;left:29.53125rem;display:block; }
#U49m6eexOzg953nkXlZWd7ham8ra6Hyu { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.875rem;left:32.5625rem;height:6.9965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HrdqHOEb3twn5hhGKiyZnudTFlo34zvm { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.4375rem;left:32.5625rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HwEHPgqS8nyoWIu75FGX0c56nS3SN2w1 { position:absolute;display:block;z-index:15009;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:18.25rem;left:29.53125rem;display:block; }
#MeGM43HT5sDBKWM6I40kfdi4OGbLIVST { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ER3ddw2AS8U5I50E6ZvEG9at5Vbk3yhp { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:1.54361875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { background-color: transparent; background-image: none; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container > .video-iframe-container { display: none; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row > .video-iframe-container { display: none; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .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); }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { border-width: 0; border-radius: 0; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { font-size:0.875rem;font-family:raleway;height:10.125rem;width:60rem;position:relative;display:block; }#E9FpO7nlUBX3923BI5Xkmbc5BvUpvUOH { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:3.878475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhh6Tr9WplXuIxCKEHlKCP8BJavFCggF { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { background-color: transparent; background-image: none; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container > .video-iframe-container { display: none; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row > .video-iframe-container { display: none; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .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); }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { border-width: 0; border-radius: 0; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { font-size:0.875rem;font-family:raleway;height:23.6875rem;width:60rem;position:relative;display:block; }#Ueida79OclZoRg93e9EDDbiKiXFVEuT6 { position:absolute;display:block;z-index:15000;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.6875rem;left:29.53125rem;display:block; }
#CwmXSVQadUU1PTeRiI5lxWy548DWZDiR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;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:21rem;width:0.5625rem;top:2.8125rem;left:29.904949188233rem;display:block; }#CwmXSVQadUU1PTeRiI5lxWy548DWZDiR.adaptive-delivery-prevent-bg, #CwmXSVQadUU1PTeRiI5lxWy548DWZDiR.lazyload, #CwmXSVQadUU1PTeRiI5lxWy548DWZDiR.lazyloading { background-image: none; }
#TTMMX9Un1D1ByQGuGCzC9mBC4HklevIW { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:32.5625rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dkiUtKaeMqxBQrXOkmTMeGn9kqBnhw93 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:3.6875rem;left:32.5625rem;height:8.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SFolkf4cDT3439d9WypCDtFTFqQlcPZO { position:absolute;display:block;z-index:15001;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.78125rem;left:29.53125rem;display:block; }
#UPhJ9aGXxAckWXpMJ3svQI2HGlXU1mnm { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.875rem;left:0rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vtV1W0WZfDyVJvCp98ngW5eTtw3HDROq { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0rem;height:1.54361875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { background-color: transparent; background-image: none; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container > .video-iframe-container { display: none; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row > .video-iframe-container { display: none; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .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); }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { border-width: 0; border-radius: 0; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { font-size:0.875rem;font-family:raleway;height:30.1875rem;width:60rem;position:relative;display:block; }#Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:0.5rem;top:0rem;left:29.933058899062rem;display:block; }#Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24.adaptive-delivery-prevent-bg, #Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24.lazyload, #Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24.lazyloading { background-image: none; }
#gRBWbqVP2hTu3WLy0lc87kylRg2ObgWm { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:2.4373779296875rem;left:32.561847686767rem;height:6.9965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IGzyitbaMoc1tfdRhw6s2cc2D8X0ZIn8 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:32.5625rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mvptx3gfT2ShlHEUmtbLF8fsiEOFTKtW { position:absolute;display:block;z-index:15004;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.25rem;left:29.53125rem;display:block; }
#HIX0UNAKMZlrps9KbORZIXJinkuacVSM { position:absolute;display:block;z-index:15005;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.25rem;left:29.53125rem;display:block; }
#SMUsO6ULeiamuTlFZEpoVIo0a6iCAH7M { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:3.08680625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#g76Uw1SZ8PLh02Qvmd8wmTWTEdQp2fXy { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:12.5625rem;left:0rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BhTVhkDKg1lSe7XvLPuhNE4UlsoEzFyc { position:absolute;display:block;z-index:15006;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:21.5934375rem;left:29.53125rem;display:block; }
#DCdirL16MAWqd7kECTDBBmtUgX4ZNrEL { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.5625rem;left:32.375rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fHt5STdaUmMp9sITU43msIWmxSO07AKv { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:24rem;left:32.375rem;height:5.597225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { background-color: transparent; background-image: none; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container > .video-iframe-container { display: none; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row > .video-iframe-container { display: none; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .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); }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { border-width: 0; border-radius: 0; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { font-size:0.875rem;font-family:raleway;height:37.875rem;width:60rem;position:relative;display:block; }#ApTSerQe2cbcdEf19FSPdJrS3pSZd66J { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:0.5625rem;top:0rem;left:29.90625rem;display:block; }#ApTSerQe2cbcdEf19FSPdJrS3pSZd66J.adaptive-delivery-prevent-bg, #ApTSerQe2cbcdEf19FSPdJrS3pSZd66J.lazyload, #ApTSerQe2cbcdEf19FSPdJrS3pSZd66J.lazyloading { background-image: none; }
#BrXdvBf12vPF71grMNaBxCSFbTl4zXPa { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.25rem;left:32.3125rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNlmQoSyA6yTZOdGXiCMhlRkBAV5LSgW { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:12.6875rem;left:32.3125rem;height:5.597225rem;text-align:left;text-align-last:left;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;display:block; }
#ohecXWFPCsSmmOTGJ5wBW0Cu2mAtvbDH { position:absolute;display:block;z-index:15007;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.625rem;left:29.53125rem;display:block; }
#qTwOdTh8vTJn13UZ0Uxotgz9BrpbRb7S { position:absolute;display:block;z-index:15008;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:11.125rem;left:29.53125rem;display:block; }
#AAG5FveJRB04zQbheClp9IZozaLs0F7p { position:absolute;display:block;z-index:15009;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.625rem;left:29.53125rem;display:block; }
#ysqIUgnzma83RPJCk97BxiNWPXm5Iz5L { color:#000000;display:block;width:21.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:21.9375rem;left:5.9375rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rwKWnPmxov2EM2ov6MlClwHw3EgpyrPR { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:1.54361875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IlgJA7UlD8vyg45g7IQsu3S4siUeT4el { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:29.3125rem;left:32.5625rem;height:2.7986125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qmKBEyNTbxfFV55gtI0LvdJe6CTzCIUH { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.875rem;left:32.5625rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fAGhHgJyquvLdraen15HTEOp25STwLFf { position:absolute;display:block;z-index:15010;background-color:#000000;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.875rem;left:29.53125rem;display:block; }
#bTJARlQLx7Xekm4bFUQHEW3m5RnH8u6X { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.1875rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dULWqUd5sad3zliBkl7xlcJXHUe0xNCP { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.5rem;left:0rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { background-color: transparent; background-image: none; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container > .video-iframe-container { display: none; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row > .video-iframe-container { display: none; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .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); }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { border-width: 0; border-radius: 0; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { font-size:0.875rem;font-family:raleway;height:7.3125rem;width:60rem;position:relative;display:block; }#WL8w2XxpkXd3iieLIIoEmEPMuxyl3hpZ { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { background-color: transparent; background-image: none; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container > .video-iframe-container { display: none; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row > .video-iframe-container { display: none; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .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); }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { border-width: 0; border-radius: 0; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { font-size:0.875rem;font-family:raleway;height:39.125rem;width:60rem;position:relative;display:block; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb { color:#000000;display:block;width:36.375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:4.75rem;left:23.625rem;height:;font-style:normal;display:block; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
#lKVnhcr4es4SvQs25vo7HlTv2TB3XFBI { 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:27rem;width:23.0625rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { background-color: transparent; background-image: none; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container > .video-iframe-container { display: none; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row > .video-iframe-container { display: none; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .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); }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { border-width: 0; border-radius: 0; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { font-size:0.875rem;font-family:raleway;height:10.8125rem;width:60rem;position:relative;display:block; }#ZZ0TkvFzH2qsynTf4Oy3bno5x4d4SUmf { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5c3p1marCNXZHi8tXBGfXpTIQangKrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { background-color: transparent; background-image: none; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container > .video-iframe-container { display: none; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row > .video-iframe-container { display: none; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .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); }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { border-width: 0; border-radius: 0; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { font-size:0.875rem;font-family:raleway;height:29.125rem;width:60rem;position:relative;display:block; }#rEpEh2skALUvEwnNxIbGdIr2FINIe44I { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.3125rem;width:26.8125rem;top:2.875rem;left:0.9375rem;display:block; }
#U87A8Wv9Oo346BwamQ6KQ2NcffMsmZGs { color:#000000;display:block;width:22.75rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.875rem;left:2.9375rem;height:3.32465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6m5s71Q1i37lElsN9IE1fKUFCTRoLfE { 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:6.25rem;top:0rem;left:11.1875rem;overflow:hidden;display:block; }
#zAWSudv3ZfaTL0K67zolq2TPAVkf6Kgh { position:absolute;display:block;z-index:15010;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.3125rem;width:26.8125rem;top:2.84375rem;left:32.34375rem;display:block; }
#TJmOnkXwNw3HubdpB90sCzWIyoF4mzyD { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:12.1875rem;left:32.78125rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#el0PdWyNfVieJ8qGxgdURc2TNnaDBqMt { color:#000000;display:block;width:17.375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:7.875rem;left:37.0625rem;height:3.32465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ls9POrhXz8zrt4ImXCau5Wp3queV65aQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:42.625rem;overflow:hidden;display:block; }
#MrNAglXcfispgFkI3ErarABK3BWAlypK { color:#000000;display:block;width:18.625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:5rem;height:2.76215rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo { position:relative;display:block; }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo { background-color: transparent; background-image: none; }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .row .container > .video-iframe-container { display: none; }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .row > .video-iframe-container { display: none; }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .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); }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo { border-width: 0; border-radius: 0; }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .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; }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .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:70.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E8hPDggexTIK7Vf3sCgPQk03Wp07GnPL { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.05908203125rem;left:10.96875rem;height:4.7124rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OizTT6quA4yF2fkTX9KDm8heiuJ3T0T5 { color:#000000;display:block;width:37.812rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:8.06103515625rem;left:11.091796875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#OizTT6quA4yF2fkTX9KDm8heiuJ3T0T5 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#OizTT6quA4yF2fkTX9KDm8heiuJ3T0T5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
#KnCLM2kS7GbkiADvJy7SoEv3JyxUtHUN { 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:9.75rem;width:17.3125rem;top:20.92068195343rem;left:0rem;overflow:hidden;display:block; }
#gIcVho6pZ2wTT8U8vfrSqhoirLdFoc5R { 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:9.6875rem;width:17.3125rem;top:20.952149868011rem;left:21.343318939209rem;overflow:hidden;display:block; }
#aFPe03UNV19SylDV8O2cOWv5rEt471rw { 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:9.6875rem;width:17.3125rem;top:20.952149868011rem;left:42.687175750733rem;overflow:hidden;display:block; }
#wZ7VgXtOVWuIpZFg3BadtP4DozHEvlEh { 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:9.6875rem;width:17.3125rem;top:32.625rem;left:0rem;overflow:hidden;display:block; }
#Zu4sgsth9qe90aBI67cFC8VvLZ4NHTAQ { 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:9.6875rem;width:17.25rem;top:32.625rem;left:21.3125rem;overflow:hidden;display:block; }
#vF3LJRRHsZUtRPlw0xF7zWmnQhJgNJOl { 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:9.6875rem;width:17.25rem;top:32.625rem;left:42.6875rem;overflow:hidden;display:block; }
#PQGz04BoRr7d0zgqZXfxXX7Rcuh53lyC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:17.25rem;top:44.25rem;left:0rem;overflow:hidden;display:block; }
#qIu44m3i6UZpaVKBCRJMfixWqSZGiqk6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:17.1875rem;top:44.25rem;left:21.3125rem;overflow:hidden;display:block; }
#A8dt58WBFDIcuPkigwHttFoNc3EFOutN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:17.1875rem;top:44.25rem;left:42.6875rem;overflow:hidden;display:block; }
#gL5hGeJBviOXLzKdAqdOxMNvURP0Vz1l { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:17.1875rem;top:56.937539100647rem;left:21.406251907349rem;overflow:hidden;display:block; }
#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row .container { background-color: transparent; background-image: none; }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row .container > .video-iframe-container { display: none; }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row > .video-iframe-container { display: none; }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .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); }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row .container { border-width: 0; border-radius: 0; }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row .container { font-size:0.875rem;font-family:raleway;height:47.875rem;width:60rem;position:relative;display:block; }#Lgy6mNi4AdMwVorR4eiG6K49lsPb5DhL { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.173828125rem;left:9.21875rem;height:4.7122375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k44MNF3XTIzmhSdMgUSLm2s0RuLv4QQ1 { color:#000000;display:block;width:45.75rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.4375004768369rem;left:7.6875rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKbzmGoVG6L7Rkx4JQ2xfPmTVoouiSB5 { position:absolute;display:block;z-index:15010;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:31.625rem;width:45.75rem;top:11.781250476837rem;left:7.3125rem;overflow:hidden;display:block; }
#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { background-color: transparent; background-image: none; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container > .video-iframe-container { display: none; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row > .video-iframe-container { display: none; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .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); }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { border-width: 0; border-radius: 0; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { font-size:0.875rem;font-family:raleway;height:32.5rem;width:60rem;position:relative;display:block; }#i8KHX33k0Fop87lkrA970OM8VTNIJdzm { color:#000000;display:block;width:53.625rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.1875rem;height:4.934025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCPTlity9P3MMWGfOUwZeuSXdvxw5unQ { color:#000000;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.1875rem;height:1.29980625rem;display:block; }
#ksswDwbCX7V9u8wIIldvTVZ16JwaxKM0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:8.0625rem;height:1.29980625rem;display:block; }
#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE { color:#000000;display:block;width:53.875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.0625rem;left:6.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE li:before{  }
#kR45PqTnrtnnttovTaeUJQCXVBrHJTFS { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:block; }
#TPCqiMP8n2GJd2ncSarBTpot8oThTCMU { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:block; }
#you4id62MfctgOwSkylL6DxCDNcdqpHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { background-color: transparent; background-image: none; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container > .video-iframe-container { display: none; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row > .video-iframe-container { display: none; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .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); }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { border-width: 0; border-radius: 0; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { font-size:0.875rem;font-family:raleway;height:31.125rem;width:60rem;position:relative;display:block; }#PUiEPkW9e3gBzJiiTtHX8hdwLN2kqtX6 { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:10.1875rem;height:4.7122375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nLtTxspmpprkDVxpKNGH9Gh715FxOvcx { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.0625rem;left:10.1875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hc1gT79mNgvovuwrRbI8kLzilNxKgOiO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:21.875rem;top:7.03125rem;left:34.875rem;overflow:hidden;display:block; }
#Dww1Eb50gNG1OgzGflWdQUva1wJ32Qsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Dww1Eb50gNG1OgzGflWdQUva1wJ32Qsi > .row .container { border-width: 0; border-radius: 0; }#Dww1Eb50gNG1OgzGflWdQUva1wJ32Qsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dww1Eb50gNG1OgzGflWdQUva1wJ32Qsi > .row .container { font-size:0.875rem;font-family:raleway;height:75.4375rem;width:60rem;position:relative;display:none; }#TyEKsuOaSwTIZ6A70sm0IvZy9vK6CPli { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:12.78125rem;height:4.77430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#es6kUwDgH59fVT00NdksDFXobBgE422T { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4373125rem;height:3.18685rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:51.0625rem;left:3.5625rem;display:block; }
#QLIH9WuZ3B5miAvZwwpxJGFfc3KESV9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTOETkbtEui30aSxUxZXlKUU2aksIzEV { position:absolute;display:block;z-index:15056;background-color:#45d9ff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:19.625rem;top:10.749511420727rem;left:0.061849594116211rem;display:block; }
#fRNiXBlf1a6aPXkDsW4X8tTNdSUSXfJL { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:12.6875rem;left:2.1875rem;height:1.8375625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5aIbdT3deLrBupc7FKlWvnA3MsXCbns { position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:19.5625rem;top:22.312010765076rem;left:0.061849594116211rem;display:block; }
#eh3P5vTF43Jd3BTDJ1zf82N7G4feIRvA { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.5625rem;top:16.749673843384rem;left:0.061849594116211rem;display:block; }
#ouHkzInny0aLktlWgyqVl9QBbaCmLBNl { color:#000000;display:block;width:15.7489375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15059;line-height:1.4;letter-spacing:0;top:17.8125rem;left:2.1875rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEcunPfRhVTOb248AxNt8oWnykaaO1B3 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15061;line-height:1.4;letter-spacing:0;top:23.562010765076rem;left:0.43701171875rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EP9BNsKVvzaWLd1TQNIksWLOlpPdSUyt { position:absolute;display:block;z-index:15057;background-color:#45d9ff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:19.5625rem;top:10.811360359192rem;left:20.061847686767rem;display:block; }
#PStZ8Rf7cdd0a6Jbp5tOERi1K8EExyUy { color:#f2f9ff;display:block;width:15.7495rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15059;line-height:1.4;letter-spacing:0;top:11.753763198852rem;left:22.1240234375rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCMxMdWnpo7ROfzLbyQxzMF9JzKbiz85 { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.4;letter-spacing:0;top:28.5625rem;left:0rem;height:4.72395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8V1NEJ4imDz7bVN22uoUbANmuQmOWIT { position:absolute;display:block;z-index:15058;background-color:#45d9ff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:19.5625rem;top:10.749511420727rem;left:40.12451171875rem;display:block; }
#VLrQQ1TkcR3C7HtgO5vg5fBQwZTLUSWX { color:#ffffff;display:block;width:18.3748125rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15060;line-height:1.4;letter-spacing:0;top:11.753763198852rem;left:40.811359405517rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caVhaElaW35SCWDILv6sstNhDaLsMMGU { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:44.5625rem;left:0rem;display:block; }
#MSDMGIbfw9EaSWqvQPktPhmxnOzTfimG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrg1yvu91px2HiShU19y4wNCKl0EbIPD { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:44.6875rem;left:20rem;display:block; }
#gmB2TIe1e4StFxkEualk67ac6Oqtuqus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDv8L5zf3T7ArWWuEtRxiVIPTpt9VrTP { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:44.5625rem;left:40rem;display:block; }
#KquJJEHgO4iJQ69zRax74dhZl5GrECPy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FLBdW0luzfa7vsm2ZQPRSfcvLdrCXL07 { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.5rem;width:19.5625rem;top:27.874348640442rem;left:0.0625rem;display:block; }
#gZiOVRMAnIc3cqEvq4zISfO598acvPmB { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:19.6875rem;top:22.31201171875rem;left:20.062664031983rem;display:block; }
#mub61hHchUfONqOSm1PMMV3PFyppwQZh { color:#000000;display:block;width:19.25rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:23.5625rem;left:20.4375rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GOhLHUTdcW4kJGETtIEB2RTzOXldUn10 { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15068;line-height:1.4;letter-spacing:0;top:28.5625rem;left:20rem;height:4.72395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXnOwTnSFiaRosULWnbmBt5AoBd1dE5y { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.1875rem;width:19.6875rem;top:27.874389648438rem;left:20.061847686767rem;display:block; }
#tvNdNIHnfUvGd1tW7ZJCPQ9gOyA7zcmw { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.6875rem;top:16.749673843384rem;left:20.061847686767rem;display:block; }
#iDufoi2TDu1oTLQDtIGyBIwmw1SRU8ie { color:#000000;display:block;width:15.7489375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:17.8125rem;left:22.1875rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZuTkNR7p2GkQa90LVrARNKLJiRQFP2d8 { position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:19.625rem;top:22.31201171875rem;left:40.061847686767rem;display:block; }
#hDJHSp0W8fhKXRLFq6vlrsx871erWXLt { color:#000000;display:block;width:19.25rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15073;line-height:1.4;letter-spacing:0;top:23.5625rem;left:40.4375rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KFa6A7pRC4DZRCIJ6m1ACV102mBCnkQG { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15074;line-height:1.4;letter-spacing:0;top:28.5625rem;left:40rem;height:4.72395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUBV2nTkgz9S3Co7rtetKtd5F8LTsJC4 { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.4375rem;width:19.5625rem;top:27.874389648438rem;left:40.06201171875rem;display:block; }
#aWkeLnrBI7VcHgX0KyeWiHaVFfNh5CTF { position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:19.625rem;top:16.748860359192rem;left:40.061847686767rem;display:block; }
#hLLw3gChdst5utr0iIr7lmCOytSxiIho { color:#000000;display:block;width:15.7489375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15071;line-height:1.4;letter-spacing:0;top:17.8125rem;left:42.1875rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMrlsiMs0yFhFC6c28CvE27A63WuRCoA { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15064;line-height:1.4;letter-spacing:0;top:34.875rem;left:20rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCu6iVBlLMWNcPe2caUDVFHCJ25FzfzP { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:19.625rem;top:33.283689975739rem;left:20.092937469483rem;display:block; }
#H0D9ES4chAMsTde2AoEbXNGtnGMn9TTv { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.5625rem;width:19.5625rem;top:34.124389648438rem;left:40.06201171875rem;display:block; }
#mXWlix4oF0svCwJhMUGTKKQx4A409ofH { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:34.875rem;left:40rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhgN1nXVxsZcclXV1WMNX0l7uMHmvJze { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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:19.5rem;top:38.0224609375rem;left:40.125324249267rem;display:block; }
#B3KAqap14RTqLBsQu8Ng4VcRpKgu3nrS { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:39.603678226471rem;left:40rem;height:3.21180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vS4bdpRuDp2vIn8d7BoF8fIw89xegn8g { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4365rem;height:3.18685rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:51.1875rem;left:23.75rem;display:block; }
#Qh7TvzDJM0AlHse5w2TXX62vqhy2O2nu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTZkVlOxOa8LUzSHENWCTwfz2dfm9BcS { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4356875rem;height:3.18685rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:51.0625rem;left:43.8125rem;display:block; }
#F9XVJ7cNTOoVpLvOcV3hKrvB8fwsnSuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyLikbSdlKnQHgusI879WpT7uwyvwh5L { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:64.9375rem;left:5.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcIngBAQN3CJT0KbFCgCo0MmWtpGaRXk { color:#000000;display:block;width:41.625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:60rem;left:9.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPgapWynwtPTAhumLaamBaS7hLlTmHys { color:#3c3c3b;display:block;width:21rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:68.8125rem;left:19.5rem;height:1.29964375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container { background-color: transparent; background-image: none; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container > .video-iframe-container { display: none; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row > .video-iframe-container { display: none; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .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); }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container { border-width: 0; border-radius: 0; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container { font-size:0.875rem;font-family:raleway;height:132.875rem;width:60rem;position:relative;display:block; }#Qz43h3oQHCtkczKt9ZuiUIHSIcJE5nOF { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:12.78125rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O795aPDH3o9QzAWtAWS25vLoJt2PTZmX { position:absolute;display:block;z-index:15056;background-color:#45d9ff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:19.625rem;top:10.375rem;left:5.125rem;display:block; }
#OXdfE5bVfyAIi1JhQZyrV9spVGH8oMDO { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:12.375rem;left:7.3125rem;height:1.8372375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dd41Zyk0qNMlVFoglGGS1dEUos4VQWeb { position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:19.5625rem;top:21.625rem;left:5.1875rem;display:block; }
#wTDTce4kCGyGrZGQhZtrLGi08Gce49a5 { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.5625rem;top:16.0625rem;left:5.1875rem;display:block; }
#rPHzpTpM5lKEP9WDlpS1DEuVe7Z5rIBx { color:#000000;display:block;width:15.74825rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15059;line-height:1.4;letter-spacing:0;top:17.355014801026rem;left:7.1171875rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIqkfmo1hfso0mWfkF95KitqDy1eRP8S { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15061;line-height:1.4;letter-spacing:0;top:22.949652671814rem;left:5.125rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUw2VARRq52y2JQP0Dar0OfcZhTtLzLv { position:absolute;display:block;z-index:15057;background-color:#45d9ff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:19.6875rem;top:10.5rem;left:36.3125rem;display:block; }
#GscVFTSX2vAmR4xD76MFZ28VAZtTyamF { color:#f2f9ff;display:block;width:15.7486875rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15059;line-height:1.4;letter-spacing:0;top:11.6875rem;left:38.4375rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2RW2BFyn4qqKGaORqHuR5BcdlLeyf9P { color:#000000;display:block;width:19.561625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.4;letter-spacing:0;top:28.130208015442rem;left:5.2100696563721rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRuE0SzG4N7c0O9LMmg7JD9FPEO0VVug { position:absolute;display:block;z-index:15058;background-color:#45d9ff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:37.3125rem;top:62.625rem;left:11.3125rem;display:block; }
#wK9VIZ5tCIkdrIG8NhFGaUzrQhM1nDs2 { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15060;line-height:1.4;letter-spacing:0;top:63.5rem;left:12.1875rem;height:1.8372375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERvhDpBxbFaJvi8KxwuCLGDRU49R8x4r { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:41.75rem;left:5rem;display:block; }
#MwQcZGZmDRc1Pf1guum28BeBOQx99uV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWzXQGi8pFZSLxovXaEoNNRO5DSZryu2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:49.000001907349rem;left:36.211805343628rem;display:block; }
#LJe2g69efGGfqZMPtZ92lQazXahsKdSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ck7NaLwUaQ6yuKG3HWUTVt7lsD3goDZ2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:100.5rem;left:20rem;display:block; }
#cAg7gbEII0imAZHMfxND0pAr5zecNUPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJbm1KrbPAcgM6a87Kv4JP7N2kTVEP4N { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.5rem;width:19.5625rem;top:27.1875rem;left:5.1875rem;display:block; }
#Pe0WpKddAEyQQHOC2NC5zfaiQ1JlSb78 { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:19.6875rem;top:21.8125rem;left:36.3125rem;display:block; }
#tlRUwq7iivyXJGfHBPe7iPRWOdfEqmVw { color:#000000;display:block;width:19.25rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:23.0625rem;left:36.6875rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTL21KqwuKNPs6DLLftepv3KiFwPfAZF { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15068;line-height:1.4;letter-spacing:0;top:28.0625rem;left:36.25rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTt83R1hbpn2rZBxbpIwXtnbIRTa2v5l { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.1875rem;width:19.6875rem;top:27.375rem;left:36.3125rem;display:block; }
#TT8byGkVztOgGosFi7SN7zmosGysvxFF { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.6875rem;top:16.25rem;left:36.3125rem;display:block; }
#DZ8x4TxISQSe82DAyII3M0m670W4PbDy { color:#000000;display:block;width:15.7489375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:17.625rem;left:38.4375rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUTVZyWmiQOIUdiHWJt1xM3TXCLpD7Ek { color:#000000;display:block;width:24.124375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15073;line-height:1.4;letter-spacing:0;top:72.4375rem;left:17.9375rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rtskt211G1ZA44GTDxrq8krMT4g1LJ39 { color:#000000;display:block;width:36.1873125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15074;line-height:1.4;letter-spacing:0;top:76.125rem;left:11.9375rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMlxrpi2kpMVRrIlSWSq1aHzQmXpeylT { position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.8125rem;width:37.3125rem;top:67.1875rem;left:11.25rem;display:block; }
#Gt4MVi4TRuLXvfP8kywoxWHFHXqKvO40 { color:#000000;display:block;width:22.3746875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15071;line-height:1.4;letter-spacing:0;top:68.4375rem;left:18.75rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNxAQgyHxFNHQQ5f26nGpnb5ow2wa4H1 { color:#000000;display:block;width:19.561625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15064;line-height:1.4;letter-spacing:0;top:39.678799152374rem;left:36.4296875rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBfmg1Em5d6i291pnGUuv9IN7eOTufwp { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:19.6875rem;top:37.783833026886rem;left:36.3125rem;display:block; }
#RrFdMxbh6zbVdTmXLdXf15KSrQmGWtFK { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.3125rem;top:83.75rem;left:11.25rem;display:block; }
#rvXwTP65bZxBmqRfqbqWO5qpy2OTCQon { color:#000000;display:block;width:29.311625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:85.5rem;left:14.625rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRVITmRHuroEgMUdmMKOBCtS4WBxM5Gp { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:37.3125rem;top:88.25rem;left:11.25rem;display:block; }
#rcqmPGLkJvapycItF7Eigxg0zf5dPnwv { color:#000000;display:block;width:33.624125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:90.375rem;left:12.4375rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bi9XIKELP6pTLtTAfkbkO0FzGCcTwkiT { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:106.125rem;left:21.875rem;display:block; }
#G6lhV1LZV0UsgDUTaTdKWJWOMoAdkzlm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GmaqsnHU8JugXcAkTZfR46OvQP9L0XTJ { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:118.875rem;left:5.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpF0DR5WAxdx1C6agWhKC590QC5JZK4i { color:#000000;display:block;width:41.625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:113.5rem;left:9.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXvfDm18CLNQqlGBVFpZs0gKO0ePhy1A { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.8125rem;width:37.3125rem;top:70.6875rem;left:11.25rem;display:block; }
#zm64zTdK9wc2L6rTzBbbstEtZFZn03hI { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.3125rem;top:75.125rem;left:11.25rem;display:block; }
#khpqfkuLPKazl0268LlymbrsdWXBxmqp { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.375rem;left:6.8125rem;display:block; }
#xhfIQW1Xu3iZC4spKK8EeKr52DhGwnlE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZKhcNoc6dT6Xzycb3EJSK9GmAmQXtS4 { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:54.625rem;left:38.055555343628rem;display:block; }
#mZvhSFTixE2JuTRyhctCGnHpzvX1IJDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tig1fiGmb5FZEwTR68eKhUZO21V2StSG { background-color:#000000;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:urbane;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:126.375rem;left:21.25rem;display:block; }
#H1ZzMvbD4uz2Thx7UODSF6BkmXTzUsEh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JLHAx1KndMTU8cNchC1D7gcMTMRM7ATV { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.875rem;width:19.625rem;top:33.798570156097rem;left:5.15625rem;display:block; }
#JvGOUTKy1v35bE217G74Kgc1624NKpJa { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:35.000000476837rem;left:12.461807250976rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSS38KPwZfLM1TgJXvEcmgPn86kTFX1V { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.375rem;width:19.875rem;top:33.548611164093rem;left:36.25rem;display:block; }
#JurQu7RibedT41wCUxe2yeiJ8TxfMrFZ { color:#000000;display:block;width:5.875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15077;line-height:1.4;letter-spacing:0;top:35.003471851349rem;left:43.604167938233rem;height:1.57486875rem;font-style:normal;display:block; }
#HcpfTPIHv0aWQ0g53SGsak2TFoErIfUW { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.625rem;width:37.375rem;top:79.25rem;left:11.25rem;display:block; }
#diwoUspGEn5WGxukh0A12zuXnBVC18VQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15078;line-height:1.4;letter-spacing:0;top:80.875rem;left:24.125rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ikZa9paDb3G2IhbduhZvTlwXvzZrviwK { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:122.1875rem;left:5.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6J8C4WTaCxL6kh3H7o1pUh1i1RElDDS { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.875rem;width:19.625rem;top:37.783014297486rem;left:5.125rem;display:block; }
#IHoTIzQ3JW2MuNexII4I0Rr8eXHcpw3C { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:37.3125rem;top:94.048608779906rem;left:11.288194656372rem;display:block; }
#nlWN8RZRnNUHm1NTVzh55KGSnCsq55Te { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:urbane;font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:37.907118797303rem;left:6.2421875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qo452KQ1Xqi6vgxpbzhRtdet0DHTxT3G { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:urbane;font-size:0.875rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:43.355903625488rem;left:37.368055343628rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyCC3Jtb2VxKbcCNWLfeSL1cFhpg3GcF { color:#000000;display:block;width:34.875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:95.404518127444rem;left:12.562501907349rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l5Pt6TrKRFPsOJNUpaptZVdCw3hOdKgy { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.875rem;width:19.625rem;top:33.798570156097rem;left:5.15625rem;display:none; }
#FZwSGDWqMTPCuBVfd4kTRXdLfHemUI0S { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:19.6875rem;top:42.827257156372rem;left:36.312501907349rem;display:block; }
#Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc60b;background-image:url("https://images.assets-landingi.com/ifHcCneR/c2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq.adaptive-delivery-prevent-bg, #Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq.lazyload, #Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq.lazyloading { background-image: none; }#Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq > .row .container { border-width: 0; border-radius: 0; }#Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq > .row .container { font-size:0.875rem;font-family:raleway;height:15.5625rem;width:60rem;position:relative;display:none; }#NtOT5pFufQdCBkPGuiwTSFTOeT3PJu3I { color:#5a5a58;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.24951171875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WX5WlUmWkGtNkbz2exC3SWeAz7veNCLy { color:#5a5a58;display:block;width:52.312rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.796875rem;left:3.81103515625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { background-color: transparent; background-image: none; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container > .video-iframe-container { display: none; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row > .video-iframe-container { display: none; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .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); }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { border-width: 0; border-radius: 0; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { font-size:0.875rem;font-family:raleway;height:42.375rem;width:60rem;position:relative;display:block; }#zdZcw6ChOoMLbdnN4idLZeZ5vkEe1DTn { color:#000000;display:block;width:53.562rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.62418603897095rem;left:3.2177734375rem;height:9.4236125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPiRnVWWycJLirheD430wfUTzG7Dok53 { color:#000000;display:block;width:52.0621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0615234375rem;left:3.9680995941162rem;height:19.00348125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w2GBCybAGM0rTeBwzqzMH8TN68wQwXLt { position:absolute;display:block;z-index:15010;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.4371875rem;width:18.6246875rem;top:9.9975576400756rem;left:18.780109405517rem;overflow:hidden;display:block; }
#vlq6FiNumM6GrOTBXrayMh0ieoAg6U7S { position:relative;display:none; }#vlq6FiNumM6GrOTBXrayMh0ieoAg6U7S { border-width: 0; border-radius: 0; }#vlq6FiNumM6GrOTBXrayMh0ieoAg6U7S > .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; }#vlq6FiNumM6GrOTBXrayMh0ieoAg6U7S > .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:86.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LO1Eb8GLQOTy1UBVSVRFF5qBBn0cz1kS { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.99853515625rem;left:10.967609405517rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZNQ1TDx3UM4oADDLnpFiCfHQ6kqkrqa { color:#000000;display:block;width:53.875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.8125rem;left:3.8125rem;height:8.6995625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#uZNQ1TDx3UM4oADDLnpFiCfHQ6kqkrqa li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#uZNQ1TDx3UM4oADDLnpFiCfHQ6kqkrqa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
#e3AIpcMVXSmH377qEsyG5AKVgH8MK35P { 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:65.625rem;width:54.125rem;top:18.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH { position:relative;display:block; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH { background-color: transparent; background-image: none; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container > .video-iframe-container { display: none; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row > .video-iframe-container { display: none; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .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); }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH { border-width: 0; border-radius: 0; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .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; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .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:8.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iud4ADBH1X7au1dtPpPwlvNNLIxbetJU { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUbvAgK22GR3vPR14heI6qBpEOWhTIaU { color:#5a5a58;display:block;width:57.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.5827026367188rem;left:1.7076816558838rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NTuV46o3b05mwBETGEbtAZKfnGqPzAFf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NTuV46o3b05mwBETGEbtAZKfnGqPzAFf > .row .container { border-width: 0; border-radius: 0; }#NTuV46o3b05mwBETGEbtAZKfnGqPzAFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTuV46o3b05mwBETGEbtAZKfnGqPzAFf > .row .container { font-size:0.875rem;font-family:raleway;height:31.25rem;width:60rem;position:relative;display:none; }#sgoTLimsPxVdACxOziibn85JhUTaSOuC { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.8496125rem;font-style:normal;display:block; }
#T1G2L20hnh2dB00GMD4D5yixa6bahz3k { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#IuozgTmIDZ6pyfEWeU0SyiK0M9un9MUy { color:#000000;display:block;width:19.75rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:8.53125rem;font-style:normal;display:block; }
#piPNh6f8aN0KhE15RyX6fD7HQKcT8H6U { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#n0tcLloaNwlJJGAiemqJnmGg7cL2TxTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Srrr83rH8tvqKTceMieAFCsnVe7HJhSK { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#uIfEqd8zyDTq8yZZttTIM5f1LIyThZRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrqPmO7SkvFhdQz18TpF05MVu29G5KPE { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:1.2747375rem;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;display:block; }
#oGqmz3ZaMkUf2hJ8x6Td9WAQKfIO9vKB { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#z6ZRWpzR18BoyOfOI5bhhBI0f1gK83UV { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#p8H0si46RLXU6HZ57FTdrcIZCUiUyqMP { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#efbgZzxeHBU4Susw5fIHEX2JiwBxSC6u { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#GDStbbo5HoCQS4EddUGPwIZSWzhSGrPu { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#RFtD5pXdeH9fInGAV6XJZ9yQlm7PysNP { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#S8ukALsaKNMdCyhKIaAI7yXxWICs8Ril { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILWUbE8pw119gmAcMZNxWeRFf71dTGTN { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.46249961853rem;left:48.875rem;display:block; }
#Bz0RJ0Dar1mHzuTWrPilx6rLmlXqwFwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dF3F4yHyt1THTxn1SnQAzb5cnxq8RLp1 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#L4VWAzfyhsUH89ttSTw2gHMr0fowIrWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suB7mlo0o1NKa26OeUX8R6wZelkhmKeg { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.15625rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#gtwBaBw9x74CUx7QabEMQQDxIifII8St { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.15625rem;left:-0.5rem;display:block; }
#QzHP7sG6vFBbIdQv5zI3Dc8TmSAe4XcX { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#cid2dT2O8EmqNLnefRmGTGxpIkLPTJ4E { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#fPn1aVxvr1AToUsqusEppoO8vCvc2It3 { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#oQ40oD2RJmWrmO8T83WrnD2sx3nFL4bk { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:29.25rem;left:0rem;display:block; }
#aqqeLnZEXZFtZXsiy0qR4cVv07a7sm4n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aqqeLnZEXZFtZXsiy0qR4cVv07a7sm4n > .row .container { border-width: 0; border-radius: 0; }#aqqeLnZEXZFtZXsiy0qR4cVv07a7sm4n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqqeLnZEXZFtZXsiy0qR4cVv07a7sm4n > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:none; }#CIpVqDKPGcp7CffsJ3rZ8uyBd886pc0h { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:0rem;height:5.84960625rem;font-style:normal;display:block; }
#SKiRKqWswXr0DnCVoqXzhUITTCpOra5C { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#NXX2UA4X1uhLJrJ0zL1rhyNbJeSbKla0 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:2.4375rem;font-style:normal;display:block; }
#TwhTmOAucoLAJ3BFeKHmtLXvmqX2kd2Q { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#M7asMOEAcHXItmFtWogW3u1HVsF45HrE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heWaSZBMED3nCEVCbIIdnX7ikWEFGiXH { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#EWG3IoOluC0ma2TRgpqLxAeROWkXkP9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuZBUWGMPVfSGqXoSkS6qi1CUbmJZaW0 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.549475rem;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;display:block; }
#cMQJly8u5B4Eydudn7LMSv8gky0vykDx { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#C6y1QX12UiHrbiKTNIixegsIqTPIqs9z { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#mTb4eKgQxhUmTQDyzbORlSKJaa2KaEJ4 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#IlTTSOKmKcNPvO3JINrzu4mFxD3Bkmdl { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.796752929688rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#ep0ZFC2GBdu2pTM8iLS685PRW1cKBm12 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#DluCPCQvSpDBxKzdoZFKPTpxK7oK0RWT { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#rfI8yCnJmUE1zyT2hHbTcGm6dyxiJq0n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXzcNtRkKKodSRPHhCdanRaeRotOvZqI { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.206250190735rem;left:48.875rem;display:block; }
#x7hm8xT2QDZSo2dtFBnF9NKpr9quqgaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgPGvZ1DGTOB9sJOIk8BFbv4CadF0Hg7 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#zATcOHE17List0JZcxMXgC9F9SAMLWfa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDCFSkToiCsco6XOT1ioVmVgLKykXF8r { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.949225rem;font-style:normal;display:block; }
#MUnTxt4DJLdwNKBLbXffEk56dFG9vKWT { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.15625rem;left:-0.4375rem;display:block; }
#Rx5AACqNqNoprBku8FTttO4btbr88zAd { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#IAvl4Vd1xwmTuf4utZhnDzPOyes5zRe5 { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#A3xXRCKlNDMAkSkHa7CJVdIgpwu4lt9E { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#JM5WCkhwT6tGZmXyqPpvMkaREqFRJ1u9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:7.6466751098631rem;left:2.6875rem;height:1.29948125rem;display:block; }
#gbCWTRkc1pRRoKBDmpGbHksbM4IUSGQ6 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.959228515625rem;left:0rem;height:1.29948125rem;display:block; }
#cuc6ZhItlO5orCMbtRAabomB55SddzBD { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:5.6336812973022rem;left:20rem;height:1.29948125rem;display:block; }
#hWIFubJrJTPSZ45lOkTrUm3TfbGQuhF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hWIFubJrJTPSZ45lOkTrUm3TfbGQuhF0 > .row .container { border-width: 0; border-radius: 0; }#hWIFubJrJTPSZ45lOkTrUm3TfbGQuhF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWIFubJrJTPSZ45lOkTrUm3TfbGQuhF0 > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:none; }#mgZwevqtSeWZa5nlJsLDpBUrmVTu4XNO { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#XWZIHHzcSX4Onnuyf89KIXbgAPB6xG3e { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#yw9SuIxFvef0RufthqHoU7zsHddZhAVU { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:2.4375rem;font-style:normal;display:block; }
#LQNo0SUCNu02MiJHNT7JOqgywBlziNEl { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#mcrdu5HkyXpu1pHgmT4qbAIsPdfIJJ7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m33Sugo15zOrw31mlB3ZdS2E52d9pq9o { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#eIcK4PPEVasvnKkN1JT2WGLtZ95Z5SE1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiwsWsI07L6bRe6fDqzbcPH79Z1SVMqd { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.5486125rem;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;display:block; }
#SPR3BFWmFyCrxLTlXZVl7qL3lHAr3KLT { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#o8FTIn3h1zEzED58FrRN0RCBMi6A7v9w { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:4.14323125rem;font-style:normal;display:block; }
#kf3qtlMM0RpedzusuwsBaKRmpP4dlfEL { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#pJX6FCcfJzk9HTKZc5is0khNfRrq5uFE { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.796752929688rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#cZBukRH1A5NQdADoaqiA55tU2DNqGGHX { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#biR8UPnSrtnIcES0qdrASLebsvc2lZJs { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#Paxms9Dy3DTh5zsa99AFeKK70q2gDabT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5iSkX3Jt4L5BeHa1akB4sMTLPy5DZmK { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.206250190735rem;left:48.875rem;display:block; }
#NftiwzToyPQawoHBfaDXcuJTqVbFs5BS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpTZTRpUkUKildf9pQREDchnCVlIHiCO { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#u8HV65HCaEr8OsymBBTy5WJf9zUQypNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fL14S4hEvxaAhTTmTpSWmVXxISTHHtOy { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#g5t5b7WNmluer9mlSTnQCDwAwwk7SLUT { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.15625rem;left:-0.4375rem;display:block; }
#y6XlnA7RolGhZQZM5mbLDAiynoKnAMQd { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#C2W7fWCA3vAnoWOXnVPzyOUCZJ7BPXpE { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#gZTV4eQbKbZZqXWT8pEWDbslvQoF8DqS { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#ZTXpU6ysanZKuchheLwgReONhFT1wfCW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:7.6466751098631rem;left:2.6875rem;height:1.29948125rem;display:block; }
#UPzH0SPwqIIua0XT9MAoEyTuKWQsT8sg { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.959228515625rem;left:0rem;height:3.8984375rem;display:block; }
#hmHPfoSiQT8QtT43Zw3C0hHRToNxigNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hmHPfoSiQT8QtT43Zw3C0hHRToNxigNl > .row .container { border-width: 0; border-radius: 0; }#hmHPfoSiQT8QtT43Zw3C0hHRToNxigNl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmHPfoSiQT8QtT43Zw3C0hHRToNxigNl > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:none; }#BszZWb0butLloiNyiNzrbfhJSbr9JKlV { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#zk9TP6zIxZt0r6Mxq4TP9y3Kz2HOKfRf { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#ChPTIqlkwxiri3tmGxm879DKzk5tagsN { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4166679382324rem;left:20.000000953674rem;height:12.1875rem;font-style:normal;display:block; }
#qdOoQoKqlK4mheu9nqEsJUd1n505TUU5 { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#Mu0hZTHNK6f0TLJOMsqU03AsSnOk0JvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5Ze0kcJHL2avXya1eJTvmgActktGH5w { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#TBLbcv481y0QMqm3gSsv0K7exy6C8leW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1TOSZfAFX7EHvh0KOFrzECsVklXxOXT { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.549475rem;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;display:block; }
#cmN3MRBVvQETeqWJ4zadsqPGLcHWsFxa { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#lT9lLR7QpTr2TrUAXm8oIF56IVzoA7em { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:4.14323125rem;font-style:normal;display:block; }
#LMnaUNS1xkMRlm25BQuIXrlTze2y3uLJ { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#BDyIeDPTyarLydz2IGsDdT8hS8TXG6JN { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#PcT135K3nSQilPoLxKRVDngZZTAkR5bo { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#hwOdrTJDefO9CepyKcq5EIPxxfTOTeqe { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#xSpLo32FT0g3Ts2bQiimrqAdkoAUWlyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFMIZsIsekCTPW2JZdSzoRs10o3KNF7e { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.46249961853rem;left:48.875rem;display:block; }
#c85HHPbNGBPkkxTC6c8iSCUDNz7yq6oJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XWOGgHlpkE7CJPfa64GfwTLpSFuuqP7L { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#teCE2v1GvwgyvfTX61DRTo9GTTnTkLO4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvtnUixLURvdBkN1AaehvZM7x0PsOTcK { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#naqkIuzTBeeOLQW3pkFCKghtinz5ebAX { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:18.15625rem;left:-0.5rem;display:block; }
#bOeepLZRAgSkBvnE3s3VhrGOaoNNK0Ra { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#naATcVZ1cPPMBttHf2yL6HgOFNvrxPPL { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#fgqqtO0chHdFiBURvRL0nrDh18HI2NgC { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#c0Mz6Hlafcyo3pFMQh7HPhBaUz2m7pGG { color:#000000;display:block;width:18.625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6.9418401718137rem;left:0rem;height:2.59895625rem;display:block; }
#NWq6oOdk9BDotvmsJgR0nHe36ZmHibQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NWq6oOdk9BDotvmsJgR0nHe36ZmHibQU > .row .container { border-width: 0; border-radius: 0; }#NWq6oOdk9BDotvmsJgR0nHe36ZmHibQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWq6oOdk9BDotvmsJgR0nHe36ZmHibQU > .row .container { font-size:0.875rem;font-family:raleway;height:31.25rem;width:60rem;position:relative;display:none; }#XosoAycaqfX8fq3vX4ylxPQETexNReOx { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#fNdgL6ILGTJmT90BlVNyVTJCIzglul5W { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#AV8bMGsmwoaDGaVxd6ATlwadQI7y9eiG { color:#000000;display:block;width:19.75rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:7.3125rem;font-style:normal;display:block; }
#uaEDy2l7EniuFPuedVd8e9uL4VeLdFVW { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#nZuoLlapSJGbDpbeT0mTPuUJUch8mcNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyNkN3WPpPGDyCCeqHoepfKnnSxiMcQG { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#iTbCAOtQmJAsqcdUWH51LtziLJDP2x6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q7U9GdT6JeclKHNTa3W2JPdaVOHUlafB { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:1.2747375rem;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;display:block; }
#eU2uWSvtZNzvLdVwEUDlnrJ9npPsdEpQ { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#k4Persy2TZ5MIMr1xVteIMU4cBuaJryh { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:4.14323125rem;font-style:normal;display:block; }
#qmtcCKslPawpOSWLA5K5dEsX1ZSydQPv { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#TzRqLCbztnOJGix5OWVAHAH7ZKoSSQb1 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#pECVTr6pWhXpsxEphOSbVKgUxpqOtGg1 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#wWVpQWhddMKgSrp5OfkQ0qN0sRxwSKsU { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#QVSclBopI4ovgbdwSMcnPotvtC3TdUll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smmpiqEb2PhicgsWnSWM7aNmcVw3afKO { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.46249961853rem;left:48.875rem;display:block; }
#fKqzeMu6dKei4wTbTww5r1OdObfz2vUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZHNRSLprg1G0mTSEvBHxTSb6Vr2Zi1i { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#qEXBVFOHTDEUeSoyDSpM075FgDMcMVO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeQpRf7BPo2SL3M1vLtV9g7bXkfdif1k { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.15625rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#DVHzeFpz3apbvIL5CaP8GSaBqATNaKkF { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.15625rem;left:-0.5rem;display:block; }
#DF1AFFaOo4lGWlmsfTsfO7hT0sWh0mKF { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#SfEhhkZ1hTfarqPxETIRcuuHL7aLKWpt { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#Rr4vPhd7yQbmhDzvFPwAGTbLwphCcTAc { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#GF3m4r0GlWisuQwum8ndbHq6Vh7tL9wy { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:29.25rem;left:0rem;display:block; }
#yJyxIBptEEmbkz8tRoIgu1XFeHE1RrAe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:7.735246658325rem;left:0rem;height:1.29948125rem;display:block; }
#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container { background-color: transparent; background-image: none; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container > .video-iframe-container { display: none; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row > .video-iframe-container { display: none; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .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); }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container { border-width: 0; border-radius: 0; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:block; }#RTLa38vbpxvOkRnCPGAnL0bfVhhw1sZL { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#CL02UI5m8N4SlDUZVvE2QJP4FyiP13Wy { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#mnOwbKmGJBDNsNrsTJQfN0U1IT3L1Ao4 { color:#000000;display:block;width:20rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20.000001907349rem;height:9.75rem;font-style:normal;display:block; }
#oQakqKgkGPyOx8nx9JSTQoStUsCSqmv8 { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#K1IPiJ11fbSTJ7fqFQxty8W5qqCOTMLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xonE2rCaDE05ngWxhurCXcKGa39T27ih { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#KKD9bTv2RkDwHWuZrl2nIZ4ppUnRaonz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sai6NgW7OhzSy4A8sVfXx73QepxDBf64 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.549475rem;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;display:block; }
#e3sMMuBIBM8R6G6GJdkSvfBw3D84pI2e { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#yMQyJ4TsdQa0mPy5uhlSRsxPgF10UcUy { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.630859375rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#u0PoLSMS53yTGZtxhxI7tubgIInkVLCR { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#DSTldM9XgBWa0b3m6qWcJ3I4dZQAPDH0 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#WR60g5wTcdVKdTDLPGix5vqFDdTZUPBv { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#TzMsrfTilf9fKRbcwQFR3z1Qiu86n5TT { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#qQ0f8nTQKykEBpbGWBdMeTUuqvmOJbwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLvG1Lsy2u0p18UiNsuCeA3AhB1RDTyy { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.46249961853rem;left:48.875rem;display:block; }
#nn0WrGpWJyTSsq3FnCQeNpfJxToOi0V8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0NE1XkFETngJcXqUuyyyObitcXti5VO { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.880859375rem;left:48.875rem;display:block; }
#VobdAIiSesibIkteIEkqZ2sPLWKmGDbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5K59rzlBHuTWbP17KkMAqyhw9RnZ1va { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#tFHoOTb5BNonWFwFBFKNSXmm53w9EgrZ { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:18.15625rem;left:-0.5rem;display:block; }
#ECuriJ9uma2BnhTmnHRc9C8oLxq2lDH9 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#SGNsrUE61NCu8LOmiKNB7UwKrrH6BEyE { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#IDkTitETgN2i2A99RONU6cqx4cG6l18r { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#b5DTDgeSmoEOEqHhruhvgxBeCsKgPXDR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6.94012260437rem;left:0rem;height:1.29948125rem;display:block; }
#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container { background-color: transparent; background-image: none; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container > .video-iframe-container { display: none; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row > .video-iframe-container { display: none; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .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); }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container { border-width: 0; border-radius: 0; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:block; }#ZEUI32h3v6FonfbceTaoUkfXBxbRcs4S { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#eT9f83flGgZgU3yxIsoUzecW3ZPEvwQK { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#KOT4yXacGA8legUWhqbm2QEkXgqqC6H7 { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:12.1875rem;font-style:normal;display:block; }
#rGJtuIqqTDLiDDL0QWHZNGW2t9oW82pS { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#MkDJwH9himKZQicB5GU3CJL0Si0TIcHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DpETlEdRLi78sTIoehLS4VU70R5nyTac { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#OeAFAUuTo0olU20ZpBxNkuS4HpBprmxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dooJF92fcQNO93BRTmw689DHvcbnL5SI { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.549475rem;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;display:block; }
#lroTeZHx0P2XbpnsF9Jzguy1RLUkaIT6 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#MTy7wqvty7WcrI69vnudphIGNLeAdDL9 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#UnG61NrnxB1ywUAL79fXWSlNyS1qL2dO { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#wkaT9RUqTK4lmRcJQ6p558wu7e1TRUT1 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#OlUAxwTaizf86hQrpH76ZDTAQ56hx35P { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#TRBmM4SVLZSBcsDotJLk5mBr4yMlO7MU { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#T6OZRZg3XZVTWbU9tHt5RW5kniDAJTQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSD2r9p5clescFnVBFUgKTTQP7a2vZTa { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.46249961853rem;left:48.875rem;display:block; }
#hbXWnWlF8tewIHqKmlTXSJfcflmmcPG8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8LV8mN9Vgm1bp24RThlto0FbmIInhAr { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#RW8iECEaC6TTaXP9xoaVNK9qvuyJhy0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BL80JQTcTWmeciBmDvN8WIwbF5ciENWF { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#iO7bMf20edwcrRObmP7ZCBTVGQ15T24n { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:18.15625rem;left:-0.5rem;display:block; }
#NRdvWd4TCvDyW0I8MZLH1qKrdoMGTWN1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#PiS5rUEZ7NXhIn9OwdAvLE5zKZ9cBIlg { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#ArNfaskUN9CPHZd9GAs57wpmMekq6Mc3 { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#cddDID2xRCTphPABLBph8oLhVliMmxdI { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6.9409770965575rem;left:0rem;height:1.381075rem;display:block; }
#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container { background-color: transparent; background-image: none; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container > .video-iframe-container { display: none; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row > .video-iframe-container { display: none; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .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); }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container { border-width: 0; border-radius: 0; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:block; }#s3Ce5ywUOnGLrWO7fXNNp2v2TC5y3NZ3 { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#r1kZvgAGADzHBP7T2RVuiX7MgFCUJ7lE { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#W9dCbG9vOCEUX2SSJtDKf3aQEOb2S1P4 { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:7.3125rem;font-style:normal;display:block; }
#BRnHqxNnuIaNfcMERC0G6LTAnXKZ6Ibr { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#J1eSSkQSMWA5oSsS6Alwzx09QIxomDk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UrfxWkwL22guO168prJHPfdLBShiS37K { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#cImVyezBJwxZrihDbsyVLV8gL4imxIBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lx1KOrnQsce8TrqGwuFK6vpexOkNS8DU { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.5486125rem;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;display:block; }
#vQdJSEfw0hfgIgMAIDDt6KXUey4IfmT9 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#Cf5I8TW05uwv4GmayAxUvGeyafXBeQiG { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.630859375rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#xJf096kTQHFztDv4J6TriJbi4iRbVlvl { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#pNhPIPPM4JD6RDrK15NI6GLLl1Teff7v { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#QJ8a0dzvLEnm1gO8elJNc9ROxXTc9rkw { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#o5bp6ke6eOV20Fa0XHoFKgbXXDbS8hHA { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#E7Ev32vbVHh8C1Xwz5cQ9KcTkrasRtVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqBAmWoFLGWnBqZaP0vpamEDIoS8ybrN { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.46249961853rem;left:48.875rem;display:block; }
#WNA5n9pIHfmINoImUf2r12Ssi5X13T18 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kP6JA9rvWsRwnytU3fssVTG8mXVn3FWI { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.880859375rem;left:48.875rem;display:block; }
#TKBpG9Opuy1MehALb5TSOBGpJCZy2DSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0D3o0VWAmFFMffEkAxEyM34UFgUNWbT { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#KppyEJDDeHUNxIcQplZFwTs5lAg6Hs3s { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:18.15625rem;left:-0.5rem;display:block; }
#LCMnFRn4KXIZim0lKvXp5lJq84xAS0t9 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#DHVN3BGrTM3FQLivnLHA8emFJqzQ8gJv { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#DGpzK55odUdgAoLoybvtzsysZftLVK7n { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#cDBF5FwXghmBdql5exHhR1PGrWTxfa7k { color:#000000;display:block;width:16rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6.9410190582275rem;left:0rem;height:1.29948125rem;display:block; }
#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container { background-color: transparent; background-image: none; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container > .video-iframe-container { display: none; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row > .video-iframe-container { display: none; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .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); }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container { border-width: 0; border-radius: 0; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:block; }#fBcRe0TAQXTRe5XM8BuzqUNko7TvkAtB { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#o0xLczdAxMPAQmepbmEKIGLNoXXdRSPU { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#Ilc8T4CuZNC3IKyrA9t9PcEV21JMD1Ut { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:3.65625rem;font-style:normal;display:block; }
#UEf7Z5XF5my0MznBo7TaUUJsGrwQOCQ5 { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#DLpmVxrhXyfdoMarqmo26UvN9KSGarrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSPiz1gLMT5ktzS8MsWXh8ENARQJ9Pqh { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#pl6htP3ZCTOl1UVrhiKd5PLsWissWiAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkvKfFx83BJAMvJakSziQtOdKoowUGWk { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.549475rem;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;display:block; }
#afKdmRQhanRv0gLscTJIKSN1uCndm1Xn { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#T4pCteD6mqS3ytfS1BXZXVCln65OkQhC { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#w6MoFTftpFTvc7732PEaCuESv8g4OVQx { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#Hk5EAnWTSEuPxCW8s2irziScVXhVppis { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.796752929688rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#y1GKPHtMQZkssAJyhmSVaxbuE2Re19yr { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#GbkC9k5xDe4A3Z8bzaADkm82yDtrnzIn { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#VF4kEwrbUu3aTuieNe1ivuU4aQ5ApzrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqMt0ONzU6fulx3TP9AgrDDRCgIINudF { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.206250190735rem;left:48.875rem;display:block; }
#KvtXqpPTJcrcMBLimLBlZx1IvuTuu0lg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HEFASCJvZbM8sPVc3uMNXoc3cENohpHq { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#DznuevFlG6keD7yGr8Nh0w0pZGno0qtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zl9gefHiO0vP8uc7PS3ML81v3FTxu5Ea { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#rItV2TQSF227tqzSzyrdDuRRlntGV7Na { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.15625rem;left:-0.4375rem;display:block; }
#rvuU1WCxg8qLHeRQaF2AKlq9IBKx9spL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#P61Rr60UParuoxDNWSVnD7HmbUbShhBv { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#NqHBETFRJamiaNuzrSNanxFx9qqszhva { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#FFnCIOU2aAIm6i3rUCfD4xVTuXOFDT2w { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:7.6466751098631rem;left:2.6875rem;height:1.29980625rem;display:block; }
#QZSUoqVG9beIbaMVJVw5MItvw95Hvlck { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.959228515625rem;left:0rem;height:2.5989625rem;display:block; }
#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container { background-color: transparent; background-image: none; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container > .video-iframe-container { display: none; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row > .video-iframe-container { display: none; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .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); }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container { border-width: 0; border-radius: 0; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:block; }#gJl3Unn05V0vNg2qhHSDdJyg6rb4vJCp { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#fnO3gqFtvz9EIc21LcsqAOfnRM7TB5oi { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#WdTH6i3u5oT0KCMRCEyPrFC1NnWgVi2E { color:#000000;display:block;width:19.3123125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.7805576324463rem;left:20rem;height:2.4375rem;font-style:normal;display:block; }
#fpNIxAZ1dnLATEKNZJCcVUnXFHsq6mUu { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#Bg8bpO0UOKhO3TTdi1oc0S9sUvGgouFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ackk9m9xSak3LFPfz4785l3ag2nBlVFs { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#cbRTUhTd0RWGQhp05MExIhzJ0Z0xs1FI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVSPSlacTVP4sImwlRxreotx31AmTzgI { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875858306888rem;left:0rem;height:2.549475rem;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;display:block; }
#VaHeu21NBSoytAwUOWdXC6GL7IrKfegE { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#MTelaOpcB84EnV6Qw2R551rwZaJxZXyp { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#qa7SoLcDbT3KWEXhSJidTv4BTBIygEyl { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#dT5fT1VCefi8Kmp25O9U3OSP3J8DnDFn { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#o0Qao2Ugz5WyfoZQrMOziqitQGHlxtOS { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#B6iUqMbeMbC1XzRo00N3KkVrQdcCpxv4 { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#ZBCwbDGofTolo9NsR9xQIm1cRHQU7J1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdtDcQ0rENxE2He9mZq51VAmiBkyVB5l { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.206250190735rem;left:48.875rem;display:block; }
#BZVJ2qtCXamlwQoswUFvgl7CEPPG0HUL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axhkHBFcZxbTVZOWXQoPz65I4MDgrkcH { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#kok1qBlfyMHblJMb70yoAyF18OWC1PeB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpUtyavv97W6uoS8rNK4GigNqsnlw654 { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:18.15625rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#baU72lLNh5KemsmO1B9GfBKLoI5wfvlt { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:18.15625rem;left:-0.5rem;display:block; }
#PHVT0DmmePXVSh3QOEbQDndzSp2L90fA { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#N8nSAalmlDimTDbhtFQPsRXxkZOF7VIW { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#bfRSMNkSkcPqn8sqLL6bRTA6m1TTbkRO { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#y3G7UvWRyOsW3sNRWhVt3DcTq05lfS21 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.941064834595rem;left:0rem;height:1.29948125rem;display:block; }
#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container { background-color: transparent; background-image: none; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container > .video-iframe-container { display: none; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row > .video-iframe-container { display: none; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .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); }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container { border-width: 0; border-radius: 0; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:block; }#KJucTGlvbUMO5JxwwyLeqQb9vpPWZ5ny { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#ipo1whWrCKJnEhbpTbCPdIOmTDrZDz7o { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20.000003814698rem;height:7.3125rem;font-style:normal;display:block; }
#gnfXWL01XJ7F8wlfpGH7yL0lt2UzTaR7 { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#HLOmLhEe7BwFf98rQ1Vfl1OfTWOQsVNE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRKHGgHZPnVzlkTUhy4TONnqNUXTNsyb { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#sFCNH7mFaNi9d0FXgscIy4rOqlW4gvmy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vsahNyEVuKZp5ExDXG64vy9zQ6Z9PMJl { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.549475rem;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;display:block; }
#qypiPXP3gxulCdfWFKi1ANs7SnoCthso { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#wiy29HJizkzOlvQEbzn5t1nwEfFkTWxr { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#hzyuOTMSLAmPCIqShKiQI3DPT4UKed96 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#bX17nilGZZLgOJNbt7DwPmqhXnbX30Jo { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#KxmrpPpQLIdQU3qipw4b14F9cPaNlgo7 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#sbL9IDwk7ESGtgnJAIkNcqvkS33IrSWh { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#nLA6AmPrVxTcGfbVaQtvrAkn0JAerJGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIRHcXmNSo4pzr2lTcI0bw4xikx9bSJu { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.46249961853rem;left:48.875rem;display:block; }
#s9NTbfMuvev4J67VxALi5icBorAonzEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZEttD8fohs3iItRHuLedTA7Xe6nZHgv { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.880859375rem;left:48.875rem;display:block; }
#ZNqglrF2WczVTTlmQnenvGzu8IphApOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDMWdDvvWBGCJvozh2MllrErfHluZrBB { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#cfKDihqx1uoQW0gSKHtpdaKidGx9GcK6 { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:18.15625rem;left:-0.5rem;display:block; }
#RwNTvzcEDxuThyS5FQIXTVL0RfcTg6g6 { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.794921875rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#DTeM1gJqQlIBn4G9DpgDEkwv9WDmxSLk { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#rmqrDk58HhIBtB4PuAsK45S8hrrWtZqT { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#pwuS3QKEXuacqE2WL6aQdJCmcA8h1vkZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.641580581665rem;left:0rem;height:1.29948125rem;display:block; }
#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container { background-color: transparent; background-image: none; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container > .video-iframe-container { display: none; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row > .video-iframe-container { display: none; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .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); }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container { border-width: 0; border-radius: 0; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:block; }#cTwNMyHEEnpF2PLPQLZOcJG3JOJf6cMF { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:7.79860625rem;font-style:normal;display:block; }
#UHt5MwS2xIl0RUT2KMezxKrT6cThT0Xz { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#B9n7cyZOODVvkkaFuQF67NCTN9oZhuOv { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:13.40625rem;font-style:normal;display:block; }
#ofD0TeDMWrJ3RwwwVX0yymp9EvZR1Bwr { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#tSaAmrfX2sZgHNPdteJJk4CDMI5PZwGk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXsevM3be9MD3A346hRFmzyt4FvU5iof { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#FW962gLHw4iIM2g9sdBLoGCufF10y6iv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JBgqRyIGM6lx6vobZvdDdCKPFryp8fxF { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.5486125rem;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;display:block; }
#gQScVLovxPVSp6C2KtlwIH7F3gz5TD2H { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#NX7MoJu23o1nAzDRM1sMVUTvip99Sm0s { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#nqwXeiMRUcounI6euDlWp1OiqT30mKkG { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#Eyi5ogGABzweskpVmPsUzDFVOW6k1ZqT { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#ndcTMTTaBfgdtffvmTOKJkx3S8WdDlzU { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#IG7GHCXDxKqMdiLBgP8DOloaakDaHnKL { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#iwcHmATvDTKsSLBP71GO6RApAfPKEUKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xM43AzL7l0dyd5yeP67MSm47WL3bUkUX { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.52734375rem;left:48.874348640442rem;display:block; }
#ra0hrKy7CDB5UZvFug4t3lkSBLeUTwIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3rrAhfHp27pNqiOP7nwbG4V42tSMzV1 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#mhMXVnB5sVazbFnWnOSvZM2chqPX5gaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4ilhcTTWup58zclXoZRTtl5hKqMOlHU { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#zLDl0mPC9VLD1iANKb1xlyQgA7OHrJLm { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:18.15625rem;left:-0.5rem;display:block; }
#akTIULdranqHDScI8Zye4QAq3HqbGwDo { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#pT4vCSlMTdTVcQPTybxchksSRTZyK7sa { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.2170143127444rem;left:0rem;height:1.29980625rem;display:block; }
#N3BZAW2lWI73nuRHMkuxxZTqXqen0Rw5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:7.2821178436281rem;left:0rem;height:1.29948125rem;display:block; }
#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container { background-color: transparent; background-image: none; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container > .video-iframe-container { display: none; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row > .video-iframe-container { display: none; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .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); }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container { border-width: 0; border-radius: 0; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:60rem;position:relative;display:block; }#VrqCAstZnxS2Lkdz0TOQUJTPsOlbtT2G { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#t2ebLaZEaUHKa2PdArzGfe3uJ5JtFLtT { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#f2iLRMghTDD8vuv4ZToDtlFTzu2Fe9XZ { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1467018127441rem;left:20.875001907349rem;height:10.96875rem;font-style:normal;display:block; }
#bGkxoE9EaApTKv8p0UDU1bfwMTAUJ11t { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#sBR3yM7B1psAXXNhnVgL1J3NkTUKJdif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5LlaovATEyBg6OwlJ9m3vO8nazHGI3L { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#DhyXGDQTbJ1O3orStpl6QTTw43TzkJFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7zI1DPtlTpa97BHdnJsGCv0kcBI53Qd { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.549475rem;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;display:block; }
#wuciTq5TFkqxGsonFRmDhCfyUJ0XThfS { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#PC9yunLQImTqBqGncrS2BuVgn3zGIXnN { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#EZQisKUJ4LuecqsKRGxJwisrEPaKwaoR { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#WfzPbntM83kEsnPGzvUEJfoGfQTyfAdV { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.78125rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#WxeA9evCS4qFtr9IcTtzdBiQeo1Ty6yk { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#DRLxn9M8K1l6TD06GwacT0Cmd5uiZQkd { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#TtuWEiuXRaR0xiuuaAVBJaiPmT0Ql8Ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4LJpDzhtTilFgiepWqkBTOlP2PI6XR1 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.46249961853rem;left:48.875rem;display:block; }
#LeBmehBg2PdS56PX4J5c1Hcc1VakiADo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qpNweNapfrbCATtxwRsTaHZz4fJZMOZy { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#rL8zixznE2dbC0M1CrP15TgCHSZKTICl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nur5kZmngXBJKbhqLQwihKMiTWelLBiu { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:18.21875rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#ZQ2LLP7nt8OGV9J5V5CbbQmlJTPpJmqz { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:18.15625rem;left:-0.5rem;display:block; }
#DmNxmxDKEby4m7SOKta2TTBJ1tGedE6B { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:-0.9375rem;display:block; }
#AcKK31WTV1VZ1efVtTr8TkpKV4cINUUX { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#SI3GKIpifflK2Vy4hlxMvJHxSTKS3TMT { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#h9g4k1nXyqxARFZu6F0HyyM9nhGOQTZJ { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.1371116638181rem;left:0rem;height:1.381075rem;display:block; }
#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container { background-color: transparent; background-image: none; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container > .video-iframe-container { display: none; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row > .video-iframe-container { display: none; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .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); }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container { border-width: 0; border-radius: 0; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container { font-size:0.875rem;font-family:raleway;height:31.25rem;width:60rem;position:relative;display:block; }#qL1sIFRfrFOsxdZAaBUcUkixPqkFqy0g { color:#000000;display:block;width:17.875rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:5.84895625rem;font-style:normal;display:block; }
#akJplLSg51zi0hZBMkpeXDWn5Q3RtEEo { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:0rem;height:0;font-style:normal;display:block; }
#kp2tyR4KzSlBPfqnfyaNytXSCRarufuT { color:#000000;display:block;width:20rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20rem;height:10.96875rem;font-style:normal;display:block; }
#QH2KPwAzo0KdCcrG7DZUcsh8iga9DENC { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:14.53125rem;left:48.875rem;display:block; }
#L2whyXIbmZv16gMZtEdTTCHEkblsT03x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTHcBxupuuaNQIcTULr2LF4gBnvTvzA6 { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:40rem;display:none; }
#TFiLHg58iEKe1gX4a0aHQzsHDyyx25sG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qal1nf4eEGfhcMKe4mUwuxq01lT9BbfW { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0rem;height:2.549475rem;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;display:block; }
#BekyGNDO4upQWBDxxgmUJpGGdgiiIzFb { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#uDl6aUJrFSAFU2xVNKlb88RTgw0n2rrB { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:2.76215rem;font-style:normal;display:block; }
#B5BTuJFkA902SxV0KfnEbbxEfFbiPeS9 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#tnkGNwK6kI64ocqwKTNDF3eSvQtLUEc3 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:15.015625rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#pJl9WN6Q36iVIZiazbAexFAxeOqIhKGa { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.09375rem;left:20rem;height:1.21875rem;font-style:normal;display:block; }
#ROsgiLBywcINMAxUG4X4HhZ96f5NzvJL { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:40rem;display:none; }
#HILdvPGEdsEfzBHipze4csuq4TRp6y02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cg56LIwQlU1PumdCMPfOf8LJqR7UUEWa { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:8.4619140625rem;left:48.875rem;display:block; }
#BxqobrqwXigBwMcDeTyqCMxEESB7LSzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vf2p1XDbwlT3ZZfozedCJVCmTNk3haT7 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:14996;text-align:center;text-align-last:center;top:21.88125038147rem;left:48.875rem;display:block; }
#B9sinAbsiPtHxinByuDvTGt6MD3GFEZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSToAhXldT7RJ0glreHlTP3lI3OCV7nT { color:#5a5a58;display:block;width:43.875rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.15625rem;left:1.625rem;height:1.94965rem;font-style:normal;display:block; }
#aVobi6kw98c0TOMz3W6f7iomyDHG0Loo { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.15625rem;left:-0.5rem;display:block; }
#xCgT1Z7bVk9Md4p3igwZJSJ1CARx1pO8 { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:6.875rem;overflow:hidden;display:none; }
#NUdXP3uOAlDmn9DZh7iBr98gs4MS2Sqa { 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.75rem;width:2.8125rem;top:4.125rem;left:5.375rem;overflow:hidden;display:none; }
#PDVlvCkOoViH8GvQSUB4U8uRdnOQnnok { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:7.2169742584231rem;left:0rem;height:1.29948125rem;display:block; }
#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { background-color: transparent; background-image: none; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container > .video-iframe-container { display: none; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row > .video-iframe-container { display: none; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .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); }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { border-width: 0; border-radius: 0; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { font-size:0.875rem;font-family:raleway;height:25.1875rem;width:60rem;position:relative;display:block; }#w9kNdETF2WvPuUSpQu5lZIfWTHShZsvJ { color:#000000;display:block;width:22.6855625rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.015625rem;left:17.49609375rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aqDx7gCXQdmHoTr5EWN54nGefh5vDrvZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:18.5625rem;top:11.5rem;left:32.8125rem;overflow:hidden;display:block; }
#f4eb4APU5dgrsFDEJv9KmdGBWcDtfk0e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:17.125rem;top:11.6875rem;left:8.625rem;overflow:hidden;display:block; }
#xPBhSEZ9IQu0N5zFRnvNcvyJveTZN6Az { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.9375rem;top:16.843100070953rem;left:24.531250953674rem;overflow:hidden;display:block; }
#aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ifHcCneR/c2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx.adaptive-delivery-prevent-bg, #aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx.lazyload, #aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx.lazyloading { background-image: none; }#aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx > .row .container { border-width: 0; border-radius: 0; }#aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx > .row .container { font-size:0.875rem;font-family:raleway;height:22.9375rem;width:60rem;position:relative;display:none; }#otuP7dHxIV1eS3U5sKCk4JDyT46Zu7iz { 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.936525rem;width:30.37475rem;top:13.060302734375rem;left:14.81201171875rem;overflow:hidden;display:block; }
#LHU5CZadfL3vziTo4GTdyrEr462NeAQJ { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:3.30078125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { background-color: transparent; background-image: none; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container > .video-iframe-container { display: none; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row > .video-iframe-container { display: none; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .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); }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { border-width: 0; border-radius: 0; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { font-size:0.875rem;font-family:raleway;height:10.1875rem;width:60rem;position:relative;display:block; }#Wu3gTw8VAHsDTgcfaAUUqO1ADiCqLtcI { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { background-color: transparent; background-image: none; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container > .video-iframe-container { display: none; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row > .video-iframe-container { display: none; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .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); }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { border-width: 0; border-radius: 0; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { font-size:0.875rem;font-family:raleway;height:16.1875rem;width:60rem;position:relative;display:block; }#eBWmlu2DCvKcQi35TTVsNZtWptCxdez0 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.125rem;height:2.76215rem;font-style:normal;display:block; }
#HFFTaTfp3mqIgT6BagIz6U0Uulacodka { position:absolute;display:block;z-index:15001;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:12.1875rem;display:block; }
#TV5nkESzcesBMGKqZW8QXScP77u3C0AQ { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/jh3r282Q/22254756_1087442871359290_367780662170441585_o_2_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.28125rem;left:9.21875rem;display:block; }#TV5nkESzcesBMGKqZW8QXScP77u3C0AQ.adaptive-delivery-prevent-bg, #TV5nkESzcesBMGKqZW8QXScP77u3C0AQ.lazyload, #TV5nkESzcesBMGKqZW8QXScP77u3C0AQ.lazyloading { background-image: none; }
#foWVZ4pmc9qJn9Ea0LxbZ2wuT4GIXt2i { color:#000000;display:block;width:5.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:51.5625rem;height:2.76215rem;font-style:normal;display:block; }
#vdBqE2NydhCqQSED3mFRLTiEvNTSL7rG { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:30.875rem;display:block; }
#Cib3p4kgsyyd6ExmoECcfSw2wztFhykf { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/492J59z1/19059657_1538105019546695_5420065305083601954_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.28125rem;left:44.875rem;display:block; }#Cib3p4kgsyyd6ExmoECcfSw2wztFhykf.adaptive-delivery-prevent-bg, #Cib3p4kgsyyd6ExmoECcfSw2wztFhykf.lazyload, #Cib3p4kgsyyd6ExmoECcfSw2wztFhykf.lazyloading { background-image: none; }
#LqgGQdhEwgSTrLHbTg7JDThHS3Lup0w9 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.4375rem;left:15.71875rem;height:6.497375rem;font-style:normal;display:block; }
#AtNhTU3aqqG0RZCwXIE9ucfmzKbCHk6C { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:1.4375rem;left:32.4375rem;height:2.59895625rem;font-style:normal;display:block; }
#DqeBiTXT3L0gpoQe2XN5LvDfxDrFa4xL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:3.380859375rem;left:0.90625rem;display:block; }
#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { background-color: transparent; background-image: none; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container > .video-iframe-container { display: none; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row > .video-iframe-container { display: none; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .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); }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { border-width: 0; border-radius: 0; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { font-size:0.875rem;font-family:raleway;height:16.1875rem;width:60rem;position:relative;display:block; }#ENJDgvTw2I2JQ6RkQeDWVFvTHgTTsu0t { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:22.125rem;height:1.381075rem;font-style:normal;display:block; }
#aemHZTSWgw27s5JeLfPL67cNZNbpBRit { position:absolute;display:block;z-index:15001;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:0rem;display:block; }
#TspXfsZ4bNNagLIW8NCDuZTEldmoJAP0 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bd1Emf0K/woman.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.28125rem;left:13.90625rem;display:block; }#TspXfsZ4bNNagLIW8NCDuZTEldmoJAP0.adaptive-delivery-prevent-bg, #TspXfsZ4bNNagLIW8NCDuZTEldmoJAP0.lazyload, #TspXfsZ4bNNagLIW8NCDuZTEldmoJAP0.lazyloading { background-image: none; }
#XTHxCH5Un2dT1fhThAw5EWhyz7shFwik { color:#000000;display:block;width:5.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:34.6875rem;height:2.76215rem;font-style:normal;display:block; }
#PBJoky3yqlwkET9J0Fm0SH5yB5QTpUTH { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:43.125rem;display:block; }
#fvTrRDSnn4plDuhO2UCVGZqOIt9WyKiG { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PcNPnixG/46420901_2018959744813704_7053208646544523264_n_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.28125rem;left:40.25rem;display:block; }#fvTrRDSnn4plDuhO2UCVGZqOIt9WyKiG.adaptive-delivery-prevent-bg, #fvTrRDSnn4plDuhO2UCVGZqOIt9WyKiG.lazyload, #fvTrRDSnn4plDuhO2UCVGZqOIt9WyKiG.lazyloading { background-image: none; }
#xbB3sWRE2QJtwwDzwp8Gz8O9oTTaHpqe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.4375rem;left:1.09375rem;height:7.796875rem;font-style:normal;display:block; }
#dXBTZ9ArR0TxZBGqxRVbLl9ea0I6G7oE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:1.4375rem;left:47.1875rem;height:6.497375rem;font-style:normal;display:block; }
#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row .container { background-color: transparent; background-image: none; }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row .container > .video-iframe-container { display: none; }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row > .video-iframe-container { display: none; }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .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); }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row .container { border-width: 0; border-radius: 0; }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row .container { font-size:0.875rem;font-family:raleway;height:16.1875rem;width:60rem;position:relative;display:block; }#WcWm3ii30wzrUiL7PXEQ2HJARgSIlMoP { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.125rem;height:2.76215rem;font-style:normal;display:block; }
#cZ9Pw1TTqST7tfJZye8gkiquQsBdKCXH { position:absolute;display:block;z-index:15001;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:12.1875rem;display:block; }
#GcV8xd56vF3sJnfUWq9m0zOCna1SLchZ { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/YsxwKuDL/14937343_1502248503135687_3794107297135907635_n_2_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.28125rem;left:9.21875rem;display:block; }#GcV8xd56vF3sJnfUWq9m0zOCna1SLchZ.adaptive-delivery-prevent-bg, #GcV8xd56vF3sJnfUWq9m0zOCna1SLchZ.lazyload, #GcV8xd56vF3sJnfUWq9m0zOCna1SLchZ.lazyloading { background-image: none; }
#o0Aox6SCJFwWuVvZRftXEbs1Nu1lJTcK { color:#000000;display:block;width:5.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:51.5625rem;height:2.76215rem;font-style:normal;display:block; }
#ZMTbyxVnP46glvUfCuFUCaTFkP3Epic4 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:30.875rem;display:block; }
#OLMaXvlUwR63xwWt0n3VTRUUp943cNuS { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SmalYS8Q/22861779_1533422640057080_3066315760218406280_o_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.28125rem;left:44.875rem;display:block; }#OLMaXvlUwR63xwWt0n3VTRUUp943cNuS.adaptive-delivery-prevent-bg, #OLMaXvlUwR63xwWt0n3VTRUUp943cNuS.lazyload, #OLMaXvlUwR63xwWt0n3VTRUUp943cNuS.lazyloading { background-image: none; }
#TpxApqK9pT735SO77nyKdF3kb8JwZudV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.4375rem;left:15.71875rem;height:6.497375rem;font-style:normal;display:block; }
#GVL1qzhzI7Semh7qNWNgAAcOBVeNMpru { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:1.4375rem;left:32.4375rem;height:6.497375rem;font-style:normal;display:block; }
#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row .container { background-color: transparent; background-image: none; }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row .container > .video-iframe-container { display: none; }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row > .video-iframe-container { display: none; }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .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); }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row .container { border-width: 0; border-radius: 0; }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row .container { font-size:0.875rem;font-family:raleway;height:17.6875rem;width:60rem;position:relative;display:block; }#yMNtTQh2mBsG8pVszIKwkumkTnqSWV5E { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:22.125rem;height:1.381075rem;font-style:normal;display:block; }
#LPeKdhHkovh48C4TWheqKRqoxP99zdGW { position:absolute;display:block;z-index:15001;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:0rem;display:block; }
#dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BA07thc9/39739861_1904701479594264_6125829790344675328_o_1_.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.28125rem;left:13.90625rem;display:block; }#dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT.adaptive-delivery-prevent-bg, #dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT.lazyload, #dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT.lazyloading { background-image: none; }
#u4FPpVT6c62RZim4KJJyVTGbI2R6C9rd { color:#000000;display:block;width:5.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:34.6875rem;height:2.76215rem;font-style:normal;display:block; }
#scQ7GTFXswAA5sNB8eqamLb14QOEebUt { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:43.125rem;display:block; }
#wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/pPtJj8yq/36754174_1563799177076912_1259896937948119040_n_1_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.28125rem;left:40.25rem;display:block; }#wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX.adaptive-delivery-prevent-bg, #wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX.lazyload, #wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX.lazyloading { background-image: none; }
#q5W03G5PLHyHJyBT8Pn130bRtvH7hNrT { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.4375rem;left:1.09375rem;height:6.497375rem;font-style:normal;display:block; }
#rtKFvTKs52NISohP6FCQTcaCrcVEMXXV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:1.4375rem;left:47.1875rem;height:7.796875rem;font-style:normal;display:block; }
#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { background-color: transparent; background-image: none; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container > .video-iframe-container { display: none; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row > .video-iframe-container { display: none; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .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); }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { border-width: 0; border-radius: 0; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { font-size:0.875rem;font-family:raleway;height:33.625rem;width:60rem;position:relative;display:block; }#M3yNuTJpZUAqX9L5BONN4SwUO3u6ZlzK { 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.75rem;width:4.75rem;top:2.5rem;left:27.625rem;overflow:hidden;display:block; }
#sIcnVAg50JsTGpPdvQLBXXaPmOK35yxK { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:7.1875rem;left:0rem;height:12.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNEUpQqQLTPeiyknb5x0KUPTx3MQKfkq { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxHyeO6fOwWZsE2rEd1VLuJRyzm95VeV { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.375rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { background-color: transparent; background-image: none; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container > .video-iframe-container { display: none; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row > .video-iframe-container { display: none; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .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); }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { border-width: 0; border-radius: 0; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { font-size:0.875rem;font-family:raleway;height:7.3125rem;width:60rem;position:relative;display:block; }#NWnO9Lh6Ox9RLnhGSDvRe1bklaqS4n3h { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:4.71245625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { background-color: transparent; background-image: none; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container > .video-iframe-container { display: none; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row > .video-iframe-container { display: none; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .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); }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { border-width: 0; border-radius: 0; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { font-size:0.875rem;font-family:raleway;height:41.6875rem;width:60rem;position:relative;display:block; }#gip9yal5nTaV0G5tTu95DQ6FOZ4BAHIM { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:0.74739646911619rem;left:41.145835876465rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#On3nnh64q4fkJtmvXb9omRQF0i2kqgET { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:4.8125rem;left:44.875rem;display:block; }
#f1SdbFwiqTg6mhKls62o32hPV6DofQTb { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.75rem;left:10.1875rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKyHAWgiXWl9dSts9u8H1gz7UQdJFxPx { position:absolute;display:block;z-index:15026;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:4.8125rem;left:13.875rem;display:block; }
#qGpyHBWLkVBzTI2iTGtbXTEcITWfsSS9 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.8183603286744rem;left:0.39518165588379rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#xwxWMCik3a7ownZncrzyc8mFlJpmQ2of { color:#000000;display:block;width:29.25rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8177089691163rem;left:30.749130249024rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#NoS6grAPIvfP3XzTkyAB2lwWqp9Q8o8H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:45.8125rem;left:3.75rem;display:none; }
#sbUHTHeIISRLcTsC0e00v7ZAWNiT8mkT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.1875rem;left:6.75rem;display:none; }
#MTThXEUyhmyUMLpkoMFtc6lRir1nToJM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.0625rem;left:3rem;display:block; }
#or9D7xhWQ8q9tfncKiDH1N7VlAh2vZAM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.061614990234rem;left:33rem;display:block; }
#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { background-color: transparent; background-image: none; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container > .video-iframe-container { display: none; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row > .video-iframe-container { display: none; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .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); }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { border-width: 0; border-radius: 0; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { font-size:0.875rem;font-family:raleway;height:42.75rem;width:60rem;position:relative;display:block; }#axIXTMZT17F3JvyRF6rAPZdkRhF0f9Jc { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:11.145832061767rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvqABcJbVImolALRE4wlpmAQ2T2zfkG1 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3802490234375rem;left:32.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#Rc9QmwK79rTw0zx4lgZgm7ilmHNOTbg7 { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.4361991882324rem;left:14.875rem;display:block; }
#CG6hmLO38ecH8Mbl9p9ZCwydc65TVUbv { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.24989375rem;width:2.24989375rem;top:5.4375rem;left:44.625rem;display:block; }
#B61GFS47ndJrEHgS1A9xEtrqTdQiU5MU { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3932304382324rem;left:40.895835876465rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G88h8kOI2CenTFuBM4f0spWKZ0mtOzNt { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3802089691163rem;left:2.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#bLJz2QXT2xg1N8Bl6M6beAGT0Thv5x0Z { color:#000000;display:block;width:3.81239375rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.6875rem;height:7.0686875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RpfeDeNEXAzoEscbpIDD7T0h0WGC6qHS { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.9348945617676rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#iBpvkr7euBfABaNtJ5mVX53aw2RsZOgK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.9345703125rem;left:3rem;display:block; }
#cE97vmqQdfZ5GxwAQoLr4m6TRvFGUI91 { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:11.145832061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MrgDlNEIzysZrylDLoUo5gt6IV9cTdD3 { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.4361991882324rem;left:14.875rem;display:none; }
#L1KJ1VUmUVEuaCrE1zaWqWMTWtBnRwr3 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3802089691163rem;left:2.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#ncVL4zWVaXFTRGJ5V4qNNRo6ii6FUCIT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.934028148651rem;left:33.748264312744rem;display:block; }
#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row .container { border-width: 0; border-radius: 0; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row .container { font-size:0.875rem;font-family:raleway;height:42.75rem;width:60rem;position:relative;display:none; }#xwwFfazpC6HHZf2Pi96HNg6vEkwTID5K { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:11.145832061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTtQ3fWtpzy9b9lsoRlouc5lLmU1feDr { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3802490234375rem;left:32.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#eMMsAQW0rnfrVSPMs747RhqbHU572eRe { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.4361991882324rem;left:14.875rem;display:block; }
#A7dtnrTPv2mZNWbUwcAcRXzUiZXghk2d { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.9345703125rem;left:33rem;display:block; }
#nm6UCMtITfB8oiCDGr9Et9uFUDOQdeui { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3932304382324rem;left:40.895835876465rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkiSxpuIFroCUzDfKT6JVfiP2IMhI7Rw { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3802089691163rem;left:2.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#C0HwOXGJBE15fJUuir5ZnX9IT2s59cw1 { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.9348945617676rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#BFez8iwbEHPIur5p309lI5uEUy1DsHvh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.9345703125rem;left:3rem;display:block; }
#GfxvgEx7JUS4OiE49Jeo5vA8swpgrbHn { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:11.145832061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N3moc4EJCslD043A6xGpkhqBpJ4e0rma { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.4361991882324rem;left:14.875rem;display:none; }
#X46uZ2oX9tDxgxE4VNuAEm2MawJkTSAe { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3802089691163rem;left:2.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { background-color: transparent; background-image: none; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container > .video-iframe-container { display: none; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row > .video-iframe-container { display: none; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .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); }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { border-width: 0; border-radius: 0; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { font-size:0.875rem;font-family:raleway;height:44rem;width:60rem;position:relative;display:block; }#AQ3zbnFuPc4Zkago0ZpyeNrbf0VM8LQ7 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5000381469725rem;left:33.685764312744rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#JHwAn6E8aigx0Iez5bUIiRsG5hT8v1S5 { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.3736991882324rem;left:15.6875rem;display:block; }
#tX2yiXEJwqJL83srCzBvfCddGyKCpzen { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.0625rem;left:33rem;display:block; }
#LHfoLAgTQDqdD0Ei8xs1GIOBhfs11RQh { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0598964691162rem;left:42.020835876465rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SekP41MOt85IxMiS5JCyXpiTGyWBAXfz { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.0572919845581rem;left:11.375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRpnhp9bCP7DlJcRr8k1p8pT62bXR4DD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.0625rem;left:3rem;display:block; }
#n0eA2TUXZ3T2kcA1z9DtiFh6WnRydzxw { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.9348945617676rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#KCqCe9kJaUqiMwR6F3PZe8o2ed78d4Gg { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7994794845581rem;left:13.395832061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#H5yzIJlZ5dTvNg1UpQ1lzhFePT3w2ybz { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.864585876465rem;left:2.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#RxT15gIdF73lSz3yf4yrOEb76BC8cQlU { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.249025rem;width:2.249025rem;top:5.373046875rem;left:45.8310546875rem;display:block; }
#AffvCV9RVTMO0DGi1VzyDywFbm46wgz4 { color:#000000;display:block;width:3.81239375rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.6875rem;height:7.0686875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row .container { border-width: 0; border-radius: 0; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row .container { font-size:0.875rem;font-family:raleway;height:44rem;width:60rem;position:relative;display:none; }#vXJUaV66ScKm8IqVBbGZxkkawrAnnTrq { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5000381469725rem;left:33.685764312744rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#uL6bS6C7F1QCrnCmkBWLv0hnhVkFUEFv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.0625rem;left:33rem;display:block; }
#VezUJpTAQ92xRXP7p16Vz4GhPhzmbE4o { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0598964691162rem;left:42.020835876465rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoOURVCORr0qBbzwLMtcm66aT2rROdOD { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.0572919845581rem;left:11.375rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6TDZ3nl1dWWkBbzyI8d7xZ254GNsroC { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.9348945617676rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#cfzGT32VrfI3aeABOTdTU3DWbICtTleK { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.24989375rem;width:2.24989375rem;top:5.4375rem;left:44.625rem;display:block; }
#tt1JRvg6K45fHPxgcTOND2uk0BSNxohe { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.9348945617676rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#xAsNMUmIhtsEcSO9HTAIBbR0MSfclh0b { color:#000000;display:block;width:3.81239375rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:40.6875rem;height:7.0686875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ds9QyFnguiwlGer3nT8oxle5iUdeduPK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.9345703125rem;left:3rem;display:none; }
#JqrQSxBvNlTXS14xILmP2GdiIItT4G0O { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.24989375rem;width:2.24989375rem;top:5.4375rem;left:44.625rem;display:none; }
#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { background-color: transparent; background-image: none; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container > .video-iframe-container { display: none; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row > .video-iframe-container { display: none; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .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); }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { border-width: 0; border-radius: 0; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { font-size:0.875rem;font-family:raleway;height:43.8125rem;width:60rem;position:relative;display:block; }#bM93760FMklC6TTZQ2z5vM24eog2RIAT { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.31640625rem;left:33.684898376465rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#huNiiPXPyLBCwBguk9Obb6UOF3IIxevr { position:absolute;display:block;z-index:15001;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:5.6497402191162rem;left:17.204429626465rem;display:block; }
#QlrSZ7cpwMXGBMPhKJJ7UmnUQOyDLyhn { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7994794845581rem;left:13.395832061767rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kk5S8mGQbDHEzQohFtIC4UBPdJviceeC { color:#000000;display:block;width:3.81163125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8029918670654rem;left:42.244792938233rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMBAxkFMm9cXPcqN2JwkAtUSUZiQnQEX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.1875rem;left:33.74609375rem;display:block; }
#WmuvdODIaiAdvCxzZO25Ed5tGh8tr17q { position:absolute;display:block;z-index:15000;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:4.9973964691162rem;left:46.055992126465rem;display:block; }
#erT3R5ZestbkrB593yHd30rPraCCgF6v { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.1875rem;left:3rem;display:block; }
#agcKvBAr9IyBCHgmXHiwqtd9rvag1Lym { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.864585876465rem;left:2.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#GEMP8lKKw68CZ2t7svVn9g5sNxnqIyFT { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:11.333332061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L1mfeTPVbWTS52LP6Up5b5do3QHvWtJf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.25rem;left:8.125rem;display:none; }
#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row .container { border-width: 0; border-radius: 0; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row .container { font-size:0.875rem;font-family:raleway;height:43.8125rem;width:60rem;position:relative;display:none; }#kyRP0b8SVaAeS0Pb2a5QJT9eTfG0KFdB { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7994794845581rem;left:13.395832061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQSTpbxBezUVKPtuUdv64fWvQBcilal9 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.864585876465rem;left:2.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#h5su9II7tOTOKEy59vluZuinUGi7edD3 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.864585876465rem;left:2.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#er4wtETrOXOuxso94AQa3BKVnG9yqy1t { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7994794845581rem;left:13.395832061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J6XqV4CT4T5E1ssVONWmkSa4w4V5iJ85 { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:5.375rem;left:45.75rem;display:none; }
#f0oMkkF0T3tPItKhMw4ELcvaFBO3XThi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.0625rem;left:3rem;display:none; }
#hIPJJBKR1cpV7dAOQkMOCamJCBHVtNbm { color:#000000;display:block;width:3.81163125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8029918670654rem;left:42.244792938233rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oGWh3L4HRJ4RwaPmAHBwfGsCkOHGwr7d { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.31640625rem;left:33.684898376465rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#Df1WFBXfrKDGZzWCAhoTVTc2olODgPX9 { position:absolute;display:block;z-index:15001;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:5.6497402191162rem;left:17.204429626465rem;display:none; }
#OxvKaoxwpdqqCXaMTt9BP7uLQ4BikAfw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.1875rem;left:3rem;display:none; }
#kNw75TEh4rE69TdrZRvym85MGh848BXQ { color:#000000;display:block;width:3.81163125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8029918670654rem;left:42.244792938233rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tCHLKyvTzG8aTSfGewkWSSVLsMSlrmOK { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.31640625rem;left:33.684898376465rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#QFqNwp9hC6VdMZxmaGuLHsoaVcP4rkGX { position:absolute;display:block;z-index:15001;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:5.6497402191162rem;left:17.204429626465rem;display:none; }
#fK7bwHK08fngLkt9TvOSncRTrRAyipbL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.1875rem;left:3rem;display:none; }
#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { background-color: transparent; background-image: none; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container > .video-iframe-container { display: none; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row > .video-iframe-container { display: none; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .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); }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { border-width: 0; border-radius: 0; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { font-size:0.875rem;font-family:raleway;height:31.9375rem;width:60rem;position:relative;display:block; }#AWfHIxSxTUoqnQ0mtaTxoK3DuRgWNziP { color:#000000;display:block;width:25.875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.2239589691163rem;left:30.684898376465rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#pNfhGT4KNG5fuKyWb0Df0k35CkzUsKlg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:12.5908203125rem;left:30rem;display:block; }
#hMOkwG83M4JXWOOv7QA1gzXoZMNVu13Q { position:absolute;display:block;z-index:15002;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.7473964691162rem;left:15.0625rem;display:block; }
#WctKWUrrD1pKftFvGIZMVb00W1ZkvNud { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:11.333332061767rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nphl92qikXrLbaA5JJmU2DOdM8qg1aFx { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.2291679382325rem;left:38.743492126465rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#dd01shRtZTXu4tTKEr3hvs1464kvxkNl { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2395839691162rem;left:39.9375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTA0ccr1pJQTdBbCTppt5bIipVyM7MOF { position:absolute;display:block;z-index:15003;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.7473964691162rem;left:46.125rem;display:block; }
#AnrX5CUlt8AITK4p0w4LZSkvHdl3dWBE { color:#000000;display:block;width:25.87325rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.2292084693906rem;left:2.0616321563721rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#QwvFmXbS29cZzbRCHGG7LvrEFPcrGCe2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:12.5908203125rem;left:0rem;display:block; }
#JpTImH5CyJQRDKtwwJanX7uvGUBVtnh1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.25rem;left:8.125rem;display:none; }
#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row .container { border-width: 0; border-radius: 0; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row .container { font-size:0.875rem;font-family:raleway;height:31.9375rem;width:60rem;position:relative;display:none; }#a0nGJUCf1xTKwTtTvIC5ImaCTtyqvTQI { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:11.333332061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WNFeXesR4fxOkhSOq3wODKultRrxrpTl { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.2291679382325rem;left:38.743492126465rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#TBZNFM3TCIh3Hmghq2N9Zfe6MXEwn40I { position:absolute;display:block;z-index:15003;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.7473964691162rem;left:46.125rem;display:block; }
#SMvhTBx0EcqxfZzHnNB6Mx7suTiiQiVy { color:#000000;display:block;width:25.87325rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.2292084693906rem;left:2.0616321563721rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#blEMXXKqufKhTTAOFbIMzWzV5nJGpOen { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.25rem;left:8.125rem;display:none; }
#GTJ4kEQNbSoN4wPzOulyTaHz7V4XT21H { position:absolute;display:block;z-index:15000;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:4.9973964691162rem;left:46.055992126465rem;display:none; }
#kBNZ8AKO1CLEXLkoCQ09D3goV5MN0sw5 { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:11.333332061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AXUcgZKWHXa41Daf2HpibbVp210tkE0c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.25rem;left:8.125rem;display:none; }
#WBf0OSSUg6OUTs400XvNHZuu5KhoX7G7 { position:absolute;display:block;z-index:15000;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:4.9973964691162rem;left:46.055992126465rem;display:none; }
#uxTEL6zvqxb6ugKk02HEFvRoGCvrmDeL { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:11.333332061767rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JlMEsqg3WNRKoIkGTtMSSvvD7UIk63fv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:12.5908203125rem;left:0rem;display:none; }
#RmvJ0oePPF06REdTWp0VtqpHIMT03DXi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:12.5908203125rem;left:30rem;display:none; }
#EJ3lZS1eSCHLf9bHAtlS7DkNdWmeqTsr { color:#000000;display:block;width:25.875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.2239589691163rem;left:30.684898376465rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#wZwtULxACTkp1xkzqvwP3WbOzrzoOvsX { position:absolute;display:block;z-index:15002;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.7473964691162rem;left:15.0625rem;display:none; }
#eAJVQm2GEGO4I4naRJ8WAS9xv683sO6d { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2395839691162rem;left:39.9375rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row .container { border-width: 0; border-radius: 0; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row .container { font-size:0.875rem;font-family:raleway;height:10.25rem;width:60rem;position:relative;display:none; }#sTWRHnRt9J2ng5IeeZJ476vRgyf0ROcW { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.56103515625rem;left:0rem;height:7.79621875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { background-color: transparent; background-image: none; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container > .video-iframe-container { display: none; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row > .video-iframe-container { display: none; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .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); }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { border-width: 0; border-radius: 0; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { font-size:0.875rem;font-family:raleway;height:43.25rem;width:60rem;position:relative;display:block; }#MDMzdKUOp6sHg0qy2QdeMKXFnmk2wXkf { color:#000000;display:block;width:27.625rem;position:absolute;font-family:gosha;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:6.071175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZqZQHAhw79OawGMdJSdzrqGJgzEVKXT { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.375rem;left:2.7159090909091rem;display:block; }
#FmD9XroW12sbRm1r17l9xiTmx567zDcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4C8kH700llb9W7xDcN8tbCJThkGpTxl { background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.1875rem;left:2.7220149253731rem;display:block; }
#PiibT4aFaVZil7GMm9NmLoe2R79CXqn1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1mXbrnKROCaxrbkcrE2ntuldIpLZ3e5 { 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:39.9375rem;width:26.375rem;top:1.65625rem;left:31.8125rem;overflow:hidden;display:block; }
#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { background-color: transparent; background-image: none; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container > .video-iframe-container { display: none; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row > .video-iframe-container { display: none; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .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); }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { border-width: 0; border-radius: 0; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { font-size:0.875rem;font-family:raleway;height:8.6875rem;width:60rem;position:relative;display:block; }#tMflxOoQ0owMpULHfk7sIF4MA3bGBTBh { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2431640625rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { background-color: transparent; background-image: none; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container > .video-iframe-container { display: none; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row > .video-iframe-container { display: none; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .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); }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { border-width: 0; border-radius: 0; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { font-size:0.875rem;font-family:raleway;height:11.5rem;width:60rem;position:relative;display:block; }#XGV2aqrs1LyQwPnBGJMuv1sPggiwxOn8 { color:#000000;display:block;width:59.125rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5614013671875rem;left:0rem;height:7.79688125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZCIcv405kCydOtwLnlP64noz68mI6Vd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { background-color: transparent; background-image: none; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container > .video-iframe-container { display: none; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row > .video-iframe-container { display: none; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .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); }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { border-width: 0; border-radius: 0; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { font-size:0.875rem;font-family:raleway;height:10.25rem;width:60rem;position:relative;display:block; }#D4t7JE7kTaJEO7XoKm5FniZsI0kM7rBH { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.56103515625rem;left:0rem;height:5.197925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { background-color: transparent; background-image: none; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container > .video-iframe-container { display: none; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row > .video-iframe-container { display: none; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .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); }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { border-width: 0; border-radius: 0; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { font-size:0.875rem;font-family:raleway;height:12rem;width:60rem;position:relative;display:block; }#ASUnxsesRWEafowbTLNXiE5s8i314ULV { color:#000000;display:block;width:59rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5614013671875rem;left:0rem;height:9.0963625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { background-color: transparent; background-image: none; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container > .video-iframe-container { display: none; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row > .video-iframe-container { display: none; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .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); }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { border-width: 0; border-radius: 0; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { font-size:0.875rem;font-family:raleway;height:8.75rem;width:60rem;position:relative;display:block; }#n81CGs14hCCBIAcHPf0poUuBumX2IPsr { color:#16d7da;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.56103515625rem;left:0rem;height:5.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { background-color: transparent; background-image: none; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container > .video-iframe-container { display: none; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row > .video-iframe-container { display: none; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .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); }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { border-width: 0; border-radius: 0; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { font-size:0.875rem;font-family:raleway;height:8.1875rem;width:60rem;position:relative;display:block; }#MsSwkJfrnhPlVDtmtKhiMyATBEdNhn8O { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.89844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SE9KDnw7lZArafg555zBoytt63OzS3RJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { background-color: transparent; background-image: none; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container > .video-iframe-container { display: none; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row > .video-iframe-container { display: none; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .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); }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { border-width: 0; border-radius: 0; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { font-size:0.875rem;font-family:raleway;height:8.0625rem;width:60rem;position:relative;display:block; }#v39GJBpEir7Svo7o5EkNSHUR83T6SpVn { color:#16d7da;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.56103515625rem;left:0rem;height:3.89844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { background-color: transparent; background-image: none; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container > .video-iframe-container { display: none; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row > .video-iframe-container { display: none; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .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); }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { border-width: 0; border-radius: 0; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { font-size:0.875rem;font-family:raleway;height:11.3125rem;width:60rem;position:relative;display:block; }#fzGwxVUahIlD4nOENpCH4POsVxrgqfbO { color:#16d7da;display:block;width:56.875rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5614013671875rem;left:0rem;height:6.49740625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row .container { background-color: transparent; background-image: none; }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row .container > .video-iframe-container { display: none; }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row > .video-iframe-container { display: none; }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .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); }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row .container { border-width: 0; border-radius: 0; }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row .container { font-size:0.875rem;font-family:raleway;height:10rem;width:60rem;position:relative;display:block; }#iPFIkGZ7Sa4B26MsJ1gRRfOhVDJayKHT { color:#16d7da;display:block;width:54.5625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5614013671875rem;left:0rem;height:5.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { background-color: transparent; background-image: none; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container > .video-iframe-container { display: none; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row > .video-iframe-container { display: none; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .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); }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { border-width: 0; border-radius: 0; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { font-size:0.875rem;font-family:raleway;height:10.875rem;width:60rem;position:relative;display:block; }#rVHnzOdTQA8LF553dNQw6SXoPalxDBTX { color:#16d7da;display:block;width:53.5625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.89844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { background-color: transparent; background-image: none; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container > .video-iframe-container { display: none; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row > .video-iframe-container { display: none; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .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); }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { border-width: 0; border-radius: 0; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { font-size:0.875rem;font-family:raleway;height:7.1875rem;width:60rem;position:relative;display:block; }#C1Bb1yFmIpWdosuseRGHJ19iBT6HebJq { color:#000000;display:block;width:60rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#biCT982mzRS6SUovBZGtS4recCpBvxUC { position:relative;display:block; }#biCT982mzRS6SUovBZGtS4recCpBvxUC { background-color: transparent; background-image: none; }#biCT982mzRS6SUovBZGtS4recCpBvxUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container > .video-iframe-container { display: none; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row > .video-iframe-container { display: none; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .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); }#biCT982mzRS6SUovBZGtS4recCpBvxUC { border-width: 0; border-radius: 0; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .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; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .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:raleway;height:17.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qmlWCanHbLXZHpKTMS727llVmJgepWMn { 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:;width:7.75rem;top:3.625rem;left:46.125rem;overflow:hidden;display:block; }
#N6kFLUHmaBin8S3eIns5muvFUaI1sT9H { 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:7.125rem;width:5.75rem;top:3.1875rem;left:7.125rem;overflow:hidden;display:block; }
#nrC5K0CrTenyT8aMmO1MqwSGTrc804rt { 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:6.875rem;width:6.6875rem;top:3.3125rem;left:26.65625rem;overflow:hidden;display:block; }
#lHBz233tKavrT2qTtzBwmuCT8GfPOzDm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:3.75rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPwbUxJ9w1V8VGlg2bZqygZDRoFMIvHd { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0.59375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCeEfdPl74OCWr4PewPza3eRTq66ydQb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.375rem;left:23.75rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXpARLmOnoAO6TDH5XRWz4NXWsvogLty { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:20.625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EPdonCRoMgqpDVyss8WfrETFFOteZF3F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:43.75rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UmZzJDpTGKN5BLA7VEAxhAlV12nEpTN5 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.9375rem;left:40.625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd { position:relative;display:block; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd { background-color: transparent; background-image: none; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container > .video-iframe-container { display: none; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row > .video-iframe-container { display: none; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .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); }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd { border-width: 0; border-radius: 0; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .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; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .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:raleway;height:17.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTRO2rELDOJyJEGGoF8udwXTr8HlsPnL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.25rem;left:3.75rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#me0f4s2rzrconrQdNU2rBVkp0DTBpwOJ { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0.59375rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R1EeBJlErsWh1wOqt5TEPlsegGaM4gZn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.25rem;left:23.75rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T44FGB9NQDigokXbW3TAHapWZmCKJCnA { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:20.625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppoQnX1m3xkV2I9ATpZAJL3BKM0Zxzeu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.25rem;left:43.75rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9u9dPKPdmraBVGNxXLIGHKL5hnavaZQ { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:40.625rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tfvd6nDommh5n0WtC11GNOI6UVE3g9QB { 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:7rem;width:6.6875rem;top:0.3125rem;left:6.65625rem;overflow:hidden;display:block; }
#U8t2Kbgt2yAk85dHCerIbVQ7FRlpuoCG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:6.1875rem;top:1.1333312988281rem;left:27.46875rem;overflow:hidden;display:block; }
#HKfQWAGQ4x4azbbsfL0JTUemwkfRHIyg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:5.4375rem;top:1.9375rem;left:47.28125rem;overflow:hidden;display:block; }
#nwplQM76mSeeOvGTHrMagKEU3ICz655a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row .container { background-color: transparent; background-image: none; }#nwplQM76mSeeOvGTHrMagKEU3ICz655a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row .container > .video-iframe-container { display: none; }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row > .video-iframe-container { display: none; }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .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); }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row .container { border-width: 0; border-radius: 0; }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row .container { font-size:0.875rem;font-family:raleway;height:16.3125rem;width:60rem;position:relative;display:block; }#DidQ9AKk0WAyIhI5ECXGDLwXPMB76HU5 { color:#000000;display:block;width:35.5rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.25rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pfC5fWTN6uZL0nfZ04lX4Qi4vt3Ik0Jv { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9601235389712rem;left:0rem;height:3.89930625rem;font-style:normal;display:block; }
#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row .container { background-color: transparent; background-image: none; }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row .container > .video-iframe-container { display: none; }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row > .video-iframe-container { display: none; }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .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); }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row .container { border-width: 0; border-radius: 0; }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row .container { font-size:0.875rem;font-family:raleway;height:49.875rem;width:60rem;position:relative;display:block; }#xNTEBuAh1kisv8imaSbJTZQrAZ97Wmmi { color:#000000;display:block;width:13rem;position:absolute;font-family:urbane;font-size:4.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:3.4375rem;height:5.849825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GzTUW9PkT4FnbGiZ6PtipxSi8ceTkunr { color:#000000;display:block;width:10.625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.34375rem;left:15.6875rem;height:2.5989625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sQNnyJJNJkay7dMagiH2bXowtinQ1bR1 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.75rem;left:4.75rem;display:block; }
#tGls5ebTEbCBJQvilq0en3SNrOgyOH19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CmbRp63FaVCIoS9JOprlUMeNXUbV5gb4 { color:#000000;display:block;width:44.375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.60312461853rem;left:7.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBFthC2eTBcg3k6yBZVG096uG39HL9ST { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.75rem;left:34.798491379311rem;display:block; }
#n9sNlBivDp2SFmgnIlESo0TArXCBE6wd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWVWeV7FU5cWsLXnN1OQm0kLp0L1BIlh { color:#000000;display:block;width:13rem;position:absolute;font-family:urbane;font-size:4.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.3125rem;left:33.75rem;height:5.849825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSSrdPI8lXW2A9hpnMVQFNHnKBkENAVi { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.34375rem;left:45.875rem;height:2.5989625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GpmA3qHOhyf5OeMAI6MMnuw7aXs6Z8pI { color:#000000;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.8125rem;left:17.25rem;height:1.29980625rem;display:block; }
#oa6tsxzbge55h8obSCw4ilddR3aJ9RN7 { color:#000000;display:block;width:13rem;position:absolute;font-family:urbane;font-size:4.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.4375rem;left:18.5rem;height:5.849825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gv5kpuwnGq0exXdgUChEgXpctlTLtMOU { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.5625rem;left:31.3125rem;height:2.5989625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J2oHkimh52dXue7G4k7prGNispxf2Q8Q { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.5rem;left:19.540948275862rem;display:block; }
#B8ARVBrzhOw0WlgHVlO7U6UpW5KxUEqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIsls0sNRkrvm7MKuKh55DcoC5ZW8WTE { color:#000000;display:block;width:53.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.375rem;left:3.03125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeiKKIDA7N9rUUrxCrgIFc5WHNNAKEBf { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.5rem;left:6.53125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdvGiTIlzOqfheVaxl5Ia40Tp7TAtHu4 { color:#000000;display:block;width:27.875rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.4375rem;height:1.21875rem;font-style:normal;display:block; }
#Gb5KE4M9UxGkzOpgJZISV2G1XFVU4Gac { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.71875rem;left:3.4375rem;height:1.21875rem;font-style:normal;display:block; }
#IKall9oarbVt492GAIydl4qzPZObsgDG { color:#000000;display:block;width:23.125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:33.75rem;height:2.4375rem;font-style:normal;display:block; }
#PlmRWBtXqPnBErUoH5TFQlJTc5wfXDwL { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0718994140625rem;left:33.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTlLqM6UwD7PNh5UKoEQq1TymSwCDX9C { color:#000000;display:block;width:48.375rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:45.47758102417rem;left:5.8113594055176rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dr009n6yMRwQkl45pKHt9e4JkbR21S3A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7fbfb;background-image:url("https://images.assets-landingi.com/VW23dbpc/c.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dr009n6yMRwQkl45pKHt9e4JkbR21S3A.adaptive-delivery-prevent-bg, #dr009n6yMRwQkl45pKHt9e4JkbR21S3A.lazyload, #dr009n6yMRwQkl45pKHt9e4JkbR21S3A.lazyloading { background-image: none; }#dr009n6yMRwQkl45pKHt9e4JkbR21S3A > .row .container { border-width: 0; border-radius: 0; }#dr009n6yMRwQkl45pKHt9e4JkbR21S3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dr009n6yMRwQkl45pKHt9e4JkbR21S3A > .row .container { font-size:0.875rem;font-family:raleway;height:8.3125rem;width:60rem;position:relative;display:none; }#kZk2vmXVGFSQhclIHxn9ag9eoU7DuWPf { color:#16d7da;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOl7WEqZ8qrlDOTHraJOJhFNgKyhvAO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7fbfb;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:none; }#GOl7WEqZ8qrlDOTHraJOJhFNgKyhvAO0 > .row .container { border-width: 0; border-radius: 0; }#GOl7WEqZ8qrlDOTHraJOJhFNgKyhvAO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOl7WEqZ8qrlDOTHraJOJhFNgKyhvAO0 > .row .container { font-size:0.875rem;font-family:raleway;height:7.4375rem;width:60rem;position:relative;display:none; }#AmKDZ2oZZvL4FlnWf974S6umS1sdSwck { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:2.375rem;left:0.625rem;display:block; }
#T3mQnTMfOKc38mGB9Z7LkgeRSimcecGh { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:2.375rem;left:15.625rem;display:block; }
#nCIf4tgwkAyWgNuqSDm06v6dhGzNxRbf { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:2.375rem;left:30.625rem;display:block; }
#AkCvETXZv0UUGeTdbQsR6NJNZ8TdJrSs { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:2.375rem;left:45.625rem;display:block; }
#xCH6wiMKX9SEg1S7y4MoSlHfB7Ct4VV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7fbfb;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:none; }#xCH6wiMKX9SEg1S7y4MoSlHfB7Ct4VV1 > .row .container { border-width: 0; border-radius: 0; }#xCH6wiMKX9SEg1S7y4MoSlHfB7Ct4VV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCH6wiMKX9SEg1S7y4MoSlHfB7Ct4VV1 > .row .container { font-size:0.875rem;font-family:raleway;height:6.25rem;width:60rem;position:relative;display:none; }#xRD4VEn3eO7DJFpAZ4pPqNUkceFpSdfe { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:1rem;left:0.625rem;display:block; }
#HXJAWPH1dnoiMHE7rXFkqyZNFztamTyE { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:1rem;left:15.625rem;display:block; }
#C8cWsoO9FcEgxFa5U2giRo8RTX0n5BVD { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:1rem;left:30.625rem;display:block; }
#gprN10Ol4ArNA7rt9rWHQDUz9vNkn4oy { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:1rem;left:45.625rem;display:block; }
#DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7fbfb;background-image:url("https://images.assets-landingi.com/ifHcCneR/c2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1.adaptive-delivery-prevent-bg, #DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1.lazyload, #DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1.lazyloading { background-image: none; }#DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1 > .row .container { border-width: 0; border-radius: 0; }#DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1 > .row .container { font-size:0.875rem;font-family:raleway;height:13.375rem;width:60rem;position:relative;display:none; }#HavarbE0vfdxPnGTs9PTPMKOuFgQKWcB { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:1rem;left:0.625rem;display:block; }
#tbALdVhfstdhpgKR123DheW9OPpIyagR { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:1rem;left:15.625rem;display:block; }
#R6F6QNSMqTVshTpavyQZlglgrf2iOosq { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:1rem;left:30.625rem;display:block; }
#DtoFSaeGiSbxvzPLq3hqWp9Fw3PqyDdy { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.75rem;top:1rem;left:45.625rem;display:block; }
#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EvpU39I8/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.adaptive-delivery-prevent-bg, #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.lazyload, #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.lazyloading { background-image: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { background-color: transparent; background-image: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container > .video-iframe-container { display: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container { display: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .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); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { border-width: 0; border-radius: 0; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { font-size:0.875rem;font-family:raleway;height:43.5rem;width:60rem;position:relative;display:block; }#XEvion9Ic4LtBe6lsRStxDxVyTW5cwuL { position:absolute;display:block;z-index:15003;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.75rem;width:52.5rem;top:8.875rem;left:3.75rem;display:block; }
#t4XbPksBbLnH9ZpTBCMK4kOy7eIKeeTr { color:#000000;display:block;width:25.625rem;position:absolute;font-family:urbane;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.625rem;left:29.875rem;height:5.361975rem;text-align:center;text-align-last:center;display:block; }
#cerE0SNOM4ft8XzhxkBAgRWq3a25zWF2 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:4.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28rem;left:31.706378936767rem;display:block; }
#PHli4kW0yOCFRsoOOfu7FoJ4Id6o8EiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWHSTDzLP8RX4RLn244vvBScJkJy05Lx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:25.125rem;top:9.1875rem;left:4.0625rem;overflow:hidden;display:block; }
#EDKGAqt9Us4t55b5sN4cUCUwBFCuDwaO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:7.75rem;left:30.3125rem;overflow:hidden;display:block; }
#r6DzwN6bns7FyFCtkzpTDUUJ2FTSihPH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5625rem;top:7.78125rem;left:42.1875rem;overflow:hidden;display:block; }
#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 { position:relative;display:block; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 { background-color: transparent; background-image: none; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container > .video-iframe-container { display: none; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row > .video-iframe-container { display: none; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .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); }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 { border-width: 0; border-radius: 0; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .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; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .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:raleway;height:9.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wxR92aUACne5JXTyWrBMiL2RifP3wLsw { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.76215rem;display:block; }
#IKBylDSn6ahHfbhSVr8oGw2FcBnBMXbF { color:#000000;display:block;width:19.125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.125rem;left:40.875rem;height:4.4609375rem;display:block; }
#hNw3tLnTe4XMQqEdRfpMyokLboS9Fod9 { 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:4.375rem;width:7.3125rem;top:2.5625rem;left:26.71875rem;overflow:hidden;display:block; }
#dSMqiTThBQhKT7TbRVC1G7DhhiUwotJi { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4812498092651rem;left:44.1875rem;height:2.436525rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya { display:block; }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3f370bLltcp11wlExdQ8KcRpJgCK5tH { width:15.8125rem;height:2.4375rem;top:1.4375rem;left:31.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZVsCIVvoZJkqyAeTX3baNmU8Eq6X3e { width:7.3125rem;height:2.3125rem;top:1.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPKf3WleK26GTT5CawX1STEuTr4Zza4 { display:block; }
 }@media only screen and (max-width: 763px) { #Lhlbw73x1KJyle5xqqipAyZTfSpxTLf2 { width:5.4375rem;height:2.3125rem;top:1.625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmyWZgEAc3zHD0rTiETiAzSTLgBD7Oa { display:block; }
 }@media only screen and (max-width: 763px) { #OKnInoGMpVeiTueJgXsLEFxehA7EkuNR { width:4.25rem;height:2.3125rem;top:1.625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCryf3S4VWJXnx78CAkFMgX0VS5fNO65 { display:block; }
 }@media only screen and (max-width: 763px) { #OXvlTUzCVb55GsLzAZfU8J7gbtmRlvCr { top:1.6875rem;left:31.562498092651rem;width:4.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DupQr1qrpmHw1WFkSNwDkxUD3pNd8Ulq { display:block; }
 }@media only screen and (max-width: 763px) { #aXcxVcFkpr94SoOCMJvZm3gsErUeiVWw { top:0.6875rem;left:0rem;width:12.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm { display:block; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKiUzzckQvf181hfHSlpqTtqzNcWTFQ { width:47.75rem;height:14.1875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqnlz2MMR6swkfU2LkKdDaJEmPefOiz9 { width:47.75rem;height:11.6875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrdyODm8Fwb9rel4MQ3arbco7c8avXCv { width:2.625rem;height:2.625rem;top:25.375rem;left:17.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFxZMo0oNITDykwu1p9dTJ6ac1D4Tr4U { width:47.75rem;height:1.19965rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0KmNvqek2Ok48ZplfelUxJtoz3GqFcR { width:43.625rem;height:4.875rem;top:32.125rem;left:2.0611972808838rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvpGcRRHopMF8o8ROvfsKTMtC0idyuvF { width:17.5625rem;height:4.75rem;top:38.375rem;left:4.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiUaEpDRO5P26N3Q3cIGWXH4NHFusiva { display:block; }
 }@media only screen and (max-width: 763px) { #ehIiW17Li9uRqA4GwVR3PpOkm2S4Gq5k { width:47.75rem;height:4.38715rem;top:16.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI355Sm2G1mmBFDsQfBM9Jce1v3Q3Fy6 { width:2.625rem;height:2.625rem;top:25.375rem;left:19.999675750733rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZdAs83ebfE2G9eLJ7JFAWqiDhg3QOqW { width:2.625rem;height:2.625rem;top:25.375rem;left:22.812175750733rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqGLMP9H4XcDPOhbxvhGm1WaNCQiQxTd { width:2.625rem;height:2.625rem;top:25.375rem;left:25.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1khiB2fEfmCbCVkHBUzuQpbIhEfULs4 { width:2.625rem;height:2.625rem;top:25.375rem;left:28.06201171875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnpuIpxIpNE1Vzpe5wxyOUAu6TqzOaqU { width:20rem;height:11.25rem;top:21.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nax5CmRzzCTAQamKhq44UgOxgTURPJqu { width:47.75rem;height:1.23698125rem;top:13.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ftGc7GnPpvunmLuFamVVG2mJ6pr2Lx { width:17.5625rem;height:4.75rem;top:38.375rem;left:25.499347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVSFsCHKAsxEOes7X73brJN5hynL85n4 { display:block; }
 }@media only screen and (max-width: 763px) { #gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp { display:none; }#gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ctoxX7HbknTEbGXT6ZLEdQNaQr6cQs0b { width:47.75rem;height:1.5625rem;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmIyDNqLTagq1rKx3mAial7Jh4yx6sL { width:47.75rem;height:3.875rem;top:6.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTM2yGUyUMTHSLgu5PiobUTr44z8HSc7 { display:block; }#RTM2yGUyUMTHSLgu5PiobUTr44z8HSc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 { display:block; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc0bcCUxzKd2pWu12CWBTcUoW5wloiIy { width:47.75rem;height:3.65625rem;top:3.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMFz7m36RhTf5LS7bFFLHD8U4t5BcNPh { width:47.75rem;height:26.899166666667rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpd6plTPzt4J7Xui1TlTTwgue3W7hA0 { width:3.125rem;height:3.125rem;top:21.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkmwXEayUXgtw0vKzA2KkDzIau9okMa { width:45.125rem;height:3.39930625rem;top:21.1875rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { display:block; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRkE3oMzh3eLxvEiA9UEQ9triNrE779T { width:47.75rem;height:20rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm { display:block; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #briJrTgID9oXgAaw6DnflXiFcwBoMebq { width:26.625rem;height:1.69965rem;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu { width:25.75rem;height:25.295125rem;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
 }@media only screen and (max-width: 763px) { #I1mq6PMGVziUxFt7Tox40Jk6IoIgypP0 { width:26.625rem;height:27.19445rem;top:5.25rem;left:21.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aZVX2rnUnTHPVFZvVk86xUOBV39gNq { width:23.1875rem;height:4.875rem;top:40.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3OZcUJTvoO96MRJdi4hDbw6v3ZiTTS6 { display:block; }
 }@media only screen and (max-width: 763px) { #AJaT52EW6EszqxJZfQJE4h82WJb81U20 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2qGxGncWa8dbuJSVWfiRgkzTB3UlW9W { width:15.9375rem;height:7.3125rem;top:1.5rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm3e9uDaQhmxrrlTl8IR1qSlTN1vUfeP { width:20rem;height:7.3125rem;top:43.3125rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { display:block; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTgtnAEUwMK5UuPQ8EybOV0T5LU2ikqw { width:3.125rem;height:3.125rem;top:2.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1O8aQ2MWIVWTUnapJ3QlPSuuIwF6ypX { width:3.125rem;height:3.125rem;top:21.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUAaCgxl5ecLLTybQ8LEos1oThm9rCdP { width:45.0625rem;height:3.39930625rem;top:2.375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVlPEgPvZeBnwfouAyCupEvXBVN1cud2 { width:45.125rem;height:3.39930625rem;top:21.1875rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKFIfSzx3qfAMRTbtsPh06WodVOHZTSL { width:45.125rem;height:3.39930625rem;top:10.875rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLDimqzyOzWiIGmfSubDXQOpnD3nVdmJ { width:3.125rem;height:3.125rem;top:11.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdobOi1AhOftl3908PGCObkRhxmS46Jm { display:block; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqr1LJwHsDSpATOcH4UqbHlCPiMlFZq4 { width:47.75rem;height:3.65625rem;top:3.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNO26QTeNlrHvGzWgy0g2OG19Lk5lcGJ { width:29.75rem;height:1.381075rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UenLx1P3EULb4Bep0rEt0sxsux1MMfTt { width:29.375rem;height:16.9375rem;top:12.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIPw5f6dKt3pdklPvTNLWoAGcadnoH4W { width:28.375rem;height:15.875rem;top:12.8125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niwntXZF7qEcgU0gXIf1loCAdSsVsQpg { width:28.625rem;height:25.295125rem;top:13.75rem;left:0rem;font-size:1.0625rem;display:block; }#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eimNlfs6/bullet.png); }
 }@media only screen and (max-width: 763px) { #qp4b0bwwgvfZl4OGqGJ05GE85ZD9Fi71 { width:27.6875rem;height:1.94965rem;top:30.0625rem;left:20.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm { display:block; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVDS8cRTnw83qPvQ4KzHXt2lrVXK31il { width:47.75rem;height:1.4619125rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGvPz6KusLUo7Ed3UXToS4wrWXEbTeO { width:47.75rem;height:10.796875rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 { display:block; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnc5cGCkaa2FDuvt0dMVry0ReXQIkT9U { width:47.75rem;height:3.65625rem;top:2.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohi78dqBJVZQZyavPS1sPMeSFBQK6IxG { width:14.6875rem;height:14.6875rem;top:19rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1BJACPJsPNsXh1BfuGxTzWWeezVyNUw { width:9.5625rem;height:10.125rem;top:11.0625rem;left:27.27783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEO7I8G5TeZLACuMuuQhn3r9B0ypD9RW { width:14.75rem;height:3.937633479101rem;top:14.125rem;left:9.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFK5BqCqQqCia0XbN2lGNZxCBLhce6Z { width:10.875rem;height:10.875rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH6xbs9MnxDD9bXn7wGy2k3kzX1V4PbS { width:11.25rem;height:7.875rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c54FsXWuT4DuRzTIA9wvdTkM6rWDJKoE { width:13.4375rem;height:13.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkn5gKnShToicVvKbEWddkmCc8kFEuGn { width:7.3125rem;height:7.9350625rem;top:22.125rem;left:10.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MagHW5Tapz5FIUuN3bkKwgoL3RUNPADc { width:14.5rem;height:5.8744301331126rem;top:13.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBJnhfytmFDcXTJqCczGPXyZlteZkJp { width:8.625rem;height:7.8105625rem;top:39.875rem;left:8.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5cTtlv3RaT1vkstzuFwpwdGHyPP3xlJ { width:16.875rem;height:5.8531919722764rem;top:22.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVu2XesRaTz1vtwc9zRXPnF40HwbwnFE { width:14.9375rem;height:5.8126945671822rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdtxvW8WM46bmOA3y2eOb6crfJk6DzN { width:19.3125rem;height:4.3125rem;top:32.6875rem;left:15.96630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl5OGTZ5O17v1CrdAOdisM8TVlezvXLk { width:14.8125rem;height:9.6855625rem;top:46.9375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDapoXNoZu12GW0A7ERLqpslimaqCOXy { width:14.3125rem;height:7.4683979145013rem;top:40rem;left:20.65380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvpbZ3bdaeV2L19JWVEUcKxAv1BNWELf { width:10.125rem;height:10.125rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEifJ4x9k3WqtkN6lmyKcFrTaSyrtIv3 { width:16.25rem;height:9.5627942398225rem;top:29.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkfrGKMrk9MZuMUwv72bSnOEGXkSRCO1 { width:14.25rem;height:5.2892313538114rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnMHJnI4bUbOriGE6aADTpBxgywofSA6 { width:14.0625rem;height:14.0625rem;top:61.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #err3SBBcMws2HQAP8FzSrUKC2FiOzCuA { width:22.5625rem;height:3.1161481024618rem;top:50.75rem;left:12.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrqRg3LQ8RU8ak3hC90MKUbfRBD0ZqC1 { width:12.75rem;height:6.1875rem;top:65.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeatfRnH0QOTv1gqZJ7WKpZ9et0KfRmr { width:11.25rem;height:3.1875rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy5yQggT4gInsaUp6UHgMyTfXQyb0nRw { width:12.75rem;height:5.7495125rem;top:40.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdd74mmgSBDyJTveLlvMmsuXLTQLC2Ss { width:9.25rem;height:9.25rem;top:63.875rem;left:25.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XokTT1uAcF1ghzqDHWA3REkyZkLDGb { width:12.1875rem;height:6.312rem;top:57.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZKVQd4KAcqvP2EELl6HLGzPIy0TSr9N { width:10.125rem;height:10.125rem;top:55.0625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMSTJy3m49VVMcl8cbaZv4MrMkRQo4Ww { width:9.375rem;height:9.375rem;top:55.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 { display:block; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8FKP7ZrsSLQI3JBrFPUazHkFUyHR8St { width:47.75rem;height:1.46180625rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4u0znHfTAnEAfOTvpPZTorRtBmxr42D { width:47.75rem;height:8.9375rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hykuw0W8vr3Brbczcp26yKNVT8y0NA { display:block; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfzMMO0EIGx1rUbatn5X6KBN0JSKKCv3 { width:47.75rem;height:3.65625rem;top:2.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJLWcWhBctN7CTSZ70C7y47NUyLpTNh { width:47.75rem;height:1.29980625rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJnCvPMXTqP7s4TrAdHMOVlH0wJxF3nT { width:47.75rem;height:3.65625rem;top:7.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP { display:block; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnidZo0SoTZnTOdXy5W4zcyvVU7JilBh { width:0.9375rem;height:0.9375rem;top:1.6875rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl { width:0.5625rem;height:36.5625rem;top:1.6875rem;left:23.736457824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxuDDOlHxCnELm1X159ZrfgS599N8rmH { width:27.4375rem;height:1.5434rem;top:1.3125rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAfMdiVFgK8HuPiJbUTL5XCkpoEtEzlB { width:27.375rem;height:5.59765625rem;top:4.375rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRpEC5XaUAOVXBIKI8h3Oc9k1E4fnfIi { width:0.9375rem;height:0.9375rem;top:9rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4w2hrcQSCFk78wezTAKTLpqoEV1EVGo { width:27.4375rem;height:8.3958125rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8ynh7K61yv5O1t9KgGBVQzONrPgTuH { width:26.1875rem;height:3.0868rem;top:8.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbukpqHlSGe4TGbCyVJykaqEPCCarTSd { width:0.9375rem;height:0.9375rem;top:17.3125rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b04m5g2Mwvt1xP5gfQi5n19gloLSTase { width:27.4375rem;height:9.795125rem;top:19.6875rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHiMaqsZ8enbwyKtl0No0TtXq2CrMPEP { width:28.1875rem;height:3.0868rem;top:16rem;left:19.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFAsATwWlTDuC2boXBckXIuMnoS6KZL { width:0.9375rem;height:0.9375rem;top:26rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKTJ2QsFSG3ZDobX29ibLplJDJ77zQx6 { width:27.375rem;height:1.5434rem;top:25.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0TPUiJHLsCkuxRGbZGa27ccE9vTb6UM { width:27.375rem;height:9.795125rem;top:28.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh { display:block; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGPLZavdTD31PuvO9PVFivDmnTH59OS9 { width:0.5625rem;height:25.9375rem;top:0rem;left:23.794792175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnk336VITq8hDi031AdudiG4gbelPp4X { width:27.4375rem;height:9.795125rem;top:2.5rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTyLNsSUPfdZK8qL5fVniASMEQmEgwo5 { width:27.4375rem;height:1.5434rem;top:0rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeNXXVPSFgnO3HLd9Gg24WnQDxiAgGS9 { width:0.9375rem;height:0.9375rem;top:0.3125rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH7kaVksVp17x7u7OzCDKSzN6ZDn3z0u { width:0.9375rem;height:0.9375rem;top:8.375rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Jty5g3DvTufCTwhnQtZVZOckIpEHrP { width:27.4375rem;height:1.4619125rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZqhq12hCtbbDqvNUkLO3BMpkT4mcyMx { width:27.375rem;height:6.9970625rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdBwRWWUvpXvGOKOg1VvAWLqSyAdTnTy { width:0.9375rem;height:0.9375rem;top:16.875rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNLfa3yTlcys4gverWdPBkfhv2DKdL1 { width:27.4375rem;height:8.3958125rem;top:18.9375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20Iv2UfThClJR5Oo4aMXwaedl7gObbr { width:27.375rem;height:1.5434rem;top:16.4375rem;left:20.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axd46JvaEhDUwKkQhKTmEFsnghTcOvfT { display:block; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3qFJXAFTVznbUlWgA0RJADgApEDKhBU { width:0.5625rem;height:18.8125rem;top:0rem;left:23.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8trQlhvgRtukDdtaSEoUuEHOG3nvsa { width:27.4375rem;height:1.5434rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2OiyOlNmk8CEDV27CbcDTJefWPxFya { width:27.4375rem;height:6.99653125rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcRy3sLIQR49i1m06Go1I5dpbmv0fis6 { width:0.9375rem;height:0.9375rem;top:0.25rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAzO68ek9qqBvT0Z9KIHItPEbvAelPF { width:0.9375rem;height:0.9375rem;top:9.75rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U49m6eexOzg953nkXlZWd7ham8ra6Hyu { width:27.4375rem;height:8.3958125rem;top:11.875rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrdqHOEb3twn5hhGKiyZnudTFlo34zvm { width:27.4375rem;height:1.5434rem;top:9.4375rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwEHPgqS8nyoWIu75FGX0c56nS3SN2w1 { width:0.9375rem;height:0.9375rem;top:18.25rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGM43HT5sDBKWM6I40kfdi4OGbLIVST { width:27.4375rem;height:6.9965rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER3ddw2AS8U5I50E6ZvEG9at5Vbk3yhp { width:27.375rem;height:1.5434rem;top:18.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H { display:block; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9FpO7nlUBX3923BI5Xkmbc5BvUpvUOH { width:47.75rem;height:2.599825rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhh6Tr9WplXuIxCKEHlKCP8BJavFCggF { width:47.75rem;height:1.29980625rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AakVe4w9PUVlICk9IFITVv9fD8HaMgtG { display:block; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ueida79OclZoRg93e9EDDbiKiXFVEuT6 { width:0.9375rem;height:0.9375rem;top:1.6875rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmXSVQadUU1PTeRiI5lxWy548DWZDiR { width:0.5625rem;height:21rem;top:2.8125rem;left:23.779949188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMMX9Un1D1ByQGuGCzC9mBC4HklevIW { width:27.375rem;height:1.5434rem;top:1.375rem;left:20.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkiUtKaeMqxBQrXOkmTMeGn9kqBnhw93 { width:27.4375rem;height:9.795125rem;top:3.6875rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFolkf4cDT3439d9WypCDtFTFqQlcPZO { width:0.9375rem;height:0.9375rem;top:10.75rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPhJ9aGXxAckWXpMJ3svQI2HGlXU1mnm { width:27.4375rem;height:6.9970625rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtV1W0WZfDyVJvCp98ngW5eTtw3HDROq { width:27.4375rem;height:1.5434rem;top:10.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC { display:block; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24 { width:0.5rem;height:30.0625rem;top:0rem;left:23.808058899062rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRBWbqVP2hTu3WLy0lc87kylRg2ObgWm { width:27.4375rem;height:9.795125rem;top:2.375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGzyitbaMoc1tfdRhw6s2cc2D8X0ZIn8 { width:27.375rem;height:1.5434rem;top:0rem;left:20.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvptx3gfT2ShlHEUmtbLF8fsiEOFTKtW { width:0.9375rem;height:0.9375rem;top:0.25rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIX0UNAKMZlrps9KbORZIXJinkuacVSM { width:0.9375rem;height:0.9375rem;top:10.25rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMUsO6ULeiamuTlFZEpoVIo0a6iCAH7M { width:27.6875rem;height:1.5434rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g76Uw1SZ8PLh02Qvmd8wmTWTEdQp2fXy { width:27.4375rem;height:6.9965rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhTVhkDKg1lSe7XvLPuhNE4UlsoEzFyc { width:0.9375rem;height:0.9375rem;top:21.5625rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdirL16MAWqd7kECTDBBmtUgX4ZNrEL { width:27.4375rem;height:1.5434rem;top:21.5625rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHt5STdaUmMp9sITU43msIWmxSO07AKv { width:27.4375rem;height:6.9970625rem;top:24rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X { display:block; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTSerQe2cbcdEf19FSPdJrS3pSZd66J { width:0.5625rem;height:26.875rem;top:0rem;left:23.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXdvBf12vPF71grMNaBxCSFbTl4zXPa { width:27.4375rem;height:1.5434rem;top:10.25rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNlmQoSyA6yTZOdGXiCMhlRkBAV5LSgW { width:27.4375rem;height:6.9970625rem;top:12.6875rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohecXWFPCsSmmOTGJ5wBW0Cu2mAtvbDH { width:0.9375rem;height:0.9375rem;top:1.625rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwOdTh8vTJn13UZ0Uxotgz9BrpbRb7S { width:0.9375rem;height:0.9375rem;top:11.125rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAG5FveJRB04zQbheClp9IZozaLs0F7p { width:0.9375rem;height:0.9375rem;top:19.625rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysqIUgnzma83RPJCk97BxiNWPXm5Iz5L { width:21.5rem;height:5.597225rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKWnPmxov2EM2ov6MlClwHw3EgpyrPR { width:27.4375rem;height:1.5434rem;top:19.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlgJA7UlD8vyg45g7IQsu3S4siUeT4el { width:21.1875rem;height:2.798825rem;top:29.3125rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmKBEyNTbxfFV55gtI0LvdJe6CTzCIUH { width:27.4375rem;height:1.5434rem;top:26.875rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAGhHgJyquvLdraen15HTEOp25STwLFf { width:0.9375rem;height:0.9375rem;top:26.875rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTJARlQLx7Xekm4bFUQHEW3m5RnH8u6X { width:27.4375rem;height:1.5434rem;top:1.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dULWqUd5sad3zliBkl7xlcJXHUe0xNCP { width:27.4375rem;height:6.9970625rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo { display:block; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL8w2XxpkXd3iieLIIoEmEPMuxyl3hpZ { width:47.75rem;height:3.65625rem;top:1.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG { display:block; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb { width:36.375rem;height:;top:4.75rem;left:11.375rem;font-size:1.125rem;display:block; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
 }@media only screen and (max-width: 763px) { #lKVnhcr4es4SvQs25vo7HlTv2TB3XFBI { top:3.8125rem;left:0rem;width:23.0625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t { display:block; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ0TkvFzH2qsynTf4Oy3bno5x4d4SUmf { width:47.75rem;height:3.65625rem;top:3.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5c3p1marCNXZHi8tXBGfXpTIQangKrV { display:block; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEpEh2skALUvEwnNxIbGdIr2FINIe44I { width:26.8125rem;height:20.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U87A8Wv9Oo346BwamQ6KQ2NcffMsmZGs { width:22.75rem;height:4.986975rem;top:7.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6m5s71Q1i37lElsN9IE1fKUFCTRoLfE { width:6.25rem;height:6.25rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWSudv3ZfaTL0K67zolq2TPAVkf6Kgh { width:26.8125rem;height:20.3125rem;top:2.8125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmOnkXwNw3HubdpB90sCzWIyoF4mzyD { width:25.9375rem;height:4.79948125rem;top:12.1875rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #el0PdWyNfVieJ8qGxgdURc2TNnaDBqMt { width:17.375rem;height:3.32465rem;top:7.875rem;left:27.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9POrhXz8zrt4ImXCau5Wp3queV65aQ { width:6.25rem;height:6.25rem;top:0rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrNAglXcfispgFkI3ErarABK3BWAlypK { width:18.625rem;height:2.5996125rem;top:12.1875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo { display:block; }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8hPDggexTIK7Vf3sCgPQk03Wp07GnPL { width:38.0625rem;height:3.65625rem;top:1rem;left:4.84375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OizTT6quA4yF2fkTX9KDm8heiuJ3T0T5 { width:37.75rem;height:;top:8rem;left:4.9661464691162rem;font-size:0.9375rem;display:block; }#OizTT6quA4yF2fkTX9KDm8heiuJ3T0T5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
 }@media only screen and (max-width: 763px) { #KnCLM2kS7GbkiADvJy7SoEv3JyxUtHUN { width:17.3125rem;height:9.75rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIcVho6pZ2wTT8U8vfrSqhoirLdFoc5R { width:17.3125rem;height:9.6875rem;top:20.9375rem;left:15.218318939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFPe03UNV19SylDV8O2cOWv5rEt471rw { width:17.3125rem;height:9.6875rem;top:20.9375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ7VgXtOVWuIpZFg3BadtP4DozHEvlEh { width:17.3125rem;height:9.6875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu4sgsth9qe90aBI67cFC8VvLZ4NHTAQ { width:17.25rem;height:9.6875rem;top:32.625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3LJRRHsZUtRPlw0xF7zWmnQhJgNJOl { width:17.25rem;height:9.6875rem;top:32.625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQGz04BoRr7d0zgqZXfxXX7Rcuh53lyC { width:17.25rem;height:9.6875rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIu44m3i6UZpaVKBCRJMfixWqSZGiqk6 { width:17.1875rem;height:9.625rem;top:44.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8dt58WBFDIcuPkigwHttFoNc3EFOutN { width:17.1875rem;height:9.625rem;top:44.25rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL5hGeJBviOXLzKdAqdOxMNvURP0Vz1l { width:17.1875rem;height:9.625rem;top:56.9375rem;left:15.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXn6shrhaUyv5rxqRxvrboq1ZthOg0in { display:block; }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lgy6mNi4AdMwVorR4eiG6K49lsPb5DhL { width:42.6875rem;height:4.6875rem;top:2.125rem;left:3.09375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k44MNF3XTIzmhSdMgUSLm2s0RuLv4QQ1 { width:45.75rem;height:1.4375rem;top:7.4375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKbzmGoVG6L7Rkx4JQ2xfPmTVoouiSB5 { width:45.75rem;height:31.625rem;top:11.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi { display:block; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8KHX33k0Fop87lkrA970OM8VTNIJdzm { width:47.75rem;height:3.412325rem;top:3.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCPTlity9P3MMWGfOUwZeuSXdvxw5unQ { width:23.75rem;height:1.29980625rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksswDwbCX7V9u8wIIldvTVZ16JwaxKM0 { width:12.5rem;height:1.29980625rem;top:15.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE { width:47.75rem;height:;top:17.0625rem;left:0rem;font-size:0.9375rem;display:block; }#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE li:before{  }
 }@media only screen and (max-width: 763px) { #kR45PqTnrtnnttovTaeUJQCXVBrHJTFS { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCqiMP8n2GJd2ncSarBTpot8oThTCMU { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #you4id62MfctgOwSkylL6DxCDNcdqpHQ { display:block; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUiEPkW9e3gBzJiiTtHX8hdwLN2kqtX6 { width:22.6875rem;height:3.65625rem;top:9.125rem;left:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLtTxspmpprkDVxpKNGH9Gh715FxOvcx { width:21.4375rem;height:3.25rem;top:15.0625rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1gT79mNgvovuwrRbI8kLzilNxKgOiO { width:21.875rem;height:15.5625rem;top:7rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dww1Eb50gNG1OgzGflWdQUva1wJ32Qsi { display:none; }#Dww1Eb50gNG1OgzGflWdQUva1wJ32Qsi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyEKsuOaSwTIZ6A70sm0IvZy9vK6CPli { width:34.4375rem;height:4.6875rem;top:2.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es6kUwDgH59fVT00NdksDFXobBgE422T { width:12.375rem;height:3.125rem;top:51.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLIH9WuZ3B5miAvZwwpxJGFfc3KESV9n { display:block; }
 }@media only screen and (max-width: 763px) { #FTOETkbtEui30aSxUxZXlKUU2aksIzEV { width:19.625rem;height:5.4375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRNiXBlf1a6aPXkDsW4X8tTNdSUSXfJL { width:15.6875rem;height:1.8125rem;top:12.6875rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5aIbdT3deLrBupc7FKlWvnA3MsXCbns { width:19.5625rem;height:5.6875rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh3P5vTF43Jd3BTDJ1zf82N7G4feIRvA { width:19.5625rem;height:5.625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouHkzInny0aLktlWgyqVl9QBbaCmLBNl { width:15.6875rem;height:3.125rem;top:17.8125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcunPfRhVTOb248AxNt8oWnykaaO1B3 { width:19.375rem;height:3.1875rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP9BNsKVvzaWLd1TQNIksWLOlpPdSUyt { width:19.5625rem;height:5.4375rem;top:10.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PStZ8Rf7cdd0a6Jbp5tOERi1K8EExyUy { width:15.6875rem;height:3.625rem;top:11.75rem;left:15.9365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCMxMdWnpo7ROfzLbyQxzMF9JzKbiz85 { width:19.5rem;height:4.6875rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8V1NEJ4imDz7bVN22uoUbANmuQmOWIT { width:19.5625rem;height:5.5rem;top:10.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLrQQ1TkcR3C7HtgO5vg5fBQwZTLUSWX { width:18.3125rem;height:3.625rem;top:11.75rem;left:29.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caVhaElaW35SCWDILv6sstNhDaLsMMGU { width:20rem;height:5.625rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSDMGIbfw9EaSWqvQPktPhmxnOzTfimG { display:block; }
 }@media only screen and (max-width: 763px) { #lrg1yvu91px2HiShU19y4wNCKl0EbIPD { width:20rem;height:5.625rem;top:44.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmB2TIe1e4StFxkEualk67ac6Oqtuqus { display:block; }
 }@media only screen and (max-width: 763px) { #uDv8L5zf3T7ArWWuEtRxiVIPTpt9VrTP { width:20rem;height:5.625rem;top:44.5625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KquJJEHgO4iJQ69zRax74dhZl5GrECPy { display:block; }
 }@media only screen and (max-width: 763px) { #FLBdW0luzfa7vsm2ZQPRSfcvLdrCXL07 { width:19.5625rem;height:6.5rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZiOVRMAnIc3cqEvq4zISfO598acvPmB { width:19.6875rem;height:5.5rem;top:22.25rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mub61hHchUfONqOSm1PMMV3PFyppwQZh { width:19.1875rem;height:3.125rem;top:23.5625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOhLHUTdcW4kJGETtIEB2RTzOXldUn10 { width:19.5rem;height:4.6875rem;top:28.5625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXnOwTnSFiaRosULWnbmBt5AoBd1dE5y { width:19.6875rem;height:6.1875rem;top:27.8125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvNdNIHnfUvGd1tW7ZJCPQ9gOyA7zcmw { width:19.6875rem;height:5.625rem;top:16.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDufoi2TDu1oTLQDtIGyBIwmw1SRU8ie { width:15.6875rem;height:3.125rem;top:17.8125rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTkNR7p2GkQa90LVrARNKLJiRQFP2d8 { width:19.625rem;height:5.6875rem;top:22.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDJHSp0W8fhKXRLFq6vlrsx871erWXLt { width:19.1875rem;height:3.125rem;top:23.5625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFa6A7pRC4DZRCIJ6m1ACV102mBCnkQG { width:19.5rem;height:4.6875rem;top:28.5625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUBV2nTkgz9S3Co7rtetKtd5F8LTsJC4 { width:19.5625rem;height:6.4375rem;top:27.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkeLnrBI7VcHgX0KyeWiHaVFfNh5CTF { width:19.625rem;height:5.75rem;top:16.6875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLLw3gChdst5utr0iIr7lmCOytSxiIho { width:15.6875rem;height:3.125rem;top:17.8125rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMrlsiMs0yFhFC6c28CvE27A63WuRCoA { width:19.5rem;height:3.125rem;top:34.875rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCu6iVBlLMWNcPe2caUDVFHCJ25FzfzP { width:19.625rem;height:5.1875rem;top:33.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0D9ES4chAMsTde2AoEbXNGtnGMn9TTv { width:19.5625rem;height:4.5625rem;top:34.0625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXWlix4oF0svCwJhMUGTKKQx4A409ofH { width:19.5rem;height:3.125rem;top:34.875rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhgN1nXVxsZcclXV1WMNX0l7uMHmvJze { width:19.5rem;height:6.25rem;top:38rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3KAqap14RTqLBsQu8Ng4VcRpKgu3nrS { width:19.5rem;height:3.125rem;top:39.5625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS4bdpRuDp2vIn8d7BoF8fIw89xegn8g { width:12.375rem;height:3.125rem;top:51.1875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7TvzDJM0AlHse5w2TXX62vqhy2O2nu { display:block; }
 }@media only screen and (max-width: 763px) { #wTZkVlOxOa8LUzSHENWCTwfz2dfm9BcS { width:12.375rem;height:3.125rem;top:51.0625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9XVJ7cNTOoVpLvOcV3hKrvB8fwsnSuk { display:block; }
 }@media only screen and (max-width: 763px) { #FyLikbSdlKnQHgusI879WpT7uwyvwh5L { width:47.75rem;height:2.375rem;top:64.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcIngBAQN3CJT0KbFCgCo0MmWtpGaRXk { width:41.5625rem;height:3.625rem;top:60rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPgapWynwtPTAhumLaamBaS7hLlTmHys { width:20.9375rem;height:1.25rem;top:68.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f { display:block; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz43h3oQHCtkczKt9ZuiUIHSIcJE5nOF { width:34.4375rem;height:3.65625rem;top:2.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O795aPDH3o9QzAWtAWS25vLoJt2PTZmX { width:19.625rem;height:5.75rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXdfE5bVfyAIi1JhQZyrV9spVGH8oMDO { width:15.75rem;height:1.57465rem;top:12.375rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd41Zyk0qNMlVFoglGGS1dEUos4VQWeb { width:19.5625rem;height:5.6875rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTDTce4kCGyGrZGQhZtrLGi08Gce49a5 { width:19.5625rem;height:5.625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPHzpTpM5lKEP9WDlpS1DEuVe7Z5rIBx { width:15.6875rem;height:2.798825rem;top:17.3125rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIqkfmo1hfso0mWfkF95KitqDy1eRP8S { width:18.4375rem;height:1.3994125rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUw2VARRq52y2JQP0Dar0OfcZhTtLzLv { width:19.6875rem;height:5.6875rem;top:10.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GscVFTSX2vAmR4xD76MFZ28VAZtTyamF { width:15.6875rem;height:3.14930625rem;top:11.6875rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2RW2BFyn4qqKGaORqHuR5BcdlLeyf9P { width:19.5rem;height:4.19824375rem;top:28.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuE0SzG4N7c0O9LMmg7JD9FPEO0VVug { width:37.3125rem;height:5.75rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK9VIZ5tCIkdrIG8NhFGaUzrQhM1nDs2 { width:35.625rem;height:1.8125rem;top:63.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERvhDpBxbFaJvi8KxwuCLGDRU49R8x4r { width:20rem;height:5.625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwQcZGZmDRc1Pf1guum28BeBOQx99uV7 { display:block; }
 }@media only screen and (max-width: 763px) { #gWzXQGi8pFZSLxovXaEoNNRO5DSZryu2 { width:20rem;height:5.625rem;top:49rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJe2g69efGGfqZMPtZ92lQazXahsKdSv { display:block; }
 }@media only screen and (max-width: 763px) { #ck7NaLwUaQ6yuKG3HWUTVt7lsD3goDZ2 { width:20rem;height:5.625rem;top:100.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAg7gbEII0imAZHMfxND0pAr5zecNUPA { display:block; }
 }@media only screen and (max-width: 763px) { #xJbm1KrbPAcgM6a87Kv4JP7N2kTVEP4N { width:19.5625rem;height:6.5rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe0WpKddAEyQQHOC2NC5zfaiQ1JlSb78 { width:19.6875rem;height:5.5rem;top:21.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlRUwq7iivyXJGfHBPe7iPRWOdfEqmVw { width:19.25rem;height:1.3994125rem;top:23.0625rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTL21KqwuKNPs6DLLftepv3KiFwPfAZF { width:19.5rem;height:4.19824375rem;top:28.0625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTt83R1hbpn2rZBxbpIwXtnbIRTa2v5l { width:19.6875rem;height:6.1875rem;top:27.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8byGkVztOgGosFi7SN7zmosGysvxFF { width:19.6875rem;height:5.625rem;top:16.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8x4TxISQSe82DAyII3M0m670W4PbDy { width:15.6875rem;height:2.798825rem;top:17.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUTVZyWmiQOIUdiHWJt1xM3TXCLpD7Ek { width:24.0625rem;height:1.5625rem;top:72.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtskt211G1ZA44GTDxrq8krMT4g1LJ39 { width:36.125rem;height:3.125rem;top:76.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMlxrpi2kpMVRrIlSWSq1aHzQmXpeylT { width:37.3125rem;height:3.8125rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt4MVi4TRuLXvfP8kywoxWHFHXqKvO40 { width:22.3125rem;height:1.5625rem;top:68.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNxAQgyHxFNHQQ5f26nGpnb5ow2wa4H1 { width:19.5rem;height:2.798825rem;top:39.625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBfmg1Em5d6i291pnGUuv9IN7eOTufwp { width:19.6875rem;height:5.3125rem;top:37.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFdMxbh6zbVdTmXLdXf15KSrQmGWtFK { width:37.3125rem;height:5rem;top:83.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXwTP65bZxBmqRfqbqWO5qpy2OTCQon { width:29.25rem;height:1.5625rem;top:85.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVITmRHuroEgMUdmMKOBCtS4WBxM5Gp { width:37.3125rem;height:5.6875rem;top:88.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcqmPGLkJvapycItF7Eigxg0zf5dPnwv { width:33.5625rem;height:1.5625rem;top:90.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi9XIKELP6pTLtTAfkbkO0FzGCcTwkiT { width:16.3125rem;height:4.0625rem;top:106.125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6lhV1LZV0UsgDUTaTdKWJWOMoAdkzlm { display:block; }
 }@media only screen and (max-width: 763px) { #GmaqsnHU8JugXcAkTZfR46OvQP9L0XTJ { width:47.75rem;height:2.4375rem;top:118.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpF0DR5WAxdx1C6agWhKC590QC5JZK4i { width:41.625rem;height:3.625rem;top:113.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXvfDm18CLNQqlGBVFpZs0gKO0ePhy1A { width:37.3125rem;height:4.8125rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm64zTdK9wc2L6rTzBbbstEtZFZn03hI { width:37.3125rem;height:5rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khpqfkuLPKazl0268LlymbrsdWXBxmqp { width:16.3125rem;height:4.0625rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhfIQW1Xu3iZC4spKK8EeKr52DhGwnlE { display:block; }
 }@media only screen and (max-width: 763px) { #lZKhcNoc6dT6Xzycb3EJSK9GmAmQXtS4 { width:16.3125rem;height:4.0625rem;top:54.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvhSFTixE2JuTRyhctCGnHpzvX1IJDc { display:block; }
 }@media only screen and (max-width: 763px) { #Tig1fiGmb5FZEwTR68eKhUZO21V2StSG { width:17.5rem;height:3.4375rem;top:126.375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ZzMvbD4uz2Thx7UODSF6BkmXTzUsEh { display:block; }
 }@media only screen and (max-width: 763px) { #JLHAx1KndMTU8cNchC1D7gcMTMRM7ATV { width:19.625rem;height:3.875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGOUTKy1v35bE217G74Kgc1624NKpJa { width:5.0625rem;height:1.57465rem;top:35rem;left:10.399307250976rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSS38KPwZfLM1TgJXvEcmgPn86kTFX1V { width:19.875rem;height:4.375rem;top:33.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JurQu7RibedT41wCUxe2yeiJ8TxfMrFZ { width:5.875rem;height:1.57465rem;top:35rem;left:33.291667938233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcpfTPIHv0aWQ0g53SGsak2TFoErIfUW { width:37.375rem;height:4.625rem;top:79.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diwoUspGEn5WGxukh0A12zuXnBVC18VQ { width:12.5rem;height:1.5625rem;top:80.875rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikZa9paDb3G2IhbduhZvTlwXvzZrviwK { width:47.75rem;height:1.1875rem;top:122.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6J8C4WTaCxL6kh3H7o1pUh1i1RElDDS { width:19.625rem;height:3.875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHoTIzQ3JW2MuNexII4I0Rr8eXHcpw3C { width:37.3125rem;height:5.6875rem;top:94rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlWN8RZRnNUHm1NTVzh55KGSnCsq55Te { width:17.6875rem;height:3.4375rem;top:37.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo452KQ1Xqi6vgxpbzhRtdet0DHTxT3G { width:17.6875rem;height:3.375rem;top:43.3125rem;left:14.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyCC3Jtb2VxKbcCNWLfeSL1cFhpg3GcF { width:34.875rem;height:3.0625rem;top:95.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Pt6TrKRFPsOJNUpaptZVdCw3hOdKgy { width:19.625rem;height:3.875rem;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZwSGDWqMTPCuBVfd4kTRXdLfHemUI0S { width:19.6875rem;height:5.3125rem;top:42.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq { display:none; }#Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NtOT5pFufQdCBkPGuiwTSFTOeT3PJu3I { width:47.75rem;height:1.625rem;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5WlUmWkGtNkbz2exC3SWeAz7veNCLy { width:47.75rem;height:3.875rem;top:6.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 { display:block; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdZcw6ChOoMLbdnN4idLZeZ5vkEe1DTn { width:47.75rem;height:7.3125rem;top:0.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPiRnVWWycJLirheD430wfUTzG7Dok53 { width:47.75rem;height:18.1927125rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2GBCybAGM0rTeBwzqzMH8TN68wQwXLt { width:18.5625rem;height:6.4156938455344rem;top:9.9375rem;left:12.655109405517rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlq6FiNumM6GrOTBXrayMh0ieoAg6U7S { display:none; }#vlq6FiNumM6GrOTBXrayMh0ieoAg6U7S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LO1Eb8GLQOTy1UBVSVRFF5qBBn0cz1kS { width:38.0625rem;height:4.6875rem;top:0.9375rem;left:4.8426094055176rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZNQ1TDx3UM4oADDLnpFiCfHQ6kqkrqa { width:47.75rem;height:;top:7.8125rem;left:0rem;font-size:0.9375rem;display:block; }#uZNQ1TDx3UM4oADDLnpFiCfHQ6kqkrqa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
 }@media only screen and (max-width: 763px) { #e3AIpcMVXSmH377qEsyG5AKVgH8MK35P { width:47.75rem;height:57.895496535797rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH { display:block; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iud4ADBH1X7au1dtPpPwlvNNLIxbetJU { width:47.75rem;height:3.65625rem;top:1.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUbvAgK22GR3vPR14heI6qBpEOWhTIaU { width:47.75rem;height:2.798825rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTuV46o3b05mwBETGEbtAZKfnGqPzAFf { display:none; }#NTuV46o3b05mwBETGEbtAZKfnGqPzAFf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sgoTLimsPxVdACxOziibn85JhUTaSOuC { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1G2L20hnh2dB00GMD4D5yixa6bahz3k { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuozgTmIDZ6pyfEWeU0SyiK0M9un9MUy { width:19.75rem;height:8.5rem;top:2.25rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piPNh6f8aN0KhE15RyX6fD7HQKcT8H6U { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0tcLloaNwlJJGAiemqJnmGg7cL2TxTz { display:block; }
 }@media only screen and (max-width: 763px) { #Srrr83rH8tvqKTceMieAFCsnVe7HJhSK { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIfEqd8zyDTq8yZZttTIM5f1LIyThZRN { display:block; }
 }@media only screen and (max-width: 763px) { #XrqPmO7SkvFhdQz18TpF05MVu29G5KPE { width:19.5625rem;height:1.2744125rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGqmz3ZaMkUf2hJ8x6Td9WAQKfIO9vKB { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ZRWpzR18BoyOfOI5bhhBI0f1gK83UV { width:19.5625rem;height:4.142575rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8H0si46RLXU6HZ57FTdrcIZCUiUyqMP { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efbgZzxeHBU4Susw5fIHEX2JiwBxSC6u { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDStbbo5HoCQS4EddUGPwIZSWzhSGrPu { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFtD5pXdeH9fInGAV6XJZ9yQlm7PysNP { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8ukALsaKNMdCyhKIaAI7yXxWICs8Ril { display:block; }
 }@media only screen and (max-width: 763px) { #ILWUbE8pw119gmAcMZNxWeRFf71dTGTN { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz0RJ0Dar1mHzuTWrPilx6rLmlXqwFwJ { display:block; }
 }@media only screen and (max-width: 763px) { #dF3F4yHyt1THTxn1SnQAzb5cnxq8RLp1 { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4VWAzfyhsUH89ttSTw2gHMr0fowIrWT { display:block; }
 }@media only screen and (max-width: 763px) { #suB7mlo0o1NKa26OeUX8R6wZelkhmKeg { width:43.875rem;height:1.6484375rem;top:18.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtwBaBw9x74CUx7QabEMQQDxIifII8St { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHP7sG6vFBbIdQv5zI3Dc8TmSAe4XcX { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cid2dT2O8EmqNLnefRmGTGxpIkLPTJ4E { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPn1aVxvr1AToUsqusEppoO8vCvc2It3 { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQ40oD2RJmWrmO8T83WrnD2sx3nFL4bk { top:29.25rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqqeLnZEXZFtZXsiy0qR4cVv07a7sm4n { display:none; }#aqqeLnZEXZFtZXsiy0qR4cVv07a7sm4n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CIpVqDKPGcp7CffsJ3rZ8uyBd886pc0h { width:17.875rem;height:5.8125rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKiRKqWswXr0DnCVoqXzhUITTCpOra5C { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXX2UA4X1uhLJrJ0zL1rhyNbJeSbKla0 { width:19.3125rem;height:2.4375rem;top:2.25rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwhTmOAucoLAJ3BFeKHmtLXvmqX2kd2Q { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7asMOEAcHXItmFtWogW3u1HVsF45HrE { display:block; }
 }@media only screen and (max-width: 763px) { #heWaSZBMED3nCEVCbIIdnX7ikWEFGiXH { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWG3IoOluC0ma2TRgpqLxAeROWkXkP9I { display:block; }
 }@media only screen and (max-width: 763px) { #cuZBUWGMPVfSGqXoSkS6qi1CUbmJZaW0 { width:19.5625rem;height:2.548825rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMQJly8u5B4Eydudn7LMSv8gky0vykDx { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6y1QX12UiHrbiKTNIixegsIqTPIqs9z { width:19.5625rem;height:4.142575rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTb4eKgQxhUmTQDyzbORlSKJaa2KaEJ4 { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlTTSOKmKcNPvO3JINrzu4mFxD3Bkmdl { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep0ZFC2GBdu2pTM8iLS685PRW1cKBm12 { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DluCPCQvSpDBxKzdoZFKPTpxK7oK0RWT { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfI8yCnJmUE1zyT2hHbTcGm6dyxiJq0n { display:block; }
 }@media only screen and (max-width: 763px) { #RXzcNtRkKKodSRPHhCdanRaeRotOvZqI { width:11.125rem;height:3.75rem;top:8.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7hm8xT2QDZSo2dtFBnF9NKpr9quqgaS { display:block; }
 }@media only screen and (max-width: 763px) { #qgPGvZ1DGTOB9sJOIk8BFbv4CadF0Hg7 { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATcOHE17List0JZcxMXgC9F9SAMLWfa { display:block; }
 }@media only screen and (max-width: 763px) { #oDCFSkToiCsco6XOT1ioVmVgLKykXF8r { width:43.875rem;height:1.6484375rem;top:18.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUnTxt4DJLdwNKBLbXffEk56dFG9vKWT { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx5AACqNqNoprBku8FTttO4btbr88zAd { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAvl4Vd1xwmTuf4utZhnDzPOyes5zRe5 { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3xXRCKlNDMAkSkHa7CJVdIgpwu4lt9E { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JM5WCkhwT6tGZmXyqPpvMkaREqFRJ1u9 { width:12.5rem;height:1.25rem;top:7.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCWTRkc1pRRoKBDmpGbHksbM4IUSGQ6 { width:12.4375rem;height:1.3125rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuc6ZhItlO5orCMbtRAabomB55SddzBD { width:12.4375rem;height:1.25rem;top:5.625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIFubJrJTPSZ45lOkTrUm3TfbGQuhF0 { display:none; }#hWIFubJrJTPSZ45lOkTrUm3TfbGQuhF0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mgZwevqtSeWZa5nlJsLDpBUrmVTu4XNO { width:17.875rem;height:5.8125rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWZIHHzcSX4Onnuyf89KIXbgAPB6xG3e { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw9SuIxFvef0RufthqHoU7zsHddZhAVU { width:19.3125rem;height:2.4375rem;top:2.25rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQNo0SUCNu02MiJHNT7JOqgywBlziNEl { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcrdu5HkyXpu1pHgmT4qbAIsPdfIJJ7U { display:block; }
 }@media only screen and (max-width: 763px) { #m33Sugo15zOrw31mlB3ZdS2E52d9pq9o { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIcK4PPEVasvnKkN1JT2WGLtZ95Z5SE1 { display:block; }
 }@media only screen and (max-width: 763px) { #aiwsWsI07L6bRe6fDqzbcPH79Z1SVMqd { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPR3BFWmFyCrxLTlXZVl7qL3lHAr3KLT { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8FTIn3h1zEzED58FrRN0RCBMi6A7v9w { width:19.5625rem;height:4.142575rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf3qtlMM0RpedzusuwsBaKRmpP4dlfEL { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJX6FCcfJzk9HTKZc5is0khNfRrq5uFE { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZBukRH1A5NQdADoaqiA55tU2DNqGGHX { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biR8UPnSrtnIcES0qdrASLebsvc2lZJs { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Paxms9Dy3DTh5zsa99AFeKK70q2gDabT { display:block; }
 }@media only screen and (max-width: 763px) { #V5iSkX3Jt4L5BeHa1akB4sMTLPy5DZmK { width:11.125rem;height:3.75rem;top:8.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NftiwzToyPQawoHBfaDXcuJTqVbFs5BS { display:block; }
 }@media only screen and (max-width: 763px) { #xpTZTRpUkUKildf9pQREDchnCVlIHiCO { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8HV65HCaEr8OsymBBTy5WJf9zUQypNs { display:block; }
 }@media only screen and (max-width: 763px) { #fL14S4hEvxaAhTTmTpSWmVXxISTHHtOy { width:43.875rem;height:1.6484375rem;top:18.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5t5b7WNmluer9mlSTnQCDwAwwk7SLUT { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6XlnA7RolGhZQZM5mbLDAiynoKnAMQd { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2W7fWCA3vAnoWOXnVPzyOUCZJ7BPXpE { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZTV4eQbKbZZqXWT8pEWDbslvQoF8DqS { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTXpU6ysanZKuchheLwgReONhFT1wfCW { width:12.5rem;height:1.25rem;top:7.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPzH0SPwqIIua0XT9MAoEyTuKWQsT8sg { width:16.1875rem;height:3.875rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmHPfoSiQT8QtT43Zw3C0hHRToNxigNl { display:none; }#hmHPfoSiQT8QtT43Zw3C0hHRToNxigNl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BszZWb0butLloiNyiNzrbfhJSbr9JKlV { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk9TP6zIxZt0r6Mxq4TP9y3Kz2HOKfRf { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChPTIqlkwxiri3tmGxm879DKzk5tagsN { width:20.8125rem;height:12.1875rem;top:2.375rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOoQoKqlK4mheu9nqEsJUd1n505TUU5 { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu0hZTHNK6f0TLJOMsqU03AsSnOk0JvU { display:block; }
 }@media only screen and (max-width: 763px) { #G5Ze0kcJHL2avXya1eJTvmgActktGH5w { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBLbcv481y0QMqm3gSsv0K7exy6C8leW { display:block; }
 }@media only screen and (max-width: 763px) { #e1TOSZfAFX7EHvh0KOFrzECsVklXxOXT { width:19.5625rem;height:2.548825rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmN3MRBVvQETeqWJ4zadsqPGLcHWsFxa { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9lLR7QpTr2TrUAXm8oIF56IVzoA7em { width:19.5625rem;height:4.14323125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMnaUNS1xkMRlm25BQuIXrlTze2y3uLJ { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDyIeDPTyarLydz2IGsDdT8hS8TXG6JN { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcT135K3nSQilPoLxKRVDngZZTAkR5bo { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwOdrTJDefO9CepyKcq5EIPxxfTOTeqe { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSpLo32FT0g3Ts2bQiimrqAdkoAUWlyA { display:block; }
 }@media only screen and (max-width: 763px) { #zFMIZsIsekCTPW2JZdSzoRs10o3KNF7e { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c85HHPbNGBPkkxTC6c8iSCUDNz7yq6oJ { display:block; }
 }@media only screen and (max-width: 763px) { #XWOGgHlpkE7CJPfa64GfwTLpSFuuqP7L { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teCE2v1GvwgyvfTX61DRTo9GTTnTkLO4 { display:block; }
 }@media only screen and (max-width: 763px) { #NvtnUixLURvdBkN1AaehvZM7x0PsOTcK { width:43.875rem;height:1.94965rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naqkIuzTBeeOLQW3pkFCKghtinz5ebAX { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOeepLZRAgSkBvnE3s3VhrGOaoNNK0Ra { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #naATcVZ1cPPMBttHf2yL6HgOFNvrxPPL { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgqqtO0chHdFiBURvRL0nrDh18HI2NgC { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0Mz6Hlafcyo3pFMQh7HPhBaUz2m7pGG { width:18.625rem;height:2.5625rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWq6oOdk9BDotvmsJgR0nHe36ZmHibQU { display:none; }#NWq6oOdk9BDotvmsJgR0nHe36ZmHibQU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XosoAycaqfX8fq3vX4ylxPQETexNReOx { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNdgL6ILGTJmT90BlVNyVTJCIzglul5W { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV8bMGsmwoaDGaVxd6ATlwadQI7y9eiG { width:19.75rem;height:7.3125rem;top:2.25rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaEDy2l7EniuFPuedVd8e9uL4VeLdFVW { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuoLlapSJGbDpbeT0mTPuUJUch8mcNO { display:block; }
 }@media only screen and (max-width: 763px) { #HyNkN3WPpPGDyCCeqHoepfKnnSxiMcQG { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTbCAOtQmJAsqcdUWH51LtziLJDP2x6T { display:block; }
 }@media only screen and (max-width: 763px) { #Q7U9GdT6JeclKHNTa3W2JPdaVOHUlafB { width:19.5625rem;height:1.27430625rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU2uWSvtZNzvLdVwEUDlnrJ9npPsdEpQ { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Persy2TZ5MIMr1xVteIMU4cBuaJryh { width:19.5625rem;height:4.14323125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmtcCKslPawpOSWLA5K5dEsX1ZSydQPv { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzRqLCbztnOJGix5OWVAHAH7ZKoSSQb1 { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pECVTr6pWhXpsxEphOSbVKgUxpqOtGg1 { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWVpQWhddMKgSrp5OfkQ0qN0sRxwSKsU { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVSclBopI4ovgbdwSMcnPotvtC3TdUll { display:block; }
 }@media only screen and (max-width: 763px) { #smmpiqEb2PhicgsWnSWM7aNmcVw3afKO { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKqzeMu6dKei4wTbTww5r1OdObfz2vUy { display:block; }
 }@media only screen and (max-width: 763px) { #nZHNRSLprg1G0mTSEvBHxTSb6Vr2Zi1i { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEXBVFOHTDEUeSoyDSpM075FgDMcMVO8 { display:block; }
 }@media only screen and (max-width: 763px) { #CeQpRf7BPo2SL3M1vLtV9g7bXkfdif1k { width:43.875rem;height:1.6493rem;top:18.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVHzeFpz3apbvIL5CaP8GSaBqATNaKkF { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1AFFaOo4lGWlmsfTsfO7hT0sWh0mKF { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfEhhkZ1hTfarqPxETIRcuuHL7aLKWpt { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr4vPhd7yQbmhDzvFPwAGTbLwphCcTAc { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GF3m4r0GlWisuQwum8ndbHq6Vh7tL9wy { top:29.25rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyxIBptEEmbkz8tRoIgu1XFeHE1RrAe { width:12.5rem;height:1.29948125rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr { display:block; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTLa38vbpxvOkRnCPGAnL0bfVhhw1sZL { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL02UI5m8N4SlDUZVvE2QJP4FyiP13Wy { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnOwbKmGJBDNsNrsTJQfN0U1IT3L1Ao4 { width:20rem;height:9.75rem;top:2.25rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQakqKgkGPyOx8nx9JSTQoStUsCSqmv8 { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1IPiJ11fbSTJ7fqFQxty8W5qqCOTMLp { display:block; }
 }@media only screen and (max-width: 763px) { #xonE2rCaDE05ngWxhurCXcKGa39T27ih { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKD9bTv2RkDwHWuZrl2nIZ4ppUnRaonz { display:block; }
 }@media only screen and (max-width: 763px) { #sai6NgW7OhzSy4A8sVfXx73QepxDBf64 { width:19.5625rem;height:2.5486125rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3sMMuBIBM8R6G6GJdkSvfBw3D84pI2e { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMQyJ4TsdQa0mPy5uhlSRsxPgF10UcUy { width:19.5625rem;height:4.14323125rem;top:21.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0PoLSMS53yTGZtxhxI7tubgIInkVLCR { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSTldM9XgBWa0b3m6qWcJ3I4dZQAPDH0 { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR60g5wTcdVKdTDLPGix5vqFDdTZUPBv { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMsrfTilf9fKRbcwQFR3z1Qiu86n5TT { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQ0f8nTQKykEBpbGWBdMeTUuqvmOJbwf { display:block; }
 }@media only screen and (max-width: 763px) { #DLvG1Lsy2u0p18UiNsuCeA3AhB1RDTyy { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn0WrGpWJyTSsq3FnCQeNpfJxToOi0V8 { display:block; }
 }@media only screen and (max-width: 763px) { #R0NE1XkFETngJcXqUuyyyObitcXti5VO { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VobdAIiSesibIkteIEkqZ2sPLWKmGDbF { display:block; }
 }@media only screen and (max-width: 763px) { #F5K59rzlBHuTWbP17KkMAqyhw9RnZ1va { width:43.875rem;height:1.94965rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFHoOTb5BNonWFwFBFKNSXmm53w9EgrZ { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECuriJ9uma2BnhTmnHRc9C8oLxq2lDH9 { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGNsrUE61NCu8LOmiKNB7UwKrrH6BEyE { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDkTitETgN2i2A99RONU6cqx4cG6l18r { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5DTDgeSmoEOEqHhruhvgxBeCsKgPXDR { width:12.5rem;height:1.25rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO { display:block; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEUI32h3v6FonfbceTaoUkfXBxbRcs4S { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9f83flGgZgU3yxIsoUzecW3ZPEvwQK { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOT4yXacGA8legUWhqbm2QEkXgqqC6H7 { width:20.8125rem;height:12.1875rem;top:2.25rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGJtuIqqTDLiDDL0QWHZNGW2t9oW82pS { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkDJwH9himKZQicB5GU3CJL0Si0TIcHk { display:block; }
 }@media only screen and (max-width: 763px) { #DpETlEdRLi78sTIoehLS4VU70R5nyTac { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeAFAUuTo0olU20ZpBxNkuS4HpBprmxw { display:block; }
 }@media only screen and (max-width: 763px) { #dooJF92fcQNO93BRTmw689DHvcbnL5SI { width:19.5625rem;height:2.5486125rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lroTeZHx0P2XbpnsF9Jzguy1RLUkaIT6 { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTy7wqvty7WcrI69vnudphIGNLeAdDL9 { width:19.5625rem;height:4.14323125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnG61NrnxB1ywUAL79fXWSlNyS1qL2dO { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkaT9RUqTK4lmRcJQ6p558wu7e1TRUT1 { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlUAxwTaizf86hQrpH76ZDTAQ56hx35P { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBmM4SVLZSBcsDotJLk5mBr4yMlO7MU { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6OZRZg3XZVTWbU9tHt5RW5kniDAJTQZ { display:block; }
 }@media only screen and (max-width: 763px) { #SSD2r9p5clescFnVBFUgKTTQP7a2vZTa { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbXWnWlF8tewIHqKmlTXSJfcflmmcPG8 { display:block; }
 }@media only screen and (max-width: 763px) { #D8LV8mN9Vgm1bp24RThlto0FbmIInhAr { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW8iECEaC6TTaXP9xoaVNK9qvuyJhy0v { display:block; }
 }@media only screen and (max-width: 763px) { #BL80JQTcTWmeciBmDvN8WIwbF5ciENWF { width:43.875rem;height:1.94965rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO7bMf20edwcrRObmP7ZCBTVGQ15T24n { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRdvWd4TCvDyW0I8MZLH1qKrdoMGTWN1 { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiS5rUEZ7NXhIn9OwdAvLE5zKZ9cBIlg { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArNfaskUN9CPHZd9GAs57wpmMekq6Mc3 { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cddDID2xRCTphPABLBph8oLhVliMmxdI { width:17.875rem;height:1.375rem;top:6.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU { display:block; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3Ce5ywUOnGLrWO7fXNNp2v2TC5y3NZ3 { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1kZvgAGADzHBP7T2RVuiX7MgFCUJ7lE { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9dCbG9vOCEUX2SSJtDKf3aQEOb2S1P4 { width:20.8125rem;height:7.3125rem;top:2.25rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRnHqxNnuIaNfcMERC0G6LTAnXKZ6Ibr { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1eSSkQSMWA5oSsS6Alwzx09QIxomDk7 { display:block; }
 }@media only screen and (max-width: 763px) { #UrfxWkwL22guO168prJHPfdLBShiS37K { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cImVyezBJwxZrihDbsyVLV8gL4imxIBJ { display:block; }
 }@media only screen and (max-width: 763px) { #lx1KOrnQsce8TrqGwuFK6vpexOkNS8DU { width:19.5625rem;height:2.548825rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQdJSEfw0hfgIgMAIDDt6KXUey4IfmT9 { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf5I8TW05uwv4GmayAxUvGeyafXBeQiG { width:19.5625rem;height:4.14323125rem;top:21.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJf096kTQHFztDv4J6TriJbi4iRbVlvl { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNhPIPPM4JD6RDrK15NI6GLLl1Teff7v { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ8a0dzvLEnm1gO8elJNc9ROxXTc9rkw { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5bp6ke6eOV20Fa0XHoFKgbXXDbS8hHA { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7Ev32vbVHh8C1Xwz5cQ9KcTkrasRtVU { display:block; }
 }@media only screen and (max-width: 763px) { #yqBAmWoFLGWnBqZaP0vpamEDIoS8ybrN { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNA5n9pIHfmINoImUf2r12Ssi5X13T18 { display:block; }
 }@media only screen and (max-width: 763px) { #kP6JA9rvWsRwnytU3fssVTG8mXVn3FWI { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKBpG9Opuy1MehALb5TSOBGpJCZy2DSC { display:block; }
 }@media only screen and (max-width: 763px) { #W0D3o0VWAmFFMffEkAxEyM34UFgUNWbT { width:43.875rem;height:1.94965rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KppyEJDDeHUNxIcQplZFwTs5lAg6Hs3s { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCMnFRn4KXIZim0lKvXp5lJq84xAS0t9 { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVN3BGrTM3FQLivnLHA8emFJqzQ8gJv { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGpzK55odUdgAoLoybvtzsysZftLVK7n { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDBF5FwXghmBdql5exHhR1PGrWTxfa7k { width:16rem;height:1.25rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL { display:block; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBcRe0TAQXTRe5XM8BuzqUNko7TvkAtB { width:17.875rem;height:5.8125rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0xLczdAxMPAQmepbmEKIGLNoXXdRSPU { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilc8T4CuZNC3IKyrA9t9PcEV21JMD1Ut { width:19.3125rem;height:3.625rem;top:2.25rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEf7Z5XF5my0MznBo7TaUUJsGrwQOCQ5 { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLpmVxrhXyfdoMarqmo26UvN9KSGarrW { display:block; }
 }@media only screen and (max-width: 763px) { #aSPiz1gLMT5ktzS8MsWXh8ENARQJ9Pqh { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pl6htP3ZCTOl1UVrhiKd5PLsWissWiAg { display:block; }
 }@media only screen and (max-width: 763px) { #qkvKfFx83BJAMvJakSziQtOdKoowUGWk { width:19.5625rem;height:2.5486125rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afKdmRQhanRv0gLscTJIKSN1uCndm1Xn { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pCteD6mqS3ytfS1BXZXVCln65OkQhC { width:19.5625rem;height:4.14323125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6MoFTftpFTvc7732PEaCuESv8g4OVQx { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk5EAnWTSEuPxCW8s2irziScVXhVppis { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1GKPHtMQZkssAJyhmSVaxbuE2Re19yr { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbkC9k5xDe4A3Z8bzaADkm82yDtrnzIn { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VF4kEwrbUu3aTuieNe1ivuU4aQ5ApzrG { display:block; }
 }@media only screen and (max-width: 763px) { #mqMt0ONzU6fulx3TP9AgrDDRCgIINudF { width:11.125rem;height:3.75rem;top:8.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvtXqpPTJcrcMBLimLBlZx1IvuTuu0lg { display:block; }
 }@media only screen and (max-width: 763px) { #HEFASCJvZbM8sPVc3uMNXoc3cENohpHq { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DznuevFlG6keD7yGr8Nh0w0pZGno0qtR { display:block; }
 }@media only screen and (max-width: 763px) { #Zl9gefHiO0vP8uc7PS3ML81v3FTxu5Ea { width:43.875rem;height:1.6493rem;top:18.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rItV2TQSF227tqzSzyrdDuRRlntGV7Na { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvuU1WCxg8qLHeRQaF2AKlq9IBKx9spL { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61Rr60UParuoxDNWSVnD7HmbUbShhBv { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqHBETFRJamiaNuzrSNanxFx9qqszhva { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFnCIOU2aAIm6i3rUCfD4xVTuXOFDT2w { width:12.5rem;height:1.29948125rem;top:7.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZSUoqVG9beIbaMVJVw5MItvw95Hvlck { width:16.1875rem;height:2.5989625rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM { display:block; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJl3Unn05V0vNg2qhHSDdJyg6rb4vJCp { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnO3gqFtvz9EIc21LcsqAOfnRM7TB5oi { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdTH6i3u5oT0KCMRCEyPrFC1NnWgVi2E { width:19.25rem;height:3.625rem;top:1.75rem;left:12.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpNIxAZ1dnLATEKNZJCcVUnXFHsq6mUu { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg8bpO0UOKhO3TTdi1oc0S9sUvGgouFL { display:block; }
 }@media only screen and (max-width: 763px) { #ackk9m9xSak3LFPfz4785l3ag2nBlVFs { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbRTUhTd0RWGQhp05MExIhzJ0Z0xs1FI { display:block; }
 }@media only screen and (max-width: 763px) { #nVSPSlacTVP4sImwlRxreotx31AmTzgI { width:19.5625rem;height:2.5486125rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaHeu21NBSoytAwUOWdXC6GL7IrKfegE { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTelaOpcB84EnV6Qw2R551rwZaJxZXyp { width:19.5625rem;height:4.14323125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa7SoLcDbT3KWEXhSJidTv4BTBIygEyl { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5fT1VCefi8Kmp25O9U3OSP3J8DnDFn { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Qao2Ugz5WyfoZQrMOziqitQGHlxtOS { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6iUqMbeMbC1XzRo00N3KkVrQdcCpxv4 { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBCwbDGofTolo9NsR9xQIm1cRHQU7J1L { display:block; }
 }@media only screen and (max-width: 763px) { #QdtDcQ0rENxE2He9mZq51VAmiBkyVB5l { width:11.125rem;height:3.75rem;top:8.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZVJ2qtCXamlwQoswUFvgl7CEPPG0HUL { display:block; }
 }@media only screen and (max-width: 763px) { #axhkHBFcZxbTVZOWXQoPz65I4MDgrkcH { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kok1qBlfyMHblJMb70yoAyF18OWC1PeB { display:block; }
 }@media only screen and (max-width: 763px) { #vpUtyavv97W6uoS8rNK4GigNqsnlw654 { width:43.875rem;height:1.6493rem;top:18.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baU72lLNh5KemsmO1B9GfBKLoI5wfvlt { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHVT0DmmePXVSh3QOEbQDndzSp2L90fA { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8nSAalmlDimTDbhtFQPsRXxkZOF7VIW { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfRSMNkSkcPqn8sqLL6bRTA6m1TTbkRO { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3G7UvWRyOsW3sNRWhVt3DcTq05lfS21 { width:12.5rem;height:1.25rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ { display:block; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJucTGlvbUMO5JxwwyLeqQb9vpPWZ5ny { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipo1whWrCKJnEhbpTbCPdIOmTDrZDz7o { width:20.0625rem;height:7.3125rem;top:2.25rem;left:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnfXWL01XJ7F8wlfpGH7yL0lt2UzTaR7 { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLOmLhEe7BwFf98rQ1Vfl1OfTWOQsVNE { display:block; }
 }@media only screen and (max-width: 763px) { #cRKHGgHZPnVzlkTUhy4TONnqNUXTNsyb { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFCNH7mFaNi9d0FXgscIy4rOqlW4gvmy { display:block; }
 }@media only screen and (max-width: 763px) { #vsahNyEVuKZp5ExDXG64vy9zQ6Z9PMJl { width:19.5625rem;height:2.548825rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qypiPXP3gxulCdfWFKi1ANs7SnoCthso { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiy29HJizkzOlvQEbzn5t1nwEfFkTWxr { width:19.5625rem;height:4.14323125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyuOTMSLAmPCIqShKiQI3DPT4UKed96 { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX17nilGZZLgOJNbt7DwPmqhXnbX30Jo { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxmrpPpQLIdQU3qipw4b14F9cPaNlgo7 { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbL9IDwk7ESGtgnJAIkNcqvkS33IrSWh { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLA6AmPrVxTcGfbVaQtvrAkn0JAerJGp { display:block; }
 }@media only screen and (max-width: 763px) { #mIRHcXmNSo4pzr2lTcI0bw4xikx9bSJu { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9NTbfMuvev4J67VxALi5icBorAonzEE { display:block; }
 }@media only screen and (max-width: 763px) { #NZEttD8fohs3iItRHuLedTA7Xe6nZHgv { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNqglrF2WczVTTlmQnenvGzu8IphApOZ { display:block; }
 }@media only screen and (max-width: 763px) { #oDMWdDvvWBGCJvozh2MllrErfHluZrBB { width:43.875rem;height:1.94965rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfKDihqx1uoQW0gSKHtpdaKidGx9GcK6 { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwNTvzcEDxuThyS5FQIXTVL0RfcTg6g6 { width:17.875rem;height:5.8125rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeM1gJqQlIBn4G9DpgDEkwv9WDmxSLk { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmqrDk58HhIBtB4PuAsK45S8hrrWtZqT { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwuS3QKEXuacqE2WL6aQdJCmcA8h1vkZ { width:12.5rem;height:1.25rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 { display:block; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTwNMyHEEnpF2PLPQLZOcJG3JOJf6cMF { width:17.875rem;height:7.75rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHt5MwS2xIl0RUT2KMezxKrT6cThT0Xz { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9n7cyZOODVvkkaFuQF67NCTN9oZhuOv { width:20.8125rem;height:14.625rem;top:2.25rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofD0TeDMWrJ3RwwwVX0yymp9EvZR1Bwr { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSaAmrfX2sZgHNPdteJJk4CDMI5PZwGk { display:block; }
 }@media only screen and (max-width: 763px) { #SXsevM3be9MD3A346hRFmzyt4FvU5iof { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FW962gLHw4iIM2g9sdBLoGCufF10y6iv { display:block; }
 }@media only screen and (max-width: 763px) { #JBgqRyIGM6lx6vobZvdDdCKPFryp8fxF { width:19.5625rem;height:2.5486125rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQScVLovxPVSp6C2KtlwIH7F3gz5TD2H { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX7MoJu23o1nAzDRM1sMVUTvip99Sm0s { width:19.5625rem;height:4.14323125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqwXeiMRUcounI6euDlWp1OiqT30mKkG { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyi5ogGABzweskpVmPsUzDFVOW6k1ZqT { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndcTMTTaBfgdtffvmTOKJkx3S8WdDlzU { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG7GHCXDxKqMdiLBgP8DOloaakDaHnKL { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwcHmATvDTKsSLBP71GO6RApAfPKEUKJ { display:block; }
 }@media only screen and (max-width: 763px) { #xM43AzL7l0dyd5yeP67MSm47WL3bUkUX { width:11.125rem;height:3.75rem;top:8.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0hrKy7CDB5UZvFug4t3lkSBLeUTwIn { display:block; }
 }@media only screen and (max-width: 763px) { #c3rrAhfHp27pNqiOP7nwbG4V42tSMzV1 { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhMXVnB5sVazbFnWnOSvZM2chqPX5gaL { display:block; }
 }@media only screen and (max-width: 763px) { #E4ilhcTTWup58zclXoZRTtl5hKqMOlHU { width:43.875rem;height:1.94965rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLDl0mPC9VLD1iANKb1xlyQgA7OHrJLm { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTIULdranqHDScI8Zye4QAq3HqbGwDo { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT4vCSlMTdTVcQPTybxchksSRTZyK7sa { width:16.0625rem;height:1.29948125rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3BZAW2lWI73nuRHMkuxxZTqXqen0Rw5 { width:12.5rem;height:1.25rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2xItkPM3PUP7XqaDDqwfnSlueFscFpE { display:block; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrqCAstZnxS2Lkdz0TOQUJTPsOlbtT2G { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ebLaZEaUHKa2PdArzGfe3uJ5JtFLtT { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2iLRMghTDD8vuv4ZToDtlFTzu2Fe9XZ { width:19.4375rem;height:10.9375rem;top:2.125rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGkxoE9EaApTKv8p0UDU1bfwMTAUJ11t { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBR3yM7B1psAXXNhnVgL1J3NkTUKJdif { display:block; }
 }@media only screen and (max-width: 763px) { #N5LlaovATEyBg6OwlJ9m3vO8nazHGI3L { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhyXGDQTbJ1O3orStpl6QTTw43TzkJFz { display:block; }
 }@media only screen and (max-width: 763px) { #d7zI1DPtlTpa97BHdnJsGCv0kcBI53Qd { width:19.5625rem;height:2.548825rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuciTq5TFkqxGsonFRmDhCfyUJ0XThfS { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9yunLQImTqBqGncrS2BuVgn3zGIXnN { width:19.5625rem;height:4.142575rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZQisKUJ4LuecqsKRGxJwisrEPaKwaoR { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfzPbntM83kEsnPGzvUEJfoGfQTyfAdV { width:19.0625rem;height:1.21875rem;top:15.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxeA9evCS4qFtr9IcTtzdBiQeo1Ty6yk { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRLxn9M8K1l6TD06GwacT0Cmd5uiZQkd { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtuWEiuXRaR0xiuuaAVBJaiPmT0Ql8Ox { display:block; }
 }@media only screen and (max-width: 763px) { #e4LJpDzhtTilFgiepWqkBTOlP2PI6XR1 { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeBmehBg2PdS56PX4J5c1Hcc1VakiADo { display:block; }
 }@media only screen and (max-width: 763px) { #qpNweNapfrbCATtxwRsTaHZz4fJZMOZy { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL8zixznE2dbC0M1CrP15TgCHSZKTICl { display:block; }
 }@media only screen and (max-width: 763px) { #Nur5kZmngXBJKbhqLQwihKMiTWelLBiu { width:43.875rem;height:1.949225rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2LLP7nt8OGV9J5V5CbbQmlJTPpJmqz { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmNxmxDKEby4m7SOKta2TTBJ1tGedE6B { top:0rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcKK31WTV1VZ1efVtTr8TkpKV4cINUUX { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SI3GKIpifflK2Vy4hlxMvJHxSTKS3TMT { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9g4k1nXyqxARFZu6F0HyyM9nhGOQTZJ { width:19.9375rem;height:1.375rem;top:7.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL { display:block; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL1sIFRfrFOsxdZAaBUcUkixPqkFqy0g { width:17.875rem;height:5.8125rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akJplLSg51zi0hZBMkpeXDWn5Q3RtEEo { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp2tyR4KzSlBPfqnfyaNytXSCRarufuT { width:20rem;height:12.1875rem;top:2.25rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH2KPwAzo0KdCcrG7DZUcsh8iga9DENC { width:11.125rem;height:3.75rem;top:14.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2whyXIbmZv16gMZtEdTTCHEkblsT03x { display:block; }
 }@media only screen and (max-width: 763px) { #VTHcBxupuuaNQIcTULr2LF4gBnvTvzA6 { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFiLHg58iEKe1gX4a0aHQzsHDyyx25sG { display:block; }
 }@media only screen and (max-width: 763px) { #qal1nf4eEGfhcMKe4mUwuxq01lT9BbfW { width:19.5625rem;height:2.548825rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BekyGNDO4upQWBDxxgmUJpGGdgiiIzFb { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDl6aUJrFSAFU2xVNKlb88RTgw0n2rrB { width:19.5625rem;height:4.14323125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5BTuJFkA902SxV0KfnEbbxEfFbiPeS9 { width:19.4375rem;height:1.21875rem;top:9.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnkGNwK6kI64ocqwKTNDF3eSvQtLUEc3 { width:19.0625rem;height:1.21875rem;top:15rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJl9WN6Q36iVIZiazbAexFAxeOqIhKGa { width:19.9375rem;height:1.21875rem;top:23.0625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROsgiLBywcINMAxUG4X4HhZ96f5NzvJL { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HILdvPGEdsEfzBHipze4csuq4TRp6y02 { display:block; }
 }@media only screen and (max-width: 763px) { #cg56LIwQlU1PumdCMPfOf8LJqR7UUEWa { width:11.125rem;height:3.75rem;top:8.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxqobrqwXigBwMcDeTyqCMxEESB7LSzt { display:block; }
 }@media only screen and (max-width: 763px) { #Vf2p1XDbwlT3ZZfozedCJVCmTNk3haT7 { width:11.125rem;height:3.75rem;top:21.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9sinAbsiPtHxinByuDvTGt6MD3GFEZI { display:block; }
 }@media only screen and (max-width: 763px) { #WSToAhXldT7RJ0glreHlTP3lI3OCV7nT { width:43.875rem;height:1.6493rem;top:18.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVobi6kw98c0TOMz3W6f7iomyDHG0Loo { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCgT1Z7bVk9Md4p3igwZJSJ1CARx1pO8 { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUdXP3uOAlDmn9DZh7iBr98gs4MS2Sqa { width:2.8125rem;height:3.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDVlvCkOoViH8GvQSUB4U8uRdnOQnnok { width:12.5rem;height:1.25rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO { display:block; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9kNdETF2WvPuUSpQu5lZIfWTHShZsvJ { width:22.625rem;height:3.65625rem;top:2rem;left:11.37109375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDx7gCXQdmHoTr5EWN54nGefh5vDrvZ { width:18.5625rem;height:2.8125rem;top:11.5rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4eb4APU5dgrsFDEJv9KmdGBWcDtfk0e { width:17.125rem;height:2.375rem;top:11.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBhSEZ9IQu0N5zFRnvNcvyJveTZN6Az { width:10.9375rem;height:4.5625rem;top:16.8125rem;left:18.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx { display:none; }#aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #otuP7dHxIV1eS3U5sKCk4JDyT46Zu7iz { width:30.3125rem;height:4.9264080877209rem;top:13rem;left:8.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHU5CZadfL3vziTo4GTdyrEr462NeAQJ { width:47.75rem;height:5.625rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp { display:block; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu3gTw8VAHsDTgcfaAUUqO1ADiCqLtcI { width:47.75rem;height:3.65625rem;top:2.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN { display:block; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBWmlu2DCvKcQi35TTVsNZtWptCxdez0 { width:7.1875rem;height:2.76215rem;top:5.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFFTaTfp3mqIgT6BagIz6U0Uulacodka { width:16.875rem;height:12.5rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV5nkESzcesBMGKqZW8QXScP77u3C0AQ { width:5.8125rem;height:5.8125rem;top:3.25rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foWVZ4pmc9qJn9Ea0LxbZ2wuT4GIXt2i { width:5.5rem;height:2.76215rem;top:5.25rem;left:42.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBqE2NydhCqQSED3mFRLTiEvNTSL7rG { width:16.875rem;height:12.5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cib3p4kgsyyd6ExmoECcfSw2wztFhykf { width:5.8125rem;height:5.8125rem;top:3.25rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqgGQdhEwgSTrLHbTg7JDThHS3Lup0w9 { width:12.4375rem;height:7.796875rem;top:1.4375rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtNhTU3aqqG0RZCwXIE9ucfmzKbCHk6C { width:12.5rem;height:2.5996125rem;top:1.4375rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqeBiTXT3L0gpoQe2XN5LvDfxDrFa4xL { top:3.375rem;left:0rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 { display:block; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENJDgvTw2I2JQ6RkQeDWVFvTHgTTsu0t { width:7.1875rem;height:2.76215rem;top:5.25rem;left:16.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aemHZTSWgw27s5JeLfPL67cNZNbpBRit { width:16.875rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspXfsZ4bNNagLIW8NCDuZTEldmoJAP0 { width:5.8125rem;height:5.8125rem;top:3.25rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTHxCH5Un2dT1fhThAw5EWhyz7shFwik { width:5.5rem;height:2.76215rem;top:5.25rem;left:25.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBJoky3yqlwkET9J0Fm0SH5yB5QTpUTH { width:16.875rem;height:12.5rem;top:0rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTrRDSnn4plDuhO2UCVGZqOIt9WyKiG { width:5.8125rem;height:5.8125rem;top:3.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbB3sWRE2QJtwwDzwp8Gz8O9oTTaHpqe { width:12.5rem;height:9.096375rem;top:1.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBTZ9ArR0TxZBGqxRVbLl9ea0I6G7oE { width:12.5rem;height:9.096375rem;top:1.4375rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI { display:block; }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcWm3ii30wzrUiL7PXEQ2HJARgSIlMoP { width:7.1875rem;height:2.76215rem;top:5.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ9Pw1TTqST7tfJZye8gkiquQsBdKCXH { width:16.875rem;height:12.5rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcV8xd56vF3sJnfUWq9m0zOCna1SLchZ { width:5.8125rem;height:5.8125rem;top:3.25rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Aox6SCJFwWuVvZRftXEbs1Nu1lJTcK { width:5.5rem;height:2.76215rem;top:5.25rem;left:42.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTbyxVnP46glvUfCuFUCaTFkP3Epic4 { width:16.875rem;height:12.5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMaXvlUwR63xwWt0n3VTRUUp943cNuS { width:5.8125rem;height:5.8125rem;top:3.25rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxApqK9pT735SO77nyKdF3kb8JwZudV { width:12.5rem;height:7.796875rem;top:1.4375rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVL1qzhzI7Semh7qNWNgAAcOBVeNMpru { width:12.5rem;height:7.796875rem;top:1.4375rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b { display:block; }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMNtTQh2mBsG8pVszIKwkumkTnqSWV5E { width:7.1875rem;height:2.76215rem;top:5.25rem;left:16.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPeKdhHkovh48C4TWheqKRqoxP99zdGW { width:16.875rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT { width:5.8125rem;height:5.8125rem;top:3.25rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4FPpVT6c62RZim4KJJyVTGbI2R6C9rd { width:5.5rem;height:2.76215rem;top:5.25rem;left:25.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scQ7GTFXswAA5sNB8eqamLb14QOEebUt { width:16.875rem;height:12.5rem;top:0rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX { width:5.8125rem;height:5.8125rem;top:3.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5W03G5PLHyHJyBT8Pn130bRtvH7hNrT { width:12.0625rem;height:9.096375rem;top:1.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtKFvTKs52NISohP6FCQTcaCrcVEMXXV { width:12.5rem;height:10.3958125rem;top:1.4375rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghNkKIivpxADrtUZMneRSh30PQ8wgd5i { display:block; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3yNuTJpZUAqX9L5BONN4SwUO3u6ZlzK { width:4.75rem;height:4.75rem;top:2.5rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIcnVAg50JsTGpPdvQLBXXaPmOK35yxK { width:47.75rem;height:10.5rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNEUpQqQLTPeiyknb5x0KUPTx3MQKfkq { width:47.75rem;height:1.4619125rem;top:25.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxHyeO6fOwWZsE2rEd1VLuJRyzm95VeV { width:47.75rem;height:1.13715rem;top:27.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe { display:block; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWnO9Lh6Ox9RLnhGSDvRe1bklaqS4n3h { width:47.75rem;height:3.65625rem;top:2.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 { display:block; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gip9yal5nTaV0G5tTu95DQ6FOZ4BAHIM { width:3.8125rem;height:4.0625rem;top:0.6875rem;left:31.958335876465rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #On3nnh64q4fkJtmvXb9omRQF0i2kqgET { width:2.25rem;height:2.25rem;top:4.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1SdbFwiqTg6mhKls62o32hPV6DofQTb { width:3.75rem;height:4.0625rem;top:0.6875rem;left:7.1246757507325rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKyHAWgiXWl9dSts9u8H1gz7UQdJFxPx { width:2.1875rem;height:2.1875rem;top:4.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpyHBWLkVBzTI2iTGtbXTEcITWfsSS9 { width:29.25rem;height:1.5434rem;top:7.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwxWMCik3a7ownZncrzyc8mFlJpmQ2of { width:29.25rem;height:1.5434rem;top:7.8125rem;left:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoS6grAPIvfP3XzTkyAB2lwWqp9Q8o8H { width:12.5rem;height:2.5625rem;top:45.8125rem;left:0.68750023841856rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbUHTHeIISRLcTsC0e00v7ZAWNiT8mkT { width:12.5rem;height:2.5625rem;top:9.1875rem;left:3.7256944179535rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTThXEUyhmyUMLpkoMFtc6lRir1nToJM { width:24rem;height:30rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9D7xhWQ8q9tfncKiDH1N7VlAh2vZAM { width:24rem;height:30rem;top:10rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5FS8BziDEwnVhyIoyp2thpFACTQGx84 { display:block; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axIXTMZT17F3JvyRF6rAPZdkRhF0f9Jc { width:3.8125rem;height:4.0625rem;top:1.375rem;left:8.0833320617675rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvqABcJbVImolALRE4wlpmAQ2T2zfkG1 { width:24.125rem;height:1.5434rem;top:8.375rem;left:23.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9QmwK79rTw0zx4lgZgm7ilmHNOTbg7 { width:2.25rem;height:2.25rem;top:5.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6hmLO38ecH8Mbl9p9ZCwydc65TVUbv { width:2.1875rem;height:2.1875rem;top:5.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B61GFS47ndJrEHgS1A9xEtrqTdQiU5MU { width:3.75rem;height:4.0625rem;top:1.375rem;left:31.708335876465rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G88h8kOI2CenTFuBM4f0spWKZ0mtOzNt { width:24.125rem;height:1.5434rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLJz2QXT2xg1N8Bl6M6beAGT0Thv5x0Z { width:3.75rem;height:4.0625rem;top:0rem;left:5.0312502980232rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpfeDeNEXAzoEscbpIDD7T0h0WGC6qHS { width:24.0625rem;height:1.5rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBpvkr7euBfABaNtJ5mVX53aw2RsZOgK { width:24rem;height:30rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE97vmqQdfZ5GxwAQoLr4m6TRvFGUI91 { width:3.8125rem;height:7.0625rem;top:1.375rem;left:8.0833320617675rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrgDlNEIzysZrylDLoUo5gt6IV9cTdD3 { width:2.25rem;height:2.25rem;top:5.375rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1KJ1VUmUVEuaCrE1zaWqWMTWtBnRwr3 { width:24.125rem;height:1.5rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncVL4zWVaXFTRGJ5V4qNNRo6ii6FUCIT { width:24rem;height:30rem;top:10.875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH { display:none; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xwwFfazpC6HHZf2Pi96HNg6vEkwTID5K { width:3.8125rem;height:4.0625rem;top:1.375rem;left:8.0833320617675rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTtQ3fWtpzy9b9lsoRlouc5lLmU1feDr { width:20rem;height:1.625rem;top:39.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMMsAQW0rnfrVSPMs747RhqbHU572eRe { width:2.25rem;height:2.25rem;top:5.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dtnrTPv2mZNWbUwcAcRXzUiZXghk2d { width:24rem;height:30rem;top:10.875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm6UCMtITfB8oiCDGr9Et9uFUDOQdeui { width:3.75rem;height:7.0625rem;top:1.375rem;left:31.708335876465rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkiSxpuIFroCUzDfKT6JVfiP2IMhI7Rw { width:24.125rem;height:1.54296875rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0HwOXGJBE15fJUuir5ZnX9IT2s59cw1 { width:24.0625rem;height:1.5rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFez8iwbEHPIur5p309lI5uEUy1DsHvh { width:24rem;height:30rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfxvgEx7JUS4OiE49Jeo5vA8swpgrbHn { width:3.8125rem;height:7.0625rem;top:1.375rem;left:8.0833320617675rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3moc4EJCslD043A6xGpkhqBpJ4e0rma { width:2.25rem;height:2.25rem;top:5.375rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X46uZ2oX9tDxgxE4VNuAEm2MawJkTSAe { width:24.125rem;height:1.5rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea { display:block; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ3zbnFuPc4Zkago0ZpyeNrbf0VM8LQ7 { width:24.125rem;height:1.5434rem;top:8.5rem;left:23.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHwAn6E8aigx0Iez5bUIiRsG5hT8v1S5 { width:2.25rem;height:2.25rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX2yiXEJwqJL83srCzBvfCddGyKCpzen { width:24rem;height:30rem;top:11.0625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHfoLAgTQDqdD0Ei8xs1GIOBhfs11RQh { width:3.75rem;height:4.0625rem;top:2rem;left:32.833335876465rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SekP41MOt85IxMiS5JCyXpiTGyWBAXfz { width:3.75rem;height:4.0625rem;top:2rem;left:8.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRpnhp9bCP7DlJcRr8k1p8pT62bXR4DD { width:24rem;height:30rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0eA2TUXZ3T2kcA1z9DtiFh6WnRydzxw { width:24.0625rem;height:1.5434rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCqCe9kJaUqiMwR6F3PZe8o2ed78d4Gg { width:3.75rem;height:7.0625rem;top:1.75rem;left:10.333332061767rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5yzIJlZ5dTvNg1UpQ1lzhFePT3w2ybz { width:24.125rem;height:1.5rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxT15gIdF73lSz3yf4yrOEb76BC8cQlU { width:2.1875rem;height:2.1875rem;top:5.3125rem;left:36.6435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AffvCV9RVTMO0DGi1VzyDywFbm46wgz4 { width:3.75rem;height:4.0625rem;top:0rem;left:5.0312502980232rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ { display:none; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXJUaV66ScKm8IqVBbGZxkkawrAnnTrq { width:24.125rem;height:1.54296875rem;top:8.5rem;left:23.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL6bS6C7F1QCrnCmkBWLv0hnhVkFUEFv { width:24rem;height:30rem;top:11.0625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VezUJpTAQ92xRXP7p16Vz4GhPhzmbE4o { width:3.75rem;height:7.0625rem;top:2rem;left:32.833335876465rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOURVCORr0qBbzwLMtcm66aT2rROdOD { width:3.75rem;height:4.0625rem;top:2rem;left:8.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6TDZ3nl1dWWkBbzyI8d7xZ254GNsroC { width:24.0625rem;height:1.54296875rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfzGT32VrfI3aeABOTdTU3DWbICtTleK { width:2.1875rem;height:2.1875rem;top:5.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1JRvg6K45fHPxgcTOND2uk0BSNxohe { width:24.0625rem;height:1.5rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAsNMUmIhtsEcSO9HTAIBbR0MSfclh0b { width:3.75rem;height:4.0625rem;top:0rem;left:5.0312502980232rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ds9QyFnguiwlGer3nT8oxle5iUdeduPK { width:24rem;height:30rem;top:10.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqrQSxBvNlTXS14xILmP2GdiIItT4G0O { width:2.1875rem;height:2.1875rem;top:5.4375rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoNJGqvpTyhqDqcmAke3so4G8igGIzTS { display:block; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bM93760FMklC6TTZQ2z5vM24eog2RIAT { width:24.0625rem;height:1.5434rem;top:8.3125rem;left:23.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huNiiPXPyLBCwBguk9Obb6UOF3IIxevr { width:2.1875rem;height:2.1875rem;top:5.625rem;left:14.141929626465rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlrSZ7cpwMXGBMPhKJJ7UmnUQOyDLyhn { width:3.75rem;height:4.0625rem;top:1.75rem;left:10.333332061767rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk5S8mGQbDHEzQohFtIC4UBPdJviceeC { width:3.75rem;height:4.0625rem;top:1.75rem;left:33.057292938233rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBAxkFMm9cXPcqN2JwkAtUSUZiQnQEX { width:24rem;height:30rem;top:11.1875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmuvdODIaiAdvCxzZO25Ed5tGh8tr17q { width:2.1875rem;height:2.1875rem;top:4.9375rem;left:36.868492126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #erT3R5ZestbkrB593yHd30rPraCCgF6v { width:24rem;height:30rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agcKvBAr9IyBCHgmXHiwqtd9rvag1Lym { width:24.125rem;height:1.5434rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEMP8lKKw68CZ2t7svVn9g5sNxnqIyFT { width:3.8125rem;height:7.0625rem;top:2.125rem;left:8.2708320617675rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1mfeTPVbWTS52LP6Up5b5do3QHvWtJf { width:12.5rem;height:2.5625rem;top:9.25rem;left:5.1006944179535rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyfmShCrpxSnsoVFLNlU46tuoOFofV16 { display:none; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kyRP0b8SVaAeS0Pb2a5QJT9eTfG0KFdB { width:3.75rem;height:4.0625rem;top:1.75rem;left:10.333332061767rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQSTpbxBezUVKPtuUdv64fWvQBcilal9 { width:24.125rem;height:1.54296875rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5su9II7tOTOKEy59vluZuinUGi7edD3 { width:24.125rem;height:1.5rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #er4wtETrOXOuxso94AQa3BKVnG9yqy1t { width:3.75rem;height:7.0625rem;top:1.75rem;left:10.333332061767rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6XqV4CT4T5E1ssVONWmkSa4w4V5iJ85 { width:2.1875rem;height:2.1875rem;top:5.375rem;left:36.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0oMkkF0T3tPItKhMw4ELcvaFBO3XThi { width:24rem;height:30rem;top:11.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIPJJBKR1cpV7dAOQkMOCamJCBHVtNbm { width:3.75rem;height:4.0625rem;top:1.75rem;left:33.057292938233rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGWh3L4HRJ4RwaPmAHBwfGsCkOHGwr7d { width:24.0625rem;height:1.54296875rem;top:8.3125rem;left:23.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Df1WFBXfrKDGZzWCAhoTVTc2olODgPX9 { width:2.1875rem;height:2.1875rem;top:5.625rem;left:14.141929626465rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxvKaoxwpdqqCXaMTt9BP7uLQ4BikAfw { width:24rem;height:30rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNw75TEh4rE69TdrZRvym85MGh848BXQ { width:3.75rem;height:4.0625rem;top:1.75rem;left:33.057292938233rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCHLKyvTzG8aTSfGewkWSSVLsMSlrmOK { width:24.0625rem;height:1.54296875rem;top:8.3125rem;left:23.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFqNwp9hC6VdMZxmaGuLHsoaVcP4rkGX { width:2.1875rem;height:2.1875rem;top:5.625rem;left:14.141929626465rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK7bwHK08fngLkt9TvOSncRTrRAyipbL { width:24rem;height:30rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf { display:block; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWfHIxSxTUoqnQ0mtaTxoK3DuRgWNziP { width:25.875rem;height:1.5434rem;top:9.1875rem;left:21.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNfhGT4KNG5fuKyWb0Df0k35CkzUsKlg { width:30rem;height:16.875rem;top:12.5625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOkwG83M4JXWOOv7QA1gzXoZMNVu13Q { width:2.25rem;height:2.25rem;top:5.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WctKWUrrD1pKftFvGIZMVb00W1ZkvNud { width:3.8125rem;height:4.0625rem;top:2.125rem;left:8.2708320617675rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nphl92qikXrLbaA5JJmU2DOdM8qg1aFx { width:14.3125rem;height:1.5434rem;top:9.1875rem;left:21.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd01shRtZTXu4tTKEr3hvs1464kvxkNl { width:3.8125rem;height:4.0625rem;top:2.1875rem;left:30.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTA0ccr1pJQTdBbCTppt5bIipVyM7MOF { width:2.25rem;height:2.25rem;top:5.6875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnrX5CUlt8AITK4p0w4LZSkvHdl3dWBE { width:25.8125rem;height:1.5434rem;top:9.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvFmXbS29cZzbRCHGG7LvrEFPcrGCe2 { width:30rem;height:16.875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTImH5CyJQRDKtwwJanX7uvGUBVtnh1 { width:12.5rem;height:2.5625rem;top:9.25rem;left:5.1006944179535rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 { display:none; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0nGJUCf1xTKwTtTvIC5ImaCTtyqvTQI { width:3.8125rem;height:4.0625rem;top:2.125rem;left:8.2708320617675rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFeXesR4fxOkhSOq3wODKultRrxrpTl { width:14.3125rem;height:1.54296875rem;top:9.1875rem;left:21.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZNFM3TCIh3Hmghq2N9Zfe6MXEwn40I { width:2.25rem;height:2.25rem;top:5.6875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMvhTBx0EcqxfZzHnNB6Mx7suTiiQiVy { width:25.8125rem;height:1.54296875rem;top:9.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blEMXXKqufKhTTAOFbIMzWzV5nJGpOen { width:12.5rem;height:2.5625rem;top:9.25rem;left:5.1006944179535rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTJ4kEQNbSoN4wPzOulyTaHz7V4XT21H { width:2.1875rem;height:2.1875rem;top:4.9375rem;left:36.868492126465rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBNZ8AKO1CLEXLkoCQ09D3goV5MN0sw5 { width:3.8125rem;height:7.0625rem;top:2.125rem;left:8.2708320617675rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXUcgZKWHXa41Daf2HpibbVp210tkE0c { width:12.5rem;height:2.5625rem;top:9.25rem;left:5.1006944179535rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBf0OSSUg6OUTs400XvNHZuu5KhoX7G7 { width:2.1875rem;height:2.1875rem;top:4.9375rem;left:36.868492126465rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxTEL6zvqxb6ugKk02HEFvRoGCvrmDeL { width:3.8125rem;height:7.0625rem;top:2.125rem;left:8.2708320617675rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlMEsqg3WNRKoIkGTtMSSvvD7UIk63fv { width:30rem;height:16.875rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmvJ0oePPF06REdTWp0VtqpHIMT03DXi { width:30rem;height:16.875rem;top:12.5625rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJ3lZS1eSCHLf9bHAtlS7DkNdWmeqTsr { width:25.875rem;height:1.54296875rem;top:9.1875rem;left:21.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZwtULxACTkp1xkzqvwP3WbOzrzoOvsX { width:2.25rem;height:2.25rem;top:5.6875rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAJVQm2GEGO4I4naRJ8WAS9xv683sO6d { width:3.8125rem;height:7.0625rem;top:2.1875rem;left:30.75rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 { display:block; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTWRHnRt9J2ng5IeeZJ476vRgyf0ROcW { width:47.75rem;height:10.39581875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 { display:block; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDMzdKUOp6sHg0qy2QdeMKXFnmk2wXkf { width:27.625rem;height:5.84895rem;top:12rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZqZQHAhw79OawGMdJSdzrqGJgzEVKXT { width:22.1875rem;height:4.6875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmD9XroW12sbRm1r17l9xiTmx567zDcB { display:block; }
 }@media only screen and (max-width: 763px) { #a4C8kH700llb9W7xDcN8tbCJThkGpTxl { width:22.375rem;height:4.75rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiibT4aFaVZil7GMm9NmLoe2R79CXqn1 { display:block; }
 }@media only screen and (max-width: 763px) { #A1mXbrnKROCaxrbkcrE2ntuldIpLZ3e5 { width:26.375rem;height:39.9375rem;top:1.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 { display:block; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMflxOoQ0owMpULHfk7sIF4MA3bGBTBh { width:47.75rem;height:3.65625rem;top:2.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCUFI65MaIQGd39UTbszTV0zrF6lvWSm { display:block; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGV2aqrs1LyQwPnBGJMuv1sPggiwxOn8 { width:47.75rem;height:10.39581875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZCIcv405kCydOtwLnlP64noz68mI6Vd { display:block; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4t7JE7kTaJEO7XoKm5FniZsI0kM7rBH { width:47.75rem;height:7.796875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp { display:block; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASUnxsesRWEafowbTLNXiE5s8i314ULV { width:47.75rem;height:10.39581875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 { display:block; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n81CGs14hCCBIAcHPf0poUuBumX2IPsr { width:47.75rem;height:5.19791875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U { display:block; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsSwkJfrnhPlVDtmtKhiMyATBEdNhn8O { width:47.75rem;height:3.89844375rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE9KDnw7lZArafg555zBoytt63OzS3RJ { display:block; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v39GJBpEir7Svo7o5EkNSHUR83T6SpVn { width:47.75rem;height:5.19791875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno { display:block; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzGwxVUahIlD4nOENpCH4POsVxrgqfbO { width:47.75rem;height:7.79688125rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT { display:block; }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPFIkGZ7Sa4B26MsJ1gRRfOhVDJayKHT { width:47.75rem;height:5.19791875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ { display:block; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVHnzOdTQA8LF553dNQw6SXoPalxDBTX { width:47.75rem;height:5.19791875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV { display:block; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1Bb1yFmIpWdosuseRGHJ19iBT6HebJq { width:47.75rem;height:3.65625rem;top:1.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biCT982mzRS6SUovBZGtS4recCpBvxUC { display:block; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmlWCanHbLXZHpKTMS727llVmJgepWMn { width:7.75rem;height:;top:3.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6kFLUHmaBin8S3eIns5muvFUaI1sT9H { width:5.75rem;height:7.125rem;top:3.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrC5K0CrTenyT8aMmO1MqwSGTrc804rt { width:6.6875rem;height:6.875rem;top:3.3125rem;left:20.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBz233tKavrT2qTtzBwmuCT8GfPOzDm { width:12.5rem;height:2.25rem;top:11.375rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPwbUxJ9w1V8VGlg2bZqygZDRoFMIvHd { width:18.8125rem;height:1.381075rem;top:13.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeEfdPl74OCWr4PewPza3eRTq66ydQb { width:12.5rem;height:2.2744125rem;top:11.3125rem;left:17.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXpARLmOnoAO6TDH5XRWz4NXWsvogLty { width:18.8125rem;height:1.381075rem;top:13.9375rem;left:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdonCRoMgqpDVyss8WfrETFFOteZF3F { width:12.5rem;height:2.25rem;top:11.375rem;left:33.437501907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmZzJDpTGKN5BLA7VEAxhAlV12nEpTN5 { width:18.8125rem;height:1.381075rem;top:13.9375rem;left:28.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKaEgiHqe34oUimcpkSJvukoqZLKVhvd { display:block; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTRO2rELDOJyJEGGoF8udwXTr8HlsPnL { width:12.5rem;height:2.2744125rem;top:8.25rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0f4s2rzrconrQdNU2rBVkp0DTBpwOJ { width:18.8125rem;height:1.381075rem;top:10.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1EeBJlErsWh1wOqt5TEPlsegGaM4gZn { width:12.5rem;height:2.2744125rem;top:8.25rem;left:17.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44FGB9NQDigokXbW3TAHapWZmCKJCnA { width:18.8125rem;height:1.381075rem;top:10.8125rem;left:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoQnX1m3xkV2I9ATpZAJL3BKM0Zxzeu { width:12.5rem;height:2.2744125rem;top:8.1875rem;left:33.437496185302rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9u9dPKPdmraBVGNxXLIGHKL5hnavaZQ { width:18.8125rem;height:1.381075rem;top:10.8125rem;left:28.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfvd6nDommh5n0WtC11GNOI6UVE3g9QB { width:6.6875rem;height:7rem;top:0.3125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8t2Kbgt2yAk85dHCerIbVQ7FRlpuoCG { width:6.1875rem;height:5.875rem;top:1.125rem;left:21.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKfQWAGQ4x4azbbsfL0JTUemwkfRHIyg { width:5.4375rem;height:;top:1.9375rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwplQM76mSeeOvGTHrMagKEU3ICz655a { display:block; }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DidQ9AKk0WAyIhI5ECXGDLwXPMB76HU5 { width:35.5rem;height:3.65625rem;top:2.75rem;left:6.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfC5fWTN6uZL0nfZ04lX4Qi4vt3Ik0Jv { width:47.75rem;height:2.4375rem;top:9.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 { display:block; }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNTEBuAh1kisv8imaSbJTZQrAZ97Wmmi { width:12.9375rem;height:2.92480625rem;top:8.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTUW9PkT4FnbGiZ6PtipxSi8ceTkunr { width:10.625rem;height:2.5989625rem;top:10.3125rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQNnyJJNJkay7dMagiH2bXowtinQ1bR1 { width:21.625rem;height:4.5rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGls5ebTEbCBJQvilq0en3SNrOgyOH19 { display:block; }
 }@media only screen and (max-width: 763px) { #CmbRp63FaVCIoS9JOprlUMeNXUbV5gb4 { width:44.375rem;height:3.65625rem;top:40.5625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBFthC2eTBcg3k6yBZVG096uG39HL9ST { width:22.1875rem;height:4.5625rem;top:15.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9sNlBivDp2SFmgnIlESo0TArXCBE6wd { display:block; }
 }@media only screen and (max-width: 763px) { #ZWVWeV7FU5cWsLXnN1OQm0kLp0L1BIlh { width:12.9375rem;height:2.92480625rem;top:8.25rem;left:27.625003814698rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSSrdPI8lXW2A9hpnMVQFNHnKBkENAVi { width:10.5625rem;height:2.5989625rem;top:10.3125rem;left:37.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmA3qHOhyf5OeMAI6MMnuw7aXs6Z8pI { width:29.375rem;height:1.29980625rem;top:19.8125rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6tsxzbge55h8obSCw4ilddR3aJ9RN7 { width:13rem;height:2.92480625rem;top:27.4375rem;left:12.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv5kpuwnGq0exXdgUChEgXpctlTLtMOU { width:10.6875rem;height:2.5989625rem;top:29.5625rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2oHkimh52dXue7G4k7prGNispxf2Q8Q { width:21.875rem;height:4.625rem;top:34.5rem;left:13.415948275862rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8ARVBrzhOw0WlgHVlO7U6UpW5KxUEqF { display:block; }
 }@media only screen and (max-width: 763px) { #IIsls0sNRkrvm7MKuKh55DcoC5ZW8WTE { width:47.75rem;height:2.4375rem;top:23.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeiKKIDA7N9rUUrxCrgIFc5WHNNAKEBf { width:46.9375rem;height:1.21875rem;top:25.5rem;left:0.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdvGiTIlzOqfheVaxl5Ia40Tp7TAtHu4 { width:27.875rem;height:1.21875rem;top:5.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb5KE4M9UxGkzOpgJZISV2G1XFVU4Gac { width:22.9375rem;height:1.21875rem;top:2.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKall9oarbVt492GAIydl4qzPZObsgDG { width:23.125rem;height:2.4375rem;top:5.0625rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlmRWBtXqPnBErUoH5TFQlJTc5wfXDwL { width:22.4375rem;height:2.4375rem;top:2.0625rem;left:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTlLqM6UwD7PNh5UKoEQq1TymSwCDX9C { width:47.75rem;height:2.4375rem;top:45.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr009n6yMRwQkl45pKHt9e4JkbR21S3A { display:block; }#dr009n6yMRwQkl45pKHt9e4JkbR21S3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZk2vmXVGFSQhclIHxn9ag9eoU7DuWPf { width:47.75rem;height:1.94965rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOl7WEqZ8qrlDOTHraJOJhFNgKyhvAO0 { display:block; }#GOl7WEqZ8qrlDOTHraJOJhFNgKyhvAO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmKDZ2oZZvL4FlnWf974S6umS1sdSwck { width:13.75rem;height:5rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mQnTMfOKc38mGB9Z7LkgeRSimcecGh { width:13.75rem;height:5rem;top:2.375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIf4tgwkAyWgNuqSDm06v6dhGzNxRbf { width:13.75rem;height:5rem;top:2.375rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkCvETXZv0UUGeTdbQsR6NJNZ8TdJrSs { width:13.75rem;height:5rem;top:2.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCH6wiMKX9SEg1S7y4MoSlHfB7Ct4VV1 { display:block; }#xCH6wiMKX9SEg1S7y4MoSlHfB7Ct4VV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRD4VEn3eO7DJFpAZ4pPqNUkceFpSdfe { width:13.75rem;height:5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXJAWPH1dnoiMHE7rXFkqyZNFztamTyE { width:13.75rem;height:5rem;top:1rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8cWsoO9FcEgxFa5U2giRo8RTX0n5BVD { width:13.75rem;height:5rem;top:1rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gprN10Ol4ArNA7rt9rWHQDUz9vNkn4oy { width:13.75rem;height:5rem;top:1rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1 { display:block; }#DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HavarbE0vfdxPnGTs9PTPMKOuFgQKWcB { width:13.75rem;height:5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbALdVhfstdhpgKR123DheW9OPpIyagR { width:13.75rem;height:5rem;top:1rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6F6QNSMqTVshTpavyQZlglgrf2iOosq { width:13.75rem;height:5rem;top:1rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtoFSaeGiSbxvzPLq3hqWp9Fw3PqyDdy { width:13.75rem;height:5rem;top:1rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T { display:block; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEvion9Ic4LtBe6lsRStxDxVyTW5cwuL { width:47.75rem;height:25.75rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4XbPksBbLnH9ZpTBCMK4kOy7eIKeeTr { width:25.625rem;height:3.8984375rem;top:18.625rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cerE0SNOM4ft8XzhxkBAgRWq3a25zWF2 { width:21.75rem;height:4.125rem;top:28rem;left:25.581378936767rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHli4kW0yOCFRsoOOfu7FoJ4Id6o8EiD { display:block; }
 }@media only screen and (max-width: 763px) { #kWHSTDzLP8RX4RLn244vvBScJkJy05Lx { top:9.1875rem;left:0rem;width:25.125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKGAqt9Us4t55b5sN4cUCUwBFCuDwaO { width:12.5625rem;height:12.5625rem;top:7.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6DzwN6bns7FyFCtkzpTDUUJ2FTSihPH { width:12.5625rem;height:12.5rem;top:7.75rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 { display:block; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxR92aUACne5JXTyWrBMiL2RifP3wLsw { width:22.5625rem;height:2.75rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKBylDSn6ahHfbhSVr8oGw2FcBnBMXbF { width:19.125rem;height:3.9375rem;top:3.125rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNw3tLnTe4XMQqEdRfpMyokLboS9Fod9 { top:2.5625rem;left:20.59375rem;width:7.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSMqiTThBQhKT7TbRVC1G7DhhiUwotJi { width:15.8125rem;height:2.4375rem;top:1.4375rem;left:31.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya { display:block; }#e4sI9EzCTXWsbi18GbyJbLvePb4Hu7ya > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3f370bLltcp11wlExdQ8KcRpJgCK5tH { width:14.5rem;height:2.1111125rem;top:4.625rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AuZVsCIVvoZJkqyAeTX3baNmU8Eq6X3e { width:7.3125rem;height:2.3125rem;top:1.625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTPKf3WleK26GTT5CawX1STEuTr4Zza4 { display:block; }
 }@media only screen and (max-width: 763px) { #Lhlbw73x1KJyle5xqqipAyZTfSpxTLf2 { width:5.4375rem;height:2.3125rem;top:1.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTmyWZgEAc3zHD0rTiETiAzSTLgBD7Oa { display:block; }
 }@media only screen and (max-width: 763px) { #OKnInoGMpVeiTueJgXsLEFxehA7EkuNR { width:4.25rem;height:2.3125rem;top:1.625rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCryf3S4VWJXnx78CAkFMgX0VS5fNO65 { display:block; }
 }@media only screen and (max-width: 763px) { #OXvlTUzCVb55GsLzAZfU8J7gbtmRlvCr { top:0.5625rem;left:16rem;width:3.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DupQr1qrpmHw1WFkSNwDkxUD3pNd8Ulq { display:block; }
 }@media only screen and (max-width: 763px) { #aXcxVcFkpr94SoOCMJvZm3gsErUeiVWw { width:8.1875rem;height:2.8125rem;top:0.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0cac4d71-1234-4abf-a94f-4fb3a5e4e8b7/piotr_komp.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.adaptive-delivery-prevent-bg, #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.lazyload, #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.lazyloading { background-image: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { background-color: transparent; background-image: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container > .video-iframe-container { display: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container { display: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .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); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { border-width: 0; border-radius: 0; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKiUzzckQvf181hfHSlpqTtqzNcWTFQ { width:20rem;height:22.8125rem;top:32.437255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqnlz2MMR6swkfU2LkKdDaJEmPefOiz9 { width:20rem;height:6.599625rem;top:3.1236572265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yrdyODm8Fwb9rel4MQ3arbco7c8avXCv { width:2.6875rem;height:2.6875rem;top:25.562335968017rem;left:3.4993488192558rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFxZMo0oNITDykwu1p9dTJ6ac1D4Tr4U { width:17.5rem;height:1.2rem;top:28.6875rem;left:1.4371744990349rem;font-size:1rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #C0KmNvqek2Ok48ZplfelUxJtoz3GqFcR { width:17.75rem;height:6.375rem;top:34.625rem;left:1.1250000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JvpGcRRHopMF8o8ROvfsKTMtC0idyuvF { width:16.1875rem;height:4.25rem;top:42.561645507812rem;left:1.9059244990349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiUaEpDRO5P26N3Q3cIGWXH4NHFusiva { display:block; }
 }@media only screen and (max-width: 763px) { #ehIiW17Li9uRqA4GwVR3PpOkm2S4Gq5k { width:20rem;height:4.38715rem;top:15.26953125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TI355Sm2G1mmBFDsQfBM9Jce1v3Q3Fy6 { width:2.6875rem;height:2.6875rem;top:25.562335968017rem;left:6.1873371005058rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZdAs83ebfE2G9eLJ7JFAWqiDhg3QOqW { width:2.6875rem;height:2.6875rem;top:25.562335968017rem;left:8.8745114207269rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqGLMP9H4XcDPOhbxvhGm1WaNCQiQxTd { width:2.6875rem;height:2.6875rem;top:25.562335968017rem;left:11.562499701977rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1khiB2fEfmCbCVkHBUzuQpbIhEfULs4 { width:2.6875rem;height:2.6875rem;top:25.562335968017rem;left:14.249674499035rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnpuIpxIpNE1Vzpe5wxyOUAu6TqzOaqU { width:20rem;height:11.25rem;top:26.654458999634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nax5CmRzzCTAQamKhq44UgOxgTURPJqu { width:20rem;height:1.23730625rem;top:11.057250976562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S4ftGc7GnPpvunmLuFamVVG2mJ6pr2Lx { width:16.25rem;height:4.3125rem;top:48.183590888977rem;left:1.9059244990349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVSFsCHKAsxEOes7X73brJN5hynL85n4 { display:block; }
 }@media only screen and (max-width: 763px) { #gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp { display:none; }#gWoef0Fb5CQlczU5ifvDyWXqnzlCsaCp > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ctoxX7HbknTEbGXT6ZLEdQNaQr6cQs0b { width:17.5rem;height:4.875rem;top:4.6875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJmIyDNqLTagq1rKx3mAial7Jh4yx6sL { width:20rem;height:7rem;top:13.812255859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTM2yGUyUMTHSLgu5PiobUTr44z8HSc7 { display:none; }#RTM2yGUyUMTHSLgu5PiobUTr44z8HSc7 > .row .container { width:20rem;height:0.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 { display:block; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc0bcCUxzKd2pWu12CWBTcUoW5wloiIy { width:20rem;height:7.3125rem;top:2.53125rem;left:-0.093749940395356rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMFz7m36RhTf5LS7bFFLHD8U4t5BcNPh { height:11.2638125rem;width:20rem;top:13.060703277588rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKpd6plTPzt4J7Xui1TlTTwgue3W7hA0 { width:3.125rem;height:3.125rem;top:27.562507629394rem;left:8.4375002980231rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRkmwXEayUXgtw0vKzA2KkDzIau9okMa { width:20rem;height:6.6666875rem;top:33.499984741211rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { display:block; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRkE3oMzh3eLxvEiA9UEQ9triNrE779T { width:20rem;height:39.0919875rem;top:0rem;left:5.9604644775391E-8rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm { background-color:#ff7842;background-image:none;display:block; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { background-color: transparent; background-image: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container > .video-iframe-container { display: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row > .video-iframe-container { display: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .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); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #briJrTgID9oXgAaw6DnflXiFcwBoMebq { width:19.625rem;height:1.69986875rem;top:0.8125rem;left:-0.00065106153488156rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu { width:20rem;height:28.6944375rem;top:11.625rem;left:0.0625rem;font-size:1.0625rem;display:block; }#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
 }@media only screen and (max-width: 763px) { #I1mq6PMGVziUxFt7Tox40Jk6IoIgypP0 { width:20rem;height:37.3923625rem;top:53.936849594116rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #S7aZVX2rnUnTHPVFZvVk86xUOBV39gNq { width:20rem;height:4.3125rem;top:94.225917816162rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3OZcUJTvoO96MRJdi4hDbw6v3ZiTTS6 { display:block; }
 }@media only screen and (max-width: 763px) { #AJaT52EW6EszqxJZfQJE4h82WJb81U20 { top:34.353518009186rem;left:8.4375002980231rem;width:3.125rem;height:3.125rem;z-index:15006;color:#ed2140;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2qGxGncWa8dbuJSVWfiRgkzTB3UlW9W { width:20rem;height:7.3125rem;top:1.5624952316284rem;left:-0.031249940395355rem;font-size:2.8125rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Rm3e9uDaQhmxrrlTl8IR1qSlTN1vUfeP { width:20rem;height:7.3125rem;top:43.354166984558rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { background-color:#ff7842;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; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container { background-color: transparent; background-image: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container > .video-iframe-container { display: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row > .video-iframe-container { display: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .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); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container { border-width: 0; border-radius: 0; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTgtnAEUwMK5UuPQ8EybOV0T5LU2ikqw { width:3.125rem;height:3.125rem;top:1.5625rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1O8aQ2MWIVWTUnapJ3QlPSuuIwF6ypX { width:3.125rem;height:3.125rem;top:27.562507629394rem;left:8.4375002980231rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUAaCgxl5ecLLTybQ8LEos1oThm9rCdP { width:20rem;height:6.798625rem;top:5.5618896484375rem;left:-0.0013020634651184rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uVlPEgPvZeBnwfouAyCupEvXBVN1cud2 { width:20rem;height:6.6666875rem;top:33.499984741211rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QKFIfSzx3qfAMRTbtsPh06WodVOHZTSL { width:20rem;height:8.49825rem;top:18.541687011719rem;left:-0.00065106153488156rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DLDimqzyOzWiIGmfSubDXQOpnD3nVdmJ { width:3.125rem;height:3.125rem;top:14.54167175293rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdobOi1AhOftl3908PGCObkRhxmS46Jm { display:block; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqr1LJwHsDSpATOcH4UqbHlCPiMlFZq4 { width:17.5rem;height:3.65625rem;top:0.125rem;left:1.2500000596046rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNO26QTeNlrHvGzWgy0g2OG19Lk5lcGJ { width:18.4375rem;height:1.381075rem;top:6.1439208984375rem;left:0.061848938465118rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UenLx1P3EULb4Bep0rEt0sxsux1MMfTt { width:19.5621875rem;height:11.3736875rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIPw5f6dKt3pdklPvTNLWoAGcadnoH4W { height:10.498875rem;width:18.811875rem;top:49.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niwntXZF7qEcgU0gXIf1loCAdSsVsQpg { width:20rem;height:38.892375rem;top:8.9049682617188rem;left:5.9604644775391E-8rem;font-size:1.0625rem;display:block; }#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eimNlfs6/bullet.png); }
 }@media only screen and (max-width: 763px) { #qp4b0bwwgvfZl4OGqGJ05GE85ZD9Fi71 { width:17.1875rem;height:2.92448125rem;top:61.9375rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm { display:block; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVDS8cRTnw83qPvQ4KzHXt2lrVXK31il { width:18.6875rem;height:2.9236125rem;top:1.25rem;left:-0.062500059604644rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VQGvPz6KusLUo7Ed3UXToS4wrWXEbTeO { width:19.75rem;height:16.5rem;top:5.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 { display:block; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { width:20rem;height:110.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnc5cGCkaa2FDuvt0dMVry0ReXQIkT9U { width:19.5600625rem;height:7.3125rem;top:2.27197265625rem;left:0.21826171875rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ohi78dqBJVZQZyavPS1sPMeSFBQK6IxG { width:9.75rem;height:9.75rem;top:48.03759765625rem;left:0.71630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1BJACPJsPNsXh1BfuGxTzWWeezVyNUw { width:6.9375rem;height:7.374rem;top:23.88671875rem;left:10.49560546875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PEO7I8G5TeZLACuMuuQhn3r9B0ypD9RW { width:9.9375rem;height:2.4375rem;top:14.39599609375rem;left:8.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFK5BqCqQqCia0XbN2lGNZxCBLhce6Z { width:6.312rem;height:6.312rem;top:12.45947265625rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH6xbs9MnxDD9bXn7wGy2k3kzX1V4PbS { width:8.499rem;height:5.874025rem;top:86.92333984375rem;left:10.46630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c54FsXWuT4DuRzTIA9wvdTkM6rWDJKoE { width:9rem;height:9rem;top:16.30029296875rem;left:10.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkn5gKnShToicVvKbEWddkmCc8kFEuGn { width:5.7495125rem;height:6.249025rem;top:24.44775390625rem;left:2.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MagHW5Tapz5FIUuN3bkKwgoL3RUNPADc { width:10.2495rem;height:4.0620125rem;top:18.77001953125rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBJnhfytmFDcXTJqCczGPXyZlteZkJp { width:6.249025rem;height:5.625rem;top:50.10009765625rem;left:11.150390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5cTtlv3RaT1vkstzuFwpwdGHyPP3xlJ { width:16.875rem;height:5.85205rem;top:32.2216796875rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVu2XesRaTz1vtwc9zRXPnF40HwbwnFE { width:8.499rem;height:3.1245125rem;top:44.6640625rem;left:10.8076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdtxvW8WM46bmOA3y2eOb6crfJk6DzN { width:17.124rem;height:3.6870125rem;top:38.88671875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl5OGTZ5O17v1CrdAOdisM8TVlezvXLk { width:12.4365rem;height:8.0625rem;top:56.38134765625rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDapoXNoZu12GW0A7ERLqpslimaqCOXy { width:14.3115rem;height:7.46775rem;top:75.560546875rem;left:2.84326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvpbZ3bdaeV2L19JWVEUcKxAv1BNWELf { width:8.625rem;height:8.625rem;top:55.72509765625rem;left:1.27880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEifJ4x9k3WqtkN6lmyKcFrTaSyrtIv3 { width:11.25rem;height:6.5rem;top:42.97802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkfrGKMrk9MZuMUwv72bSnOEGXkSRCO1 { width:9.4995rem;height:3.436525rem;top:88.14208984375rem;left:0.83935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnMHJnI4bUbOriGE6aADTpBxgywofSA6 { width:10.3125rem;height:10.3125rem;top:89.57763671875rem;left:9.68701171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #err3SBBcMws2HQAP8FzSrUKC2FiOzCuA { width:19.9995rem;height:2.76123125rem;top:83.02685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrqRg3LQ8RU8ak3hC90MKUbfRBD0ZqC1 { width:7.9995rem;height:3.811525rem;top:103.6533203125rem;left:10.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeatfRnH0QOTv1gqZJ7WKpZ9et0KfRmr { width:14.0625rem;height:3.811525rem;top:65.06201171875rem;left:2.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy5yQggT4gInsaUp6UHgMyTfXQyb0nRw { width:12.75rem;height:5.7495125rem;top:70.591796875rem;left:3.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdd74mmgSBDyJTveLlvMmsuXLTQLC2Ss { width:8.4375rem;height:8.4375rem;top:95.2158203125rem;left:1.37255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XokTT1uAcF1ghzqDHWA3REkyZkLDGb { width:7.812rem;height:3.8745125rem;top:92.79736328125rem;left:1.6845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZKVQd4KAcqvP2EELl6HLGzPIy0TSr9N { width:7.374rem;height:7.374rem;top:95.74755859375rem;left:10.46630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMSTJy3m49VVMcl8cbaZv4MrMkRQo4Ww { width:8.4375rem;height:8.4375rem;top:100.45263671875rem;left:1.37255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 { display:block; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8FKP7ZrsSLQI3JBrFPUazHkFUyHR8St { width:19.562rem;height:2.9236125rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4u0znHfTAnEAfOTvpPZTorRtBmxr42D { width:19.9375rem;height:18rem;top:5.4993896484375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V9hykuw0W8vr3Brbczcp26yKNVT8y0NA { background-color:#ff7842;background-image:none;display:block; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { background-color: transparent; background-image: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container > .video-iframe-container { display: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container { display: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .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); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfzMMO0EIGx1rUbatn5X6KBN0JSKKCv3 { width:17.5rem;height:7.3125rem;top:1.9375rem;left:1.3125000596046rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGJLWcWhBctN7CTSZ70C7y47NUyLpTNh { width:17.5rem;height:1.4622375rem;top:14.3125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJnCvPMXTqP7s4TrAdHMOVlH0wJxF3nT { width:20rem;height:2.6001rem;top:11.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP { display:block; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnidZo0SoTZnTOdXy5W4zcyvVU7JilBh { width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl { width:0.125rem;height:11.75rem;top:55.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxuDDOlHxCnELm1X159ZrfgS599N8rmH { width:16.3125rem;height:1.349825rem;top:3.4375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sAfMdiVFgK8HuPiJbUTL5XCkpoEtEzlB { width:18rem;height:6.12413125rem;top:5.3125rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IRpEC5XaUAOVXBIKI8h3Oc9k1E4fnfIi { width:0.9375rem;height:0.9375rem;top:12.936359405517rem;left:9.530436217785rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4w2hrcQSCFk78wezTAKTLpqoEV1EVGo { width:17.749rem;height:11.0234375rem;top:20.18359375rem;left:1.1240234375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8ynh7K61yv5O1t9KgGBVQzONrPgTuH { width:17.8125rem;height:4.049475rem;top:15.123859405517rem;left:1.0929362177849rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FbukpqHlSGe4TGbCyVJykaqEPCCarTSd { width:0.9375rem;height:0.9375rem;top:33.373046875rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b04m5g2Mwvt1xP5gfQi5n19gloLSTase { width:17.874625rem;height:12.24825rem;top:40.810546875rem;left:0.935546875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cHiMaqsZ8enbwyKtl0No0TtXq2CrMPEP { width:15.999625rem;height:2.69965rem;top:35.6416015625rem;left:2.185546875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oCFAsATwWlTDuC2boXBckXIuMnoS6KZL { width:0.9375rem;height:0.9375rem;top:54.498382568359rem;left:9.530436217785rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKTJ2QsFSG3ZDobX29ibLplJDJ77zQx6 { width:15.062125rem;height:2.69965rem;top:57.248199462891rem;left:2.4682616591454rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d0TPUiJHLsCkuxRGbZGa27ccE9vTb6UM { width:17.937rem;height:12.24825rem;top:62.184417724609rem;left:0.96777337789537rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh { display:block; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGPLZavdTD31PuvO9PVFivDmnTH59OS9 { width:0.125rem;height:0.125rem;top:24.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnk336VITq8hDi031AdudiG4gbelPp4X { width:17.6875rem;height:11.0234375rem;top:7.1248474121094rem;left:1.0623372197151rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tTyLNsSUPfdZK8qL5fVniASMEQmEgwo5 { width:16.3125rem;height:1.349825rem;top:3.75rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NeNXXVPSFgnO3HLd9Gg24WnQDxiAgGS9 { width:0.9375rem;height:0.9375rem;top:0.93637084960938rem;left:9.530436217785rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH7kaVksVp17x7u7OzCDKSzN6ZDn3z0u { width:0.9375rem;height:0.9375rem;top:20.685699462891rem;left:9.5312497019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Jty5g3DvTufCTwhnQtZVZOckIpEHrP { width:17.43725rem;height:1.35rem;top:23.749359130859rem;left:1.2499999403954rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BZqhq12hCtbbDqvNUkLO3BMpkT4mcyMx { width:17.8125rem;height:7.3489375rem;top:27.5rem;left:0.87451165914537rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SdBwRWWUvpXvGOKOg1VvAWLqSyAdTnTy { width:0.9375rem;height:0.9375rem;top:37.124847412109rem;left:9.4995114207269rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNLfa3yTlcys4gverWdPBkfhv2DKdL1 { width:17.937375rem;height:9.798625rem;top:45.249847412109rem;left:0.68684893846512rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r20Iv2UfThClJR5Oo4aMXwaedl7gObbr { width:15.24975rem;height:2.69965rem;top:40.249847412109rem;left:2.3746744990349rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #axd46JvaEhDUwKkQhKTmEFsnghTcOvfT { display:block; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3qFJXAFTVznbUlWgA0RJADgApEDKhBU { width:0.1875rem;height:0.125rem;top:20.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8trQlhvgRtukDdtaSEoUuEHOG3nvsa { width:17.25rem;height:2.69965rem;top:3.4375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AV2OiyOlNmk8CEDV27CbcDTJefWPxFya { width:17.8125rem;height:8.5737875rem;top:7.9998474121094rem;left:0.71874994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tcRy3sLIQR49i1m06Go1I5dpbmv0fis6 { width:0.9375rem;height:0.9375rem;top:1.125rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAzO68ek9qqBvT0Z9KIHItPEbvAelPF { width:0.9375rem;height:0.9375rem;top:19.812530517578rem;left:9.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #U49m6eexOzg953nkXlZWd7ham8ra6Hyu { width:17.8125rem;height:11.0234375rem;top:27.187530517578rem;left:1.0625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HrdqHOEb3twn5hhGKiyZnudTFlo34zvm { width:15.124875rem;height:2.69965rem;top:22.500030517578rem;left:3.0000000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HwEHPgqS8nyoWIu75FGX0c56nS3SN2w1 { width:1rem;height:1rem;top:41.062530517578rem;left:9.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGM43HT5sDBKWM6I40kfdi4OGbLIVST { width:17.1248125rem;height:8.5738125rem;top:48.062530517578rem;left:1.0625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ER3ddw2AS8U5I50E6ZvEG9at5Vbk3yhp { width:16.4375rem;height:2.69965rem;top:43.687530517578rem;left:2.5000000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H { display:block; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9FpO7nlUBX3923BI5Xkmbc5BvUpvUOH { width:20rem;height:2.6001rem;top:1.4180548191071rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhh6Tr9WplXuIxCKEHlKCP8BJavFCggF { width:20rem;height:1.4622375rem;top:4.6241708993912rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AakVe4w9PUVlICk9IFITVv9fD8HaMgtG { display:block; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ueida79OclZoRg93e9EDDbiKiXFVEuT6 { width:0.9375rem;height:0.9375rem;top:1.6867895126343rem;left:9.53065764904rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmXSVQadUU1PTeRiI5lxWy548DWZDiR { width:0.125rem;height:0.1875rem;top:25.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMMX9Un1D1ByQGuGCzC9mBC4HklevIW { width:19.625rem;height:2.69965rem;top:4.3125rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkiUtKaeMqxBQrXOkmTMeGn9kqBnhw93 { width:17.9995rem;height:12.24825rem;top:7.5613708496094rem;left:0.62434893846512rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SFolkf4cDT3439d9WypCDtFTFqQlcPZO { width:0.9375rem;height:0.9375rem;top:22.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPhJ9aGXxAckWXpMJ3svQI2HGlXU1mnm { width:17.874625rem;height:8.5738125rem;top:27.999664306641rem;left:0.56184893846512rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vtV1W0WZfDyVJvCp98ngW5eTtw3HDROq { width:17.8125rem;height:1.349825rem;top:25.375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC { display:block; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24 { width:0.125rem;height:0.125rem;top:41.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRBWbqVP2hTu3WLy0lc87kylRg2ObgWm { width:17.6871875rem;height:11.0234375rem;top:7.6868896484375rem;left:0.59309893846512rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IGzyitbaMoc1tfdRhw6s2cc2D8X0ZIn8 { width:17.0625rem;height:2.69965rem;top:3.1868896484375rem;left:0.93733710050581rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mvptx3gfT2ShlHEUmtbLF8fsiEOFTKtW { width:0.9375rem;height:0.9375rem;top:1.0625rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIX0UNAKMZlrps9KbORZIXJinkuacVSM { width:0.9375rem;height:0.9375rem;top:22.1240234375rem;left:9.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMUsO6ULeiamuTlFZEpoVIo0a6iCAH7M { width:17.43725rem;height:2.69965rem;top:24.310241699219rem;left:1.2801106572151rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g76Uw1SZ8PLh02Qvmd8wmTWTEdQp2fXy { width:17.8125rem;height:7.3489375rem;top:28.6220703125rem;left:0.46875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BhTVhkDKg1lSe7XvLPuhNE4UlsoEzFyc { width:0.9375rem;height:0.9375rem;top:40.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdirL16MAWqd7kECTDBBmtUgX4ZNrEL { width:17.0615rem;height:1.349825rem;top:42.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fHt5STdaUmMp9sITU43msIWmxSO07AKv { width:17.8125rem;height:8.5738125rem;top:45.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X { display:block; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTSerQe2cbcdEf19FSPdJrS3pSZd66J { width:0.125rem;height:0.125rem;top:22.6875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXdvBf12vPF71grMNaBxCSFbTl4zXPa { width:14.6875rem;height:2.69965rem;top:2.6875rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iNlmQoSyA6yTZOdGXiCMhlRkBAV5LSgW { width:17.8125rem;height:8.5738125rem;top:6.3125rem;left:0.68717449903488rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ohecXWFPCsSmmOTGJ5wBW0Cu2mAtvbDH { width:0.9375rem;height:0.9375rem;top:0.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwOdTh8vTJn13UZ0Uxotgz9BrpbRb7S { width:0.9375rem;height:0.9375rem;top:17.560959815979rem;left:9.53065764904rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAG5FveJRB04zQbheClp9IZozaLs0F7p { width:0.9375rem;height:0.9375rem;top:34.122868657112rem;left:9.53065764904rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysqIUgnzma83RPJCk97BxiNWPXm5Iz5L { width:17.12475rem;height:6.12413125rem;top:42.12255859375rem;left:0.68636053800581rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rwKWnPmxov2EM2ov6MlClwHw3EgpyrPR { width:16.937125rem;height:2.69965rem;top:37.310605049133rem;left:1.4997631311417rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IlgJA7UlD8vyg45g7IQsu3S4siUeT4el { width:15.24975rem;height:3.67448125rem;top:55.372741699219rem;left:0.68636053800581rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qmKBEyNTbxfFV55gtI0LvdJe6CTzCIUH { width:16.25rem;height:1.349825rem;top:52.436076164246rem;left:1.8749998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fAGhHgJyquvLdraen15HTEOp25STwLFf { width:0.8747625rem;height:0.8747625rem;top:49.498694419861rem;left:9.5620259046556rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTJARlQLx7Xekm4bFUQHEW3m5RnH8u6X { width:15.24975rem;height:2.69965rem;top:19.6875rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dULWqUd5sad3zliBkl7xlcJXHUe0xNCP { width:17.937375rem;height:9.798625rem;top:23.625rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo { display:block; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL8w2XxpkXd3iieLIIoEmEPMuxyl3hpZ { width:20rem;height:3.65625rem;top:1.1405849456787rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG { display:block; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb { width:19.125rem;height:34.75rem;top:22.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
 }@media only screen and (max-width: 763px) { #lKVnhcr4es4SvQs25vo7HlTv2TB3XFBI { width:17.0625rem;height:20rem;top:0.5625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t { display:block; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ0TkvFzH2qsynTf4Oy3bno5x4d4SUmf { width:17.5rem;height:7.3125rem;top:1.75rem;left:1.25rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5c3p1marCNXZHi8tXBGfXpTIQangKrV { display:block; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEpEh2skALUvEwnNxIbGdIr2FINIe44I { width:19rem;height:11.625rem;top:5.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U87A8Wv9Oo346BwamQ6KQ2NcffMsmZGs { width:17.5rem;height:5.25rem;top:8.15625rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6m5s71Q1i37lElsN9IE1fKUFCTRoLfE { width:6.25rem;height:6.25rem;top:1.34375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWSudv3ZfaTL0K67zolq2TPAVkf6Kgh { width:19rem;height:21.75rem;top:23.687255859375rem;left:0.49952650070191rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmOnkXwNw3HubdpB90sCzWIyoF4mzyD { width:17.875rem;height:6.3993125rem;top:31.0625rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #el0PdWyNfVieJ8qGxgdURc2TNnaDBqMt { width:17.375rem;height:3.5rem;top:26.4375rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9POrhXz8zrt4ImXCau5Wp3queV65aQ { width:6.25rem;height:6.25rem;top:19.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrNAglXcfispgFkI3ErarABK3BWAlypK { width:16.0625rem;height:2.59895625rem;top:12.5625rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo { display:block; }#t8ITdwhyab1uaw5Nk55arnHZO7DfTOfo > .row .container { width:20rem;height:134.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8hPDggexTIK7Vf3sCgPQk03Wp07GnPL { width:19.9995rem;height:7.3125rem;top:1.12353515625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OizTT6quA4yF2fkTX9KDm8heiuJ3T0T5 { width:19.2496875rem;height:10.5rem;top:10.374328613281rem;left:0.74934899806975rem;font-size:0.9375rem;display:block; }#OizTT6quA4yF2fkTX9KDm8heiuJ3T0T5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
 }@media only screen and (max-width: 763px) { #KnCLM2kS7GbkiADvJy7SoEv3JyxUtHUN { width:17.3125rem;height:9.75rem;top:23.999213695526rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIcVho6pZ2wTT8U8vfrSqhoirLdFoc5R { width:17.3125rem;height:9.6875rem;top:34.936672210693rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFPe03UNV19SylDV8O2cOWv5rEt471rw { width:17.3125rem;height:9.6875rem;top:45.875000953674rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ7VgXtOVWuIpZFg3BadtP4DozHEvlEh { width:17.3125rem;height:9.6875rem;top:56.811591148376rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu4sgsth9qe90aBI67cFC8VvLZ4NHTAQ { width:17.25rem;height:9.6875rem;top:67.750041961669rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3LJRRHsZUtRPlw0xF7zWmnQhJgNJOl { width:17.25rem;height:9.6875rem;top:78.624958038331rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQGz04BoRr7d0zgqZXfxXX7Rcuh53lyC { width:17.25rem;height:9.6875rem;top:89.686672210694rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIu44m3i6UZpaVKBCRJMfixWqSZGiqk6 { width:17.1875rem;height:9.625rem;top:100.68745803833rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8dt58WBFDIcuPkigwHttFoNc3EFOutN { width:17.1875rem;height:9.625rem;top:111.56254005432rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL5hGeJBviOXLzKdAqdOxMNvURP0Vz1l { width:17.1875rem;height:9.625rem;top:122.37496185302rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXn6shrhaUyv5rxqRxvrboq1ZthOg0in { display:block; }#AXn6shrhaUyv5rxqRxvrboq1ZthOg0in > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lgy6mNi4AdMwVorR4eiG6K49lsPb5DhL { width:20rem;height:6.824625rem;top:1.5625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k44MNF3XTIzmhSdMgUSLm2s0RuLv4QQ1 { width:20rem;height:3.65625rem;top:9.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HKbzmGoVG6L7Rkx4JQ2xfPmTVoouiSB5 { width:20rem;height:13.8125rem;top:15.875082015991rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi { display:block; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8KHX33k0Fop87lkrA970OM8VTNIJdzm { width:18.6875rem;height:10.237rem;top:2.5929155349731rem;left:1.1875rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FCPTlity9P3MMWGfOUwZeuSXdvxw5unQ { width:20rem;height:1.29980625rem;top:17.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksswDwbCX7V9u8wIIldvTVZ16JwaxKM0 { width:12.5rem;height:1.29980625rem;top:43.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE { width:19.0625rem;height:19.25rem;top:17.125rem;left:0rem;font-size:0.9375rem;display:block; }#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE li:before{  }
 }@media only screen and (max-width: 763px) { #kR45PqTnrtnnttovTaeUJQCXVBrHJTFS { width:2.0625rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCqiMP8n2GJd2ncSarBTpot8oThTCMU { width:2.9375rem;height:2.9375rem;top:3.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #you4id62MfctgOwSkylL6DxCDNcdqpHQ { display:block; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUiEPkW9e3gBzJiiTtHX8hdwLN2kqtX6 { width:20rem;height:3.65625rem;top:1.5625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nLtTxspmpprkDVxpKNGH9Gh715FxOvcx { width:20rem;height:2.4375rem;top:6.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1gT79mNgvovuwrRbI8kLzilNxKgOiO { width:20rem;height:14.125rem;top:12.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dww1Eb50gNG1OgzGflWdQUva1wJ32Qsi { background-color:#ffffff;background-image:none;display:none; }#Dww1Eb50gNG1OgzGflWdQUva1wJ32Qsi > .row .container { width:20rem;height:150.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyEKsuOaSwTIZ6A70sm0IvZy9vK6CPli { width:20rem;height:3.65625rem;top:2.0625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #es6kUwDgH59fVT00NdksDFXobBgE422T { width:16.875rem;height:4.74935rem;top:42.124021530151rem;left:1.5624999403954rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLIH9WuZ3B5miAvZwwpxJGFfc3KESV9n { display:block; }
 }@media only screen and (max-width: 763px) { #FTOETkbtEui30aSxUxZXlKUU2aksIzEV { width:19.75rem;height:5.5rem;top:10rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRNiXBlf1a6aPXkDsW4X8tTNdSUSXfJL { width:15.686875rem;height:1.57465rem;top:11.9375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5aIbdT3deLrBupc7FKlWvnA3MsXCbns { width:19.6875rem;height:5.5625rem;top:21.25rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #eh3P5vTF43Jd3BTDJ1zf82N7G4feIRvA { width:19.625rem;height:5.5625rem;top:15.625rem;left:0.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ouHkzInny0aLktlWgyqVl9QBbaCmLBNl { width:15.686875rem;height:2.7986125rem;top:16.6875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TEcunPfRhVTOb248AxNt8oWnykaaO1B3 { width:19.187rem;height:1.39930625rem;top:23.3125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #EP9BNsKVvzaWLd1TQNIksWLOlpPdSUyt { width:19.75rem;height:5.5rem;top:51.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PStZ8Rf7cdd0a6Jbp5tOERi1K8EExyUy { width:15.686875rem;height:3.21180625rem;top:52.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #CCMxMdWnpo7ROfzLbyQxzMF9JzKbiz85 { width:19.4995rem;height:4.26041875rem;top:27.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #f8V1NEJ4imDz7bVN22uoUbANmuQmOWIT { width:19.75rem;height:5.5rem;top:91.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLrQQ1TkcR3C7HtgO5vg5fBQwZTLUSWX { width:18.3121875rem;height:3.21180625rem;top:92.3125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #caVhaElaW35SCWDILv6sstNhDaLsMMGU { width:20rem;height:5.625rem;top:35.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSDMGIbfw9EaSWqvQPktPhmxnOzTfimG { display:block; }
 }@media only screen and (max-width: 763px) { #lrg1yvu91px2HiShU19y4wNCKl0EbIPD { width:19.876302125rem;height:5.501302125rem;top:78.3125rem;left:0rem;font-family:montserrat;font-size:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gmB2TIe1e4StFxkEualk67ac6Oqtuqus { display:block; }
 }@media only screen and (max-width: 763px) { #uDv8L5zf3T7ArWWuEtRxiVIPTpt9VrTP { width:20rem;height:5.625rem;top:125.125rem;left:0rem;font-size:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KquJJEHgO4iJQ69zRax74dhZl5GrECPy { display:block; }
 }@media only screen and (max-width: 763px) { #FLBdW0luzfa7vsm2ZQPRSfcvLdrCXL07 { width:19.6875rem;height:6.25rem;top:26.8125rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #gZiOVRMAnIc3cqEvq4zISfO598acvPmB { width:19.75rem;height:5.5625rem;top:62.5rem;left:0.125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #mub61hHchUfONqOSm1PMMV3PFyppwQZh { width:19.187rem;height:1.39930625rem;top:63.75rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GOhLHUTdcW4kJGETtIEB2RTzOXldUn10 { width:19.4995rem;height:4.26041875rem;top:68.75rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #cXnOwTnSFiaRosULWnbmBt5AoBd1dE5y { width:19.75rem;height:6.1875rem;top:68.0625rem;left:0.125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #tvNdNIHnfUvGd1tW7ZJCPQ9gOyA7zcmw { width:19.75rem;height:5.5rem;top:56.875rem;left:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #iDufoi2TDu1oTLQDtIGyBIwmw1SRU8ie { width:15.686875rem;height:2.7986125rem;top:57.9375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTkNR7p2GkQa90LVrARNKLJiRQFP2d8 { width:19.6875rem;height:5.5rem;top:102.5625rem;left:0.0625rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #hDJHSp0W8fhKXRLFq6vlrsx871erWXLt { width:19.187rem;height:1.39930625rem;top:103.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #KFa6A7pRC4DZRCIJ6m1ACV102mBCnkQG { width:19.4995rem;height:4.26041875rem;top:108.8125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #SUBV2nTkgz9S3Co7rtetKtd5F8LTsJC4 { width:19.6875rem;height:6.3125rem;top:108.12255287171rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #aWkeLnrBI7VcHgX0KyeWiHaVFfNh5CTF { width:19.749375rem;height:5.499675rem;top:96.935215950013rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #hLLw3gChdst5utr0iIr7lmCOytSxiIho { width:15.686875rem;height:2.7986125rem;top:98.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #WMrlsiMs0yFhFC6c28CvE27A63WuRCoA { width:19.4995rem;height:1.39930625rem;top:75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ZCu6iVBlLMWNcPe2caUDVFHCJ25FzfzP { width:19.75rem;height:2.9375rem;top:74.25rem;left:0.125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #H0D9ES4chAMsTde2AoEbXNGtnGMn9TTv { width:19.625rem;height:3.0625rem;top:114.3106880188rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #mXWlix4oF0svCwJhMUGTKKQx4A409ofH { width:19.4986875rem;height:1.39930625rem;top:115.125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #RhgN1nXVxsZcclXV1WMNX0l7uMHmvJze { width:19.625rem;height:6.0625rem;top:117.375rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #B3KAqap14RTqLBsQu8Ng4VcRpKgu3nrS { width:19.4995rem;height:2.7986125rem;top:118.9375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #vS4bdpRuDp2vIn8d7BoF8fIw89xegn8g { width:12.3746875rem;height:3.125rem;top:84.5625rem;left:3.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7TvzDJM0AlHse5w2TXX62vqhy2O2nu { display:block; }
 }@media only screen and (max-width: 763px) { #wTZkVlOxOa8LUzSHENWCTwfz2dfm9BcS { width:12.3746875rem;height:3.125rem;top:130.74950790405rem;left:3.8118488192558rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9XVJ7cNTOoVpLvOcV3hKrvB8fwsnSuk { display:block; }
 }@media only screen and (max-width: 763px) { #FyLikbSdlKnQHgusI879WpT7uwyvwh5L { width:20rem;height:2.92480625rem;top:143.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcIngBAQN3CJT0KbFCgCo0MmWtpGaRXk { width:20rem;height:3.8997375rem;top:138rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPgapWynwtPTAhumLaamBaS7hLlTmHys { width:20rem;height:1.21875rem;top:147.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f { background-color:#ffffff;background-image:none;display:block; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container { background-color: transparent; background-image: none; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container > .video-iframe-container { display: none; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row > .video-iframe-container { display: none; }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .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); }#v6HK7e8xhvsEzhh2qQofqJklBp0Hvg9f > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz43h3oQHCtkczKt9ZuiUIHSIcJE5nOF { width:20rem;height:3.65625rem;top:2.25rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O795aPDH3o9QzAWtAWS25vLoJt2PTZmX { width:19.75rem;height:5.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXdfE5bVfyAIi1JhQZyrV9spVGH8oMDO { width:15.686625rem;height:1.57486875rem;top:10.5869140625rem;left:2.154296875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #Dd41Zyk0qNMlVFoglGGS1dEUos4VQWeb { width:19.6875rem;height:5.5625rem;top:18.75rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #wTDTce4kCGyGrZGQhZtrLGi08Gce49a5 { width:19.625rem;height:5.5625rem;top:13.125rem;left:0.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #rPHzpTpM5lKEP9WDlpS1DEuVe7Z5rIBx { width:15.686625rem;height:2.7986125rem;top:15.0068359375rem;left:2.154296875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ZIqkfmo1hfso0mWfkF95KitqDy1eRP8S { width:19.187rem;height:1.3997375rem;top:20.8125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #yUw2VARRq52y2JQP0Dar0OfcZhTtLzLv { width:19.75rem;height:5.5rem;top:50.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GscVFTSX2vAmR4xD76MFZ28VAZtTyamF { width:15.686875rem;height:3.14930625rem;top:51.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #X2RW2BFyn4qqKGaORqHuR5BcdlLeyf9P { width:19.4995rem;height:4.19791875rem;top:25.5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #DRuE0SzG4N7c0O9LMmg7JD9FPEO0VVug { width:19.75rem;height:5.5rem;top:95.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK9VIZ5tCIkdrIG8NhFGaUzrQhM1nDs2 { width:18.3121875rem;height:3.14930625rem;top:96.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #ERvhDpBxbFaJvi8KxwuCLGDRU49R8x4r { width:20rem;height:5.5rem;top:38.6875rem;left:0rem;font-size:1.875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MwQcZGZmDRc1Pf1guum28BeBOQx99uV7 { display:block; }
 }@media only screen and (max-width: 763px) { #gWzXQGi8pFZSLxovXaEoNNRO5DSZryu2 { width:20rem;height:5.0625rem;top:84.25rem;left:0rem;font-family:urbane;font-size:1.875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LJe2g69efGGfqZMPtZ92lQazXahsKdSv { display:block; }
 }@media only screen and (max-width: 763px) { #ck7NaLwUaQ6yuKG3HWUTVt7lsD3goDZ2 { width:19.8125rem;height:5.375rem;top:137.79860877991rem;left:0rem;font-size:1.875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cAg7gbEII0imAZHMfxND0pAr5zecNUPA { display:block; }
 }@media only screen and (max-width: 763px) { #xJbm1KrbPAcgM6a87Kv4JP7N2kTVEP4N { width:19.6875rem;height:6.25rem;top:24.3125rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #Pe0WpKddAEyQQHOC2NC5zfaiQ1JlSb78 { width:19.75rem;height:5.5625rem;top:61.125rem;left:0.125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #tlRUwq7iivyXJGfHBPe7iPRWOdfEqmVw { width:19.187rem;height:1.39930625rem;top:63.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #mTL21KqwuKNPs6DLLftepv3KiFwPfAZF { width:19.4995rem;height:4.19791875rem;top:67.75rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #xTt83R1hbpn2rZBxbpIwXtnbIRTa2v5l { width:19.75rem;height:6.1875rem;top:66.75rem;left:0.125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #TT8byGkVztOgGosFi7SN7zmosGysvxFF { width:19.75rem;height:5.5rem;top:55.5625rem;left:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8x4TxISQSe82DAyII3M0m670W4PbDy { width:15.686875rem;height:2.7986125rem;top:57.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #wUTVZyWmiQOIUdiHWJt1xM3TXCLpD7Ek { width:19.187rem;height:1.39930625rem;top:107.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #Rtskt211G1ZA44GTDxrq8krMT4g1LJ39 { width:19.4995rem;height:4.19791875rem;top:112.25rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #pMlxrpi2kpMVRrIlSWSq1aHzQmXpeylT { width:19.749375rem;height:5.499675rem;top:101.125rem;left:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Gt4MVi4TRuLXvfP8kywoxWHFHXqKvO40 { width:15.686875rem;height:2.7986125rem;top:102.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #iNxAQgyHxFNHQQ5f26nGpnb5ow2wa4H1 { width:19.5625rem;height:2.7986125rem;top:73.756051063537rem;left:-0.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #wBfmg1Em5d6i291pnGUuv9IN7eOTufwp { width:19.9375rem;height:4.125rem;top:76.5rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #RrFdMxbh6zbVdTmXLdXf15KSrQmGWtFK { width:19.75rem;height:4.3125rem;top:121.5rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #rvXwTP65bZxBmqRfqbqWO5qpy2OTCQon { width:19.49825rem;height:2.7986125rem;top:122.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #LRVITmRHuroEgMUdmMKOBCtS4WBxM5Gp { width:19.6875rem;height:5.8125rem;top:126.0625rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #rcqmPGLkJvapycItF7Eigxg0zf5dPnwv { width:19.499125rem;height:2.7986125rem;top:127.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #bi9XIKELP6pTLtTAfkbkO0FzGCcTwkiT { width:15.4375rem;height:4rem;top:143.17359638214rem;left:2.2812500596046rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6lhV1LZV0UsgDUTaTdKWJWOMoAdkzlm { display:block; }
 }@media only screen and (max-width: 763px) { #GmaqsnHU8JugXcAkTZfR46OvQP9L0XTJ { width:20rem;height:3.16666875rem;top:155.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpF0DR5WAxdx1C6agWhKC590QC5JZK4i { width:20rem;height:5.277775rem;top:149.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXvfDm18CLNQqlGBVFpZs0gKO0ePhy1A { width:19.6875rem;height:4.8125rem;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm64zTdK9wc2L6rTzBbbstEtZFZn03hI { width:19.6875rem;height:7.1875rem;top:110.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khpqfkuLPKazl0268LlymbrsdWXBxmqp { width:16.3125rem;height:4.0625rem;top:44.25rem;left:1.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhfIQW1Xu3iZC4spKK8EeKr52DhGwnlE { display:block; }
 }@media only screen and (max-width: 763px) { #lZKhcNoc6dT6Xzycb3EJSK9GmAmQXtS4 { width:16.3125rem;height:4.0625rem;top:89.3125038147rem;left:1.8437500596046rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvhSFTixE2JuTRyhctCGnHpzvX1IJDc { display:block; }
 }@media only screen and (max-width: 763px) { #Tig1fiGmb5FZEwTR68eKhUZO21V2StSG { width:17.5rem;height:3.4375rem;top:160.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ZzMvbD4uz2Thx7UODSF6BkmXTzUsEh { display:block; }
 }@media only screen and (max-width: 763px) { #JLHAx1KndMTU8cNchC1D7gcMTMRM7ATV { width:19.8125rem;height:3.9375rem;top:30.673614501953rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #JvGOUTKy1v35bE217G74Kgc1624NKpJa { width:5.0625rem;height:1.57486875rem;top:31.878555297851rem;left:7.2803819179537rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSS38KPwZfLM1TgJXvEcmgPn86kTFX1V { width:19.875rem;height:4.375rem;top:117.6875rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #JurQu7RibedT41wCUxe2yeiJ8TxfMrFZ { width:5.875rem;height:1.57465rem;top:119.125rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcpfTPIHv0aWQ0g53SGsak2TFoErIfUW { width:19.9375rem;height:3.375rem;top:80.673610687256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diwoUspGEn5WGxukh0A12zuXnBVC18VQ { width:12.5rem;height:1.57465rem;top:77.798612594606rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikZa9paDb3G2IhbduhZvTlwXvzZrviwK { width:20rem;height:2.1111125rem;top:164.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6J8C4WTaCxL6kh3H7o1pUh1i1RElDDS { width:19.8125rem;height:3.75rem;top:73.048557281494rem;left:0.076388895511625rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #IHoTIzQ3JW2MuNexII4I0Rr8eXHcpw3C { width:19.875rem;height:5.6875rem;top:132rem;left:0.0625rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #nlWN8RZRnNUHm1NTVzh55KGSnCsq55Te { width:17.6875rem;height:3.41145625rem;top:34.909721851349rem;left:1.1562500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo452KQ1Xqi6vgxpbzhRtdet0DHTxT3G { width:17.6875rem;height:3.16666875rem;top:80.832423210144rem;left:1.0868055224419rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyCC3Jtb2VxKbcCNWLfeSL1cFhpg3GcF { width:20rem;height:3.65625rem;top:133.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Pt6TrKRFPsOJNUpaptZVdCw3hOdKgy { width:19.875rem;height:3.9375rem;top:34.659721851349rem;left:-0.048611104488372rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #FZwSGDWqMTPCuBVfd4kTRXdLfHemUI0S { width:19.6875rem;height:5.3125rem;top:168.29861059265rem;left:0.125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq { display:none; }#Tiv4HvRob7iqrzSEXKI1Q9BNTUQ16Wyq > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NtOT5pFufQdCBkPGuiwTSFTOeT3PJu3I { width:17.5rem;height:4.875rem;top:4.0625rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WX5WlUmWkGtNkbz2exC3SWeAz7veNCLy { width:20rem;height:7rem;top:14.53125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 { display:block; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdZcw6ChOoMLbdnN4idLZeZ5vkEe1DTn { width:20rem;height:14.625rem;top:1.9368486404419rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPiRnVWWycJLirheD430wfUTzG7Dok53 { width:20rem;height:32.48695rem;top:24.685057957947rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w2GBCybAGM0rTeBwzqzMH8TN68wQwXLt { width:12.937rem;height:4.43685rem;top:17.486165364564rem;left:3.5302731394767rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlq6FiNumM6GrOTBXrayMh0ieoAg6U7S { display:none; }#vlq6FiNumM6GrOTBXrayMh0ieoAg6U7S > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LO1Eb8GLQOTy1UBVSVRFF5qBBn0cz1kS { width:20rem;height:3.65625rem;top:2.0625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZNQ1TDx3UM4oADDLnpFiCfHQ6kqkrqa { width:19.25rem;height:10.4964375rem;top:7.6875rem;left:0.4375rem;font-size:0.9375rem;display:block; }#uZNQ1TDx3UM4oADDLnpFiCfHQ6kqkrqa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sA1x4UKG/checkbox.png); }
 }@media only screen and (max-width: 763px) { #e3AIpcMVXSmH377qEsyG5AKVgH8MK35P { width:20rem;height:24.2479375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH { display:block; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iud4ADBH1X7au1dtPpPwlvNNLIxbetJU { width:20rem;height:7.3125rem;top:0.5625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUbvAgK22GR3vPR14heI6qBpEOWhTIaU { width:20rem;height:5.5rem;top:9.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NTuV46o3b05mwBETGEbtAZKfnGqPzAFf { background-color:#ffffff;background-image:none;display:none; }#NTuV46o3b05mwBETGEbtAZKfnGqPzAFf > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sgoTLimsPxVdACxOziibn85JhUTaSOuC { width:17.625rem;height:4.875rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1G2L20hnh2dB00GMD4D5yixa6bahz3k { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuozgTmIDZ6pyfEWeU0SyiK0M9un9MUy { width:20rem;height:9.0963625rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #piPNh6f8aN0KhE15RyX6fD7HQKcT8H6U { width:11.18725rem;height:3.4375rem;top:41.186735153198rem;left:4.4057763814926rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0tcLloaNwlJJGAiemqJnmGg7cL2TxTz { display:block; }
 }@media only screen and (max-width: 763px) { #Srrr83rH8tvqKTceMieAFCsnVe7HJhSK { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIfEqd8zyDTq8yZZttTIM5f1LIyThZRN { display:block; }
 }@media only screen and (max-width: 763px) { #XrqPmO7SkvFhdQz18TpF05MVu29G5KPE { width:19.9375rem;height:1.349825rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGqmz3ZaMkUf2hJ8x6Td9WAQKfIO9vKB { width:19.8125rem;height:3.375rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6ZRWpzR18BoyOfOI5bhhBI0f1gK83UV { width:19.5625rem;height:4.38671875rem;top:46.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8H0si46RLXU6HZ57FTdrcIZCUiUyqMP { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efbgZzxeHBU4Susw5fIHEX2JiwBxSC6u { width:19.0625rem;height:1.29980625rem;top:33.124350547791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDStbbo5HoCQS4EddUGPwIZSWzhSGrPu { width:19.375rem;height:1.29980625rem;top:52.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFtD5pXdeH9fInGAV6XJZ9yQlm7PysNP { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8ukALsaKNMdCyhKIaAI7yXxWICs8Ril { display:block; }
 }@media only screen and (max-width: 763px) { #ILWUbE8pw119gmAcMZNxWeRFf71dTGTN { width:11.1245rem;height:3.4375rem;top:22.624879837036rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz0RJ0Dar1mHzuTWrPilx6rLmlXqwFwJ { display:block; }
 }@media only screen and (max-width: 763px) { #dF3F4yHyt1THTxn1SnQAzb5cnxq8RLp1 { width:11.125rem;height:3.4375rem;top:54.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4VWAzfyhsUH89ttSTw2gHMr0fowIrWT { display:block; }
 }@media only screen and (max-width: 763px) { #suB7mlo0o1NKa26OeUX8R6wZelkhmKeg { width:16.875rem;height:3.299475rem;top:35.686616897583rem;left:3.0604873895645rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtwBaBw9x74CUx7QabEMQQDxIifII8St { width:1.99988125rem;height:1.99988125rem;top:36.276563644409rem;left:0.93631625175475rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHP7sG6vFBbIdQv5zI3Dc8TmSAe4XcX { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cid2dT2O8EmqNLnefRmGTGxpIkLPTJ4E { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fPn1aVxvr1AToUsqusEppoO8vCvc2It3 { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #oQ40oD2RJmWrmO8T83WrnD2sx3nFL4bk { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqqeLnZEXZFtZXsiy0qR4cVv07a7sm4n { background-color:#ffffff;background-image:none;display:none; }#aqqeLnZEXZFtZXsiy0qR4cVv07a7sm4n > .row .container { width:20rem;height:67.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CIpVqDKPGcp7CffsJ3rZ8uyBd886pc0h { width:18.3125rem;height:4.875rem;top:0.9375rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKiRKqWswXr0DnCVoqXzhUITTCpOra5C { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXX2UA4X1uhLJrJ0zL1rhyNbJeSbKla0 { width:20rem;height:2.59895625rem;top:8.53125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TwhTmOAucoLAJ3BFeKHmtLXvmqX2kd2Q { width:11.1875rem;height:3.4375rem;top:41.3125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7asMOEAcHXItmFtWogW3u1HVsF45HrE { display:block; }
 }@media only screen and (max-width: 763px) { #heWaSZBMED3nCEVCbIIdnX7ikWEFGiXH { width:11.1875rem;height:3.4375rem;top:43.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWG3IoOluC0ma2TRgpqLxAeROWkXkP9I { display:block; }
 }@media only screen and (max-width: 763px) { #cuZBUWGMPVfSGqXoSkS6qi1CUbmJZaW0 { width:19.9375rem;height:2.69965rem;top:17.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMQJly8u5B4Eydudn7LMSv8gky0vykDx { width:19.8125rem;height:3.375rem;top:28.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6y1QX12UiHrbiKTNIixegsIqTPIqs9z { width:19.5625rem;height:4.38541875rem;top:47.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTb4eKgQxhUmTQDyzbORlSKJaa2KaEJ4 { width:19.499875rem;height:1.29948125rem;top:20.249784469604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlTTSOKmKcNPvO3JINrzu4mFxD3Bkmdl { width:19.0625rem;height:1.29948125rem;top:33.436851024628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ep0ZFC2GBdu2pTM8iLS685PRW1cKBm12 { width:19.375rem;height:1.29948125rem;top:52.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DluCPCQvSpDBxKzdoZFKPTpxK7oK0RWT { width:11.1875rem;height:3.4375rem;top:19.375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfI8yCnJmUE1zyT2hHbTcGm6dyxiJq0n { display:block; }
 }@media only screen and (max-width: 763px) { #RXzcNtRkKKodSRPHhCdanRaeRotOvZqI { width:11.1245rem;height:3.4375rem;top:23.985623836518rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7hm8xT2QDZSo2dtFBnF9NKpr9quqgaS { display:block; }
 }@media only screen and (max-width: 763px) { #qgPGvZ1DGTOB9sJOIk8BFbv4CadF0Hg7 { width:11.125rem;height:3.4375rem;top:55.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATcOHE17List0JZcxMXgC9F9SAMLWfa { display:block; }
 }@media only screen and (max-width: 763px) { #oDCFSkToiCsco6XOT1ioVmVgLKykXF8r { width:16.75rem;height:3.2986125rem;top:35.6875rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUnTxt4DJLdwNKBLbXffEk56dFG9vKWT { width:2rem;height:2rem;top:35.375rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx5AACqNqNoprBku8FTttO4btbr88zAd { width:18.125rem;height:6.5rem;top:0.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAvl4Vd1xwmTuf4utZhnDzPOyes5zRe5 { width:2.9375rem;height:2.9375rem;top:12.75rem;left:9rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #A3xXRCKlNDMAkSkHa7CJVdIgpwu4lt9E { width:2.0625rem;height:2.8125rem;top:12.8125rem;left:8.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JM5WCkhwT6tGZmXyqPpvMkaREqFRJ1u9 { width:12.5rem;height:1.29948125rem;top:62.79948125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCWTRkc1pRRoKBDmpGbHksbM4IUSGQ6 { width:12.5rem;height:1.29948125rem;top:6.4374195337294rem;left:4.4062502384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuc6ZhItlO5orCMbtRAabomB55SddzBD { width:12.4375rem;height:0;top:65.3489625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIFubJrJTPSZ45lOkTrUm3TfbGQuhF0 { background-color:#ffffff;background-image:none;display:none; }#hWIFubJrJTPSZ45lOkTrUm3TfbGQuhF0 > .row .container { width:20rem;height:67.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mgZwevqtSeWZa5nlJsLDpBUrmVTu4XNO { width:18.3125rem;height:4.875rem;top:0.9375rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWZIHHzcSX4Onnuyf89KIXbgAPB6xG3e { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yw9SuIxFvef0RufthqHoU7zsHddZhAVU { width:20rem;height:2.59895625rem;top:8.53125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LQNo0SUCNu02MiJHNT7JOqgywBlziNEl { width:11.1875rem;height:3.4375rem;top:41.3125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcrdu5HkyXpu1pHgmT4qbAIsPdfIJJ7U { display:block; }
 }@media only screen and (max-width: 763px) { #m33Sugo15zOrw31mlB3ZdS2E52d9pq9o { width:11.1875rem;height:3.4375rem;top:43.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIcK4PPEVasvnKkN1JT2WGLtZ95Z5SE1 { display:block; }
 }@media only screen and (max-width: 763px) { #aiwsWsI07L6bRe6fDqzbcPH79Z1SVMqd { width:19.9375rem;height:2.69965rem;top:17.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPR3BFWmFyCrxLTlXZVl7qL3lHAr3KLT { width:19.8125rem;height:3.375rem;top:28.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8FTIn3h1zEzED58FrRN0RCBMi6A7v9w { width:19.5625rem;height:4.38541875rem;top:47.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kf3qtlMM0RpedzusuwsBaKRmpP4dlfEL { width:19.499875rem;height:1.29948125rem;top:20.249784469604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJX6FCcfJzk9HTKZc5is0khNfRrq5uFE { width:19.0625rem;height:1.29948125rem;top:33.436851024628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZBukRH1A5NQdADoaqiA55tU2DNqGGHX { width:19.375rem;height:1.29948125rem;top:52.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biR8UPnSrtnIcES0qdrASLebsvc2lZJs { width:11.1875rem;height:3.4375rem;top:19.375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Paxms9Dy3DTh5zsa99AFeKK70q2gDabT { display:block; }
 }@media only screen and (max-width: 763px) { #V5iSkX3Jt4L5BeHa1akB4sMTLPy5DZmK { width:11.1245rem;height:3.4375rem;top:23.985623836518rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #NftiwzToyPQawoHBfaDXcuJTqVbFs5BS { display:block; }
 }@media only screen and (max-width: 763px) { #xpTZTRpUkUKildf9pQREDchnCVlIHiCO { width:11.125rem;height:3.4375rem;top:55.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8HV65HCaEr8OsymBBTy5WJf9zUQypNs { display:block; }
 }@media only screen and (max-width: 763px) { #fL14S4hEvxaAhTTmTpSWmVXxISTHHtOy { width:16.75rem;height:3.2986125rem;top:35.6875rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5t5b7WNmluer9mlSTnQCDwAwwk7SLUT { width:2rem;height:2rem;top:35.375rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6XlnA7RolGhZQZM5mbLDAiynoKnAMQd { width:18.125rem;height:6.5rem;top:0.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2W7fWCA3vAnoWOXnVPzyOUCZJ7BPXpE { width:2.9375rem;height:2.9375rem;top:12.75rem;left:9rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gZTV4eQbKbZZqXWT8pEWDbslvQoF8DqS { width:2.0625rem;height:2.8125rem;top:12.8125rem;left:8.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZTXpU6ysanZKuchheLwgReONhFT1wfCW { width:12.5rem;height:1.29948125rem;top:62.79948125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPzH0SPwqIIua0XT9MAoEyTuKWQsT8sg { width:12.5rem;height:1.29948125rem;top:6.4374195337294rem;left:4.4062502384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmHPfoSiQT8QtT43Zw3C0hHRToNxigNl { background-color:transparent;background-image:none;display:none; }#hmHPfoSiQT8QtT43Zw3C0hHRToNxigNl > .row .container { width:20rem;height:69.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BszZWb0butLloiNyiNzrbfhJSbr9JKlV { width:20rem;height:4.875rem;top:0.5625rem;left:-0.062499701976776rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zk9TP6zIxZt0r6Mxq4TP9y3Kz2HOKfRf { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChPTIqlkwxiri3tmGxm879DKzk5tagsN { width:20rem;height:12.99480625rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdOoQoKqlK4mheu9nqEsJUd1n505TUU5 { width:11.1875rem;height:3.4375rem;top:43.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu0hZTHNK6f0TLJOMsqU03AsSnOk0JvU { display:block; }
 }@media only screen and (max-width: 763px) { #G5Ze0kcJHL2avXya1eJTvmgActktGH5w { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBLbcv481y0QMqm3gSsv0K7exy6C8leW { display:block; }
 }@media only screen and (max-width: 763px) { #e1TOSZfAFX7EHvh0KOFrzECsVklXxOXT { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmN3MRBVvQETeqWJ4zadsqPGLcHWsFxa { width:19.8125rem;height:3.375rem;top:29rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT9lLR7QpTr2TrUAXm8oIF56IVzoA7em { width:19.5625rem;height:4.38574375rem;top:51.3125rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMnaUNS1xkMRlm25BQuIXrlTze2y3uLJ { width:19.5rem;height:1.29980625rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDyIeDPTyarLydz2IGsDdT8hS8TXG6JN { width:19.0625rem;height:1.29980625rem;top:33.3125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcT135K3nSQilPoLxKRVDngZZTAkR5bo { width:19.375rem;height:1.29980625rem;top:56.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwOdrTJDefO9CepyKcq5EIPxxfTOTeqe { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSpLo32FT0g3Ts2bQiimrqAdkoAUWlyA { display:block; }
 }@media only screen and (max-width: 763px) { #zFMIZsIsekCTPW2JZdSzoRs10o3KNF7e { width:11.125rem;height:3.4375rem;top:22rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c85HHPbNGBPkkxTC6c8iSCUDNz7yq6oJ { display:block; }
 }@media only screen and (max-width: 763px) { #XWOGgHlpkE7CJPfa64GfwTLpSFuuqP7L { width:11.125rem;height:3.4375rem;top:59.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teCE2v1GvwgyvfTX61DRTo9GTTnTkLO4 { display:block; }
 }@media only screen and (max-width: 763px) { #NvtnUixLURvdBkN1AaehvZM7x0PsOTcK { width:20rem;height:3.8993rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naqkIuzTBeeOLQW3pkFCKghtinz5ebAX { width:2rem;height:2rem;top:35.8125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOeepLZRAgSkBvnE3s3VhrGOaoNNK0Ra { width:14.875rem;height:6.5rem;top:59.162133789063rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naATcVZ1cPPMBttHf2yL6HgOFNvrxPPL { width:2.0625rem;height:2.8125rem;top:12.352700710297rem;left:8.2753903269769rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #fgqqtO0chHdFiBURvRL0nrDh18HI2NgC { width:2.9375rem;height:2.9375rem;top:12.290853023529rem;left:9.776041686535rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #c0Mz6Hlafcyo3pFMQh7HPhBaUz2m7pGG { width:12.5rem;height:3.8984375rem;top:5.4374976158142rem;left:3.5000002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWq6oOdk9BDotvmsJgR0nHe36ZmHibQU { background-color:#ffffff;background-image:none;display:none; }#NWq6oOdk9BDotvmsJgR0nHe36ZmHibQU > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XosoAycaqfX8fq3vX4ylxPQETexNReOx { width:17.625rem;height:4.875rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNdgL6ILGTJmT90BlVNyVTJCIzglul5W { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AV8bMGsmwoaDGaVxd6ATlwadQI7y9eiG { width:20rem;height:7.7968875rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uaEDy2l7EniuFPuedVd8e9uL4VeLdFVW { width:11.18725rem;height:3.4375rem;top:41.186735153198rem;left:4.4057763814926rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuoLlapSJGbDpbeT0mTPuUJUch8mcNO { display:block; }
 }@media only screen and (max-width: 763px) { #HyNkN3WPpPGDyCCeqHoepfKnnSxiMcQG { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTbCAOtQmJAsqcdUWH51LtziLJDP2x6T { display:block; }
 }@media only screen and (max-width: 763px) { #Q7U9GdT6JeclKHNTa3W2JPdaVOHUlafB { width:19.9375rem;height:1.349825rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eU2uWSvtZNzvLdVwEUDlnrJ9npPsdEpQ { width:19.8125rem;height:3.375rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4Persy2TZ5MIMr1xVteIMU4cBuaJryh { width:19.5625rem;height:4.38574375rem;top:46.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmtcCKslPawpOSWLA5K5dEsX1ZSydQPv { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzRqLCbztnOJGix5OWVAHAH7ZKoSSQb1 { width:19.0625rem;height:1.29980625rem;top:33.124350547791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pECVTr6pWhXpsxEphOSbVKgUxpqOtGg1 { width:19.375rem;height:1.29980625rem;top:52.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWVpQWhddMKgSrp5OfkQ0qN0sRxwSKsU { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVSclBopI4ovgbdwSMcnPotvtC3TdUll { display:block; }
 }@media only screen and (max-width: 763px) { #smmpiqEb2PhicgsWnSWM7aNmcVw3afKO { width:11.1245rem;height:3.4375rem;top:22.624879837036rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKqzeMu6dKei4wTbTww5r1OdObfz2vUy { display:block; }
 }@media only screen and (max-width: 763px) { #nZHNRSLprg1G0mTSEvBHxTSb6Vr2Zi1i { width:11.125rem;height:3.4375rem;top:54.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEXBVFOHTDEUeSoyDSpM075FgDMcMVO8 { display:block; }
 }@media only screen and (max-width: 763px) { #CeQpRf7BPo2SL3M1vLtV9g7bXkfdif1k { width:16.875rem;height:3.2986125rem;top:35.686616897583rem;left:3.0604873895645rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVHzeFpz3apbvIL5CaP8GSaBqATNaKkF { width:1.99988125rem;height:1.99988125rem;top:36.276563644409rem;left:0.93631625175475rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1AFFaOo4lGWlmsfTsfO7hT0sWh0mKF { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfEhhkZ1hTfarqPxETIRcuuHL7aLKWpt { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9.40625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Rr4vPhd7yQbmhDzvFPwAGTbLwphCcTAc { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #GF3m4r0GlWisuQwum8ndbHq6Vh7tL9wy { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyxIBptEEmbkz8tRoIgu1XFeHE1RrAe { width:12.5rem;height:1.29980625rem;top:5.625rem;left:3.7500002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr { background-color:transparent;background-image:none;display:block; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container { background-color: transparent; background-image: none; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container > .video-iframe-container { display: none; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row > .video-iframe-container { display: none; }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .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); }#d1bEcVgIPxzbIJKKACA9FrbSDBIvhOCr > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTLa38vbpxvOkRnCPGAnL0bfVhhw1sZL { width:20rem;height:4.875rem;top:0.5625rem;left:-0.062499701976776rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CL02UI5m8N4SlDUZVvE2QJP4FyiP13Wy { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnOwbKmGJBDNsNrsTJQfN0U1IT3L1Ao4 { width:20rem;height:10.39584375rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQakqKgkGPyOx8nx9JSTQoStUsCSqmv8 { width:11.1875rem;height:3.4375rem;top:43.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1IPiJ11fbSTJ7fqFQxty8W5qqCOTMLp { display:block; }
 }@media only screen and (max-width: 763px) { #xonE2rCaDE05ngWxhurCXcKGa39T27ih { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKD9bTv2RkDwHWuZrl2nIZ4ppUnRaonz { display:block; }
 }@media only screen and (max-width: 763px) { #sai6NgW7OhzSy4A8sVfXx73QepxDBf64 { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3sMMuBIBM8R6G6GJdkSvfBw3D84pI2e { width:19.8125rem;height:3.375rem;top:29rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMQyJ4TsdQa0mPy5uhlSRsxPgF10UcUy { width:19.5625rem;height:4.38541875rem;top:51.3125rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0PoLSMS53yTGZtxhxI7tubgIInkVLCR { width:19.5rem;height:1.29980625rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSTldM9XgBWa0b3m6qWcJ3I4dZQAPDH0 { width:19.0625rem;height:1.29980625rem;top:33.3125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR60g5wTcdVKdTDLPGix5vqFDdTZUPBv { width:19.375rem;height:1.29980625rem;top:56.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzMsrfTilf9fKRbcwQFR3z1Qiu86n5TT { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQ0f8nTQKykEBpbGWBdMeTUuqvmOJbwf { display:block; }
 }@media only screen and (max-width: 763px) { #DLvG1Lsy2u0p18UiNsuCeA3AhB1RDTyy { width:11.125rem;height:3.4375rem;top:22rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn0WrGpWJyTSsq3FnCQeNpfJxToOi0V8 { display:block; }
 }@media only screen and (max-width: 763px) { #R0NE1XkFETngJcXqUuyyyObitcXti5VO { width:11.125rem;height:3.4375rem;top:59.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VobdAIiSesibIkteIEkqZ2sPLWKmGDbF { display:block; }
 }@media only screen and (max-width: 763px) { #F5K59rzlBHuTWbP17KkMAqyhw9RnZ1va { width:20rem;height:3.8993rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFHoOTb5BNonWFwFBFKNSXmm53w9EgrZ { width:2rem;height:2rem;top:35.8125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECuriJ9uma2BnhTmnHRc9C8oLxq2lDH9 { width:14.875rem;height:6.5rem;top:59.162133789063rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGNsrUE61NCu8LOmiKNB7UwKrrH6BEyE { width:2.0625rem;height:2.8125rem;top:12.269691467285rem;left:8.4633776545525rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IDkTitETgN2i2A99RONU6cqx4cG6l18r { width:2.9375rem;height:2.9375rem;top:12.20703125rem;left:9.9632155299188rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #b5DTDgeSmoEOEqHhruhvgxBeCsKgPXDR { width:12.5rem;height:1.29980625rem;top:5.7501901388168rem;left:3.7500002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO { background-color:transparent;background-image:none;display:block; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container { background-color: transparent; background-image: none; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container > .video-iframe-container { display: none; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row > .video-iframe-container { display: none; }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .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); }#I0zWzQD8Cl2T4ci6U2MTCvtVP5RlUTQO > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEUI32h3v6FonfbceTaoUkfXBxbRcs4S { width:20rem;height:3.25rem;top:0.5625rem;left:-0.062499701976776rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eT9f83flGgZgU3yxIsoUzecW3ZPEvwQK { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOT4yXacGA8legUWhqbm2QEkXgqqC6H7 { width:20rem;height:12.99480625rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGJtuIqqTDLiDDL0QWHZNGW2t9oW82pS { width:11.1875rem;height:3.4375rem;top:43.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkDJwH9himKZQicB5GU3CJL0Si0TIcHk { display:block; }
 }@media only screen and (max-width: 763px) { #DpETlEdRLi78sTIoehLS4VU70R5nyTac { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeAFAUuTo0olU20ZpBxNkuS4HpBprmxw { display:block; }
 }@media only screen and (max-width: 763px) { #dooJF92fcQNO93BRTmw689DHvcbnL5SI { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lroTeZHx0P2XbpnsF9Jzguy1RLUkaIT6 { width:19.8125rem;height:3.375rem;top:29rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTy7wqvty7WcrI69vnudphIGNLeAdDL9 { width:19.5625rem;height:4.38541875rem;top:51.3125rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnG61NrnxB1ywUAL79fXWSlNyS1qL2dO { width:19.5rem;height:1.29980625rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkaT9RUqTK4lmRcJQ6p558wu7e1TRUT1 { width:19.0625rem;height:1.29980625rem;top:33.3125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlUAxwTaizf86hQrpH76ZDTAQ56hx35P { width:19.375rem;height:1.29980625rem;top:56.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRBmM4SVLZSBcsDotJLk5mBr4yMlO7MU { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6OZRZg3XZVTWbU9tHt5RW5kniDAJTQZ { display:block; }
 }@media only screen and (max-width: 763px) { #SSD2r9p5clescFnVBFUgKTTQP7a2vZTa { width:11.125rem;height:3.4375rem;top:22rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbXWnWlF8tewIHqKmlTXSJfcflmmcPG8 { display:block; }
 }@media only screen and (max-width: 763px) { #D8LV8mN9Vgm1bp24RThlto0FbmIInhAr { width:11.125rem;height:3.4375rem;top:59.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW8iECEaC6TTaXP9xoaVNK9qvuyJhy0v { display:block; }
 }@media only screen and (max-width: 763px) { #BL80JQTcTWmeciBmDvN8WIwbF5ciENWF { width:20rem;height:3.8993rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iO7bMf20edwcrRObmP7ZCBTVGQ15T24n { width:2rem;height:2rem;top:35.8125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRdvWd4TCvDyW0I8MZLH1qKrdoMGTWN1 { width:14.875rem;height:6.5rem;top:59.162133789063rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiS5rUEZ7NXhIn9OwdAvLE5zKZ9cBIlg { width:2.0625rem;height:2.8125rem;top:12.477212905884rem;left:7.895833313465rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ArNfaskUN9CPHZd9GAs57wpmMekq6Mc3 { width:2.9375rem;height:2.9375rem;top:12.414712905884rem;left:9.395833313465rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cddDID2xRCTphPABLBph8oLhVliMmxdI { width:14.5625rem;height:1.381075rem;top:4.4253787994385rem;left:2.9296875596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU { background-color:transparent;background-image:none;display:block; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container { background-color: transparent; background-image: none; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container > .video-iframe-container { display: none; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row > .video-iframe-container { display: none; }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .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); }#ffxPHg3Sq5f0L71Fy0s9hGT6fITJEuCU > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3Ce5ywUOnGLrWO7fXNNp2v2TC5y3NZ3 { width:20rem;height:4.875rem;top:0.5625rem;left:-0.062499701976776rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1kZvgAGADzHBP7T2RVuiX7MgFCUJ7lE { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9dCbG9vOCEUX2SSJtDKf3aQEOb2S1P4 { width:20rem;height:7.79688125rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRnHqxNnuIaNfcMERC0G6LTAnXKZ6Ibr { width:11.1875rem;height:3.4375rem;top:43.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1eSSkQSMWA5oSsS6Alwzx09QIxomDk7 { display:block; }
 }@media only screen and (max-width: 763px) { #UrfxWkwL22guO168prJHPfdLBShiS37K { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cImVyezBJwxZrihDbsyVLV8gL4imxIBJ { display:block; }
 }@media only screen and (max-width: 763px) { #lx1KOrnQsce8TrqGwuFK6vpexOkNS8DU { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQdJSEfw0hfgIgMAIDDt6KXUey4IfmT9 { width:19.8125rem;height:3.375rem;top:29rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cf5I8TW05uwv4GmayAxUvGeyafXBeQiG { width:19.5625rem;height:4.38541875rem;top:51.3125rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJf096kTQHFztDv4J6TriJbi4iRbVlvl { width:19.5rem;height:1.29980625rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNhPIPPM4JD6RDrK15NI6GLLl1Teff7v { width:19.0625rem;height:1.29980625rem;top:33.3125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJ8a0dzvLEnm1gO8elJNc9ROxXTc9rkw { width:19.375rem;height:1.29980625rem;top:56.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5bp6ke6eOV20Fa0XHoFKgbXXDbS8hHA { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7Ev32vbVHh8C1Xwz5cQ9KcTkrasRtVU { display:block; }
 }@media only screen and (max-width: 763px) { #yqBAmWoFLGWnBqZaP0vpamEDIoS8ybrN { width:11.125rem;height:3.4375rem;top:22rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNA5n9pIHfmINoImUf2r12Ssi5X13T18 { display:block; }
 }@media only screen and (max-width: 763px) { #kP6JA9rvWsRwnytU3fssVTG8mXVn3FWI { width:11.125rem;height:3.4375rem;top:59.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKBpG9Opuy1MehALb5TSOBGpJCZy2DSC { display:block; }
 }@media only screen and (max-width: 763px) { #W0D3o0VWAmFFMffEkAxEyM34UFgUNWbT { width:20rem;height:3.8993rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KppyEJDDeHUNxIcQplZFwTs5lAg6Hs3s { width:2rem;height:2rem;top:35.8125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCMnFRn4KXIZim0lKvXp5lJq84xAS0t9 { width:14.875rem;height:6.5rem;top:59.162133789063rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVN3BGrTM3FQLivnLHA8emFJqzQ8gJv { width:2.0625rem;height:2.8125rem;top:12.269691467285rem;left:8.4633776545525rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DGpzK55odUdgAoLoybvtzsysZftLVK7n { width:2.9375rem;height:2.9375rem;top:12.20703125rem;left:9.9632155299188rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cDBF5FwXghmBdql5exHhR1PGrWTxfa7k { width:12.5rem;height:1.29980625rem;top:5.7482500076294rem;left:3.5000002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL { background-color:#ffffff;background-image:none;display:block; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container { background-color: transparent; background-image: none; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container > .video-iframe-container { display: none; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row > .video-iframe-container { display: none; }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .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); }#Ww6KBahs9f8p1d0bwZ7bRxgQTsiKAqqL > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBcRe0TAQXTRe5XM8BuzqUNko7TvkAtB { width:18.3125rem;height:4.875rem;top:0.9375rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0xLczdAxMPAQmepbmEKIGLNoXXdRSPU { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ilc8T4CuZNC3IKyrA9t9PcEV21JMD1Ut { width:20rem;height:3.8984375rem;top:8.53125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UEf7Z5XF5my0MznBo7TaUUJsGrwQOCQ5 { width:11.1875rem;height:3.4375rem;top:41.3125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLpmVxrhXyfdoMarqmo26UvN9KSGarrW { display:block; }
 }@media only screen and (max-width: 763px) { #aSPiz1gLMT5ktzS8MsWXh8ENARQJ9Pqh { width:11.1875rem;height:3.4375rem;top:43.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pl6htP3ZCTOl1UVrhiKd5PLsWissWiAg { display:block; }
 }@media only screen and (max-width: 763px) { #qkvKfFx83BJAMvJakSziQtOdKoowUGWk { width:19.9375rem;height:2.69965rem;top:17.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afKdmRQhanRv0gLscTJIKSN1uCndm1Xn { width:19.8125rem;height:3.375rem;top:28.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4pCteD6mqS3ytfS1BXZXVCln65OkQhC { width:19.5625rem;height:4.38541875rem;top:47.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6MoFTftpFTvc7732PEaCuESv8g4OVQx { width:19.499875rem;height:1.29980625rem;top:20.249784469604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hk5EAnWTSEuPxCW8s2irziScVXhVppis { width:19.0625rem;height:1.29980625rem;top:33.436851024628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1GKPHtMQZkssAJyhmSVaxbuE2Re19yr { width:19.375rem;height:1.29980625rem;top:52.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbkC9k5xDe4A3Z8bzaADkm82yDtrnzIn { width:11.1875rem;height:3.4375rem;top:19.375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VF4kEwrbUu3aTuieNe1ivuU4aQ5ApzrG { display:block; }
 }@media only screen and (max-width: 763px) { #mqMt0ONzU6fulx3TP9AgrDDRCgIINudF { width:11.1245rem;height:3.4375rem;top:23.985623836518rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvtXqpPTJcrcMBLimLBlZx1IvuTuu0lg { display:block; }
 }@media only screen and (max-width: 763px) { #HEFASCJvZbM8sPVc3uMNXoc3cENohpHq { width:11.125rem;height:3.4375rem;top:55.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DznuevFlG6keD7yGr8Nh0w0pZGno0qtR { display:block; }
 }@media only screen and (max-width: 763px) { #Zl9gefHiO0vP8uc7PS3ML81v3FTxu5Ea { width:16.75rem;height:3.299475rem;top:35.6875rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rItV2TQSF227tqzSzyrdDuRRlntGV7Na { width:2rem;height:2rem;top:35.375rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvuU1WCxg8qLHeRQaF2AKlq9IBKx9spL { width:18.125rem;height:6.5rem;top:0.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61Rr60UParuoxDNWSVnD7HmbUbShhBv { width:2.9375rem;height:2.9375rem;top:12.75rem;left:9rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NqHBETFRJamiaNuzrSNanxFx9qqszhva { width:2.0625rem;height:2.8125rem;top:12.8125rem;left:8.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FFnCIOU2aAIm6i3rUCfD4xVTuXOFDT2w { width:12.5rem;height:1.29980625rem;top:62.79948125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZSUoqVG9beIbaMVJVw5MItvw95Hvlck { width:12.5rem;height:2.5989625rem;top:5.8125038146972rem;left:4.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM { background-color:#ffffff;background-image:none;display:block; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container { background-color: transparent; background-image: none; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container > .video-iframe-container { display: none; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row > .video-iframe-container { display: none; }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .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); }#m7tDlAiQKVCGMsdND8NoNurPBgIKKHOM > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJl3Unn05V0vNg2qhHSDdJyg6rb4vJCp { width:18.1875rem;height:4.875rem;top:0.8125rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnO3gqFtvz9EIc21LcsqAOfnRM7TB5oi { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdTH6i3u5oT0KCMRCEyPrFC1NnWgVi2E { width:20rem;height:3.8984375rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fpNIxAZ1dnLATEKNZJCcVUnXFHsq6mUu { width:11.18725rem;height:3.4375rem;top:40.687141418457rem;left:4.4057763814926rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg8bpO0UOKhO3TTdi1oc0S9sUvGgouFL { display:block; }
 }@media only screen and (max-width: 763px) { #ackk9m9xSak3LFPfz4785l3ag2nBlVFs { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbRTUhTd0RWGQhp05MExIhzJ0Z0xs1FI { display:block; }
 }@media only screen and (max-width: 763px) { #nVSPSlacTVP4sImwlRxreotx31AmTzgI { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaHeu21NBSoytAwUOWdXC6GL7IrKfegE { width:19.8125rem;height:3.375rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTelaOpcB84EnV6Qw2R551rwZaJxZXyp { width:19.5625rem;height:4.38541875rem;top:46.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qa7SoLcDbT3KWEXhSJidTv4BTBIygEyl { width:19.499875rem;height:1.29980625rem;top:19.811839103699rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dT5fT1VCefi8Kmp25O9U3OSP3J8DnDFn { width:19.0625rem;height:1.29980625rem;top:33.522614955902rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0Qao2Ugz5WyfoZQrMOziqitQGHlxtOS { width:19.375rem;height:1.29980625rem;top:52.375rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6iUqMbeMbC1XzRo00N3KkVrQdcCpxv4 { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBCwbDGofTolo9NsR9xQIm1cRHQU7J1L { display:block; }
 }@media only screen and (max-width: 763px) { #QdtDcQ0rENxE2He9mZq51VAmiBkyVB5l { width:11.1245rem;height:3.4375rem;top:22.999524593353rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZVJ2qtCXamlwQoswUFvgl7CEPPG0HUL { display:block; }
 }@media only screen and (max-width: 763px) { #axhkHBFcZxbTVZOWXQoPz65I4MDgrkcH { width:11.125rem;height:3.4375rem;top:54.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kok1qBlfyMHblJMb70yoAyF18OWC1PeB { display:block; }
 }@media only screen and (max-width: 763px) { #vpUtyavv97W6uoS8rNK4GigNqsnlw654 { width:16.875rem;height:3.299475rem;top:35.625063896179rem;left:2.2792373895645rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baU72lLNh5KemsmO1B9GfBKLoI5wfvlt { width:1.99988125rem;height:1.99988125rem;top:36.213893890381rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHVT0DmmePXVSh3QOEbQDndzSp2L90fA { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8nSAalmlDimTDbhtFQPsRXxkZOF7VIW { width:2.9375rem;height:2.9375rem;top:12.0625rem;left:9.53125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bfRSMNkSkcPqn8sqLL6bRTA6m1TTbkRO { width:2.0625rem;height:2.8125rem;top:12.125rem;left:8.59375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #y3G7UvWRyOsW3sNRWhVt3DcTq05lfS21 { width:12.5rem;height:1.29980625rem;top:5.6875813007355rem;left:3.7500002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ { background-color:transparent;background-image:none;display:block; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container { background-color: transparent; background-image: none; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container > .video-iframe-container { display: none; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row > .video-iframe-container { display: none; }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .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); }#iP1sNgGQVhQ6HoPJroFA2toILSxTDpWJ > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJucTGlvbUMO5JxwwyLeqQb9vpPWZ5ny { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipo1whWrCKJnEhbpTbCPdIOmTDrZDz7o { width:20rem;height:7.79688125rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnfXWL01XJ7F8wlfpGH7yL0lt2UzTaR7 { width:11.1875rem;height:3.4375rem;top:43.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLOmLhEe7BwFf98rQ1Vfl1OfTWOQsVNE { display:block; }
 }@media only screen and (max-width: 763px) { #cRKHGgHZPnVzlkTUhy4TONnqNUXTNsyb { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFCNH7mFaNi9d0FXgscIy4rOqlW4gvmy { display:block; }
 }@media only screen and (max-width: 763px) { #vsahNyEVuKZp5ExDXG64vy9zQ6Z9PMJl { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qypiPXP3gxulCdfWFKi1ANs7SnoCthso { width:19.8125rem;height:3.375rem;top:29rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiy29HJizkzOlvQEbzn5t1nwEfFkTWxr { width:19.5625rem;height:4.38541875rem;top:51.3125rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzyuOTMSLAmPCIqShKiQI3DPT4UKed96 { width:19.5rem;height:1.29980625rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bX17nilGZZLgOJNbt7DwPmqhXnbX30Jo { width:19.0625rem;height:1.29980625rem;top:33.3125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxmrpPpQLIdQU3qipw4b14F9cPaNlgo7 { width:19.375rem;height:1.29980625rem;top:56.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbL9IDwk7ESGtgnJAIkNcqvkS33IrSWh { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLA6AmPrVxTcGfbVaQtvrAkn0JAerJGp { display:block; }
 }@media only screen and (max-width: 763px) { #mIRHcXmNSo4pzr2lTcI0bw4xikx9bSJu { width:11.125rem;height:3.4375rem;top:22rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9NTbfMuvev4J67VxALi5icBorAonzEE { display:block; }
 }@media only screen and (max-width: 763px) { #NZEttD8fohs3iItRHuLedTA7Xe6nZHgv { width:11.125rem;height:3.4375rem;top:59.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNqglrF2WczVTTlmQnenvGzu8IphApOZ { display:block; }
 }@media only screen and (max-width: 763px) { #oDMWdDvvWBGCJvozh2MllrErfHluZrBB { width:20rem;height:3.8993rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfKDihqx1uoQW0gSKHtpdaKidGx9GcK6 { width:2rem;height:2rem;top:35.8125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwNTvzcEDxuThyS5FQIXTVL0RfcTg6g6 { width:17.874375rem;height:4.875rem;top:0.92700290679931rem;left:1.0620116591454rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTeM1gJqQlIBn4G9DpgDEkwv9WDmxSLk { width:2.0625rem;height:2.8125rem;top:12.394367218017rem;left:8.5882155299188rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rmqrDk58HhIBtB4PuAsK45S8hrrWtZqT { width:2.9375rem;height:2.9375rem;top:12.33251953125rem;left:10.088053405285rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pwuS3QKEXuacqE2WL6aQdJCmcA8h1vkZ { width:12.5rem;height:1.29948125rem;top:6.3360204696656rem;left:3.7500002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 { background-color:transparent;background-image:none;display:block; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container { background-color: transparent; background-image: none; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container > .video-iframe-container { display: none; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row > .video-iframe-container { display: none; }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .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); }#t1zs59BIlpB27qTsquBe4qSFo7fEbmO9 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTwNMyHEEnpF2PLPQLZOcJG3JOJf6cMF { width:20rem;height:6.5rem;top:0.5625rem;left:-0.062499701976776rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHt5MwS2xIl0RUT2KMezxKrT6cThT0Xz { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9n7cyZOODVvkkaFuQF67NCTN9oZhuOv { width:20rem;height:15.59376875rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofD0TeDMWrJ3RwwwVX0yymp9EvZR1Bwr { width:11.1875rem;height:3.4375rem;top:43.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSaAmrfX2sZgHNPdteJJk4CDMI5PZwGk { display:block; }
 }@media only screen and (max-width: 763px) { #SXsevM3be9MD3A346hRFmzyt4FvU5iof { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FW962gLHw4iIM2g9sdBLoGCufF10y6iv { display:block; }
 }@media only screen and (max-width: 763px) { #JBgqRyIGM6lx6vobZvdDdCKPFryp8fxF { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQScVLovxPVSp6C2KtlwIH7F3gz5TD2H { width:19.8125rem;height:3.375rem;top:29rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NX7MoJu23o1nAzDRM1sMVUTvip99Sm0s { width:19.5625rem;height:4.38574375rem;top:51.3125rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqwXeiMRUcounI6euDlWp1OiqT30mKkG { width:19.5rem;height:1.29980625rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eyi5ogGABzweskpVmPsUzDFVOW6k1ZqT { width:19.0625rem;height:1.29980625rem;top:33.3125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndcTMTTaBfgdtffvmTOKJkx3S8WdDlzU { width:19.375rem;height:1.29980625rem;top:56.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IG7GHCXDxKqMdiLBgP8DOloaakDaHnKL { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwcHmATvDTKsSLBP71GO6RApAfPKEUKJ { display:block; }
 }@media only screen and (max-width: 763px) { #xM43AzL7l0dyd5yeP67MSm47WL3bUkUX { width:11.125rem;height:3.4375rem;top:22rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0hrKy7CDB5UZvFug4t3lkSBLeUTwIn { display:block; }
 }@media only screen and (max-width: 763px) { #c3rrAhfHp27pNqiOP7nwbG4V42tSMzV1 { width:11.125rem;height:3.4375rem;top:59.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhMXVnB5sVazbFnWnOSvZM2chqPX5gaL { display:block; }
 }@media only screen and (max-width: 763px) { #E4ilhcTTWup58zclXoZRTtl5hKqMOlHU { width:20rem;height:3.8993rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLDl0mPC9VLD1iANKb1xlyQgA7OHrJLm { width:2rem;height:2rem;top:35.8125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTIULdranqHDScI8Zye4QAq3HqbGwDo { width:14.875rem;height:6.5rem;top:59.162133789063rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT4vCSlMTdTVcQPTybxchksSRTZyK7sa { width:16.0625rem;height:1.29980625rem;top:5.8185768127441rem;left:3.4921877384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3BZAW2lWI73nuRHMkuxxZTqXqen0Rw5 { width:12.5rem;height:1.29980625rem;top:5.8176274299622rem;left:3.7500002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2xItkPM3PUP7XqaDDqwfnSlueFscFpE { background-color:transparent;background-image:none;display:block; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container { background-color: transparent; background-image: none; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container > .video-iframe-container { display: none; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row > .video-iframe-container { display: none; }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .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); }#D2xItkPM3PUP7XqaDDqwfnSlueFscFpE > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrqCAstZnxS2Lkdz0TOQUJTPsOlbtT2G { width:20rem;height:4.875rem;top:0.5625rem;left:-0.062499701976776rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2ebLaZEaUHKa2PdArzGfe3uJ5JtFLtT { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2iLRMghTDD8vuv4ZToDtlFTzu2Fe9XZ { width:20rem;height:11.695325rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGkxoE9EaApTKv8p0UDU1bfwMTAUJ11t { width:11.1875rem;height:3.4375rem;top:43.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBR3yM7B1psAXXNhnVgL1J3NkTUKJdif { display:block; }
 }@media only screen and (max-width: 763px) { #N5LlaovATEyBg6OwlJ9m3vO8nazHGI3L { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhyXGDQTbJ1O3orStpl6QTTw43TzkJFz { display:block; }
 }@media only screen and (max-width: 763px) { #d7zI1DPtlTpa97BHdnJsGCv0kcBI53Qd { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuciTq5TFkqxGsonFRmDhCfyUJ0XThfS { width:19.8125rem;height:3.375rem;top:29rem;left:0.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PC9yunLQImTqBqGncrS2BuVgn3zGIXnN { width:19.5625rem;height:4.38541875rem;top:51.3125rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZQisKUJ4LuecqsKRGxJwisrEPaKwaoR { width:19.5rem;height:1.29980625rem;top:19rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfzPbntM83kEsnPGzvUEJfoGfQTyfAdV { width:19.0625rem;height:1.29980625rem;top:33.3125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxeA9evCS4qFtr9IcTtzdBiQeo1Ty6yk { width:19.375rem;height:1.29980625rem;top:56.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRLxn9M8K1l6TD06GwacT0Cmd5uiZQkd { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtuWEiuXRaR0xiuuaAVBJaiPmT0Ql8Ox { display:block; }
 }@media only screen and (max-width: 763px) { #e4LJpDzhtTilFgiepWqkBTOlP2PI6XR1 { width:11.125rem;height:3.4375rem;top:22rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeBmehBg2PdS56PX4J5c1Hcc1VakiADo { display:block; }
 }@media only screen and (max-width: 763px) { #qpNweNapfrbCATtxwRsTaHZz4fJZMOZy { width:11.125rem;height:3.4375rem;top:59.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL8zixznE2dbC0M1CrP15TgCHSZKTICl { display:block; }
 }@media only screen and (max-width: 763px) { #Nur5kZmngXBJKbhqLQwihKMiTWelLBiu { width:20rem;height:3.8993rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2LLP7nt8OGV9J5V5CbbQmlJTPpJmqz { width:2rem;height:2rem;top:35.8125rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmNxmxDKEby4m7SOKta2TTBJ1tGedE6B { width:14.875rem;height:6.5rem;top:59.162133789063rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcKK31WTV1VZ1efVtTr8TkpKV4cINUUX { width:2.0625rem;height:2.8125rem;top:12.352700710297rem;left:8.2753903269769rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SI3GKIpifflK2Vy4hlxMvJHxSTKS3TMT { width:2.9375rem;height:2.9375rem;top:12.290853023529rem;left:9.776041686535rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #h9g4k1nXyqxARFZu6F0HyyM9nhGOQTZJ { width:14.0625rem;height:1.381075rem;top:5.7500405311584rem;left:2.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL { background-color:#ffffff;background-image:none;display:block; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container { background-color: transparent; background-image: none; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container > .video-iframe-container { display: none; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row > .video-iframe-container { display: none; }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .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); }#iTWv1H7TLXPRgDWthrnFN9lbrGPbkWFL > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL1sIFRfrFOsxdZAaBUcUkixPqkFqy0g { width:17.625rem;height:4.875rem;top:0.75rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akJplLSg51zi0hZBMkpeXDWn5Q3RtEEo { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kp2tyR4KzSlBPfqnfyaNytXSCRarufuT { width:20rem;height:12.99480625rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QH2KPwAzo0KdCcrG7DZUcsh8iga9DENC { width:11.18725rem;height:3.4375rem;top:41.186735153198rem;left:4.4057763814926rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2whyXIbmZv16gMZtEdTTCHEkblsT03x { display:block; }
 }@media only screen and (max-width: 763px) { #VTHcBxupuuaNQIcTULr2LF4gBnvTvzA6 { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFiLHg58iEKe1gX4a0aHQzsHDyyx25sG { display:block; }
 }@media only screen and (max-width: 763px) { #qal1nf4eEGfhcMKe4mUwuxq01lT9BbfW { width:19.9375rem;height:2.69965rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BekyGNDO4upQWBDxxgmUJpGGdgiiIzFb { width:19.8125rem;height:3.375rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDl6aUJrFSAFU2xVNKlb88RTgw0n2rrB { width:19.5625rem;height:4.38541875rem;top:46.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5BTuJFkA902SxV0KfnEbbxEfFbiPeS9 { width:19.499875rem;height:1.29980625rem;top:19.749634742737rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnkGNwK6kI64ocqwKTNDF3eSvQtLUEc3 { width:19.0625rem;height:1.29980625rem;top:33.124350547791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJl9WN6Q36iVIZiazbAexFAxeOqIhKGa { width:19.375rem;height:1.29980625rem;top:52.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROsgiLBywcINMAxUG4X4HhZ96f5NzvJL { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HILdvPGEdsEfzBHipze4csuq4TRp6y02 { display:block; }
 }@media only screen and (max-width: 763px) { #cg56LIwQlU1PumdCMPfOf8LJqR7UUEWa { width:11.1245rem;height:3.4375rem;top:22.624879837036rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxqobrqwXigBwMcDeTyqCMxEESB7LSzt { display:block; }
 }@media only screen and (max-width: 763px) { #Vf2p1XDbwlT3ZZfozedCJVCmTNk3haT7 { width:11.125rem;height:3.4375rem;top:54.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9sinAbsiPtHxinByuDvTGt6MD3GFEZI { display:block; }
 }@media only screen and (max-width: 763px) { #WSToAhXldT7RJ0glreHlTP3lI3OCV7nT { width:16.875rem;height:3.299475rem;top:35.686616897583rem;left:3.0604873895645rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVobi6kw98c0TOMz3W6f7iomyDHG0Loo { width:1.99988125rem;height:1.99988125rem;top:36.276563644409rem;left:0.93631625175475rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCgT1Z7bVk9Md4p3igwZJSJ1CARx1pO8 { width:2.9375rem;height:2.9375rem;top:12.8125rem;left:9.4062502980231rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NUdXP3uOAlDmn9DZh7iBr98gs4MS2Sqa { width:2.0625rem;height:2.8125rem;top:12.875rem;left:8.4687502980231rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #PDVlvCkOoViH8GvQSUB4U8uRdnOQnnok { width:12.5rem;height:1.29980625rem;top:5.6249189376831rem;left:3.115451335907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO { display:block; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9kNdETF2WvPuUSpQu5lZIfWTHShZsvJ { width:20rem;height:3.65625rem;top:1.873046875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqDx7gCXQdmHoTr5EWN54nGefh5vDrvZ { width:13.75rem;height:2.0625rem;top:13.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4eb4APU5dgrsFDEJv9KmdGBWcDtfk0e { width:11.875rem;height:1.5625rem;top:8.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBhSEZ9IQu0N5zFRnvNcvyJveTZN6Az { width:10.9375rem;height:4.5625rem;top:17.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx { display:none; }#aVB7Mpl8cXBio93bnIiFZQScJuHBHAFx > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #otuP7dHxIV1eS3U5sKCk4JDyT46Zu7iz { width:20rem;height:3.2495125rem;top:21.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHU5CZadfL3vziTo4GTdyrEr462NeAQJ { width:20rem;height:11.375rem;top:3.123779296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp { display:block; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu3gTw8VAHsDTgcfaAUUqO1ADiCqLtcI { width:20rem;height:7.3125rem;top:3.375rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN { display:block; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { width:20rem;height:65.661376953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBWmlu2DCvKcQi35TTVsNZtWptCxdez0 { width:12.875rem;height:1.4622375rem;top:1.25rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HFFTaTfp3mqIgT6BagIz6U0Uulacodka { width:16.875rem;height:14.125rem;top:6.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV5nkESzcesBMGKqZW8QXScP77u3C0AQ { width:5.8125rem;height:5.8125rem;top:3.5625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foWVZ4pmc9qJn9Ea0LxbZ2wuT4GIXt2i { width:17.5625rem;height:1.4622375rem;top:23.0625rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #vdBqE2NydhCqQSED3mFRLTiEvNTSL7rG { width:16.875rem;height:12.5rem;top:26.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cib3p4kgsyyd6ExmoECcfSw2wztFhykf { width:5.8125rem;height:5.8125rem;top:25.25rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqgGQdhEwgSTrLHbTg7JDThHS3Lup0w9 { width:12.5rem;height:7.796875rem;top:10.3125rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtNhTU3aqqG0RZCwXIE9ucfmzKbCHk6C { width:12.5rem;height:2.59895625rem;top:33.03125rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqeBiTXT3L0gpoQe2XN5LvDfxDrFa4xL { width:14.875rem;height:6.5rem;top:59.162133789063rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 { display:block; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENJDgvTw2I2JQ6RkQeDWVFvTHgTTsu0t { width:12.875rem;height:1.4622375rem;top:1.8125rem;left:3.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #aemHZTSWgw27s5JeLfPL67cNZNbpBRit { width:16.875rem;height:16.3125rem;top:5.9375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspXfsZ4bNNagLIW8NCDuZTEldmoJAP0 { width:5.8125rem;height:5.8125rem;top:4.03125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTHxCH5Un2dT1fhThAw5EWhyz7shFwik { width:17.5625rem;height:1.4622375rem;top:24.375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PBJoky3yqlwkET9J0Fm0SH5yB5QTpUTH { width:16.875rem;height:15.4375rem;top:29.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTrRDSnn4plDuhO2UCVGZqOIt9WyKiG { width:5.8125rem;height:5.8125rem;top:27.0625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbB3sWRE2QJtwwDzwp8Gz8O9oTTaHpqe { width:12.5rem;height:9.096375rem;top:11.0625rem;left:4.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXBTZ9ArR0TxZBGqxRVbLl9ea0I6G7oE { width:12.875rem;height:9.096375rem;top:34.625rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI { display:block; }#G0CRSciZ1wdL0Iw4STWZEo5AFXpIrmRI > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcWm3ii30wzrUiL7PXEQ2HJARgSIlMoP { width:12.875rem;height:1.4622375rem;top:1.25rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cZ9Pw1TTqST7tfJZye8gkiquQsBdKCXH { width:16.875rem;height:15.4375rem;top:6rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcV8xd56vF3sJnfUWq9m0zOCna1SLchZ { width:5.8125rem;height:5.8125rem;top:3.9375rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Aox6SCJFwWuVvZRftXEbs1Nu1lJTcK { width:17.5625rem;height:1.4622375rem;top:23.3125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTbyxVnP46glvUfCuFUCaTFkP3Epic4 { width:16.875rem;height:13.5rem;top:27.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMaXvlUwR63xwWt0n3VTRUUp943cNuS { width:5.8125rem;height:5.8125rem;top:25.34375rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxApqK9pT735SO77nyKdF3kb8JwZudV { width:12.5rem;height:7.796875rem;top:11rem;left:4rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVL1qzhzI7Semh7qNWNgAAcOBVeNMpru { width:12.5rem;height:7.796875rem;top:31.8125rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b { display:block; }#SqCMx6Mh31lb5Vo3RzEO1isJ1wfb424b > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMNtTQh2mBsG8pVszIKwkumkTnqSWV5E { width:12.875rem;height:1.4622375rem;top:2.40625rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LPeKdhHkovh48C4TWheqKRqoxP99zdGW { width:16.875rem;height:14.625rem;top:7.09375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT { width:5.8125rem;height:5.8125rem;top:4.96875rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4FPpVT6c62RZim4KJJyVTGbI2R6C9rd { width:17.5625rem;height:1.4622375rem;top:23.843765258789rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #scQ7GTFXswAA5sNB8eqamLb14QOEebUt { width:16.875rem;height:16.0625rem;top:28.625015258789rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX { width:5.8125rem;height:5.8125rem;top:26.312515258789rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5W03G5PLHyHJyBT8Pn130bRtvH7hNrT { width:12.5rem;height:7.796875rem;top:11.9375rem;left:4.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtKFvTKs52NISohP6FCQTcaCrcVEMXXV { width:12.875rem;height:9.096375rem;top:33.687515258789rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghNkKIivpxADrtUZMneRSh30PQ8wgd5i { display:block; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3yNuTJpZUAqX9L5BONN4SwUO3u6ZlzK { width:3.5rem;height:3.5rem;top:2.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIcnVAg50JsTGpPdvQLBXXaPmOK35yxK { width:18.375rem;height:27rem;top:6.0625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNEUpQqQLTPeiyknb5x0KUPTx3MQKfkq { width:20rem;height:1.4622375rem;top:36.499762058258rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxHyeO6fOwWZsE2rEd1VLuJRyzm95VeV { width:16.312125rem;height:2.2747375rem;top:40.811433792114rem;left:1.8430396318436rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe { display:block; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWnO9Lh6Ox9RLnhGSDvRe1bklaqS4n3h { width:20rem;height:3.65625rem;top:1.6875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 { display:block; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gip9yal5nTaV0G5tTu95DQ6FOZ4BAHIM { width:3.8112rem;height:4.0625rem;top:35.4375rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #On3nnh64q4fkJtmvXb9omRQF0i2kqgET { width:1.6237rem;height:1.6237rem;top:40.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1SdbFwiqTg6mhKls62o32hPV6DofQTb { width:3.75rem;height:4.0625rem;top:1.25rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKyHAWgiXWl9dSts9u8H1gz7UQdJFxPx { width:1.5625rem;height:1.5625rem;top:5.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpyHBWLkVBzTI2iTGtbXTEcITWfsSS9 { width:20rem;height:0;top:45.498739648437rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xwxWMCik3a7ownZncrzyc8mFlJpmQ2of { width:20rem;height:0;top:76.644992351531rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NoS6grAPIvfP3XzTkyAB2lwWqp9Q8o8H { top:42.3125rem;left:0rem;width:20rem;height:3.25rem;z-index:15028;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbUHTHeIISRLcTsC0e00v7ZAWNiT8mkT { top:6.8125rem;left:0rem;width:20rem;height:1.625rem;z-index:15029;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTThXEUyhmyUMLpkoMFtc6lRir1nToJM { height:25rem;width:20rem;top:9.271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9D7xhWQ8q9tfncKiDH1N7VlAh2vZAM { height:25rem;width:20rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5FS8BziDEwnVhyIoyp2thpFACTQGx84 { display:none; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { width:20rem;height:106.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #axIXTMZT17F3JvyRF6rAPZdkRhF0f9Jc { width:0.6875rem;height:0;top:1.64453125rem;left:3.2083334028721rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #ZvqABcJbVImolALRE4wlpmAQ2T2zfkG1 { width:20rem;height:3.25rem;top:7.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9QmwK79rTw0zx4lgZgm7ilmHNOTbg7 { width:1.6237rem;height:1.6237rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6hmLO38ecH8Mbl9p9ZCwydc65TVUbv { width:1.6237rem;height:1.6237rem;top:42.875rem;left:9.1875006258488rem;display:block; }
 }@media only screen and (max-width: 763px) { #B61GFS47ndJrEHgS1A9xEtrqTdQiU5MU { width:3.8112rem;height:4.0625rem;top:1.51953125rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G88h8kOI2CenTFuBM4f0spWKZ0mtOzNt { width:20rem;height:0;top:6.4986991882325rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bLJz2QXT2xg1N8Bl6M6beAGT0Thv5x0Z { width:3.8112rem;height:4.0625rem;top:38.895835876465rem;left:8.0937506258488rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RpfeDeNEXAzoEscbpIDD7T0h0WGC6qHS { width:20rem;height:1.625rem;top:45.5546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #iBpvkr7euBfABaNtJ5mVX53aw2RsZOgK { height:25rem;width:20rem;top:48.751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE97vmqQdfZ5GxwAQoLr4m6TRvFGUI91 { width:3.81055rem;height:4.0625rem;top:0.6875rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #MrgDlNEIzysZrylDLoUo5gt6IV9cTdD3 { width:1.6875rem;height:1.6875rem;top:4.4375rem;left:9.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJ1VUmUVEuaCrE1zaWqWMTWtBnRwr3 { width:20rem;height:1.625rem;top:6.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ncVL4zWVaXFTRGJ5V4qNNRo6ii6FUCIT { height:25rem;width:20rem;top:75.001953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH { display:block; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwwFfazpC6HHZf2Pi96HNg6vEkwTID5K { width:0.6875rem;height:0;top:1.64453125rem;left:3.2083334028721rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #OTtQ3fWtpzy9b9lsoRlouc5lLmU1feDr { width:20rem;height:1.625rem;top:41rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMMsAQW0rnfrVSPMs747RhqbHU572eRe { width:1.62305rem;height:1.62305rem;top:4.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dtnrTPv2mZNWbUwcAcRXzUiZXghk2d { height:25rem;width:20rem;top:44.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm6UCMtITfB8oiCDGr9Et9uFUDOQdeui { width:3.81055rem;height:4.0625rem;top:34.1875rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkiSxpuIFroCUzDfKT6JVfiP2IMhI7Rw { width:20rem;height:0;top:6.4986991882325rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C0HwOXGJBE15fJUuir5ZnX9IT2s59cw1 { width:20rem;height:1.625rem;top:65.560546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BFez8iwbEHPIur5p309lI5uEUy1DsHvh { height:25rem;width:20rem;top:8.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfxvgEx7JUS4OiE49Jeo5vA8swpgrbHn { width:3.81055rem;height:4.0625rem;top:0rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #N3moc4EJCslD043A6xGpkhqBpJ4e0rma { width:1.6875rem;height:1.6875rem;top:38.1875rem;left:9.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #X46uZ2oX9tDxgxE4VNuAEm2MawJkTSAe { width:20rem;height:1.625rem;top:5.904296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea { display:none; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { width:20rem;height:75.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQ3zbnFuPc4Zkago0ZpyeNrbf0VM8LQ7 { width:20rem;height:3.25rem;top:7.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHwAn6E8aigx0Iez5bUIiRsG5hT8v1S5 { width:1.6237rem;height:1.6237rem;top:5.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX2yiXEJwqJL83srCzBvfCddGyKCpzen { height:25rem;width:20rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHfoLAgTQDqdD0Ei8xs1GIOBhfs11RQh { width:3.8112rem;height:4.0625rem;top:1.75rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SekP41MOt85IxMiS5JCyXpiTGyWBAXfz { width:3.75rem;height:2.5996125rem;top:73.8115rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SRpnhp9bCP7DlJcRr8k1p8pT62bXR4DD { height:25rem;width:20rem;top:49.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0eA2TUXZ3T2kcA1z9DtiFh6WnRydzxw { width:20rem;height:0;top:7.9921894073488rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KCqCe9kJaUqiMwR6F3PZe8o2ed78d4Gg { width:3.8125rem;height:4.0625rem;top:38.75rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #H5yzIJlZ5dTvNg1UpQ1lzhFePT3w2ybz { width:20rem;height:1.625rem;top:46.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RxT15gIdF73lSz3yf4yrOEb76BC8cQlU { width:1.62305rem;height:1.62305rem;top:0.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AffvCV9RVTMO0DGi1VzyDywFbm46wgz4 { width:3.81055rem;height:2.5996125rem;top:4.6875rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ { display:block; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXJUaV66ScKm8IqVBbGZxkkawrAnnTrq { width:20rem;height:3.25rem;top:44.21875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uL6bS6C7F1QCrnCmkBWLv0hnhVkFUEFv { height:25rem;width:20rem;top:48.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VezUJpTAQ92xRXP7p16Vz4GhPhzmbE4o { width:3.81055rem;height:4.0625rem;top:36.59765625rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoOURVCORr0qBbzwLMtcm66aT2rROdOD { width:3.75rem;height:2.5996125rem;top:73.8115rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d6TDZ3nl1dWWkBbzyI8d7xZ254GNsroC { width:20rem;height:0;top:7.9921894073488rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cfzGT32VrfI3aeABOTdTU3DWbICtTleK { width:1.62305rem;height:1.62305rem;top:41.2822265625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1JRvg6K45fHPxgcTOND2uk0BSNxohe { width:20rem;height:1.625rem;top:7.9755859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xAsNMUmIhtsEcSO9HTAIBbR0MSfclh0b { width:3.81055rem;height:4.0625rem;top:0rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ds9QyFnguiwlGer3nT8oxle5iUdeduPK { height:25rem;width:20rem;top:10.78515625rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #JqrQSxBvNlTXS14xILmP2GdiIItT4G0O { width:1.62305rem;height:1.62305rem;top:5.2255859375rem;left:9.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #HoNJGqvpTyhqDqcmAke3so4G8igGIzTS { display:none; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { width:20rem;height:60.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bM93760FMklC6TTZQ2z5vM24eog2RIAT { width:20rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huNiiPXPyLBCwBguk9Obb6UOF3IIxevr { width:1.6237rem;height:1.6237rem;top:4.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlrSZ7cpwMXGBMPhKJJ7UmnUQOyDLyhn { width:3.8125rem;height:0;top:0.8125rem;left:8.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kk5S8mGQbDHEzQohFtIC4UBPdJviceeC { width:3.8112rem;height:4.0625rem;top:0rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMBAxkFMm9cXPcqN2JwkAtUSUZiQnQEX { height:11.25rem;width:20rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmuvdODIaiAdvCxzZO25Ed5tGh8tr17q { width:1.5625rem;height:1.5625rem;top:42.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erT3R5ZestbkrB593yHd30rPraCCgF6v { height:24.9375rem;width:20rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agcKvBAr9IyBCHgmXHiwqtd9rvag1Lym { width:20rem;height:0;top:7.6232643127444rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GEMP8lKKw68CZ2t7svVn9g5sNxnqIyFT { width:3.8125rem;height:4.0625rem;top:37.5rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #L1mfeTPVbWTS52LP6Up5b5do3QHvWtJf { top:44.9375rem;left:0rem;width:20rem;height:1.625rem;z-index:15010;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyfmShCrpxSnsoVFLNlU46tuoOFofV16 { display:block; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyRP0b8SVaAeS0Pb2a5QJT9eTfG0KFdB { width:3.8125rem;height:0;top:0.8125rem;left:8.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DQSTpbxBezUVKPtuUdv64fWvQBcilal9 { width:20rem;height:0;top:7.6232643127444rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h5su9II7tOTOKEy59vluZuinUGi7edD3 { width:20rem;height:1.625rem;top:6.9130859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #er4wtETrOXOuxso94AQa3BKVnG9yqy1t { width:3.8125rem;height:4.0625rem;top:0rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #J6XqV4CT4T5E1ssVONWmkSa4w4V5iJ85 { width:1.62305rem;height:1.62305rem;top:4.6875rem;left:9.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #f0oMkkF0T3tPItKhMw4ELcvaFBO3XThi { height:25rem;width:20rem;top:9.9853515625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hIPJJBKR1cpV7dAOQkMOCamJCBHVtNbm { width:3.8112rem;height:4.0625rem;top:34.25rem;left:39.25rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oGWh3L4HRJ4RwaPmAHBwfGsCkOHGwr7d { width:20rem;height:1.625rem;top:40.75rem;left:30.625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Df1WFBXfrKDGZzWCAhoTVTc2olODgPX9 { width:1.62305rem;height:1.62305rem;top:39.1884765625rem;left:9.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #OxvKaoxwpdqqCXaMTt9BP7uLQ4BikAfw { height:24.9375rem;width:20rem;top:43.625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kNw75TEh4rE69TdrZRvym85MGh848BXQ { width:3.81055rem;height:4.0625rem;top:34.9853515625rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tCHLKyvTzG8aTSfGewkWSSVLsMSlrmOK { width:20rem;height:1.625rem;top:41.322265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #QFqNwp9hC6VdMZxmaGuLHsoaVcP4rkGX { width:1.6237rem;height:1.6237rem;top:42.884765625rem;left:-17.6962890625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fK7bwHK08fngLkt9TvOSncRTrRAyipbL { height:24.9375rem;width:20rem;top:47.4228515625rem;left:-31.900390625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf { display:none; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { width:20rem;height:29.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AWfHIxSxTUoqnQ0mtaTxoK3DuRgWNziP { width:20rem;height:1.625rem;top:6.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNfhGT4KNG5fuKyWb0Df0k35CkzUsKlg { height:11.25rem;width:20rem;top:8.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOkwG83M4JXWOOv7QA1gzXoZMNVu13Q { width:1.5625rem;height:1.5625rem;top:3.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WctKWUrrD1pKftFvGIZMVb00W1ZkvNud { width:3.8125rem;height:0;top:1.5625rem;left:8.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nphl92qikXrLbaA5JJmU2DOdM8qg1aFx { width:20rem;height:0;top:9.833335876465rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dd01shRtZTXu4tTKEr3hvs1464kvxkNl { width:3.5rem;height:2.5996125rem;top:0rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTA0ccr1pJQTdBbCTppt5bIipVyM7MOF { width:2.25rem;height:2.25rem;top:27.660591125488rem;left:8.8749997615813rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnrX5CUlt8AITK4p0w4LZSkvHdl3dWBE { width:20rem;height:0;top:44.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QwvFmXbS29cZzbRCHGG7LvrEFPcrGCe2 { height:11.63575rem;width:20rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTImH5CyJQRDKtwwJanX7uvGUBVtnh1 { top:7.7630214691163rem;left:0rem;width:20rem;height:0;z-index:15009;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 { display:block; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0nGJUCf1xTKwTtTvIC5ImaCTtyqvTQI { width:3.8125rem;height:0;top:1.5625rem;left:8.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WNFeXesR4fxOkhSOq3wODKultRrxrpTl { width:20rem;height:0;top:9.833335876465rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TBZNFM3TCIh3Hmghq2N9Zfe6MXEwn40I { width:2.25rem;height:2.25rem;top:27.660591125488rem;left:8.8749997615813rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMvhTBx0EcqxfZzHnNB6Mx7suTiiQiVy { width:20rem;height:0;top:44.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #blEMXXKqufKhTTAOFbIMzWzV5nJGpOen { top:7.7630214691163rem;left:0rem;width:20rem;height:0;z-index:15009;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTJ4kEQNbSoN4wPzOulyTaHz7V4XT21H { width:1.5625rem;height:1.5625rem;top:13.0625rem;left:34.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kBNZ8AKO1CLEXLkoCQ09D3goV5MN0sw5 { width:3.8125rem;height:4.0625rem;top:0.5087890625rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AXUcgZKWHXa41Daf2HpibbVp210tkE0c { top:7.9375rem;left:0rem;width:20rem;height:1.625rem;z-index:15014;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBf0OSSUg6OUTs400XvNHZuu5KhoX7G7 { width:1.5625rem;height:1.5625rem;top:5.7587890625rem;left:9.21875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uxTEL6zvqxb6ugKk02HEFvRoGCvrmDeL { width:3.8125rem;height:4.0625rem;top:4.509521484375rem;left:-8.0078125rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JlMEsqg3WNRKoIkGTtMSSvvD7UIk63fv { height:11.63575rem;width:20rem;top:10.23828125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RmvJ0oePPF06REdTWp0VtqpHIMT03DXi { height:11.25rem;width:20rem;top:31.4365234375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EJ3lZS1eSCHLf9bHAtlS7DkNdWmeqTsr { width:20rem;height:1.625rem;top:29.1005859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wZwtULxACTkp1xkzqvwP3WbOzrzoOvsX { width:1.5625rem;height:1.5625rem;top:26.5693359375rem;left:9.21875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #eAJVQm2GEGO4I4naRJ8WAS9xv683sO6d { width:3.5rem;height:4.0625rem;top:21.8125rem;left:8.25rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 { display:none; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sTWRHnRt9J2ng5IeeZJ476vRgyf0ROcW { width:18.875rem;height:15.9163375rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 { display:block; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDMzdKUOp6sHg0qy2QdeMKXFnmk2wXkf { width:18.0625rem;height:6.5rem;top:3.3125rem;left:0.96842449903488rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZqZQHAhw79OawGMdJSdzrqGJgzEVKXT { width:17.5rem;height:4.3125rem;top:13.058267593384rem;left:1.3437499403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmD9XroW12sbRm1r17l9xiTmx567zDcB { display:block; }
 }@media only screen and (max-width: 763px) { #a4C8kH700llb9W7xDcN8tbCJThkGpTxl { width:17.625rem;height:4.25rem;top:18.49853515625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiibT4aFaVZil7GMm9NmLoe2R79CXqn1 { display:block; }
 }@media only screen and (max-width: 763px) { #A1mXbrnKROCaxrbkcrE2ntuldIpLZ3e5 { width:17.5rem;height:26.9375rem;top:23.5rem;left:1.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 { display:block; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMflxOoQ0owMpULHfk7sIF4MA3bGBTBh { width:17.6875rem;height:7.3125rem;top:1.5625rem;left:1.15625rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCUFI65MaIQGd39UTbszTV0zrF6lvWSm { display:block; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGV2aqrs1LyQwPnBGJMuv1sPggiwxOn8 { width:19.1875rem;height:17.05729375rem;top:1.3125rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZCIcv405kCydOtwLnlP64noz68mI6Vd { display:block; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4t7JE7kTaJEO7XoKm5FniZsI0kM7rBH { width:18.875rem;height:10.23436875rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp { display:block; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASUnxsesRWEafowbTLNXiE5s8i314ULV { width:19.3125rem;height:17.05729375rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 { display:block; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n81CGs14hCCBIAcHPf0poUuBumX2IPsr { width:18.3125rem;height:9.09721875rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U { display:block; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsSwkJfrnhPlVDtmtKhiMyATBEdNhn8O { width:19.4375rem;height:6.8229125rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SE9KDnw7lZArafg555zBoytt63OzS3RJ { display:block; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v39GJBpEir7Svo7o5EkNSHUR83T6SpVn { width:19.3125rem;height:6.8229125rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno { display:block; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzGwxVUahIlD4nOENpCH4POsVxrgqfbO { width:19.375rem;height:10.23436875rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT { display:block; }#laoX7rw7ZpfNieQPtaCSpuUmADBxx6nT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPFIkGZ7Sa4B26MsJ1gRRfOhVDJayKHT { width:19.25rem;height:9.09721875rem;top:1.8125rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ { display:block; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVHnzOdTQA8LF553dNQw6SXoPalxDBTX { width:19.375rem;height:5.68575625rem;top:2.1875rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV { display:block; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1Bb1yFmIpWdosuseRGHJ19iBT6HebJq { width:20rem;height:10.96875rem;top:2.593017578125rem;left:-0.0625rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biCT982mzRS6SUovBZGtS4recCpBvxUC { display:block; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmlWCanHbLXZHpKTMS727llVmJgepWMn { width:5.4375rem;height:;top:22.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6kFLUHmaBin8S3eIns5muvFUaI1sT9H { width:4.25rem;height:5.5625rem;top:0.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrC5K0CrTenyT8aMmO1MqwSGTrc804rt { width:4.875rem;height:4.875rem;top:12.0625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBz233tKavrT2qTtzBwmuCT8GfPOzDm { width:12.5rem;height:2.4375rem;top:6.9375rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPwbUxJ9w1V8VGlg2bZqygZDRoFMIvHd { width:18.8125rem;height:1.4622375rem;top:9.375rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCeEfdPl74OCWr4PewPza3eRTq66ydQb { width:12.5rem;height:2.4375rem;top:17.4375rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXpARLmOnoAO6TDH5XRWz4NXWsvogLty { width:18.8125rem;height:1.4622375rem;top:20.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPdonCRoMgqpDVyss8WfrETFFOteZF3F { width:20rem;height:2.4375rem;top:27.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmZzJDpTGKN5BLA7VEAxhAlV12nEpTN5 { width:18.8125rem;height:1.4622375rem;top:30.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKaEgiHqe34oUimcpkSJvukoqZLKVhvd { display:block; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTRO2rELDOJyJEGGoF8udwXTr8HlsPnL { width:12.5rem;height:2.4375rem;top:6.625rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #me0f4s2rzrconrQdNU2rBVkp0DTBpwOJ { width:20rem;height:1.4622375rem;top:9.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1EeBJlErsWh1wOqt5TEPlsegGaM4gZn { width:12.5rem;height:2.4375rem;top:16.1875rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T44FGB9NQDigokXbW3TAHapWZmCKJCnA { width:18.8125rem;height:1.4622375rem;top:18.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppoQnX1m3xkV2I9ATpZAJL3BKM0Zxzeu { width:12.5rem;height:2.4375rem;top:26.125rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9u9dPKPdmraBVGNxXLIGHKL5hnavaZQ { width:18.8125rem;height:2.9236125rem;top:28.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tfvd6nDommh5n0WtC11GNOI6UVE3g9QB { width:5.4375rem;height:4.6875rem;top:1.25rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8t2Kbgt2yAk85dHCerIbVQ7FRlpuoCG { width:4.25rem;height:4.125rem;top:11.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKfQWAGQ4x4azbbsfL0JTUemwkfRHIyg { width:4rem;height:4rem;top:21.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwplQM76mSeeOvGTHrMagKEU3ICz655a { display:block; }#nwplQM76mSeeOvGTHrMagKEU3ICz655a > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DidQ9AKk0WAyIhI5ECXGDLwXPMB76HU5 { width:20rem;height:4.5rem;top:2.875rem;left:0.03125rem;font-size:2.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pfC5fWTN6uZL0nfZ04lX4Qi4vt3Ik0Jv { width:20rem;height:4.875rem;top:8.6239021484375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 { display:block; }#iF1ecTrUAZVUpw71h6l6bwEdEsLa7FI5 > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNTEBuAh1kisv8imaSbJTZQrAZ97Wmmi { width:6.75rem;height:2.92480625rem;top:8.02499961853rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzTUW9PkT4FnbGiZ6PtipxSi8ceTkunr { width:11.375rem;height:2.4375rem;top:8.4562492370606rem;left:8.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQNnyJJNJkay7dMagiH2bXowtinQ1bR1 { width:20rem;height:3.75rem;top:11.999289035797rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGls5ebTEbCBJQvilq0en3SNrOgyOH19 { display:block; }
 }@media only screen and (max-width: 763px) { #CmbRp63FaVCIoS9JOprlUMeNXUbV5gb4 { width:20rem;height:3.89930625rem;top:61.187259674073rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBFthC2eTBcg3k6yBZVG096uG39HL9ST { width:20rem;height:3.75rem;top:33.654116630554rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9sNlBivDp2SFmgnIlESo0TArXCBE6wd { display:block; }
 }@media only screen and (max-width: 763px) { #ZWVWeV7FU5cWsLXnN1OQm0kLp0L1BIlh { width:6.875rem;height:2.92480625rem;top:27.5625rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSSrdPI8lXW2A9hpnMVQFNHnKBkENAVi { width:11.125rem;height:2.4375rem;top:28.125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpmA3qHOhyf5OeMAI6MMnuw7aXs6Z8pI { width:20rem;height:1.29980625rem;top:17.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa6tsxzbge55h8obSCw4ilddR3aJ9RN7 { width:7.375rem;height:2.92480625rem;top:49.9375rem;left:1.3125rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gv5kpuwnGq0exXdgUChEgXpctlTLtMOU { width:10.4375rem;height:2.4375rem;top:50.5rem;left:8.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2oHkimh52dXue7G4k7prGNispxf2Q8Q { width:20rem;height:3.75rem;top:54.685127258301rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8ARVBrzhOw0WlgHVlO7U6UpW5KxUEqF { display:block; }
 }@media only screen and (max-width: 763px) { #IIsls0sNRkrvm7MKuKh55DcoC5ZW8WTE { width:20rem;height:3.65625rem;top:39.687495470047rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeiKKIDA7N9rUUrxCrgIFc5WHNNAKEBf { width:20rem;height:3.65625rem;top:45.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdvGiTIlzOqfheVaxl5Ia40Tp7TAtHu4 { width:20rem;height:2.4375rem;top:4.7496204376221rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb5KE4M9UxGkzOpgJZISV2G1XFVU4Gac { width:20rem;height:1.21875rem;top:2.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKall9oarbVt492GAIydl4qzPZObsgDG { width:20rem;height:2.4375rem;top:24.124051094055rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlmRWBtXqPnBErUoH5TFQlJTc5wfXDwL { width:20rem;height:2.4375rem;top:18.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GTlLqM6UwD7PNh5UKoEQq1TymSwCDX9C { width:20rem;height:2.92448125rem;top:67.249641418456rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dr009n6yMRwQkl45pKHt9e4JkbR21S3A { display:none; }#dr009n6yMRwQkl45pKHt9e4JkbR21S3A > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kZk2vmXVGFSQhclIHxn9ag9eoU7DuWPf { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOl7WEqZ8qrlDOTHraJOJhFNgKyhvAO0 { display:none; }#GOl7WEqZ8qrlDOTHraJOJhFNgKyhvAO0 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AmKDZ2oZZvL4FlnWf974S6umS1sdSwck { width:9.375rem;height:3.3125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mQnTMfOKc38mGB9Z7LkgeRSimcecGh { width:9.375rem;height:3.3125rem;top:5.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIf4tgwkAyWgNuqSDm06v6dhGzNxRbf { width:9.375rem;height:3.375rem;top:10.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkCvETXZv0UUGeTdbQsR6NJNZ8TdJrSs { width:9.375rem;height:3.375rem;top:15rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCH6wiMKX9SEg1S7y4MoSlHfB7Ct4VV1 { display:none; }#xCH6wiMKX9SEg1S7y4MoSlHfB7Ct4VV1 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRD4VEn3eO7DJFpAZ4pPqNUkceFpSdfe { width:9.375rem;height:3.3125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXJAWPH1dnoiMHE7rXFkqyZNFztamTyE { width:9.375rem;height:3.3125rem;top:5.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8cWsoO9FcEgxFa5U2giRo8RTX0n5BVD { width:9.375rem;height:3.375rem;top:10.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gprN10Ol4ArNA7rt9rWHQDUz9vNkn4oy { width:9.375rem;height:3.375rem;top:15rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1 { display:none; }#DxPEhgxaCeTXqvqAlPHvc3TKlrRVZ3A1 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HavarbE0vfdxPnGTs9PTPMKOuFgQKWcB { width:9.375rem;height:3.3125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbALdVhfstdhpgKR123DheW9OPpIyagR { width:9.375rem;height:3.3125rem;top:5.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6F6QNSMqTVshTpavyQZlglgrf2iOosq { width:9.375rem;height:3.375rem;top:10.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtoFSaeGiSbxvzPLq3hqWp9Fw3PqyDdy { width:9.375rem;height:3.375rem;top:15rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EvpU39I8/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.adaptive-delivery-prevent-bg, #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.lazyload, #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.lazyloading { background-image: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { background-color: transparent; background-image: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container > .video-iframe-container { display: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container { display: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .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); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEvion9Ic4LtBe6lsRStxDxVyTW5cwuL { width:18.75rem;height:44.4375rem;top:5.1875rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4XbPksBbLnH9ZpTBCMK4kOy7eIKeeTr { width:18.75rem;height:5.19791875rem;top:25.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cerE0SNOM4ft8XzhxkBAgRWq3a25zWF2 { width:18.125rem;height:3.75rem;top:42.375001907349rem;left:0.93750005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHli4kW0yOCFRsoOOfu7FoJ4Id6o8EiD { display:block; }
 }@media only screen and (max-width: 763px) { #kWHSTDzLP8RX4RLn244vvBScJkJy05Lx { width:18.125rem;height:18.125rem;top:5.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKGAqt9Us4t55b5sN4cUCUwBFCuDwaO { width:12.5625rem;height:12.5625rem;top:29.979167461395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6DzwN6bns7FyFCtkzpTDUUJ2FTSihPH { width:12.5625rem;height:12.5rem;top:30.041667461395rem;left:7.436848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 { display:block; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxR92aUACne5JXTyWrBMiL2RifP3wLsw { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKBylDSn6ahHfbhSVr8oGw2FcBnBMXbF { width:20rem;height:3.9375rem;top:10.374052047729rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNw3tLnTe4XMQqEdRfpMyokLboS9Fod9 { width:6.5625rem;height:3.937025rem;top:4.65478515625rem;left:6.7187497019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSMqiTThBQhKT7TbRVC1G7DhhiUwotJi { width:14.5rem;height:2.4375rem;top:15.323894500733rem;left:2.8385416865349rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }