.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404044;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { background-color: transparent; background-image: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { border-width: 0; border-radius: 0; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { background-color:transparent;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-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:oswald;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5625rem;height:2.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.96875rem;left:45.4375rem;display:block; }
#e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { z-index:100002;top:0.59375rem;left:49.250003814698rem;background-color:#c01195;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:oswald;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E5HN0bk5eR0JAup02vBGhZoQtmF9fpVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:8.6875rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#kIc8WT58KCLoaCHBxJ6BNdoe1o9ZnpK6 { background-color:transparent;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-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:oswald;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:2.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.96875rem;left:31.25rem;display:block; }
#e4fWNvlhzIRWgOel7mbyZs38N1PKSqWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { background-color:transparent;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-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:oswald;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.96875rem;left:41.0625rem;display:block; }
#XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { background-color:transparent;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-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:oswald;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.96875rem;left:35.5rem;display:block; }
#m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3cd7d23b-5377-408e-9358-4a3623024149/herobgdb559b80.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:53.311625rem;position:absolute;font-family:oswald;font-size:3.4375rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:23.561199188233rem;left:0rem;height:7.37521875rem;font-style:normal;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:100001;line-height:1.7;letter-spacing:0;top:20.974393844604rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#uSTd0qAnFRHc8A7cXIDhdlwThuf6G7Cd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:18.75rem;display:none; }
#tTAQwW1yElA7voToiOaSNPAUeFMd2Dhw { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.375rem;top:11rem;left:0rem;display:none; }
#oAI058sDsRncXOiFCPXbCC45FfdyIyUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { background-color: transparent; background-image: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container > .video-iframe-container { display: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row > .video-iframe-container { display: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .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); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { border-width: 0; border-radius: 0; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { font-size:0.875rem;font-family:arial;height:161.6875rem;width:60rem;position:relative;display:block; }#XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { color:#404044;display:block;width:18.375rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5250015258789rem;left:20.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vldnEH2mQEWCO73xPDocgo7Z18fJz52z { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:19.75rem;top:7.2085940837862rem;left:5.125rem;overflow:hidden;display:block; }
#ThQ80gC4AzfptMWzUB6QMqGcktCWmwBG { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:30.625003814698rem;height:4rem;font-style:normal;display:block; }
#bquFL1Bn7DcdvucyIMZSQ8M37XRr5rGE { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:13.124999523163rem;left:30.625003814698rem;height:;display:block; }#bquFL1Bn7DcdvucyIMZSQ8M37XRr5rGE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bquFL1Bn7DcdvucyIMZSQ8M37XRr5rGE li:before{  }
#m2JGNUyt7bQnM6LC0Laye4Mv9SD8A9QP { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:29.125001430511rem;left:5.125rem;height:4rem;font-style:normal;display:block; }
#r1aIo7F31MAs6KLWhDi2Nmtnc2u94ySF { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:35.250001430511rem;left:5.125rem;height:;display:block; }#r1aIo7F31MAs6KLWhDi2Nmtnc2u94ySF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r1aIo7F31MAs6KLWhDi2Nmtnc2u94ySF li:before{  }
#qCrUb6ne4v3W65RvLsJbBrqzMlbmg9S9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:17.5625rem;top:27.958595037461rem;left:35.500003814698rem;overflow:hidden;display:block; }
#OVK0U3FsaetqPQdS8dCQZ4t3Q2Vqe5JB { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:48.03125rem;left:9.9375rem;display:block; }
#P4nAafBx2yT4UkCp4X1IR1q2s46kT49w { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:18.5rem;top:77.237499237062rem;left:5.75rem;overflow:hidden;display:block; }
#VVMLvSPAEDzKx7QvFIGrcTbLobuMW28O { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:77.3125rem;left:30.625rem;height:4rem;font-style:normal;display:block; }
#HgciGEMsvEdVmt1JZ6uk126H6MurTaEn { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:82.112498283387rem;left:30.625003814698rem;height:;display:block; }#HgciGEMsvEdVmt1JZ6uk126H6MurTaEn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HgciGEMsvEdVmt1JZ6uk126H6MurTaEn li:before{  }
#i87zfuDJFcAZCwn6ThW0d0bTP1BSWXAn { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:91.6875rem;left:5.125rem;height:4rem;font-style:normal;display:block; }
#QqOMJzpk2GZNDJ7qglPvlSXVT9dF2Jua { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:96.862499237062rem;left:5.125rem;height:8.125rem;display:block; }#QqOMJzpk2GZNDJ7qglPvlSXVT9dF2Jua li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QqOMJzpk2GZNDJ7qglPvlSXVT9dF2Jua li:before{  }
#DVbx136LydH96FwNCsNkDP173LVh5aIV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:18.5rem;top:93.240625381469rem;left:35.031253814698rem;overflow:hidden;display:block; }
#KDEiJ8TxaRA9LHqlJnEXOThL1x1PFr1c { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:19.75rem;top:111.0625rem;left:5.1875rem;overflow:hidden;display:block; }
#yS5JrcQczeCGmzxQlZxVBwGELzQiHekz { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:111.875rem;left:30.625003814698rem;height:4rem;font-style:normal;display:block; }
#LlnqmcOyEeDtTV3Pzcin6af4W6gRrV41 { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:116.79999923706rem;left:30.625003814698rem;height:4.75rem;display:block; }#LlnqmcOyEeDtTV3Pzcin6af4W6gRrV41 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LlnqmcOyEeDtTV3Pzcin6af4W6gRrV41 li:before{  }
#GeENJmax36J0RkhybDepR8B67rCtBIPp { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:131.0625rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#u8iRaneNpLW1NShQWSD3JHduPShMfHfR { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:25.125rem;top:134.74062538147rem;left:32.437503814698rem;overflow:hidden;display:block; }
#TW2BP3QPJCPgLgzfBLHRSJJUQDQubDlJ { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:138.86249923706rem;left:5.125rem;height:13.1875rem;display:block; }#TW2BP3QPJCPgLgzfBLHRSJJUQDQubDlJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TW2BP3QPJCPgLgzfBLHRSJJUQDQubDlJ li:before{  }
#ckx6mDaxxVdTud09EUTrJTqzBDGIGLgT { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:91.6875rem;left:5.125rem;height:4.0625rem;font-style:normal;display:none; }
#T4qkgPfK8ymBOz3tt266Am3tiRTtWKRF { color:#000000;display:block;width:28.75rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:30.625003814698rem;height:4.0625rem;font-style:normal;display:none; }
#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row .container { background-color: transparent; background-image: none; }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row .container > .video-iframe-container { display: none; }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row > .video-iframe-container { display: none; }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .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); }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row .container { border-width: 0; border-radius: 0; }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#xzV4HHw4B6qllc4an8SO5QRzqWetJt8x { box-sizing:content-box;color:#404044;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:100027;top:3.1875rem;left:47.875003814698rem;display:block; }
#TvnfMGwaBi9bnlI0PaLs6VmvwCma9yTm { color:#000000;display:block;width:20.625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:4.1000003814697rem;left:10.09375rem;height:1.25rem;display:block; }
#e2LlTfSWXPUL35QDThE0nRhwJUNWa3sP { color:#404044;display:block;width:18.375rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:20.8125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0nb73kW3qB6tCCAOKHAUuiVOr04ambJ { position:absolute;display:block;z-index:100026;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.75rem;width:41.875rem;top:3.375rem;left:9.0625rem;display:block; }
#NvVxqvBvDKX5baeeE3De8MKBBmGt341c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { background-color: transparent; background-image: none; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container > .video-iframe-container { display: none; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row > .video-iframe-container { display: none; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .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); }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { border-width: 0; border-radius: 0; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:60rem;position:relative;display:block; }#ccuegyOUxiUXyC5ZB3gxFPxv6Trvckoh { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:5.9365234375rem;left:0rem;height:1.50065rem;display:block; }
#N1tkxwranLgxMd1GFRRs1PUErma6hPGa { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:9.21875rem;left:0rem;height:;display:block; }#N1tkxwranLgxMd1GFRRs1PUErma6hPGa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N1tkxwranLgxMd1GFRRs1PUErma6hPGa li:before{  }
#MqVz71OtNDSDMWvZ0RlMWGdymhQUFiFT { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:27.749568939209rem;left:0rem;height:3rem;display:block; }#MqVz71OtNDSDMWvZ0RlMWGdymhQUFiFT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MqVz71OtNDSDMWvZ0RlMWGdymhQUFiFT li:before{  }
#C3J2TpOk6kk2BDhBtefQtCWGRXTRQkmT { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.8115234375rem;left:0rem;height:3rem;display:block; }
#XCPoBDuD2htxM7edk9oMb7veFIri1gg5 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:32.279731750488rem;left:0rem;height:1.50065rem;display:block; }
#oGbziVOK4wLPISLNK7sR3FDWA5UW32zZ { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:34.624572753906rem;left:0rem;height:3rem;display:block; }
#KTlElqrNagc3lJTXUENKJUoXV5znmkh6 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:37.624786376953rem;left:0rem;height:1.50065rem;display:block; }
#mnnKgrI5fUTeOkPs9CJEhDSLlxSgE2kn { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:39.124351501465rem;left:0rem;height:1.50065rem;display:block; }
#OgLOPq4QUEH018za203ilPNcgDVrhMl4 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:40.623924255371rem;left:0rem;height:3rem;display:block; }
#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row .container { background-color: transparent; background-image: none; }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row .container > .video-iframe-container { display: none; }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row > .video-iframe-container { display: none; }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .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); }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row .container { border-width: 0; border-radius: 0; }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#TES6UaiIahKEIxGCqvdVo44t9qT9cT0S { color:#000000;display:block;width:20.625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:1.724609375rem;left:10.125rem;height:1.25rem;display:block; }
#chmuLyoeJodfrZb8p9zzIHL4JGg38CCA { position:absolute;display:block;z-index:100027;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.75rem;width:41.875rem;top:1rem;left:9.0625rem;display:block; }
#lfVwvNgQEiFaH17MIbOSwSO2oJf5Uml8 { box-sizing:content-box;color:#404044;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:100028;top:0.8125rem;left:47.875rem;display:block; }
#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row .container { background-color: transparent; background-image: none; }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row .container > .video-iframe-container { display: none; }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row > .video-iframe-container { display: none; }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .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); }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row .container { border-width: 0; border-radius: 0; }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:60rem;position:relative;display:block; }#zTnpoTHfl7T835ngGfHzuXRxXLLHoLrT { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:6.03125rem;left:0rem;height:1.50065rem;display:block; }
#dqxCzPmH7afSeOnhdtnTGoCeCWLD16CW { color:#000000;display:block;width:54.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:8.59375rem;left:5.4367179870606rem;height:6.9375rem;display:block; }#dqxCzPmH7afSeOnhdtnTGoCeCWLD16CW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dqxCzPmH7afSeOnhdtnTGoCeCWLD16CW li:before{  }
#H5h45kuO6Xhww2er6BFNpA3IL1y8g0QN { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.6875rem;left:0rem;height:3rem;display:block; }
#K2lF4oJUI3TcBLA3V8v148oMIEDauR9O { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:16.599999904633rem;left:0rem;height:1.50065rem;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; }
#rtWSUPxJGXWsJGN9w8iPDnnT60TACp6l { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:17.593749523163rem;left:0rem;height:1.50065rem;display:block; }
#OmdoxVhBevG9HtyNGncyNhxJbcWWwUlF { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:20.656249523163rem;left:0rem;height:3rem;display:block; }
#IIzQtiMgwWFQ1LsSDvu1wPHSg1RzAdxE { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:24.375rem;left:0rem;height:4.5rem;display:block; }
#IHNUm3XvcKx4hlG5O0sBlKTgq31SMGHP { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:34.093753814698rem;left:0rem;height:7.5rem;display:block; }
#NbXHiQ7mSR3GpciWPcqHbguWwBheNR4P { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:29.812503814698rem;left:0rem;height:3rem;display:block; }
#pGLerdCTtUhG9swyG9rQXByoL9GFolAv { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:44.218752384186rem;left:0rem;height:1.50065rem;display:block; }
#KbKztExce6yPoswRZ3Jzs9zTn7se6n1D { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:47.968752384186rem;left:0rem;height:4.5rem;display:block; }
#P1L8egdPHNB0WmOVH6266KysaFtBzQPC { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:53.843752384186rem;left:0rem;height:4.5rem;display:block; }
#D38r313J73gVrzvFhUTECSRFx2qFuQlO { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:59.843752384186rem;left:0rem;height:6rem;display:block; }
#g8s7RWyphWGeJm8FUMWbOKzlvAn6G064 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:67.281252384187rem;left:0rem;height:3rem;display:block; }
#lKslThPTuc4vx7qbTesIglvibpMiZ1dx { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:71.968752384187rem;left:0rem;height:6rem;display:block; }
#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row .container { background-color: transparent; background-image: none; }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row .container > .video-iframe-container { display: none; }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row > .video-iframe-container { display: none; }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .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); }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row .container { border-width: 0; border-radius: 0; }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#BVQHxm6FTzV4Gh9EixiHOrzdLrQVR6t4 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:1.724609375rem;left:10.0625rem;height:1.25rem;display:block; }
#NABZZfNs0DUfn5sOvyd2a1Hvrz1cQnLo { position:absolute;display:block;z-index:100027;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.75rem;width:41.875rem;top:1rem;left:9.0625rem;display:block; }
#TaanrTX5ldHq9sesAzaLux7zkb8Ta2rg { box-sizing:content-box;color:#404044;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:100028;top:0.8125rem;left:47.875rem;display:block; }
#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row .container { background-color: transparent; background-image: none; }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row .container > .video-iframe-container { display: none; }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row > .video-iframe-container { display: none; }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .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); }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row .container { border-width: 0; border-radius: 0; }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:block; }#M3M099V0WlywVsZlwIlWHPVX1NdTiUoU { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.6875rem;left:0rem;height:4.5rem;display:block; }
#qtnRy2mXcDNadabXsLm77WUKGsHsTPJh { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:16.599999904633rem;left:0rem;height:1.50065rem;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; }
#eOBl8nTaFQG1QHCuQSgiu69wft1nUW02 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:7.90625rem;left:0rem;height:3rem;display:block; }
#pOCeFTyJJpeaP0OUPwZT4TLh6DLQZ6Ti { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:12.161719322204rem;left:0rem;height:4.5rem;display:block; }
#NtIps6sHp0RuRtUAewbJBVBW1JU9hy43 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:21.468750953674rem;left:0rem;height:4.5rem;display:block; }
#F7OW91JSTwvPe5dkl3TvXhKTDwb6uKe5 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:18.099999427796rem;left:0rem;height:1.50065rem;display:block; }
#JoP9fkFgX15EhvoOws3tsIKZAx8LVElf { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:26.906249046326rem;left:0rem;height:3rem;display:block; }
#kWkqksOsfsCdvoZWcbwIidmLbDs9a743 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:31.093749046326rem;left:0rem;height:3rem;display:block; }
#BPs53HWbI4BQnAURqbU4agVbauRqx8L5 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:35.156250953674rem;left:0rem;height:3rem;display:block; }
#yT0mpRAZybr3zxFuiIBU85DTO6x5LuT1 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:39.156251549721rem;left:0rem;height:4.5rem;display:block; }
#Hst7ZlWtJOW5fieMGuqG1Ty2WcUzVdwC { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:44.718751549721rem;left:0rem;height:3rem;display:block; }
#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { background-color: transparent; background-image: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .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); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { border-width: 0; border-radius: 0; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#nXGzZSZJbIp8gaieX0Hp6UnClafHv4s8 { color:#404044;display:block;width:18.375rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:20.8125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLC9DPrmkbskHX6vyxPDT778XTDzsxrV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.625rem;left:23.75rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#IARdbtWvFxb5tDP0QvKD7bMLtqFdgK7m { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:9.9234380722044rem;left:2.25rem;height:7.8125rem;display:block; }#IARdbtWvFxb5tDP0QvKD7bMLtqFdgK7m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IARdbtWvFxb5tDP0QvKD7bMLtqFdgK7m li:before{  }
#rDb6kktlrkTsTyXdOrDuTdppdiCId7Nb { color:#000000;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:9.9234380722044rem;left:29rem;height:;display:block; }#rDb6kktlrkTsTyXdOrDuTdppdiCId7Nb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rDb6kktlrkTsTyXdOrDuTdppdiCId7Nb li:before{  }
#Jkr1l503GIIyHN2uySgOmI47l6IUPzNQ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:20.172657966614rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { background-color: transparent; background-image: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .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); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { border-width: 0; border-radius: 0; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;position:relative;display:block; }#XroPg4yzb3sauH2IlyfyRTTNKeWUlLT8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:19.25rem;top:8.6230487823488rem;left:9.6234817504881rem;overflow:hidden;display:block; }
#XdqweGOcA1yVTH5hKBqFOlkMgrsrWlMe { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29rem;width:18.875rem;top:8.5rem;left:31rem;overflow:hidden;display:block; }
#F91P0fMqe6v9ST6idPEsBimJ6reP7znB { color:#404044;display:block;width:18.375rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.125rem;left:20.8125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgDA1XWvQmI8uvoKLRqOtviBGMAOV6VF { color:#404044;display:block;width:15.25rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:38.375002384186rem;left:9.625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlE3hsGVRTT85Wn0qdIlrDvuN4h7TTEM { color:#404044;display:block;width:15.25rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:38.375002384186rem;left:31.000003814698rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k91T1AAsTHnDK8haKmxnBM3nnfJ0O6Ix { color:#c01195;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:44.1875rem;left:9.625rem;height:1.25rem;display:block; }
#GXhvqlfJFx8ufNyiWuzR04PN9k5zxqIh { color:#c01195;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:45.625rem;left:9.625rem;height:1.25rem;display:block; }
#iqHJBZxzoZwm4MJhfTKWFspyHpTCOGB3 { color:#c01195;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:44.187501907349rem;left:31.000003814698rem;height:1.25rem;display:block; }
#iqJmsTVUG2d0npliC7oJPsNDTWXHkfzm { color:#c01195;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:42.762500762939rem;left:31.000003814698rem;height:1.25rem;display:block; }
#bylGCJH93KgTsOHP5W1vgrTHo2wQLdHf { color:#9a9aa0;display:block;width:15.25rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:40.162500858307rem;left:9.625rem;height:0.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHOIHAFCIvdJGIng0WZcAThMDPkVEAoW { color:#9a9aa0;display:block;width:15.25rem;position:absolute;font-family:rubik;font-size:0.6875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:40.162500858307rem;left:31.000003814698rem;height:0.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sqQk3BdKRLhT0ConyFFufsOT7X61tf1F { color:#c01195;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:42.698570251465rem;left:9.6234817504881rem;height:1.25rem;display:block; }
#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;background-image:none;position:relative;display:block; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container { background-color: transparent; background-image: none; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container > .video-iframe-container { display: none; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row > .video-iframe-container { display: none; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .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); }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container { border-width: 0; border-radius: 0; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#JOEtWKp3V6FJM8TNLIMuu2qV1S1axsme { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.90625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EoyPLyZWB1GqlbrwQU3L0RCixTwePaHJ { color:#b3a9a9;display:block;width:46.4375rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:5.5375003814697rem;left:0.90625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EomSG6UzFMdTd8ElOTJBaF0i73vX0mHX { color:#b3a9a9;display:block;width:44.0625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:7.9375019073488rem;left:0.90625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UOzqi0ifWwanA1gycvZADdxttepg6Ggw { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:16.25rem;top:0rem;left:43.625003814698rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { width:3.5625rem;height:2.1875rem;top:0.9375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block; }
 }@media only screen and (max-width: 763px) { #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { top:0.5625rem;left:37rem;width:10.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5HN0bk5eR0JAup02vBGhZoQtmF9fpVT { display:block; }
 }@media only screen and (max-width: 763px) { #fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { width:8.6875rem;height:1.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIc8WT58KCLoaCHBxJ6BNdoe1o9ZnpK6 { width:3.8125rem;height:2.1875rem;top:0.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fWNvlhzIRWgOel7mbyZs38N1PKSqWp { display:block; }
 }@media only screen and (max-width: 763px) { #Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { width:4.125rem;height:2.1875rem;top:0.9375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block; }
 }@media only screen and (max-width: 763px) { #pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { width:5rem;height:2.1875rem;top:0.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:23.5rem;left:0rem;width:47.75rem;height:7.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:20.9375rem;left:0rem;width:33.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTd0qAnFRHc8A7cXIDhdlwThuf6G7Cd { width:18.75rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTAQwW1yElA7voToiOaSNPAUeFMd2Dhw { top:11rem;left:0rem;width:20rem;height:4.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAI058sDsRncXOiFCPXbCC45FfdyIyUc { display:block; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { top:1.5rem;left:5.5rem;width:18.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vldnEH2mQEWCO73xPDocgo7Z18fJz52z { top:7.1875rem;left:2.0625rem;width:19.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQ80gC4AzfptMWzUB6QMqGcktCWmwBG { top:8.0625rem;left:19rem;width:28.75rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bquFL1Bn7DcdvucyIMZSQ8M37XRr5rGE { top:13.0625rem;left:21.75rem;width:26rem;height:;font-size:0.875rem;display:block; }#bquFL1Bn7DcdvucyIMZSQ8M37XRr5rGE li:before{  }
 }@media only screen and (max-width: 763px) { #m2JGNUyt7bQnM6LC0Laye4Mv9SD8A9QP { top:29.125rem;left:0rem;width:28.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1aIo7F31MAs6KLWhDi2Nmtnc2u94ySF { top:35.1875rem;left:0rem;width:26rem;height:;font-size:0.875rem;display:block; }#r1aIo7F31MAs6KLWhDi2Nmtnc2u94ySF li:before{  }
 }@media only screen and (max-width: 763px) { #qCrUb6ne4v3W65RvLsJbBrqzMlbmg9S9 { top:27.9375rem;left:26.312503814698rem;width:17.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVK0U3FsaetqPQdS8dCQZ4t3Q2Vqe5JB { top:48rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4nAafBx2yT4UkCp4X1IR1q2s46kT49w { top:77.1875rem;left:2.6875rem;width:18.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMLvSPAEDzKx7QvFIGrcTbLobuMW28O { top:77.3125rem;left:19rem;width:28.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgciGEMsvEdVmt1JZ6uk126H6MurTaEn { top:82.0625rem;left:21.75rem;width:26rem;height:;font-size:0.875rem;display:block; }#HgciGEMsvEdVmt1JZ6uk126H6MurTaEn li:before{  }
 }@media only screen and (max-width: 763px) { #i87zfuDJFcAZCwn6ThW0d0bTP1BSWXAn { top:91.6875rem;left:0rem;width:28.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqOMJzpk2GZNDJ7qglPvlSXVT9dF2Jua { top:96.8125rem;left:0rem;width:26.0625rem;height:8.25rem;font-size:0.875rem;display:block; }#QqOMJzpk2GZNDJ7qglPvlSXVT9dF2Jua li:before{  }
 }@media only screen and (max-width: 763px) { #DVbx136LydH96FwNCsNkDP173LVh5aIV { top:93.1875rem;left:25.843753814698rem;width:18.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDEiJ8TxaRA9LHqlJnEXOThL1x1PFr1c { top:111.0625rem;left:2.125rem;width:19.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS5JrcQczeCGmzxQlZxVBwGELzQiHekz { top:111.875rem;left:19rem;width:28.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlnqmcOyEeDtTV3Pzcin6af4W6gRrV41 { top:116.75rem;left:21.6875rem;width:26.0625rem;height:4.875rem;font-size:0.875rem;display:block; }#LlnqmcOyEeDtTV3Pzcin6af4W6gRrV41 li:before{  }
 }@media only screen and (max-width: 763px) { #GeENJmax36J0RkhybDepR8B67rCtBIPp { top:131.0625rem;left:0rem;width:28.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8iRaneNpLW1NShQWSD3JHduPShMfHfR { top:134.6875rem;left:22.625rem;width:25.125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2BP3QPJCPgLgzfBLHRSJJUQDQubDlJ { top:138.8125rem;left:0rem;width:26.0625rem;height:13.375rem;font-size:0.875rem;display:block; }#TW2BP3QPJCPgLgzfBLHRSJJUQDQubDlJ li:before{  }
 }@media only screen and (max-width: 763px) { #ckx6mDaxxVdTud09EUTrJTqzBDGIGLgT { top:54.75rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4qkgPfK8ymBOz3tt266Am3tiRTtWKRF { top:16.375rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG { display:block; }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzV4HHw4B6qllc4an8SO5QRzqWetJt8x { top:3.1875rem;left:41.750003814698rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvnfMGwaBi9bnlI0PaLs6VmvwCma9yTm { top:4.0625rem;left:3.96875rem;width:20.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2LlTfSWXPUL35QDThE0nRhwJUNWa3sP { top:0rem;left:14.6875rem;width:18.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0nb73kW3qB6tCCAOKHAUuiVOr04ambJ { top:3.375rem;left:2.9375rem;width:41.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVxqvBvDKX5baeeE3De8MKBBmGt341c { display:block; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccuegyOUxiUXyC5ZB3gxFPxv6Trvckoh { top:5.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1tkxwranLgxMd1GFRRs1PUErma6hPGa { top:9.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#N1tkxwranLgxMd1GFRRs1PUErma6hPGa li:before{  }
 }@media only screen and (max-width: 763px) { #MqVz71OtNDSDMWvZ0RlMWGdymhQUFiFT { top:27.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }#MqVz71OtNDSDMWvZ0RlMWGdymhQUFiFT li:before{  }
 }@media only screen and (max-width: 763px) { #C3J2TpOk6kk2BDhBtefQtCWGRXTRQkmT { top:1.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPoBDuD2htxM7edk9oMb7veFIri1gg5 { top:32.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGbziVOK4wLPISLNK7sR3FDWA5UW32zZ { top:34.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlElqrNagc3lJTXUENKJUoXV5znmkh6 { top:37.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnnKgrI5fUTeOkPs9CJEhDSLlxSgE2kn { top:39.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgLOPq4QUEH018za203ilPNcgDVrhMl4 { top:40.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zVUFH80DDk2kzVNVo8mRVUurWqC53i { display:block; }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TES6UaiIahKEIxGCqvdVo44t9qT9cT0S { top:1.75rem;left:4rem;width:20.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmuLyoeJodfrZb8p9zzIHL4JGg38CCA { top:1rem;left:2.9375rem;width:41.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfVwvNgQEiFaH17MIbOSwSO2oJf5Uml8 { top:0.8125rem;left:41.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu { display:block; }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTnpoTHfl7T835ngGfHzuXRxXLLHoLrT { top:6rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqxCzPmH7afSeOnhdtnTGoCeCWLD16CW { top:8.5625rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1rem;display:block; }#dqxCzPmH7afSeOnhdtnTGoCeCWLD16CW li:before{  }
 }@media only screen and (max-width: 763px) { #H5h45kuO6Xhww2er6BFNpA3IL1y8g0QN { top:1.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2lF4oJUI3TcBLA3V8v148oMIEDauR9O { top:16.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtWSUPxJGXWsJGN9w8iPDnnT60TACp6l { top:17.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmdoxVhBevG9HtyNGncyNhxJbcWWwUlF { top:20.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIzQtiMgwWFQ1LsSDvu1wPHSg1RzAdxE { top:24.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHNUm3XvcKx4hlG5O0sBlKTgq31SMGHP { top:34.0625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbXHiQ7mSR3GpciWPcqHbguWwBheNR4P { top:29.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGLerdCTtUhG9swyG9rQXByoL9GFolAv { top:44.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKztExce6yPoswRZ3Jzs9zTn7se6n1D { top:47.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1L8egdPHNB0WmOVH6266KysaFtBzQPC { top:53.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38r313J73gVrzvFhUTECSRFx2qFuQlO { top:59.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8s7RWyphWGeJm8FUMWbOKzlvAn6G064 { top:67.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKslThPTuc4vx7qbTesIglvibpMiZ1dx { top:71.9375rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop { display:block; }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVQHxm6FTzV4Gh9EixiHOrzdLrQVR6t4 { top:1.6875rem;left:3.9375rem;width:20.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NABZZfNs0DUfn5sOvyd2a1Hvrz1cQnLo { top:1rem;left:2.9375rem;width:41.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaanrTX5ldHq9sesAzaLux7zkb8Ta2rg { top:0.8125rem;left:41.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMUiqRkcPL52lPJl76wWxmFEDwxnenWA { display:block; }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3M099V0WlywVsZlwIlWHPVX1NdTiUoU { top:1.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtnRy2mXcDNadabXsLm77WUKGsHsTPJh { top:16.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOBl8nTaFQG1QHCuQSgiu69wft1nUW02 { top:7.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOCeFTyJJpeaP0OUPwZT4TLh6DLQZ6Ti { top:12.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtIps6sHp0RuRtUAewbJBVBW1JU9hy43 { top:21.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7OW91JSTwvPe5dkl3TvXhKTDwb6uKe5 { top:18.0625rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoP9fkFgX15EhvoOws3tsIKZAx8LVElf { top:26.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWkqksOsfsCdvoZWcbwIidmLbDs9a743 { top:31.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPs53HWbI4BQnAURqbU4agVbauRqx8L5 { top:35.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0mpRAZybr3zxFuiIBU85DTO6x5LuT1 { top:39.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hst7ZlWtJOW5fieMGuqG1Ty2WcUzVdwC { top:44.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXGzZSZJbIp8gaieX0Hp6UnClafHv4s8 { top:1.8125rem;left:14.6875rem;width:18.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLC9DPrmkbskHX6vyxPDT778XTDzsxrV { top:6.625rem;left:17.625rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IARdbtWvFxb5tDP0QvKD7bMLtqFdgK7m { top:9.875rem;left:0rem;width:26.0625rem;height:7.9375rem;font-size:0.875rem;display:block; }#IARdbtWvFxb5tDP0QvKD7bMLtqFdgK7m li:before{  }
 }@media only screen and (max-width: 763px) { #rDb6kktlrkTsTyXdOrDuTdppdiCId7Nb { top:9.875rem;left:16.75rem;width:30.9375rem;height:;font-size:0.875rem;display:block; }#rDb6kktlrkTsTyXdOrDuTdppdiCId7Nb li:before{  }
 }@media only screen and (max-width: 763px) { #Jkr1l503GIIyHN2uySgOmI47l6IUPzNQ { top:20.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XroPg4yzb3sauH2IlyfyRTTNKeWUlLT8 { top:8.5625rem;left:4.625rem;width:19.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdqweGOcA1yVTH5hKBqFOlkMgrsrWlMe { top:8.5rem;left:23.875rem;width:18.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #F91P0fMqe6v9ST6idPEsBimJ6reP7znB { top:2.125rem;left:5.5rem;width:18.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgDA1XWvQmI8uvoKLRqOtviBGMAOV6VF { top:38.3125rem;left:6.5620651245119rem;width:15.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlE3hsGVRTT85Wn0qdIlrDvuN4h7TTEM { top:38.375rem;left:23.875rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k91T1AAsTHnDK8haKmxnBM3nnfJ0O6Ix { top:44.1875rem;left:6.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXhvqlfJFx8ufNyiWuzR04PN9k5zxqIh { top:45.625rem;left:6.5625rem;width:16.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqHJBZxzoZwm4MJhfTKWFspyHpTCOGB3 { top:44.1875rem;left:23.875rem;width:18.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqJmsTVUG2d0npliC7oJPsNDTWXHkfzm { top:42.75rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bylGCJH93KgTsOHP5W1vgrTHo2wQLdHf { top:40.125rem;left:6.5625rem;width:15.25rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHOIHAFCIvdJGIng0WZcAThMDPkVEAoW { top:40.125rem;left:23.875rem;width:15.25rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqQk3BdKRLhT0ConyFFufsOT7X61tf1F { top:42.6875rem;left:6.5609817504881rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu { display:block; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOEtWKp3V6FJM8TNLIMuu2qV1S1axsme { top:2.125rem;left:0rem;width:18.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoyPLyZWB1GqlbrwQU3L0RCixTwePaHJ { top:5.5rem;left:0rem;width:46.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EomSG6UzFMdTd8ElOTJBaF0i73vX0mHX { top:7.9375rem;left:0rem;width:44.0625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOzqi0ifWwanA1gycvZADdxttepg6Ggw { top:0rem;left:31.375rem;width:16.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { width:3.62413125rem;height:2.12456875rem;top:3.3550348281861rem;left:16.374783575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block; }
 }@media only screen and (max-width: 763px) { #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { top:6.0601129531861rem;left:4.6875000596046rem;width:10.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5HN0bk5eR0JAup02vBGhZoQtmF9fpVT { display:block; }
 }@media only screen and (max-width: 763px) { #fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { width:8.0620625rem;height:1.68728125rem;top:1.0611979961395rem;left:5.9689674973488rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIc8WT58KCLoaCHBxJ6BNdoe1o9ZnpK6 { width:3.99956875rem;height:2.24935rem;top:3.2931859493256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fWNvlhzIRWgOel7mbyZs38N1PKSqWp { display:block; }
 }@media only screen and (max-width: 763px) { #Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { width:4.74935rem;height:2.1875rem;top:3.3235678672791rem;left:10.998264372349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block; }
 }@media only screen and (max-width: 763px) { #pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { width:5.49913125rem;height:2.12456875rem;top:3.3550348281861rem;left:4.9370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3cd7d23b-5377-408e-9358-4a3623024149/herobgdb559b80.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:20rem;height:0;top:9.0625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:16.936875rem;height:1.75rem;top:28.513456344604rem;left:1.5310330986977rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSTd0qAnFRHc8A7cXIDhdlwThuf6G7Cd { top:1.3726119995118rem;left:4.9685330986977rem;width:10.061875rem;height:1.99978125rem;z-index:100007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tTAQwW1yElA7voToiOaSNPAUeFMd2Dhw { top:30.249567031861rem;left:0rem;width:20rem;height:4rem;z-index:100008;color:#ffffff;font-family:oswald;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAI058sDsRncXOiFCPXbCC45FfdyIyUc { display:block; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { width:20rem;height:189.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { width:18.5625rem;height:2.0625rem;top:1.25rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vldnEH2mQEWCO73xPDocgo7Z18fJz52z { width:11rem;height:9.3125rem;top:9.6123046875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQ80gC4AzfptMWzUB6QMqGcktCWmwBG { width:20rem;height:0;top:14.6123046875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bquFL1Bn7DcdvucyIMZSQ8M37XRr5rGE { width:20rem;height:9.5rem;top:19.94140625rem;left:0rem;font-size:0.875rem;display:block; }#bquFL1Bn7DcdvucyIMZSQ8M37XRr5rGE li:before{  }
 }@media only screen and (max-width: 763px) { #m2JGNUyt7bQnM6LC0Laye4Mv9SD8A9QP { width:20rem;height:4rem;top:33.736328125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1aIo7F31MAs6KLWhDi2Nmtnc2u94ySF { width:20rem;height:9.5rem;top:57.298828125rem;left:0rem;font-size:0.875rem;display:block; }#r1aIo7F31MAs6KLWhDi2Nmtnc2u94ySF li:before{  }
 }@media only screen and (max-width: 763px) { #qCrUb6ne4v3W65RvLsJbBrqzMlbmg9S9 { width:17.5625rem;height:16.375rem;top:39.0615234375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVK0U3FsaetqPQdS8dCQZ4t3Q2Vqe5JB { height:11.25rem;width:20rem;top:68.5712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4nAafBx2yT4UkCp4X1IR1q2s46kT49w { width:18.5rem;height:9.375rem;top:86.1337890625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMLvSPAEDzKx7QvFIGrcTbLobuMW28O { width:20rem;height:4rem;top:80.8212890625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgciGEMsvEdVmt1JZ6uk126H6MurTaEn { width:20rem;height:5.8125rem;top:96.9677734375rem;left:0rem;font-size:0.875rem;display:block; }#HgciGEMsvEdVmt1JZ6uk126H6MurTaEn li:before{  }
 }@media only screen and (max-width: 763px) { #i87zfuDJFcAZCwn6ThW0d0bTP1BSWXAn { width:20rem;height:0;top:54.50880625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqOMJzpk2GZNDJ7qglPvlSXVT9dF2Jua { width:20rem;height:9.5rem;top:120.6953125rem;left:0rem;font-size:0.875rem;display:block; }#QqOMJzpk2GZNDJ7qglPvlSXVT9dF2Jua li:before{  }
 }@media only screen and (max-width: 763px) { #DVbx136LydH96FwNCsNkDP173LVh5aIV { width:18.5rem;height:8.8125rem;top:110.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDEiJ8TxaRA9LHqlJnEXOThL1x1PFr1c { width:19.75rem;height:12.5rem;top:136.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS5JrcQczeCGmzxQlZxVBwGELzQiHekz { width:20rem;height:4rem;top:131.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlnqmcOyEeDtTV3Pzcin6af4W6gRrV41 { width:20rem;height:4.75rem;top:149.611328125rem;left:0rem;font-size:0.875rem;display:block; }#LlnqmcOyEeDtTV3Pzcin6af4W6gRrV41 li:before{  }
 }@media only screen and (max-width: 763px) { #GeENJmax36J0RkhybDepR8B67rCtBIPp { width:20rem;height:6rem;top:155.3720703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8iRaneNpLW1NShQWSD3JHduPShMfHfR { width:20rem;height:10rem;top:162.3095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2BP3QPJCPgLgzfBLHRSJJUQDQubDlJ { width:20rem;height:14.5625rem;top:173.1220703125rem;left:0rem;font-size:0.875rem;display:block; }#TW2BP3QPJCPgLgzfBLHRSJJUQDQubDlJ li:before{  }
 }@media only screen and (max-width: 763px) { #ckx6mDaxxVdTud09EUTrJTqzBDGIGLgT { width:20rem;height:4rem;top:104.875rem;left:0rem;font-size:1.5625rem;z-index:100004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4qkgPfK8ymBOz3tt266Am3tiRTtWKRF { width:20rem;height:4rem;top:4.4873046875rem;left:0rem;font-size:1.5625rem;z-index:100002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG { display:block; }#Pm0TLDCqs6TiLZ8XqK2I7sq4yees1XVG > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzV4HHw4B6qllc4an8SO5QRzqWetJt8x { width:3.125rem;height:3.125rem;top:4.4228515625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvnfMGwaBi9bnlI0PaLs6VmvwCma9yTm { width:20rem;height:1.25rem;top:5.3359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2LlTfSWXPUL35QDThE0nRhwJUNWa3sP { width:18.375rem;height:2.0625rem;top:1.25rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0nb73kW3qB6tCCAOKHAUuiVOr04ambJ { width:20rem;height:2.75rem;top:4.61230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVxqvBvDKX5baeeE3De8MKBBmGt341c { display:block; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { width:20rem;height:97.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccuegyOUxiUXyC5ZB3gxFPxv6Trvckoh { width:20rem;height:3rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1tkxwranLgxMd1GFRRs1PUErma6hPGa { width:20rem;height:42.0625rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }#N1tkxwranLgxMd1GFRRs1PUErma6hPGa li:before{  }
 }@media only screen and (max-width: 763px) { #MqVz71OtNDSDMWvZ0RlMWGdymhQUFiFT { width:20rem;height:7.5rem;top:57.749580383301rem;left:0rem;font-size:1rem;display:block; }#MqVz71OtNDSDMWvZ0RlMWGdymhQUFiFT li:before{  }
 }@media only screen and (max-width: 763px) { #C3J2TpOk6kk2BDhBtefQtCWGRXTRQkmT { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPoBDuD2htxM7edk9oMb7veFIri1gg5 { width:20rem;height:1.50065rem;top:65.874568939206rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGbziVOK4wLPISLNK7sR3FDWA5UW32zZ { width:20rem;height:7.5rem;top:68.311634063719rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlElqrNagc3lJTXUENKJUoXV5znmkh6 { width:20rem;height:4.5rem;top:76.810985565187rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnnKgrI5fUTeOkPs9CJEhDSLlxSgE2kn { width:20rem;height:6rem;top:82.186420440675rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgLOPq4QUEH018za203ilPNcgDVrhMl4 { width:20rem;height:9rem;top:88.250865936281rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zVUFH80DDk2kzVNVo8mRVUurWqC53i { display:block; }#S5zVUFH80DDk2kzVNVo8mRVUurWqC53i > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TES6UaiIahKEIxGCqvdVo44t9qT9cT0S { width:20rem;height:1.25rem;top:1.630859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmuLyoeJodfrZb8p9zzIHL4JGg38CCA { width:20rem;height:2.75rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfVwvNgQEiFaH17MIbOSwSO2oJf5Uml8 { width:3.125rem;height:3.125rem;top:0.71875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu { display:block; }#s0VbTVT1Xdcz9KsZMrkfo8Ld0rdOiTRu > .row .container { width:20rem;height:146.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTnpoTHfl7T835ngGfHzuXRxXLLHoLrT { width:20rem;height:3rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqxCzPmH7afSeOnhdtnTGoCeCWLD16CW { width:20rem;height:14.4375rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }#dqxCzPmH7afSeOnhdtnTGoCeCWLD16CW li:before{  }
 }@media only screen and (max-width: 763px) { #H5h45kuO6Xhww2er6BFNpA3IL1y8g0QN { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2lF4oJUI3TcBLA3V8v148oMIEDauR9O { width:20rem;height:1.50065rem;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtWSUPxJGXWsJGN9w8iPDnnT60TACp6l { width:20rem;height:3rem;top:32.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmdoxVhBevG9HtyNGncyNhxJbcWWwUlF { width:20rem;height:6rem;top:36.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIzQtiMgwWFQ1LsSDvu1wPHSg1RzAdxE { width:20rem;height:7.5rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHNUm3XvcKx4hlG5O0sBlKTgq31SMGHP { width:20rem;height:21rem;top:58.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbXHiQ7mSR3GpciWPcqHbguWwBheNR4P { width:20rem;height:4.5rem;top:52.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGLerdCTtUhG9swyG9rQXByoL9GFolAv { width:20rem;height:4.5rem;top:80.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKztExce6yPoswRZ3Jzs9zTn7se6n1D { width:20rem;height:9rem;top:86.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1L8egdPHNB0WmOVH6266KysaFtBzQPC { width:20rem;height:9rem;top:96.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38r313J73gVrzvFhUTECSRFx2qFuQlO { width:20rem;height:15rem;top:107.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8s7RWyphWGeJm8FUMWbOKzlvAn6G064 { width:20rem;height:6rem;top:123.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKslThPTuc4vx7qbTesIglvibpMiZ1dx { width:20rem;height:15rem;top:130.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop { display:block; }#uQDuXbaN3VbfiWZLEhNyrFDfhTNKbuop > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVQHxm6FTzV4Gh9EixiHOrzdLrQVR6t4 { width:20rem;height:1.25rem;top:1.630859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NABZZfNs0DUfn5sOvyd2a1Hvrz1cQnLo { width:20rem;height:2.75rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaanrTX5ldHq9sesAzaLux7zkb8Ta2rg { width:3.125rem;height:3.125rem;top:0.71875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMUiqRkcPL52lPJl76wWxmFEDwxnenWA { display:block; }#uMUiqRkcPL52lPJl76wWxmFEDwxnenWA > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3M099V0WlywVsZlwIlWHPVX1NdTiUoU { width:20rem;height:10.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtnRy2mXcDNadabXsLm77WUKGsHsTPJh { width:20rem;height:1.50065rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOBl8nTaFQG1QHCuQSgiu69wft1nUW02 { width:20rem;height:7.5rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOCeFTyJJpeaP0OUPwZT4TLh6DLQZ6Ti { width:20rem;height:12rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtIps6sHp0RuRtUAewbJBVBW1JU9hy43 { width:20rem;height:12rem;top:42rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7OW91JSTwvPe5dkl3TvXhKTDwb6uKe5 { width:20rem;height:3rem;top:37.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoP9fkFgX15EhvoOws3tsIKZAx8LVElf { width:20rem;height:7.5rem;top:55.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWkqksOsfsCdvoZWcbwIidmLbDs9a743 { width:20rem;height:6rem;top:64rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPs53HWbI4BQnAURqbU4agVbauRqx8L5 { width:20rem;height:6rem;top:71.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0mpRAZybr3zxFuiIBU85DTO6x5LuT1 { width:20rem;height:9rem;top:78.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hst7ZlWtJOW5fieMGuqG1Ty2WcUzVdwC { width:20rem;height:6rem;top:88.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXGzZSZJbIp8gaieX0Hp6UnClafHv4s8 { width:18.375rem;height:2.0625rem;top:1.25rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLC9DPrmkbskHX6vyxPDT778XTDzsxrV { width:12.5rem;height:1rem;top:4.61230625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IARdbtWvFxb5tDP0QvKD7bMLtqFdgK7m { width:20rem;height:10.5625rem;top:6.91699375rem;left:0rem;font-size:0.875rem;display:block; }#IARdbtWvFxb5tDP0QvKD7bMLtqFdgK7m li:before{  }
 }@media only screen and (max-width: 763px) { #rDb6kktlrkTsTyXdOrDuTdppdiCId7Nb { width:20rem;height:8.875rem;top:18.89943125rem;left:0rem;font-size:0.875rem;display:block; }#rDb6kktlrkTsTyXdOrDuTdppdiCId7Nb li:before{  }
 }@media only screen and (max-width: 763px) { #Jkr1l503GIIyHN2uySgOmI47l6IUPzNQ { width:20rem;height:8.25rem;top:30.88186875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XroPg4yzb3sauH2IlyfyRTTNKeWUlLT8 { width:7.4375rem;height:11.125rem;top:4.7373046875rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XdqweGOcA1yVTH5hKBqFOlkMgrsrWlMe { width:8.375rem;height:12.875rem;top:30.1923828125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F91P0fMqe6v9ST6idPEsBimJ6reP7znB { width:18.375rem;height:2.0625rem;top:1.25rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KgDA1XWvQmI8uvoKLRqOtviBGMAOV6VF { width:15.25rem;height:1.75rem;top:18.3623046875rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlE3hsGVRTT85Wn0qdIlrDvuN4h7TTEM { width:15.25rem;height:1.75rem;top:44.6298828125rem;left:2.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k91T1AAsTHnDK8haKmxnBM3nnfJ0O6Ix { width:11.25rem;height:1.25rem;top:24.027778835967rem;left:4.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXhvqlfJFx8ufNyiWuzR04PN9k5zxqIh { width:13.499375rem;height:1.25rem;top:25.327692242339rem;left:3.2172310948372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqHJBZxzoZwm4MJhfTKWFspyHpTCOGB3 { width:18.375rem;height:1.25rem;top:51.28515625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqJmsTVUG2d0npliC7oJPsNDTWXHkfzm { width:12.5rem;height:1.25rem;top:49.9853515625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bylGCJH93KgTsOHP5W1vgrTHo2wQLdHf { width:15.25rem;height:0.875rem;top:20.7744140625rem;left:2.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHOIHAFCIvdJGIng0WZcAThMDPkVEAoW { width:15.25rem;height:0.875rem;top:46.9794921875rem;left:2.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqQk3BdKRLhT0ConyFFufsOT7X61tf1F { width:8.2498125rem;height:1.25rem;top:22.840496273711rem;left:5.8745661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu { background-color:#272727;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container { background-color: transparent; background-image: none; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container > .video-iframe-container { display: none; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row > .video-iframe-container { display: none; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .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); }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container { border-width: 0; border-radius: 0; }#eeBQfsOKTMSFGDEF0E5GBQiz6wgEnwnu > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOEtWKp3V6FJM8TNLIMuu2qV1S1axsme { width:18.625rem;height:1.75rem;top:1.25rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoyPLyZWB1GqlbrwQU3L0RCixTwePaHJ { width:20rem;height:4.5rem;top:4.2871125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EomSG6UzFMdTd8ElOTJBaF0i73vX0mHX { width:20rem;height:3rem;top:10.16601875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOzqi0ifWwanA1gycvZADdxttepg6Ggw { width:19.875rem;height:20.8125rem;top:15.687980651856rem;left:0rem;overflow:hidden;display:none; }
 }