.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#232323;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9400ff;background-image:none;position:relative;z-index:auto;display:block; }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row .container { background-color: transparent; background-image: none; }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row .container > .video-iframe-container { display: none; }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row > .video-iframe-container { display: none; }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .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); }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row .container { border-width: 0; border-radius: 0; }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#JnJwl6nsINMbA8mdDxskIZ05AeEEJ3sy { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.57) ;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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5611875rem;height:3.8745125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:0.68684893846512rem;left:54.811198234558rem;display:block; }
#oVgr9Ta2lxV7UT7WSvUIiyRiLJcz2bQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eUUO9E2Ei4FTKzT5AuQULdLvhdqC26iE { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:13.93675rem;top:1.375rem;left:0.68359375rem;overflow:hidden;display:block; }
#u7kbmc37J8eoZTC7TFf4pfAAQ0X6HiWo { color:#ffffff;display:block;width:33.4991875rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:1.4468749761581rem;left:20.750782012939rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZG0LBSTZxSXDa0CtMaX01JMPEhFbGyGo { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:1.59375rem;left:23.125001907349rem;overflow:hidden;display:block; }
#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/32e7e7ad-a87e-4aa3-aa8b-fd003c6d11ea/headwayF2KRf_QfCqwunsplash.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE.adaptive-delivery-prevent-bg, #xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE.lazyload, #xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE.lazyloading { background-image: none; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container { background-color: transparent; background-image: none; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container > .video-iframe-container { display: none; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row > .video-iframe-container { display: none; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .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); }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container { border-width: 0; border-radius: 0; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#tCexruVuVbUFbSxIwPsUt9uawaNqHpk9 { z-index:100000;top:25.78125rem;left:26.718751907349rem;background-color:#9400ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(148,0,255,0.59) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:5.12421875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dxuANZcPRcXL2dWMIwpCgw1Gzm09qVWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AP3aoNqg5TLJavoTe1LeQw2bsQ2sFnza { position:absolute;display:block;z-index:100036;background-color:transparent;background-image: -webkit-linear-gradient(191deg, #000000, #9400ff);background-image: -moz-linear-gradient(191deg, #000000, #9400ff);background-image: -ms-linear-gradient(191deg, #000000, #9400ff);background-image: -o-linear-gradient(191deg, #000000, #9400ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#9400ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#9400ff' );";background-image: linear-gradient(191deg, #000000, #9400ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:29.1875rem;top:22.4375rem;left:22.906251907349rem;display:block; }
#o51pA0yVH3qhWpMgv6xSCErpZV3UZV4B { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:"russo one";font-size:3.3125rem;font-weight:400;z-index:100032;line-height:1.6;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0.25rem #000000;top:9.836718559265rem;left:11.34375rem;height:10.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuXmG4N0TWe5RxWeqNLsOHvxAaTxCBVy { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.5625rem;width:25.4996875rem;top:9.5367431640625E-7rem;left:8.8346357345581rem;overflow:hidden;display:none; }
#xhNbZmSnlsmwyAFR3Fi1TCkuBdWwOBKm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100000;display:none; }
#dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1b;background-image:url("https://images.assets-landingi.com/VxGWkiHV/codex_banner.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS.adaptive-delivery-prevent-bg, #dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS.lazyload, #dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS.lazyloading { background-image: none; }#dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS > .row .container { border-width: 0; border-radius: 0; }#dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:none; }#Tnivis8wQXqt9fE9GKbg2INsC19umdrn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:21.0625rem;top:1.125rem;left:27rem;overflow:hidden;display:block; }
#dfy6fPntkDQAQl6onuC2O1zD4Zbtmn8s { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:5rem;left:27.3125rem;height:5.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AkRaMGv7sH037X9nCTWDuCekF0MlH6Op { z-index:100001;top:28.125rem;left:4.25rem;background-color:#9500ff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.125rem 0.125rem 0.25rem #000000 ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bKOE2VFTNEX7rzDMNffBoiVko7gDgnKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aqdDB6kTRnN0GAoQ9NshXXlviLX9DTU5 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:23.875rem;left:5.6875rem;height:1.625rem;display:block; }
#wUMWANCO0oMoT2FHF6OTWXQkmLsE6OyD { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:19.625rem;left:5.6875rem;height:1.625rem;display:block; }
#DLa2UJ7PxKEsvBtNqqKhsXtUMmLqJirJ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:18.9375rem;left:2rem;overflow:hidden;display:block; }
#iPL4RUTNBSQinbnADHCWCkJ03XARszZi { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:23.1875rem;left:2rem;overflow:hidden;display:block; }
#vwWyFyFc8P9TXq7JqW7fBhp1WzxROxkQ { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:15.1875rem;left:5.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#iXnVhTXX3WIxaPn2SpEBJ3hhZPyXazhT { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #000000;top:10.75rem;left:0rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gSphvt5R6idwwr9P3d6Ev6MMkpMC12sE { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:14.5rem;left:2rem;overflow:hidden;display:block; }
#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -moz-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -ms-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -o-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#b29500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#b29500ff' );";background-image: linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-size:auto !important;position:relative;z-index:auto;display:block; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container { background-color: transparent; background-image: none; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container > .video-iframe-container { display: none; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row > .video-iframe-container { display: none; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .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); }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container { border-width: 0; border-radius: 0; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#dcS5i9oAEE7faspcpD2TPGAWcNyCHMsl { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:13.59375rem;left:8rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QndKGyD9Pyuq9tB1h0HP0hf0qBZNp8pD { color:#ffffff;display:block;width:52.0625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:3.5rem;left:11.46875rem;height:8.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nplwu4FeCCJv5hSokfa7XNEMlrVqFr5d { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:13.59375rem;left:42.25rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9400ff;background-image:none;position:relative;display:block; }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row .container { background-color: transparent; background-image: none; }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row .container > .video-iframe-container { display: none; }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row > .video-iframe-container { display: none; }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .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); }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row .container { border-width: 0; border-radius: 0; }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#GvP6DQos5wdre5MD5mhPIKpHDzGGegI5 { background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.57) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9995rem;height:4.9373375rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:4.6875rem;left:29.0625rem;display:block; }
#ndKhgh9xgzcU3ePUO3KTUUEdzIN3wgIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QHF50t5tJ3UAnLAeotySuolOanAkp75x { color:#ffffff;display:block;width:49.749375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:1.375rem;left:12.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbydU79MShyZydxwHZAirTxWHsErkBql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row .container { background-color: transparent; background-image: none; }#qbydU79MShyZydxwHZAirTxWHsErkBql::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row .container > .video-iframe-container { display: none; }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row > .video-iframe-container { display: none; }#qbydU79MShyZydxwHZAirTxWHsErkBql > .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); }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row .container { border-width: 0; border-radius: 0; }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#SA7kHwDkkXf69oiqk0NJEpnbKuKkeFJ4 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:1.125rem;left:28.3125rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DmQOXgb2GAlLb3OdNg3Ql9hrvIe4KaZM { position:absolute;display:block;z-index:100021;background-color:#fbfcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.125rem;width:12.5rem;top:4.75rem;left:31.25rem;display:block; }
#EWtxt7mb5C3VsLvS5rRpewJPssxxUq1u { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:35.8121875rem;top:30.812175750733rem;left:39.187823295593rem;display:block; }
#nFWuT1cJmBfJrw9pomlVRynB9mUBcCib { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:35.8121875rem;top:9.0112302303313rem;left:0rem;display:block; }
#VHsTBqADla6qlK8EQ3mLSvPWfJoUBdSC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:35.8121875rem;top:9.0112299919131rem;left:39.187823295593rem;display:block; }
#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row .container { background-color: transparent; background-image: none; }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row .container > .video-iframe-container { display: none; }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row > .video-iframe-container { display: none; }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .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); }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row .container { border-width: 0; border-radius: 0; }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#hTzzcyRdHAKhU90OOeDHHyOkwhA5sabu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:35.8125rem;top:0rem;left:0rem;display:block; }
#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:block; }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row .container { background-color: transparent; background-image: none; }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row .container > .video-iframe-container { display: none; }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row > .video-iframe-container { display: none; }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .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); }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row .container { border-width: 0; border-radius: 0; }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#e6o8fVMf8zp98hx38TG9aVukts0Pogqi { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:9.875rem;left:54.375rem;height:14.3rem;text-align:center;text-align-last:center;display:block; }
#ibKZG6XRUbVqWMM4uwWyeRSsPOwEKOB3 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:9.875rem;left:29.375rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#dd8nRTW9i5LlyoKyRophnnPQvxsRH2ye { color:#c572ff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:6.4375rem;left:56.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WniCh2hOmbtpGRzKH50AU5AuXNP0Jl1N { color:#c572ff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:6.4375rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tukvnv0FM3MPMSa5lzqZyNoKcT7L7ZsS { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.25);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;height:0.0618489375rem;width:25rem;top:23.623844146729rem;left:24.999999046326rem;display:block; }
#zKQNq5dsQsQM6UlN9dgdC0TGbplAZXX3 { color:#c572ff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:6.5rem;left:6.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUWWtx8Tsx7JdM8dIprcs6ql9Uft7Uqw { color:#ffffff;display:block;width:16.311875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:9.9375rem;left:4.3125rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(136,136,144,0.62);background-image:none;position:relative;display:block; }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row .container { background-color: transparent; background-image: none; }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row .container > .video-iframe-container { display: none; }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row > .video-iframe-container { display: none; }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .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); }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row .container { border-width: 0; border-radius: 0; }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#tH8tCvm1LECZ2G2mKAvXtgXoeN7kH1h5 { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:0rem;left:22.90625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FkqKO9gXy6eOBgvTXSNLE5JoVhttsKVx { z-index:100002;top:21.4375rem;left:28.1875rem;background-color:#9500ff;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.125rem 0.125rem 0.25rem #000000 ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pfvt6UkmcMEZSMcz9cGQeu6a3keCqNu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TBfPUDah7zXMHo0i5ovJ5QnFFE1wuddK { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5rem;left:7.5rem;height:14.25rem;display:block; }#TBfPUDah7zXMHo0i5ovJ5QnFFE1wuddK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBfPUDah7zXMHo0i5ovJ5QnFFE1wuddK li:before{  }
#E0yGfo3DxhchROqR7Bl4p2TlBvL0wrUB { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5rem;left:43.3125rem;height:12.95rem;display:block; }#E0yGfo3DxhchROqR7Bl4p2TlBvL0wrUB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E0yGfo3DxhchROqR7Bl4p2TlBvL0wrUB li:before{  }
#dRyoPfhht5QAxhZputQzU2DwKXcJavst { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(334deg, #000000, rgba(149,0,255,0.7));background-image: -moz-linear-gradient(334deg, #000000, rgba(149,0,255,0.7));background-image: -ms-linear-gradient(334deg, #000000, rgba(149,0,255,0.7));background-image: -o-linear-gradient(334deg, #000000, rgba(149,0,255,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b29500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b29500ff' );";background-image: linear-gradient(334deg, #000000, rgba(149,0,255,0.7));background-size:auto !important;position:relative;display:none; }#dRyoPfhht5QAxhZputQzU2DwKXcJavst > .row .container { border-width: 0; border-radius: 0; }#dRyoPfhht5QAxhZputQzU2DwKXcJavst > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:none; }#kZWwNUuETuexOphrbr1xx6kzqQq6J7Ct { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5.6875rem;left:3.75rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vFLF1Io4GPUNk9zzRbha7F1tXlyUIZ3R { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:17.8125rem;top:5.3125rem;left:46.75rem;overflow:hidden;display:block; }
#T0NKZ2CRg9glfMZBoTE1OPqb8t2TQR5C { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:11.875rem;left:3.8125rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#QTh0J7b7aIs3QaC7I5m61efnTTLm6U1e { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:19.5rem;left:3.8125rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#rEwCgzUA60DaLCsTameFa94zeAyaSsJi { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:34.0625rem;left:3.8125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#cHAUsBiKZr1gK0oXLZUH9gqxe7xsPpX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,0,255,0.7), #232323);background-image: -moz-linear-gradient(180deg, rgba(149,0,255,0.7), #232323);background-image: -ms-linear-gradient(180deg, rgba(149,0,255,0.7), #232323);background-image: -o-linear-gradient(180deg, rgba(149,0,255,0.7), #232323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29500ff', endColorstr='#232323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29500ff', endColorstr='#232323' );";background-image: linear-gradient(180deg, rgba(149,0,255,0.7), #232323);background-size:auto !important;position:relative;display:none; }#cHAUsBiKZr1gK0oXLZUH9gqxe7xsPpX6 > .row .container { border-width: 0; border-radius: 0; }#cHAUsBiKZr1gK0oXLZUH9gqxe7xsPpX6 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:none; }#ubEPCsNkhdQfTTnkO9Ey9wAcxkhV93zx { color:#ffffff;display:block;width:31rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:0rem;left:22rem;height:2.91666875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k7AkGmSK0hR7UNZfZaTJ2XFRNpHdNco7 { color:#232323;display:block;width:11.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:13.53125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rUWWkNmCvVhOeMZFo4pT2tUuQFyB6yUW { color:#232323;display:block;width:11rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.6875rem;left:50.0625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFlUgTUwgbXhKKQpcQdNTOEnfHDnmGpR { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:16.875rem;top:4.875rem;left:10.6875rem;overflow:hidden;display:block; }
#rhFXrNFi02dPfaLQ9E9S0qwRZiuC5aSG { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:16.875rem;top:4.875rem;left:47.125rem;overflow:hidden;display:block; }
#wg5TgrrGiwqaxupwWg8uT5FzFvXpMUVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:none; }#wg5TgrrGiwqaxupwWg8uT5FzFvXpMUVT > .row .container { border-width: 0; border-radius: 0; }#wg5TgrrGiwqaxupwWg8uT5FzFvXpMUVT > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:none; }#hMBAb5yuQ4DQZ3mmTwvaUlInBgcD5UeP { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5.125rem;left:8.125rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#uySvSehPOnEm3OfNMPkKpKTC8NbElff0 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5.125rem;left:47rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#OxDLTrvn54UPBiecx5xmAN70qV4IZ5Ln { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:20.0625rem;left:18.6875rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#TMHZBZpCpE9sBIi5kI90DBiUQxWduM33 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:15rem;top:0rem;left:29.9375rem;overflow:hidden;display:block; }
#gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:url("https://images.assets-landingi.com/mWsOZt2L/time_management.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:none; }#gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe.adaptive-delivery-prevent-bg, #gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe.lazyload, #gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe.lazyloading { background-image: none; }#gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe > .row .container { border-width: 0; border-radius: 0; }#gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:none; }#gBZ2bRWUqOe4bT7eeTIsl3Iyz3Jayq9k { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:13.5625rem;left:43.3125rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#OMT8CRhcGq4nVFoc3wJAbaIk7qHBZezT { color:#ffffff;display:block;width:26rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:27.3125rem;left:5.75rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#ZTJFQWUJAsITkhS99TFrClfhgAf88L0A { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:4.125rem;left:18.71875rem;height:2.91666875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8FAaXMWVhT3B8zN8hppfKJpTZzg2oQd { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:13.5625rem;left:5.6875rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#ULIWCUZbIW3EAMlLiekSmcaWODrCsAHS { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:27.9375rem;left:43.28125rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#FT0pH7U93dvZMUPhsRTFwVHRPQOX71UL { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:41.125rem;left:18.90625rem;height:4.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTV31cR5pfwMgSsFtPi87Twi7AbAC8LP { z-index:100000;top:49.3125rem;left:29.5625rem;background-color:#9500ff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.125rem 0.125rem 0.25rem #000000 ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#as4WmPnWbim9wIHhOu5g8MO0kg4pSSIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a7be99GI91o5cSuZCPL6MzkdaPaFv0em { position:absolute;display:block;z-index:99999;background-color:rgba(149,0,255,0.25);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;height:13.8125rem;width:37.5rem;top:9.75rem;left:0rem;display:block; }
#XlxCVdQgxfQT3tZJLMCHxzN9wVEfXw5U { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.25);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;height:13.8125rem;width:37.5625rem;top:9.71875rem;left:37.5rem;display:block; }
#iaBFqW4nf45VuS5la9Qp4y9w0GgtHZaA { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.25);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;height:13.8125rem;width:37.5rem;top:23.5625rem;left:0rem;display:block; }
#oRacZt7M5t7NmUWniTD6opB4OnIzAtJv { position:absolute;display:block;z-index:100002;background-color:rgba(149,0,255,0.25);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;height:13.8125rem;width:37.5625rem;top:23.53125rem;left:37.5rem;display:block; }
#mFl0lyHMdq30iQXP08xorzf8T4hZc6T7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:none; }#mFl0lyHMdq30iQXP08xorzf8T4hZc6T7 > .row .container { border-width: 0; border-radius: 0; }#mFl0lyHMdq30iQXP08xorzf8T4hZc6T7 > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:none; }#ydGef9DryWc9HrzBL6yguBJazD25SsgU { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:4.625rem;left:15.21875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKQZflX429pP6N5g86CPcil3L81ZhNym { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:11.8125rem;left:23.53125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#yAEZLp8NSgznL9VfukR8N5FDNNKCcuR9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:15.4375rem;left:59.78125rem;overflow:hidden;display:block; }
#b3QXS48X1HXUuvvC5DmZLhxTldORiy8U { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:15.4375rem;left:9.65625rem;overflow:hidden;display:block; }
#hprGb7ybm3H5wnvHq6u2qI80TpdG4JeB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:23.75rem;left:25.25rem;overflow:hidden;display:block; }
#Sv1nkfIftCKD91yUadQphRckD0oGZ2JT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:23.75rem;left:43rem;overflow:hidden;display:block; }
#cmGnpIZ5DtailCmk399BorGkf1cUlXf0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #232323, rgba(149,0,255,0.2));background-image: -moz-linear-gradient(180deg, #232323, rgba(149,0,255,0.2));background-image: -ms-linear-gradient(180deg, #232323, rgba(149,0,255,0.2));background-image: -o-linear-gradient(180deg, #232323, rgba(149,0,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#339500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#339500ff' );";background-image: linear-gradient(180deg, #232323, rgba(149,0,255,0.2));background-size:auto !important;position:relative;display:none; }#cmGnpIZ5DtailCmk399BorGkf1cUlXf0 > .row .container { border-width: 0; border-radius: 0; }#cmGnpIZ5DtailCmk399BorGkf1cUlXf0 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:none; }#uvfz5G73Sm5nyJllK8zNI7vJ8Wdse7sV { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:3.5625rem;left:25.125rem;height:2.91666875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x46IwDn60WBpf02HvBgBGnDrTPQJ407w { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:9.875rem;left:6.4375rem;height:9.0625rem;display:block; }#x46IwDn60WBpf02HvBgBGnDrTPQJ407w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x46IwDn60WBpf02HvBgBGnDrTPQJ407w li:before{  }
#iXaAtKmrLevp4mNHsgPOepRAc3qsha67 { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:9.875rem;left:43.625rem;height:9.0625rem;display:block; }#iXaAtKmrLevp4mNHsgPOepRAc3qsha67 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iXaAtKmrLevp4mNHsgPOepRAc3qsha67 li:before{  }
#xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(149,0,255,0.2);background-image:url("https://images.assets-landingi.com/qaHWkTp4/3100683_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg.adaptive-delivery-prevent-bg, #xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg.lazyload, #xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg.lazyloading { background-image: none; }#xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg > .row .container { border-width: 0; border-radius: 0; }#xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:none; }#pouFqwgmTeJDX7Jn9iZDN8i9th3197ge { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:6.625rem;left:22.78125rem;height:2.91666875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfTf42MFQilVsqoNTU0srPN1MhftSZk5 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:21.875rem;left:16.25rem;height:9.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ayMPpkDlxZpQ0xpUveEx9aG109BCntIW { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:44.25rem;left:21.875rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C0SyifrNdJMS8ttOXqyLirsvyySh9yTK { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:34.8125rem;top:14.375rem;left:40.1875rem;overflow:hidden;display:block; }
#bhcKTIKTLpV3EJTBy6pZUSOUgO1ERyPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:none; }#bhcKTIKTLpV3EJTBy6pZUSOUgO1ERyPJ > .row .container { border-width: 0; border-radius: 0; }#bhcKTIKTLpV3EJTBy6pZUSOUgO1ERyPJ > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:none; }#I8mSlEOT8TAknanZmiPizeFZ7EWtZ7GN { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:4.8125rem;left:15.21875rem;height:11.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:url("https://images.assets-landingi.com/Cm4C9Qzf/success_gradient.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:none; }#I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd.adaptive-delivery-prevent-bg, #I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd.lazyload, #I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd.lazyloading { background-image: none; }#I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd > .row .container { border-width: 0; border-radius: 0; }#I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:none; }#xsTLMF34PHseoEMqRSizpaMyXMBs36pF { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5.8125rem;left:19.875rem;height:2.91666875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMeIZVOTJhTSUattSV9X1Wb2WTP9C3TZ { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:11.5625rem;left:25rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#Jqrvuo2lg7PtA49m1o0qbSdiroEdu4Kz { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:20.4375rem;left:25rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#erqFyIl3HR7e6UZWfDsz1dWSVseoHqEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:none; }#erqFyIl3HR7e6UZWfDsz1dWSVseoHqEs > .row .container { border-width: 0; border-radius: 0; }#erqFyIl3HR7e6UZWfDsz1dWSVseoHqEs > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:none; }#Mn3DTWZEcIaNyfTWDQsVfenJGMv4VACP { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5.9375rem;left:28.34375rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tgmm8I5XceTxNl47pFcMTahoG5VXRC3s { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:17.25rem;top:11.9375rem;left:3.875rem;display:block; }
#xUk9Dx8JZHmHUfXBbS3xRdsyKiMmExxB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:17.25rem;top:11.9375rem;left:28.875rem;display:block; }
#Ckeov7CCRwOGM7pWzQNKdUwLslzr7JlW { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:17.25rem;top:11.9375rem;left:53.875rem;display:block; }
#Wr7Xdg8sdtdTxMy7sIccXVH7eZhxFb2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:none; }#Wr7Xdg8sdtdTxMy7sIccXVH7eZhxFb2o > .row .container { border-width: 0; border-radius: 0; }#Wr7Xdg8sdtdTxMy7sIccXVH7eZhxFb2o > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:none; }#gUNcIQQtIvbZM7pLGt8AdBXLvAUVRPGs { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5.9375rem;left:34.0625rem;height:5.83333125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#egwoy4ae61vdoplFuGswIS8pSNCuzbV7 { color:#ffffff;display:block;width:33.5619375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:13.56192111969rem;left:35.748699665069rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#seJtNOIQo3T6ObI9mnimToHDFmdEMZlF { color:#ffffff;display:block;width:35.0621875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:18.998133659363rem;left:34.999279499054rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }
#u4LdFMozayFHL6Ed7P5uOQxouFGukSe0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:16.8125rem;top:9.875rem;left:10.25rem;overflow:hidden;display:block; }
#GQIazbQTdnLm22PTKOci6rfOqKkNALHx { color:#d2aa3f;display:block;width:2.25rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:22.154296875rem;left:32.8115234375rem;height:2.08333125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEwIMlokAcbPddEP9b0KLAbpXFzrRLTh { color:#d2aa3f;display:block;width:2.25rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:24.529296875rem;left:32.8115234375rem;height:2.08333125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uIy4GlammkcWSo3qPLSTDRTtXKEnZ4El { color:#d2aa3f;display:block;width:2.249025rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:18.2998046875rem;left:32.875rem;height:2.08333125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uOF6GDVBrTvFvAXy8clcFZzVWCmOwPGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,0,255,0.7), #232323);background-image: -moz-linear-gradient(180deg, rgba(149,0,255,0.7), #232323);background-image: -ms-linear-gradient(180deg, rgba(149,0,255,0.7), #232323);background-image: -o-linear-gradient(180deg, rgba(149,0,255,0.7), #232323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29500ff', endColorstr='#232323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29500ff', endColorstr='#232323' );";background-image: linear-gradient(180deg, rgba(149,0,255,0.7), #232323);background-size:auto !important;position:relative;display:none; }#uOF6GDVBrTvFvAXy8clcFZzVWCmOwPGG > .row .container { border-width: 0; border-radius: 0; }#uOF6GDVBrTvFvAXy8clcFZzVWCmOwPGG > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:none; }#SroGfBXhz3L8u6yNefASce571XIhIsmc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:11.8125rem;left:5.9375rem;overflow:hidden;display:block; }
#w3qqdh0E3EnXFEqQs3VTeQGtUqQJ3szf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:11.8125rem;left:24.6875rem;overflow:hidden;display:block; }
#xgHKh6bsmABUtSr0t3uGqToTauwe5LA6 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:11.8125rem;left:43.4375rem;overflow:hidden;display:block; }
#hEyNTXthcrw9fPMUhQLIoGyTfiwb1ASy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:11.8125rem;left:62.1875rem;overflow:hidden;display:block; }
#bEafDWJMialpA5BghdyBUur6zGW6LzCc { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:30.8125rem;left:43.4375rem;overflow:hidden;display:block; }
#FXnXXbclO3rEMXTI2hXa4bOfgvRKaH9T { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:30.8125rem;left:62.1875rem;overflow:hidden;display:block; }
#sOPGJRfqVhnlAIdw7LchpCcTV9z3N1if { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:30.8125rem;left:5.9375rem;overflow:hidden;display:block; }
#B7VF6IzNFNAdQAJgsdW2s9ACLVlt0wXB { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:30.8125rem;left:24.6875rem;overflow:hidden;display:block; }
#pRXtbpfydZhJmXl8DdDs3SwAsFGAa3nZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:21.375rem;left:3.125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#cx2eAxwLoik9rIAz4EDKMqEu5Z7fRCk7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:21.375rem;left:21.875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#I3ysZqZp6IEEbBr2q7ISWevgy0UiTghR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:21.375rem;left:40.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#U3WPT0QHyGPaxieHuVUvUZgA5TTi2Zcd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:21.375rem;left:59.375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#eGdXtKBiyH4yDUs8GBbVGD8lOegVpZEz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:40.1875rem;left:3.125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#wFKWpKGaypv8GTNpFoNWirEsIvmKmtXU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:40.1875rem;left:21.875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#iMD96yvTQP4EQO6erqyQhzQN49pLcFhh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:40.1875rem;left:40.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#XfuBrzF8i3S86UdtR27vT4qHgwlvIoTo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:40.1875rem;left:59.375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#PNQxwTALL9IQnavkTgrBQcnpC0wTAbfy { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:5rem;left:24.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q8LSmBibgzIBLmqdxRinIUiqMM59t50D { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.25);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;height:0.0625rem;width:25rem;top:50.25rem;left:25rem;display:block; }
#w33hubRxlsITqnwQpRJDLIlpLl6Ip6rn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:none; }#w33hubRxlsITqnwQpRJDLIlpLl6Ip6rn > .row .container { border-width: 0; border-radius: 0; }#w33hubRxlsITqnwQpRJDLIlpLl6Ip6rn > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#eGFpA33s874LfetobIhuXGvlO1KlGLBq { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:4.1875rem;left:33.6875rem;height:2.91666875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IQBG8LQKt9ifP4IgQKXhpgeR2Om8XGZs { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:31.875rem;top:9.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#mwdyiZemLf43se9WBSNrMSkuoVxH2bE2 { z-index:100003;top:31.375rem;left:28.15625rem;background-color:#9500ff;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.125rem 0.125rem 0.25rem #000000 ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DqhotJdKSUGZHsJc1vOKTr2MbV0eHsyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wEgfvTped0hOpLBxvMfyZslFn93WN4KP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -moz-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -ms-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -o-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#b29500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#b29500ff' );";background-image: linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-size:auto !important;position:relative;display:none; }#wEgfvTped0hOpLBxvMfyZslFn93WN4KP > .row .container { border-width: 0; border-radius: 0; }#wEgfvTped0hOpLBxvMfyZslFn93WN4KP > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:none; }#HtiIW83HbJVIo91rORuFP0qzfFdBGFH6 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #000000;top:10.3125rem;left:0.625rem;height:2.76041875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-form-header {  }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:bold;color:#ffffff;width:26.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;text-shadow:0.125rem 0.125rem 0.25rem #000000; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-text {padding-top: 0; padding-bottom: 0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-select {padding-top: 0; padding-bottom: 0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:26.875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.125rem 0.125rem 0.25rem #000000 ; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:25.625rem;overflow:hidden;font-style:normal; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-container:first-of-type{padding-top:0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-container:last-of-type{padding-bottom:0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:41.5625rem;top:2.53125rem;z-index:100007;position:absolute; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.875rem;display:block;vertical-align:top; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC {display:block;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:41.5625rem;top:2.53125rem;z-index:100007;position:absolute; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #q9nHaq5VXewQpMw42os3mncLeg3AlxX7 { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #bvmkt3s6uKTwAMDEzmvsgBBbR8b1UpzF { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #ViTBhcFZGp8torS87GH1ozfxyXGuNrx7 { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #SWfrlov6HVDgKq1TQ5HPGRsBV4dTBHqw { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #sZuKlNPuN3F8ulecpI60VRTfrl65UsOx { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #eUuNv52Ol1dxKXLTFtR31AlSPANfToBF { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #I0shwgSrrLfArU9R0fgbSX3mNkkm4Pzl { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #OoFo4PN9cmSSQIXThVl1i8hnhwWkvzqf { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #UL3LGhNqgrLmPaEMf1XUPhUi03KECgDO { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #u7ZJsqgHkh4OquK3cxmK7aOILVSmaFcL { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #NqT5aIlRita9X7ysoZv7VTFu8mDZU8sT { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #oRufit0JFHiWtP9itx47poqXQE77pZfH { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #b8tvTn9nLrmCOrWOb7lKzB2MiZliLitu { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #RxKNhssA4p1PNdU4oxCegFQso7XdksCI { position:relative;z-index:2; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #ZH4kCdS4ezEM3EvDSgEv6o4uufUvg64Z { position:relative; }
#PxVp1eqWXdafoLwD1EUHkBqVLNo18K8G { position:relative;display:block; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #QIAeL0WJL5uSigRn0MvF1T7ozEmLE9t0 { position:relative; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #uwtGHgT7ywHzpKWxxoq3yABBQ9AHdk5Q { position:relative; }
#KRXJdlZZB5WHimkBdoTNVrm2U1FQLEJH { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:4.75rem;left:0.625rem;height:2.65625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WvtssVrHVVkU1QA9bZ9nE1swosFwynEn { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:21.8125rem;left:4.3125rem;height:1.61458125rem;display:block; }
#vy9I127G0ME8f8Z1K4iRQstpdxRKXcDv { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:21.125rem;left:0.625rem;overflow:hidden;display:block; }
#NWmZgbrTWsD1ps9AtLhPKh2K7wVD08BX { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:15.78125rem;left:0.625rem;overflow:hidden;display:block; }
#Q7x2HbsdHImDBz0GUaraam7Atxz4B3bZ { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem #000000;top:15.65625rem;left:4.3125rem;height:3.2291625rem;text-align:left;text-align-last:left;display:block; }
#GpTSxI1z6vXDzqPonkB4FOat3OribZTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,0,255,0.7), #000000);background-image: -moz-linear-gradient(180deg, rgba(149,0,255,0.7), #000000);background-image: -ms-linear-gradient(180deg, rgba(149,0,255,0.7), #000000);background-image: -o-linear-gradient(180deg, rgba(149,0,255,0.7), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29500ff', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29500ff', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(149,0,255,0.7), #000000);background-size:auto !important;position:relative;display:block; }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row .container { background-color: transparent; background-image: none; }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row .container > .video-iframe-container { display: none; }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row > .video-iframe-container { display: none; }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .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); }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row .container { border-width: 0; border-radius: 0; }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#ydTmGozLyd2lErd72SEV2px7LevStx5K { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:10.6875rem;top:0.6875rem;left:58.203908920288rem;overflow:hidden;display:block; }
#XNgwwoyCMiupmUs0sb5ccaq2mJZKqmB6 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.57) ;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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5609375rem;height:3.87421875rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:1.875rem;left:2.0242185592651rem;display:block; }
#VX13UHFKZcWAEtUFer5NanyZ08SqE9Dz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq { display:block; }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnJwl6nsINMbA8mdDxskIZ05AeEEJ3sy { width:13.5rem;height:3.8125rem;top:0.625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVgr9Ta2lxV7UT7WSvUIiyRiLJcz2bQb { display:block; }
 }@media only screen and (max-width: 763px) { #eUUO9E2Ei4FTKzT5AuQULdLvhdqC26iE { top:1.375rem;left:0rem;width:13.875rem;height:2.4889231707536rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7kbmc37J8eoZTC7TFf4pfAAQ0X6HiWo { top:1.4375rem;left:7.1257820129394rem;width:33.4375rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG0LBSTZxSXDa0CtMaX01JMPEhFbGyGo { top:1.5625rem;left:9.5000019073488rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE { display:block; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCexruVuVbUFbSxIwPsUt9uawaNqHpk9 { top:25.75rem;left:10.1875rem;width:21.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxuANZcPRcXL2dWMIwpCgw1Gzm09qVWJ { display:block; }
 }@media only screen and (max-width: 763px) { #AP3aoNqg5TLJavoTe1LeQw2bsQ2sFnza { top:22.4375rem;left:0rem;width:29.1875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o51pA0yVH3qhWpMgv6xSCErpZV3UZV4B { top:9.8125rem;left:0rem;width:47.75rem;height:10.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuXmG4N0TWe5RxWeqNLsOHvxAaTxCBVy { top:0rem;left:0rem;width:25.4375rem;height:46.448945452763rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNbZmSnlsmwyAFR3Fi1TCkuBdWwOBKm { display:none; }
 }@media only screen and (max-width: 763px) { #dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS { display:block; }#dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnivis8wQXqt9fE9GKbg2INsC19umdrn { top:1.125rem;left:10.6875rem;width:21.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfy6fPntkDQAQl6onuC2O1zD4Zbtmn8s { top:5rem;left:11.375rem;width:20.375rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkRaMGv7sH037X9nCTWDuCekF0MlH6Op { top:28.125rem;left:0rem;width:15.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKOE2VFTNEX7rzDMNffBoiVko7gDgnKs { display:block; }
 }@media only screen and (max-width: 763px) { #aqdDB6kTRnN0GAoQ9NshXXlviLX9DTU5 { top:23.875rem;left:1.125rem;width:9.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUMWANCO0oMoT2FHF6OTWXQkmLsE6OyD { top:19.625rem;left:1.125rem;width:9.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLa2UJ7PxKEsvBtNqqKhsXtUMmLqJirJ { top:18.9375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPL4RUTNBSQinbnADHCWCkJ03XARszZi { top:23.1875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwWyFyFc8P9TXq7JqW7fBhp1WzxROxkQ { top:15.1875rem;left:1rem;width:13.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnVhTXX3WIxaPn2SpEBJ3hhZPyXazhT { top:10.75rem;left:0rem;width:23.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSphvt5R6idwwr9P3d6Ev6MMkpMC12sE { top:14.5rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx { display:block; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcS5i9oAEE7faspcpD2TPGAWcNyCHMsl { top:13.5625rem;left:0rem;width:25rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndKGyD9Pyuq9tB1h0HP0hf0qBZNp8pD { top:3.5rem;left:0rem;width:47.75rem;height:8.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nplwu4FeCCJv5hSokfa7XNEMlrVqFr5d { top:13.5625rem;left:6.75rem;width:25rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh { display:block; }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvP6DQos5wdre5MD5mhPIKpHDzGGegI5 { width:16.9375rem;height:4.875rem;top:4.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKhgh9xgzcU3ePUO3KTUUEdzIN3wgIJ { display:block; }
 }@media only screen and (max-width: 763px) { #QHF50t5tJ3UAnLAeotySuolOanAkp75x { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbydU79MShyZydxwHZAirTxWHsErkBql { display:block; }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA7kHwDkkXf69oiqk0NJEpnbKuKkeFJ4 { top:1.0625rem;left:13.4375rem;width:18.3125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmQOXgb2GAlLb3OdNg3Ql9hrvIe4KaZM { top:4.6875rem;left:17.5625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtxt7mb5C3VsLvS5rRpewJPssxxUq1u { top:30.75rem;left:0rem;width:35.75rem;height:19.965270203056rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFWuT1cJmBfJrw9pomlVRynB9mUBcCib { top:9rem;left:0rem;width:35.75rem;height:19.965270203056rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHsTBqADla6qlK8EQ3mLSvPWfJoUBdSC { top:9rem;left:0rem;width:35.75rem;height:19.965270203056rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU { display:block; }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTzzcyRdHAKhU90OOeDHHyOkwhA5sabu { top:0rem;left:0rem;width:35.8125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU { display:block; }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6o8fVMf8zp98hx38TG9aVukts0Pogqi { top:9.875rem;left:31.375rem;width:16.25rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibKZG6XRUbVqWMM4uwWyeRSsPOwEKOB3 { top:9.8125rem;left:15.5rem;width:16.25rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd8nRTW9i5LlyoKyRophnnPQvxsRH2ye { top:6.4375rem;left:33.4375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WniCh2hOmbtpGRzKH50AU5AuXNP0Jl1N { top:6.4375rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tukvnv0FM3MPMSa5lzqZyNoKcT7L7ZsS { top:23.5625rem;left:0rem;width:25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zKQNq5dsQsQM6UlN9dgdC0TGbplAZXX3 { top:6.5rem;left:1.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUWWtx8Tsx7JdM8dIprcs6ql9Uft7Uqw { top:9.9375rem;left:0rem;width:16.25rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL { display:block; }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH8tCvm1LECZ2G2mKAvXtgXoeN7kH1h5 { top:0rem;left:9.2810850143431rem;width:29.125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqKO9gXy6eOBgvTXSNLE5JoVhttsKVx { top:21.4375rem;left:14.5625rem;width:18.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfvt6UkmcMEZSMcz9cGQeu6a3keCqNu1 { display:block; }
 }@media only screen and (max-width: 763px) { #TBfPUDah7zXMHo0i5ovJ5QnFFE1wuddK { top:5rem;left:0rem;width:24.1875rem;height:;font-size:1rem;display:block; }#TBfPUDah7zXMHo0i5ovJ5QnFFE1wuddK li:before{  }
 }@media only screen and (max-width: 763px) { #E0yGfo3DxhchROqR7Bl4p2TlBvL0wrUB { top:5rem;left:23.5625rem;width:24.1875rem;height:;font-size:1rem;display:block; }#E0yGfo3DxhchROqR7Bl4p2TlBvL0wrUB li:before{  }
 }@media only screen and (max-width: 763px) { #dRyoPfhht5QAxhZputQzU2DwKXcJavst { display:block; }#dRyoPfhht5QAxhZputQzU2DwKXcJavst > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZWwNUuETuexOphrbr1xx6kzqQq6J7Ct { top:5.6875rem;left:0rem;width:30.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFLF1Io4GPUNk9zzRbha7F1tXlyUIZ3R { top:5.3125rem;left:26.3125rem;width:17.8125rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0NKZ2CRg9glfMZBoTE1OPqb8t2TQR5C { top:11.875rem;left:0rem;width:29.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTh0J7b7aIs3QaC7I5m61efnTTLm6U1e { top:19.5rem;left:0rem;width:29.9375rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEwCgzUA60DaLCsTameFa94zeAyaSsJi { top:34.0625rem;left:0rem;width:29.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHAUsBiKZr1gK0oXLZUH9gqxe7xsPpX6 { display:block; }#cHAUsBiKZr1gK0oXLZUH9gqxe7xsPpX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubEPCsNkhdQfTTnkO9Ey9wAcxkhV93zx { top:0rem;left:0rem;width:31rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7AkGmSK0hR7UNZfZaTJ2XFRNpHdNco7 { top:14.3125rem;left:4.6875rem;width:11.1875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUWWkNmCvVhOeMZFo4pT2tUuQFyB6yUW { top:13.625rem;left:31.75rem;width:10.9375rem;height:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFlUgTUwgbXhKKQpcQdNTOEnfHDnmGpR { top:4.875rem;left:0rem;width:16.875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhFXrNFi02dPfaLQ9E9S0qwRZiuC5aSG { top:4.875rem;left:14.875rem;width:16.875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5TgrrGiwqaxupwWg8uT5FzFvXpMUVT { display:block; }#wg5TgrrGiwqaxupwWg8uT5FzFvXpMUVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMBAb5yuQ4DQZ3mmTwvaUlInBgcD5UeP { top:5.125rem;left:1.3125009536743rem;width:20.25rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uySvSehPOnEm3OfNMPkKpKTC8NbElff0 { top:5.125rem;left:26.562499046326rem;width:19.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxDLTrvn54UPBiecx5xmAN70qV4IZ5Ln { top:20.0625rem;left:0rem;width:37.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMHZBZpCpE9sBIi5kI90DBiUQxWduM33 { top:0rem;left:8.875rem;width:15rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe { display:block; }#gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBZ2bRWUqOe4bT7eeTIsl3Iyz3Jayq9k { top:13.5625rem;left:21.875rem;width:25.875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMT8CRhcGq4nVFoc3wJAbaIk7qHBZezT { top:27.3125rem;left:0rem;width:26rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJFQWUJAsITkhS99TFrClfhgAf88L0A { top:4.125rem;left:0rem;width:37.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8FAaXMWVhT3B8zN8hppfKJpTZzg2oQd { top:13.5625rem;left:0rem;width:26.125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIWCUZbIW3EAMlLiekSmcaWODrCsAHS { top:27.9375rem;left:21.8125rem;width:25.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0pH7U93dvZMUPhsRTFwVHRPQOX71UL { top:41.125rem;left:0rem;width:37.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTV31cR5pfwMgSsFtPi87Twi7AbAC8LP { top:49.3125rem;left:8.0625rem;width:15.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #as4WmPnWbim9wIHhOu5g8MO0kg4pSSIb { display:block; }
 }@media only screen and (max-width: 763px) { #a7be99GI91o5cSuZCPL6MzkdaPaFv0em { top:9.75rem;left:0rem;width:37.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxCVdQgxfQT3tZJLMCHxzN9wVEfXw5U { top:9.6875rem;left:10.1875rem;width:37.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBFqW4nf45VuS5la9Qp4y9w0GgtHZaA { top:23.5625rem;left:0rem;width:37.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRacZt7M5t7NmUWniTD6opB4OnIzAtJv { top:23.5rem;left:10.1875rem;width:37.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFl0lyHMdq30iQXP08xorzf8T4hZc6T7 { display:block; }#mFl0lyHMdq30iQXP08xorzf8T4hZc6T7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydGef9DryWc9HrzBL6yguBJazD25SsgU { top:4.625rem;left:1.5937511920929rem;width:44.5625rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQZflX429pP6N5g86CPcil3L81ZhNym { top:11.8125rem;left:9.9062490463256rem;width:27.9375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAEZLp8NSgznL9VfukR8N5FDNNKCcuR9 { top:15.4375rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3QXS48X1HXUuvvC5DmZLhxTldORiy8U { top:15.4375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hprGb7ybm3H5wnvHq6u2qI80TpdG4JeB { top:23.75rem;left:11.625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv1nkfIftCKD91yUadQphRckD0oGZ2JT { top:23.75rem;left:29.375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGnpIZ5DtailCmk399BorGkf1cUlXf0 { display:block; }#cmGnpIZ5DtailCmk399BorGkf1cUlXf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvfz5G73Sm5nyJllK8zNI7vJ8Wdse7sV { top:3.5625rem;left:0rem;width:24.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x46IwDn60WBpf02HvBgBGnDrTPQJ407w { top:9.875rem;left:0rem;width:23.875rem;height:9.0625rem;font-size:1rem;display:block; }#x46IwDn60WBpf02HvBgBGnDrTPQJ407w li:before{  }
 }@media only screen and (max-width: 763px) { #iXaAtKmrLevp4mNHsgPOepRAc3qsha67 { top:9.875rem;left:23.25rem;width:24.5rem;height:9.0625rem;font-size:1rem;display:block; }#iXaAtKmrLevp4mNHsgPOepRAc3qsha67 li:before{  }
 }@media only screen and (max-width: 763px) { #xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg { display:block; }#xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pouFqwgmTeJDX7Jn9iZDN8i9th3197ge { top:6.625rem;left:7.0625rem;width:40.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTf42MFQilVsqoNTU0srPN1MhftSZk5 { top:21.875rem;left:2.625rem;width:16.4375rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayMPpkDlxZpQ0xpUveEx9aG109BCntIW { top:44.25rem;left:5.25rem;width:42.5rem;height:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0SyifrNdJMS8ttOXqyLirsvyySh9yTK { top:14.375rem;left:12.9375rem;width:34.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhcKTIKTLpV3EJTBy6pZUSOUgO1ERyPJ { display:block; }#bhcKTIKTLpV3EJTBy6pZUSOUgO1ERyPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8mSlEOT8TAknanZmiPizeFZ7EWtZ7GN { top:4.8125rem;left:1.59375rem;width:44.5625rem;height:11.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd { display:block; }#I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsTLMF34PHseoEMqRSizpaMyXMBs36pF { top:5.8125rem;left:6.25rem;width:35.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMeIZVOTJhTSUattSV9X1Wb2WTP9C3TZ { top:11.5625rem;left:11.374999046326rem;width:25.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqrvuo2lg7PtA49m1o0qbSdiroEdu4Kz { top:20.4375rem;left:11.375001192093rem;width:25.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erqFyIl3HR7e6UZWfDsz1dWSVseoHqEs { display:block; }#erqFyIl3HR7e6UZWfDsz1dWSVseoHqEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn3DTWZEcIaNyfTWDQsVfenJGMv4VACP { top:5.9375rem;left:13.4375rem;width:18.3125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgmm8I5XceTxNl47pFcMTahoG5VXRC3s { top:11.9375rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUk9Dx8JZHmHUfXBbS3xRdsyKiMmExxB { top:11.9375rem;left:14.5rem;width:17.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckeov7CCRwOGM7pWzQNKdUwLslzr7JlW { top:11.9375rem;left:30.375rem;width:17.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr7Xdg8sdtdTxMy7sIccXVH7eZhxFb2o { display:block; }#Wr7Xdg8sdtdTxMy7sIccXVH7eZhxFb2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUNcIQQtIvbZM7pLGt8AdBXLvAUVRPGs { top:5.875rem;left:10.875rem;width:36.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #egwoy4ae61vdoplFuGswIS8pSNCuzbV7 { top:13.5rem;left:14.25rem;width:33.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJtNOIQo3T6ObI9mnimToHDFmdEMZlF { top:18.9375rem;left:12.75rem;width:35rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4LdFMozayFHL6Ed7P5uOQxouFGukSe0 { top:9.875rem;left:0rem;width:16.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQIazbQTdnLm22PTKOci6rfOqKkNALHx { top:22.125rem;left:19.1865234375rem;width:2.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEwIMlokAcbPddEP9b0KLAbpXFzrRLTh { top:24.5rem;left:19.1865234375rem;width:2.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIy4GlammkcWSo3qPLSTDRTtXKEnZ4El { top:18.25rem;left:19.25rem;width:2.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOF6GDVBrTvFvAXy8clcFZzVWCmOwPGG { display:block; }#uOF6GDVBrTvFvAXy8clcFZzVWCmOwPGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SroGfBXhz3L8u6yNefASce571XIhIsmc { top:11.8125rem;left:2.53125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3qqdh0E3EnXFEqQs3VTeQGtUqQJ3szf { top:11.8125rem;left:14.46875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgHKh6bsmABUtSr0t3uGqToTauwe5LA6 { top:11.8125rem;left:26.40625rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEyNTXthcrw9fPMUhQLIoGyTfiwb1ASy { top:11.8125rem;left:38.34375rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEafDWJMialpA5BghdyBUur6zGW6LzCc { top:30.8125rem;left:26.40625rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXnXXbclO3rEMXTI2hXa4bOfgvRKaH9T { top:30.8125rem;left:38.34375rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPGJRfqVhnlAIdw7LchpCcTV9z3N1if { top:30.8125rem;left:2.53125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7VF6IzNFNAdQAJgsdW2s9ACLVlt0wXB { top:30.8125rem;left:14.46875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXtbpfydZhJmXl8DdDs3SwAsFGAa3nZ { top:21.375rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx2eAxwLoik9rIAz4EDKMqEu5Z7fRCk7 { top:21.375rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ysZqZp6IEEbBr2q7ISWevgy0UiTghR { top:21.375rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3WPT0QHyGPaxieHuVUvUZgA5TTi2Zcd { top:21.375rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGdXtKBiyH4yDUs8GBbVGD8lOegVpZEz { top:40.1875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFKWpKGaypv8GTNpFoNWirEsIvmKmtXU { top:40.1875rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMD96yvTQP4EQO6erqyQhzQN49pLcFhh { top:40.1875rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfuBrzF8i3S86UdtR27vT4qHgwlvIoTo { top:40.1875rem;left:35.25rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNQxwTALL9IQnavkTgrBQcnpC0wTAbfy { top:5rem;left:0rem;width:25.625rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8LSmBibgzIBLmqdxRinIUiqMM59t50D { top:50.25rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w33hubRxlsITqnwQpRJDLIlpLl6Ip6rn { display:block; }#w33hubRxlsITqnwQpRJDLIlpLl6Ip6rn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGFpA33s874LfetobIhuXGvlO1KlGLBq { top:4.1875rem;left:20.0625rem;width:7.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQBG8LQKt9ifP4IgQKXhpgeR2Om8XGZs { top:9.9375rem;left:7.9375rem;width:31.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwdyiZemLf43se9WBSNrMSkuoVxH2bE2 { top:31.375rem;left:14.53125rem;width:18.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhotJdKSUGZHsJc1vOKTr2MbV0eHsyW { display:block; }
 }@media only screen and (max-width: 763px) { #wEgfvTped0hOpLBxvMfyZslFn93WN4KP { display:block; }#wEgfvTped0hOpLBxvMfyZslFn93WN4KP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtiIW83HbJVIo91rORuFP0qzfFdBGFH6 { top:10.3125rem;left:0rem;width:23.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-regular-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-text { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-text {padding-top: 0; padding-bottom: 0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-textarea { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-select { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-select {padding-top: 0; padding-bottom: 0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC  { width:26.875rem;height:auto;top:2.5rem;left:18.375rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .radio-container { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC {display:block;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC { width:26.875rem;height:auto;top:2.5rem;left:18.375rem; }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #q9nHaq5VXewQpMw42os3mncLeg3AlxX7 {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #bvmkt3s6uKTwAMDEzmvsgBBbR8b1UpzF {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #ViTBhcFZGp8torS87GH1ozfxyXGuNrx7 {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #SWfrlov6HVDgKq1TQ5HPGRsBV4dTBHqw {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #sZuKlNPuN3F8ulecpI60VRTfrl65UsOx {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #eUuNv52Ol1dxKXLTFtR31AlSPANfToBF {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #I0shwgSrrLfArU9R0fgbSX3mNkkm4Pzl {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #OoFo4PN9cmSSQIXThVl1i8hnhwWkvzqf {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #UL3LGhNqgrLmPaEMf1XUPhUi03KECgDO {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #u7ZJsqgHkh4OquK3cxmK7aOILVSmaFcL {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #NqT5aIlRita9X7ysoZv7VTFu8mDZU8sT {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #oRufit0JFHiWtP9itx47poqXQE77pZfH {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #b8tvTn9nLrmCOrWOb7lKzB2MiZliLitu {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #RxKNhssA4p1PNdU4oxCegFQso7XdksCI {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #ZH4kCdS4ezEM3EvDSgEv6o4uufUvg64Z {  }
 }@media only screen and (max-width: 763px) { #PxVp1eqWXdafoLwD1EUHkBqVLNo18K8G { display:block; }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #QIAeL0WJL5uSigRn0MvF1T7ozEmLE9t0 {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #uwtGHgT7ywHzpKWxxoq3yABBQ9AHdk5Q {  }
 }@media only screen and (max-width: 763px) { #KRXJdlZZB5WHimkBdoTNVrm2U1FQLEJH { top:4.75rem;left:0rem;width:33.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtssVrHVVkU1QA9bZ9nE1swosFwynEn { top:21.8125rem;left:0rem;width:9.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy9I127G0ME8f8Z1K4iRQstpdxRKXcDv { top:21.125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWmZgbrTWsD1ps9AtLhPKh2K7wVD08BX { top:15.75rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7x2HbsdHImDBz0GUaraam7Atxz4B3bZ { top:15.625rem;left:0rem;width:17.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpTSxI1z6vXDzqPonkB4FOat3OribZTo { display:block; }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydTmGozLyd2lErd72SEV2px7LevStx5K { top:0.6875rem;left:37.0625rem;width:10.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNgwwoyCMiupmUs0sb5ccaq2mJZKqmB6 { width:13.5rem;height:3.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX13UHFKZcWAEtUFer5NanyZ08SqE9Dz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Mt8ByMoI7uyubCQa472CzKpTo7Rglmsq > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnJwl6nsINMbA8mdDxskIZ05AeEEJ3sy { width:11.74925rem;height:3.24921875rem;top:4.5625rem;left:4.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVgr9Ta2lxV7UT7WSvUIiyRiLJcz2bQb { display:block; }
 }@media only screen and (max-width: 763px) { #eUUO9E2Ei4FTKzT5AuQULdLvhdqC26iE { width:12.31175rem;height:2.1875rem;top:1.6875rem;left:3.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7kbmc37J8eoZTC7TFf4pfAAQ0X6HiWo { width:16.311875rem;height:1.45833125rem;top:0.66650390625rem;left:2.6228839755058rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZG0LBSTZxSXDa0CtMaX01JMPEhFbGyGo { width:2.062175rem;height:2.062175rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/32e7e7ad-a87e-4aa3-aa8b-fd003c6d11ea/headwayF2KRf_QfCqwunsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE.adaptive-delivery-prevent-bg, #xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE.lazyload, #xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE.lazyloading { background-image: none; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container { background-color: transparent; background-image: none; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container > .video-iframe-container { display: none; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row > .video-iframe-container { display: none; }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .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); }#xOMcXqoxv9bB0Ogab0muhb2i2NS5nePE > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCexruVuVbUFbSxIwPsUt9uawaNqHpk9 { top:28.06093788147rem;left:2.4375001192093rem;width:15.12425rem;height:3.4375rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(148,0,255,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #dxuANZcPRcXL2dWMIwpCgw1Gzm09qVWJ { display:block; }
 }@media only screen and (max-width: 763px) { #AP3aoNqg5TLJavoTe1LeQw2bsQ2sFnza { width:12.5rem;height:0.49921875rem;top:23.03125rem;left:3.7499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #o51pA0yVH3qhWpMgv6xSCErpZV3UZV4B { width:20rem;height:7.55625rem;top:10.07421875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zuXmG4N0TWe5RxWeqNLsOHvxAaTxCBVy { width:20rem;height:36.38675rem;top:3.4969074726105rem;left:0rem;z-index:99999;display:none; }
 }@media only screen and (max-width: 763px) { #xhNbZmSnlsmwyAFR3Fi1TCkuBdWwOBKm { top:17.63046836853rem;left:5.2187498807907rem;width:9.5625rem;height:9.5625rem;z-index:100037;font-size:6.6875rem;color:#ffffff;text-shadow:0.3125rem 0.3125rem 0.625rem #9400ff;display:block; }
 }@media only screen and (max-width: 763px) { #dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS { display:none; }#dMpQmXpxCv41g7s1KUZKXHvu9Kp78tTS > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tnivis8wQXqt9fE9GKbg2INsC19umdrn { width:16.75rem;height:3.0625rem;top:4.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfy6fPntkDQAQl6onuC2O1zD4Zbtmn8s { width:18.3125rem;height:5.125rem;top:9.669921875rem;left:0.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkRaMGv7sH037X9nCTWDuCekF0MlH6Op { top:34.478515625rem;left:2.09375rem;width:15.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKOE2VFTNEX7rzDMNffBoiVko7gDgnKs { display:block; }
 }@media only screen and (max-width: 763px) { #aqdDB6kTRnN0GAoQ9NshXXlviLX9DTU5 { width:9.25rem;height:1.625rem;top:29.6875rem;left:6.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUMWANCO0oMoT2FHF6OTWXQkmLsE6OyD { width:9.4375rem;height:1.625rem;top:25.8125rem;left:6rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLa2UJ7PxKEsvBtNqqKhsXtUMmLqJirJ { width:3rem;height:3rem;top:25.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPL4RUTNBSQinbnADHCWCkJ03XARszZi { width:3rem;height:3rem;top:29rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwWyFyFc8P9TXq7JqW7fBhp1WzxROxkQ { width:13.5rem;height:1.625rem;top:21.9375rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXnVhTXX3WIxaPn2SpEBJ3hhZPyXazhT { width:20rem;height:2.25rem;top:17.978971826172rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gSphvt5R6idwwr9P3d6Ev6MMkpMC12sE { width:3rem;height:3rem;top:21.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -moz-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -ms-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-image: -o-linear-gradient(180deg, #232323, rgba(149,0,255,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#b29500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#b29500ff' );";background-image: linear-gradient(180deg, #232323, rgba(149,0,255,0.7));background-size:auto !important;display:block; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container { background-color: transparent; background-image: none; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container > .video-iframe-container { display: none; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row > .video-iframe-container { display: none; }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .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); }#pOOhGPg4hpi1sMzp6VSxsBIZOl4B0xUx > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcS5i9oAEE7faspcpD2TPGAWcNyCHMsl { width:15.625rem;height:10.4rem;top:17.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndKGyD9Pyuq9tB1h0HP0hf0qBZNp8pD { width:17.9375rem;height:13.65rem;top:1.9375rem;left:1.03125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nplwu4FeCCJv5hSokfa7XNEMlrVqFr5d { width:16.3125rem;height:7.8rem;top:30.0625rem;left:1.84375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh { display:block; }#fom6PrGOztJGDzcc8P2k4BdqRJxJc8Fh > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvP6DQos5wdre5MD5mhPIKpHDzGGegI5 { width:17.0625rem;height:4rem;top:4.8738670349121rem;left:1.4062499403954rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKhgh9xgzcU3ePUO3KTUUEdzIN3wgIJ { display:block; }
 }@media only screen and (max-width: 763px) { #QHF50t5tJ3UAnLAeotySuolOanAkp75x { width:20rem;height:1.38125rem;top:0.99771308898925rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbydU79MShyZydxwHZAirTxWHsErkBql { display:block; }#qbydU79MShyZydxwHZAirTxWHsErkBql > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA7kHwDkkXf69oiqk0NJEpnbKuKkeFJ4 { width:13.6875rem;height:2.275rem;top:1.5625rem;left:3.15625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmQOXgb2GAlLb3OdNg3Ql9hrvIe4KaZM { width:12.5rem;height:0.125rem;top:4.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtxt7mb5C3VsLvS5rRpewJPssxxUq1u { height:11.169381931779rem;width:20rem;top:31.08627359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFWuT1cJmBfJrw9pomlVRynB9mUBcCib { height:11.169381931779rem;width:20rem;top:6.24902359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHsTBqADla6qlK8EQ3mLSvPWfJoUBdSC { height:11.169381931779rem;width:20rem;top:18.66764859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU { display:block; }#bVCPKSChqrTTVNHO5vUfSCrfbuI27IuU > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTzzcyRdHAKhU90OOeDHHyOkwhA5sabu { height:11.125rem;width:20rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU { display:block; }#TwUFbyGXPKTc5Ou0D3XKQih6RQtKmKbU > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6o8fVMf8zp98hx38TG9aVukts0Pogqi { width:16.3125rem;height:14.3rem;top:6.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibKZG6XRUbVqWMM4uwWyeRSsPOwEKOB3 { width:16.311875rem;height:11.7rem;top:26.124671936035rem;left:1.8432616591454rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd8nRTW9i5LlyoKyRophnnPQvxsRH2ye { width:12.5rem;height:1.625rem;top:3.5625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WniCh2hOmbtpGRzKH50AU5AuXNP0Jl1N { width:12.5rem;height:1.625rem;top:22.749836921692rem;left:3.7499997019767rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tukvnv0FM3MPMSa5lzqZyNoKcT7L7ZsS { width:20rem;height:0.0625rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKQNq5dsQsQM6UlN9dgdC0TGbplAZXX3 { width:12.5rem;height:1.625rem;top:40rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUWWtx8Tsx7JdM8dIprcs6ql9Uft7Uqw { width:16.3125rem;height:11.7rem;top:42.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL { display:block; }#OnE8s1CZUqGGwzEuXITbPETl0UKoOQbL > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH8tCvm1LECZ2G2mKAvXtgXoeN7kH1h5 { width:20rem;height:2.275rem;top:1.9368515014649rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqKO9gXy6eOBgvTXSNLE5JoVhttsKVx { top:40.75rem;left:1.375rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfvt6UkmcMEZSMcz9cGQeu6a3keCqNu1 { display:block; }
 }@media only screen and (max-width: 763px) { #TBfPUDah7zXMHo0i5ovJ5QnFFE1wuddK { width:18.1875rem;height:16.85rem;top:7.0625rem;left:0.9375rem;font-size:1rem;display:block; }#TBfPUDah7zXMHo0i5ovJ5QnFFE1wuddK li:before{  }
 }@media only screen and (max-width: 763px) { #E0yGfo3DxhchROqR7Bl4p2TlBvL0wrUB { width:18.0625rem;height:14.25rem;top:23.875rem;left:1rem;font-size:1rem;display:block; }#E0yGfo3DxhchROqR7Bl4p2TlBvL0wrUB li:before{  }
 }@media only screen and (max-width: 763px) { #dRyoPfhht5QAxhZputQzU2DwKXcJavst { display:none; }#dRyoPfhht5QAxhZputQzU2DwKXcJavst > .row .container { width:20rem;height:71.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kZWwNUuETuexOphrbr1xx6kzqQq6J7Ct { width:20rem;height:4.55rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFLF1Io4GPUNk9zzRbha7F1tXlyUIZ3R { width:15.5rem;height:27.5625rem;top:40.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0NKZ2CRg9glfMZBoTE1OPqb8t2TQR5C { width:16.125rem;height:6.5rem;top:6.75rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTh0J7b7aIs3QaC7I5m61efnTTLm6U1e { width:16.75rem;height:19.5rem;top:15.3125rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEwCgzUA60DaLCsTameFa94zeAyaSsJi { width:16.0625rem;height:3.9rem;top:35.3125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHAUsBiKZr1gK0oXLZUH9gqxe7xsPpX6 { display:none; }#cHAUsBiKZr1gK0oXLZUH9gqxe7xsPpX6 > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ubEPCsNkhdQfTTnkO9Ey9wAcxkhV93zx { width:16.6875rem;height:4.5rem;top:3.125rem;left:1.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7AkGmSK0hR7UNZfZaTJ2XFRNpHdNco7 { width:11.9375rem;height:3.5625rem;top:17.625rem;left:4.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUWWkNmCvVhOeMZFo4pT2tUuQFyB6yUW { width:10.9375rem;height:4.75rem;top:35.75rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFlUgTUwgbXhKKQpcQdNTOEnfHDnmGpR { width:14.0625rem;height:15.0625rem;top:10.09375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhFXrNFi02dPfaLQ9E9S0qwRZiuC5aSG { width:14.0625rem;height:15rem;top:28.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5TgrrGiwqaxupwWg8uT5FzFvXpMUVT { display:none; }#wg5TgrrGiwqaxupwWg8uT5FzFvXpMUVT > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hMBAb5yuQ4DQZ3mmTwvaUlInBgcD5UeP { width:16.875rem;height:7.5rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uySvSehPOnEm3OfNMPkKpKTC8NbElff0 { width:16.75rem;height:10rem;top:34.25rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxDLTrvn54UPBiecx5xmAN70qV4IZ5Ln { width:17.0625rem;height:10rem;top:21.25rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMHZBZpCpE9sBIi5kI90DBiUQxWduM33 { width:6.9375rem;height:8.1875rem;top:10.4375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe { background-color:#232323;background-image:url("https://images.assets-landingi.com/mWsOZt2L/time_management.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe.adaptive-delivery-prevent-bg, #gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe.lazyload, #gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe.lazyloading { background-image: none; }#gtKaIhL8iFlwPF3i1UzUDobB1Z6JLqGe > .row .container { width:20rem;height:100.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gBZ2bRWUqOe4bT7eeTIsl3Iyz3Jayq9k { width:15.8125rem;height:10rem;top:28.0625rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMT8CRhcGq4nVFoc3wJAbaIk7qHBZezT { width:14.75rem;height:11.25rem;top:44.78125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJFQWUJAsITkhS99TFrClfhgAf88L0A { width:20rem;height:2.25rem;top:3.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8FAaXMWVhT3B8zN8hppfKJpTZzg2oQd { width:15.875rem;height:10rem;top:11.4375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIWCUZbIW3EAMlLiekSmcaWODrCsAHS { width:14.8125rem;height:8.75rem;top:61.625rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0pH7U93dvZMUPhsRTFwVHRPQOX71UL { width:16.8125rem;height:11.375rem;top:77.625rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTV31cR5pfwMgSsFtPi87Twi7AbAC8LP { top:93.125rem;left:2.09375rem;width:15.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #as4WmPnWbim9wIHhOu5g8MO0kg4pSSIb { display:block; }
 }@media only screen and (max-width: 763px) { #a7be99GI91o5cSuZCPL6MzkdaPaFv0em { width:20rem;height:16.5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxCVdQgxfQT3tZJLMCHxzN9wVEfXw5U { width:20rem;height:15.75rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBFqW4nf45VuS5la9Qp4y9w0GgtHZaA { width:20rem;height:16.75rem;top:24.6875rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #oRacZt7M5t7NmUWniTD6opB4OnIzAtJv { width:20rem;height:16.6875rem;top:41.4375rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #mFl0lyHMdq30iQXP08xorzf8T4hZc6T7 { display:none; }#mFl0lyHMdq30iQXP08xorzf8T4hZc6T7 > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ydGef9DryWc9HrzBL6yguBJazD25SsgU { width:17.4375rem;height:4.5rem;top:3.1875rem;left:1.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQZflX429pP6N5g86CPcil3L81ZhNym { width:16.4375rem;height:12.5rem;top:16.625rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAEZLp8NSgznL9VfukR8N5FDNNKCcuR9 { width:4rem;height:4rem;top:31.8125rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3QXS48X1HXUuvvC5DmZLhxTldORiy8U { width:4rem;height:4rem;top:9.5625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hprGb7ybm3H5wnvHq6u2qI80TpdG4JeB { width:4rem;height:4rem;top:9.5625rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv1nkfIftCKD91yUadQphRckD0oGZ2JT { width:4rem;height:4rem;top:31.8125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGnpIZ5DtailCmk399BorGkf1cUlXf0 { display:none; }#cmGnpIZ5DtailCmk399BorGkf1cUlXf0 > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uvfz5G73Sm5nyJllK8zNI7vJ8Wdse7sV { width:16.75rem;height:4.5rem;top:2.625rem;left:1.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x46IwDn60WBpf02HvBgBGnDrTPQJ407w { width:18.125rem;height:11.5625rem;top:9.25rem;left:0.9375rem;font-size:1rem;display:block; }#x46IwDn60WBpf02HvBgBGnDrTPQJ407w li:before{  }
 }@media only screen and (max-width: 763px) { #iXaAtKmrLevp4mNHsgPOepRAc3qsha67 { width:18.0625rem;height:9.0625rem;top:21.5rem;left:0.96875rem;font-size:1rem;display:block; }#iXaAtKmrLevp4mNHsgPOepRAc3qsha67 li:before{  }
 }@media only screen and (max-width: 763px) { #xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg { display:none; }#xpwTXB80vpPmGXPLdEmMzbSvEG6En0gg > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pouFqwgmTeJDX7Jn9iZDN8i9th3197ge { width:20rem;height:4.5rem;top:3.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTf42MFQilVsqoNTU0srPN1MhftSZk5 { width:14.0625rem;height:7.5rem;top:11.5rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayMPpkDlxZpQ0xpUveEx9aG109BCntIW { width:15.0625rem;height:9rem;top:34.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0SyifrNdJMS8ttOXqyLirsvyySh9yTK { width:13.6875rem;height:9.3125rem;top:22.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhcKTIKTLpV3EJTBy6pZUSOUgO1ERyPJ { display:none; }#bhcKTIKTLpV3EJTBy6pZUSOUgO1ERyPJ > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I8mSlEOT8TAknanZmiPizeFZ7EWtZ7GN { width:17.4375rem;height:14.375rem;top:5.375rem;left:1.28125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd { display:none; }#I6dOnCZqFZlWzaRbMMNzcVGfdnX4Scqd > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xsTLMF34PHseoEMqRSizpaMyXMBs36pF { width:20rem;height:4.5rem;top:3.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMeIZVOTJhTSUattSV9X1Wb2WTP9C3TZ { width:17.375rem;height:7.5rem;top:10.4375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqrvuo2lg7PtA49m1o0qbSdiroEdu4Kz { width:17.875rem;height:5rem;top:21rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erqFyIl3HR7e6UZWfDsz1dWSVseoHqEs { display:none; }#erqFyIl3HR7e6UZWfDsz1dWSVseoHqEs > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mn3DTWZEcIaNyfTWDQsVfenJGMv4VACP { width:13.6875rem;height:2.25rem;top:3.6875rem;left:3.15625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tgmm8I5XceTxNl47pFcMTahoG5VXRC3s { height:9.6875rem;width:17.25rem;top:7.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUk9Dx8JZHmHUfXBbS3xRdsyKiMmExxB { height:9.6875rem;width:17.25rem;top:20.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckeov7CCRwOGM7pWzQNKdUwLslzr7JlW { height:9.6875rem;width:17.25rem;top:32.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr7Xdg8sdtdTxMy7sIccXVH7eZhxFb2o { display:none; }#Wr7Xdg8sdtdTxMy7sIccXVH7eZhxFb2o > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gUNcIQQtIvbZM7pLGt8AdBXLvAUVRPGs { width:16.5rem;height:6.75rem;top:12.75rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egwoy4ae61vdoplFuGswIS8pSNCuzbV7 { width:18rem;height:7.5rem;top:22.3125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJtNOIQo3T6ObI9mnimToHDFmdEMZlF { width:15rem;height:15rem;top:31.5rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4LdFMozayFHL6Ed7P5uOQxouFGukSe0 { width:11.9375rem;height:8.875rem;top:2.125rem;left:4.0625rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #GQIazbQTdnLm22PTKOci6rfOqKkNALHx { width:2.186525rem;height:2.0625rem;top:37.0625rem;left:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEwIMlokAcbPddEP9b0KLAbpXFzrRLTh { width:2.186775rem;height:2.0625rem;top:40.625rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIy4GlammkcWSo3qPLSTDRTtXKEnZ4El { width:2.186525rem;height:2.0625rem;top:30.8125rem;left:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOF6GDVBrTvFvAXy8clcFZzVWCmOwPGG { display:none; }#uOF6GDVBrTvFvAXy8clcFZzVWCmOwPGG > .row .container { width:20rem;height:99.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SroGfBXhz3L8u6yNefASce571XIhIsmc { width:4rem;height:4rem;top:10.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3qqdh0E3EnXFEqQs3VTeQGtUqQJ3szf { width:4rem;height:4rem;top:21.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgHKh6bsmABUtSr0t3uGqToTauwe5LA6 { width:4rem;height:4rem;top:31.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEyNTXthcrw9fPMUhQLIoGyTfiwb1ASy { width:4rem;height:4rem;top:42.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEafDWJMialpA5BghdyBUur6zGW6LzCc { width:4rem;height:4rem;top:76.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXnXXbclO3rEMXTI2hXa4bOfgvRKaH9T { width:4rem;height:4rem;top:88.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPGJRfqVhnlAIdw7LchpCcTV9z3N1if { width:4rem;height:4rem;top:51.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7VF6IzNFNAdQAJgsdW2s9ACLVlt0wXB { width:4rem;height:4rem;top:65.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXtbpfydZhJmXl8DdDs3SwAsFGAa3nZ { width:12.5rem;height:3.75rem;top:15.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx2eAxwLoik9rIAz4EDKMqEu5Z7fRCk7 { width:12.5rem;height:2.5rem;top:26.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ysZqZp6IEEbBr2q7ISWevgy0UiTghR { width:12.5rem;height:2.5rem;top:37rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3WPT0QHyGPaxieHuVUvUZgA5TTi2Zcd { width:12.5rem;height:2.5rem;top:46.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGdXtKBiyH4yDUs8GBbVGD8lOegVpZEz { width:12.5rem;height:3.75rem;top:57.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFKWpKGaypv8GTNpFoNWirEsIvmKmtXU { width:12.5rem;height:2.5rem;top:70.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMD96yvTQP4EQO6erqyQhzQN49pLcFhh { width:12.5rem;height:2.5rem;top:82.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfuBrzF8i3S86UdtR27vT4qHgwlvIoTo { width:12.5rem;height:2.5rem;top:93.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNQxwTALL9IQnavkTgrBQcnpC0wTAbfy { width:14.0625rem;height:4.5rem;top:3.5rem;left:2.96875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8LSmBibgzIBLmqdxRinIUiqMM59t50D { width:12.5rem;height:0.0625rem;top:99.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w33hubRxlsITqnwQpRJDLIlpLl6Ip6rn { display:none; }#w33hubRxlsITqnwQpRJDLIlpLl6Ip6rn > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eGFpA33s874LfetobIhuXGvlO1KlGLBq { width:7.125rem;height:2.5rem;top:3.125rem;left:6.4375rem;font-size:1.9375rem;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; }
 }@media only screen and (max-width: 763px) { #IQBG8LQKt9ifP4IgQKXhpgeR2Om8XGZs { width:17.5rem;height:10.25rem;top:7.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwdyiZemLf43se9WBSNrMSkuoVxH2bE2 { top:20rem;left:0.65625rem;width:18.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhotJdKSUGZHsJc1vOKTr2MbV0eHsyW { display:block; }
 }@media only screen and (max-width: 763px) { #wEgfvTped0hOpLBxvMfyZslFn93WN4KP { display:none; }#wEgfvTped0hOpLBxvMfyZslFn93WN4KP > .row .container { width:20rem;height:56.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HtiIW83HbJVIo91rORuFP0qzfFdBGFH6 { width:17.5rem;height:2.25rem;top:8.125rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-form-header {  }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-text {padding-top: 0; padding-bottom: 0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-select {padding-top: 0; padding-bottom: 0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.6875rem;font-weight:700;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-container:first-of-type{padding-top:0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-container:last-of-type{padding-bottom:0;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0rem;top:23.0625rem;z-index:100002; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC {display:block;}#WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0rem;top:23.0625rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #q9nHaq5VXewQpMw42os3mncLeg3AlxX7 {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #bvmkt3s6uKTwAMDEzmvsgBBbR8b1UpzF {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #ViTBhcFZGp8torS87GH1ozfxyXGuNrx7 {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #SWfrlov6HVDgKq1TQ5HPGRsBV4dTBHqw {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #sZuKlNPuN3F8ulecpI60VRTfrl65UsOx {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #eUuNv52Ol1dxKXLTFtR31AlSPANfToBF {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #I0shwgSrrLfArU9R0fgbSX3mNkkm4Pzl {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #OoFo4PN9cmSSQIXThVl1i8hnhwWkvzqf {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #UL3LGhNqgrLmPaEMf1XUPhUi03KECgDO {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #u7ZJsqgHkh4OquK3cxmK7aOILVSmaFcL {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #NqT5aIlRita9X7ysoZv7VTFu8mDZU8sT {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #oRufit0JFHiWtP9itx47poqXQE77pZfH {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #b8tvTn9nLrmCOrWOb7lKzB2MiZliLitu {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #RxKNhssA4p1PNdU4oxCegFQso7XdksCI {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #ZH4kCdS4ezEM3EvDSgEv6o4uufUvg64Z {  }
 }@media only screen and (max-width: 763px) { #PxVp1eqWXdafoLwD1EUHkBqVLNo18K8G { display:block; }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #QIAeL0WJL5uSigRn0MvF1T7ozEmLE9t0 {  }
 }@media only screen and (max-width: 763px) { #WTG8XWTZCiu4X5qC3ETdpeww8sFy7iqC #uwtGHgT7ywHzpKWxxoq3yABBQ9AHdk5Q {  }
 }@media only screen and (max-width: 763px) { #KRXJdlZZB5WHimkBdoTNVrm2U1FQLEJH { width:20rem;height:5.125rem;top:1.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvtssVrHVVkU1QA9bZ9nE1swosFwynEn { width:9.25rem;height:1.625rem;top:18.625rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vy9I127G0ME8f8Z1K4iRQstpdxRKXcDv { width:3rem;height:3rem;top:17.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWmZgbrTWsD1ps9AtLhPKh2K7wVD08BX { width:3rem;height:3rem;top:12.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7x2HbsdHImDBz0GUaraam7Atxz4B3bZ { width:17.375rem;height:2.5rem;top:13.125rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpTSxI1z6vXDzqPonkB4FOat3OribZTo { display:block; }#GpTSxI1z6vXDzqPonkB4FOat3OribZTo > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydTmGozLyd2lErd72SEV2px7LevStx5K { width:6.5rem;height:3.8125rem;top:5.8125rem;left:6.7499998807906rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XNgwwoyCMiupmUs0sb5ccaq2mJZKqmB6 { width:13.5rem;height:3.8125rem;top:0.87496185302737rem;left:3.2500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX13UHFKZcWAEtUFer5NanyZ08SqE9Dz { display:block; }
 }