.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(5,5,5,0.96);background-image:url("https://images.assets-landingi.com/uc/49745c98-8919-42ba-96ec-ced1d9b1d169/cJwMtByp0Y2AIn7KFmLZ2P9tW0.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.adaptive-delivery-prevent-bg, #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.lazyload, #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.lazyloading { background-image: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { background-color: transparent; background-image: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container > .video-iframe-container { display: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container { display: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .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); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { border-width: 0; border-radius: 0; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:46.9375rem;width:29.3125rem;top:4.125rem;left:41.625rem;display:block; }
#VQLAJTluKRAUFoSWEZw4CCknrX08k6CR { color:#a6a6a6;display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:normal;z-index:15038;line-height:1.1;letter-spacing:0;top:15.25rem;left:2.5625rem;height:9.35rem;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;overflow:hidden;display:block; }
#afTMlO8m59UTJw1t9NAM2AgPxm4sWi4O { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:25.375rem;left:2.5625rem;height:4.3496125rem;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;overflow:hidden;display:block; }
#iQTUgQQ1GeGtDkVUM6rzOqBbImVLfUx9 { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:31rem;left:2.5625rem;height:7.1494375rem;display:block; }#iQTUgQQ1GeGtDkVUM6rzOqBbImVLfUx9 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#iQTUgQQ1GeGtDkVUM6rzOqBbImVLfUx9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce19c72164c2bd679a2888dea99358bda66e76f7.svg); }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-form-header {  }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:26rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:26rem;box-sizing:border-box;height:2.875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-text {padding-top: 0; padding-bottom: 0;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:26rem;box-sizing:border-box;height:4.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:26rem;box-sizing:border-box;height:2.75rem;color:#686868;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-select {padding-top: 0; padding-bottom: 0;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .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; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#00d100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:1.3125rem;font-weight:700;color:#000000;width:26rem;height:3.8125rem;font-family:lato;overflow:hidden;font-style:normal; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO [class*="-text"]:-moz-placeholder { color:#282828;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO [class*="-text"]::-moz-placeholder { color:#282828;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO [class*="-text"]:-ms-input-placeholder { color:#282828;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO [class*="-text"]::-webkit-input-placeholder { color:#282828;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal;float:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .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; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-container:first-of-type{padding-top:0;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-container:last-of-type{padding-bottom:0;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:42rem; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO {display:block;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:42rem; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #ipODy76Qbfp1tcT9aVTFPvNLw6VO38pW { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #DC1sBkdJuTmsHlz8789TPILCkOxcxEGf { position:relative;display:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #E8kFogkolg8bnokrxB64a49T62B67P1P { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #Nnuc9WZrnEQTXubyHryevrpKbCxBRMFN { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #XHvcEND0SFCHZy9xhrU590q1AHprsPAn { position:relative;display:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #BhzHufBAkcdRI5Q6D8TpQvt7KDLm9IEH { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #TFeQoPwdy23qO2hHpqzOKcuh3i4G0HqT { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #oGByrS79zWgVPs7XMR70RQC49lNQrstf { position:relative;display:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #pt2RWPtRzkMKP5sIFXkgQEIJJmbyGTuT { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #xkmdIOh2r5XicQAB0Sh9Vr8Opoitcylz { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #rGz6evhNxkTBmdkvnGIgpEb3oIPEQQDK { position:relative;display:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #If40ZRnrLTGrvLsvZGXK4TQ9wSbatho9 { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #CJxZvTRsOL0Dygp0mmOP0rpIJyZRGWT0 { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #WrlykgOWTc4Wv2epzQPbEfxIhIqliR1d { position:relative;display:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #tmBt88yqk21E4E8RK12pTzRC1VSmCbgn { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #dxG9TTFx5euz4TDISy0U7uAkWIm02ICD { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #TprkJOlyZAWxh9Jusuav7NqhknTVUaGl { position:relative;display:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #l35O6isaNeNykw87udA8EwQaekA7vWwQ { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #no6NNG2wRz539AxECve2NIfabbGIgLbH { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #auWn4gx1THVOKtHsknqyir2Ps5GH2IXc { position:relative;display:none; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #bWuek7nWTlAiKukS7ObnuEafGdshor1e { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #ZmBbi1D06OZTvbHoRWKKvLTzpUTawSBc { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #nVJViTCW3eaWyr0ld0yu2kBunKLpCkPE { position:relative;z-index:2; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #nop7w2ldPAJt2Ar8gcrUI0xTLMaMZXeE { position:relative; }
#IQwvnJv2nNkqsb1DKwPiqszCkWubC4as { position:relative;display:block;z-index:100000;display:block; }
#T4xbmfrh9w9TDWD3HVlJtX8SnbvglCnw { position:relative;display:block;z-index:100000;display:block; }
#IieNz3ut0qbCkee96qEeAEzy78zsofNP { position:relative;display:block; }
#sDFpqcgCl0RhXWrm0SCp7C3OXTOD5GRd { position:relative;display:block; }
#LayHCUsZax6c6ZTAFAg5IbvHxNUuiREw { position:relative;display:block; }
#nJHmNCny890p6r258gkTMRSrk7nmU8l5 { position:relative;display:block; }
#wANRh3x804ERdggonhC2EE3PxcvypAxy { position:relative;display:block; }
#dQFWAUshS4rIaQWEq8DW6asP555TTfH2 { position:relative;display:block; }
#qthEiblrgBCgp4hzzZgV5d6xiDF6mdTE { position:relative;display:block; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #OtdhsHNhGyFaytwmu5hyBNgaMAqTTTD0 { position:relative; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO #S5TBgzuiM9230nU4rhKOpTTR1Th9lzFZ { position:relative; }
#k4WtaKTna4fkMipO6ObTi1GTvtXKAekN { color:#000000;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.6875rem;left:44.125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row .container { background-color: transparent; background-image: none; }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row .container > .video-iframe-container { display: none; }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row > .video-iframe-container { display: none; }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .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); }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row .container { border-width: 0; border-radius: 0; }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#GonhdSBbTnrRnaCqn2KcdTr7RheGDJyy { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:15040;line-height:1.2;letter-spacing:0;top:4.9375rem;left:1.125rem;height:2.175rem;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;overflow:hidden;display:block; }
#UFqDrf6EbuZmfCiRmNGJVkTUfurw8C2N { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:7.75rem;left:1.125rem;height:9.75rem;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;overflow:hidden;display:block; }
#cxR5xfRa47sAlo8ZBCAXo2aaGOfIzogP { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:37.3125rem;top:4.21875rem;left:37.6875rem;overflow:hidden;display:block; }
#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row .container { background-color: transparent; background-image: none; }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row .container > .video-iframe-container { display: none; }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row > .video-iframe-container { display: none; }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .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); }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row .container { border-width: 0; border-radius: 0; }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#c5XKDaJCutsaNMTfBg5TtXvG7lKd3HoI { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:3.875rem;left:17.8125rem;height:2.55rem;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;overflow:hidden;display:block; }
#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row .container { background-color: transparent; background-image: none; }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row .container > .video-iframe-container { display: none; }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row > .video-iframe-container { display: none; }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .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); }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row .container { border-width: 0; border-radius: 0; }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#mrCDiG6PEEA7S25rTGD5bU0AnQkE9MPx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.4375rem;width:20.0625rem;top:3.96875rem;left:8.71875rem;overflow:hidden;display:block; }
#GQM2KaKRsb2y3pauIBNMtmQFdmGfnAf7 { color:#00d100;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:4.1875rem;left:46.1875rem;height:2.175rem;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;overflow:hidden;display:block; }
#Z2AXCrZ1NgRA1VgvoycOHh4wLU6GGb0V { color:#00d100;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:12.25rem;left:46.1875rem;height:2.175rem;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;overflow:hidden;display:block; }
#CeRifxIdXWKJXKPLQhUJggVohZRKty0Z { color:#00d100;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:20.625rem;left:46.1875rem;height:2.175rem;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;overflow:hidden;display:block; }
#It24SA7wLoaKoZ9xp8nXhKx5mwDCOxDy { color:#00d100;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:29.1875rem;left:46.1875rem;height:2.17480625rem;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;overflow:hidden;display:block; }
#Mndl849a1EFF6hfvxKbOrVmvw85nt4HL { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:6.3125rem;left:43.1875rem;height:3.25rem;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;overflow:hidden;display:block; }
#X6hIdsWHRo6o5KHGILUAivDHChyen6d9 { color:#00d100;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:37.375rem;left:44.6875rem;height:2.17480625rem;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;overflow:hidden;display:block; }
#hpWWls7kyc5pcPoBVcwJJzTutVg8Xx5f { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:14.375rem;left:43.1875rem;height:3.25rem;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;overflow:hidden;display:block; }
#AXInDH6JJMB31b8KCAaV5kQfJeLr30ql { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:22.75rem;left:43.1875rem;height:3.25rem;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;overflow:hidden;display:block; }
#HmFsCKW4LIQqymfS6NNeBo9AqqwDJHwi { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:31.3125rem;left:43.1875rem;height:3.25rem;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;overflow:hidden;display:block; }
#nDOnFmph0aq4OUZHFmn80oMhZ8ZHrudp { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:39.5rem;left:43.1875rem;height:3.25rem;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;overflow:hidden;display:block; }
#sWynTJo3rwgTlIrBE2TJ9Gg7ixKt89Ob { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:4.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:44.625rem;left:43.5625rem;display:block; }
#AIkvdJ1d0T05ykonHJ6rroiuECRbhgKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I3QKnFDeSR5522HcJBBf1p9KMumUunhN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row .container { background-color: transparent; background-image: none; }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row .container > .video-iframe-container { display: none; }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row > .video-iframe-container { display: none; }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .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); }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row .container { border-width: 0; border-radius: 0; }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#Dfnr9tR0p6yyoBkNeHTVI9KVJoVWlAI7 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:15052;line-height:1.1;letter-spacing:0;top:10.375rem;left:8.125rem;height:6.32425rem;text-align:center;text-align-last:center;display:block; }
#eTZC5dPO3XB1eMWrfBpzzIxEcMohTRae { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3.5rem;height:7.796875rem;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;overflow:hidden;display:block; }
#EIGtR6CwTtDwJN8lwekwTL5uPDZpJy1O { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:4.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:26.6875rem;left:6.0625rem;display:block; }
#vtMx4aC037mkafdwiokhNIhT2sBMuKB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gm3c6PvtJiifpbltyTaFcztn6DnGZ4te { box-sizing:content-box;height:18.875rem;width:29.375rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:17rem;left:42.9375rem;display:block; }
#ST3fBlvqrQ3Nhk474aW1xuteln7oLJdR { color:#000000;display:block;width:26.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:20.75rem;left:44.4375rem;height:11.375rem;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;overflow:hidden;display:block; }
#IsFHhE17k0ffwkk5OiWtEQwnJJFk2CBc { color:#000000;display:block;width:26.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:32.6875rem;left:44.4375rem;height:1.625rem;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;overflow:hidden;display:block; }
#J1GpyJE272bPQOvCcIVDNAoOPGqgPgIK { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:27.875rem;top:5.3125rem;left:40.1875rem;overflow:hidden;display:block; }
#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { background-color: transparent; background-image: none; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container > .video-iframe-container { display: none; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row > .video-iframe-container { display: none; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .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); }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { border-width: 0; border-radius: 0; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#gZheKCfOTIRAVRFe84oMxd35fmJn5x3U { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:2.4375rem;left:8.0625rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#ubshLuBT8E5MrEeaa2dxwGouDFuaBZ56 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.9375rem;left:29.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut { display:block; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:29.3125rem;height:46.9375rem;top:4.125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQLAJTluKRAUFoSWEZw4CCknrX08k6CR { top:15.25rem;left:0rem;width:24.125rem;height:9.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTMlO8m59UTJw1t9NAM2AgPxm4sWi4O { top:25.375rem;left:0rem;width:32.375rem;height:4.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQTUgQQ1GeGtDkVUM6rzOqBbImVLfUx9 { top:31rem;left:0rem;width:30.75rem;height:7.125rem;font-size:1.25rem;display:block; }#iQTUgQQ1GeGtDkVUM6rzOqBbImVLfUx9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce19c72164c2bd679a2888dea99358bda66e76f7.svg); }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-text {padding-top: 0; padding-bottom: 0;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-select {padding-top: 0; padding-bottom: 0;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-button { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-checkbox-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO  { width:26rem;height:auto;top:8.4375rem;left:19.25rem; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO {display:block;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO { width:26rem;height:auto;top:8.4375rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #ipODy76Qbfp1tcT9aVTFPvNLw6VO38pW {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #DC1sBkdJuTmsHlz8789TPILCkOxcxEGf { display:none; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #E8kFogkolg8bnokrxB64a49T62B67P1P {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #Nnuc9WZrnEQTXubyHryevrpKbCxBRMFN {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #XHvcEND0SFCHZy9xhrU590q1AHprsPAn {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #BhzHufBAkcdRI5Q6D8TpQvt7KDLm9IEH {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #TFeQoPwdy23qO2hHpqzOKcuh3i4G0HqT {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #oGByrS79zWgVPs7XMR70RQC49lNQrstf { display:none; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #pt2RWPtRzkMKP5sIFXkgQEIJJmbyGTuT {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #xkmdIOh2r5XicQAB0Sh9Vr8Opoitcylz {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #rGz6evhNxkTBmdkvnGIgpEb3oIPEQQDK {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #If40ZRnrLTGrvLsvZGXK4TQ9wSbatho9 {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #CJxZvTRsOL0Dygp0mmOP0rpIJyZRGWT0 {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #WrlykgOWTc4Wv2epzQPbEfxIhIqliR1d {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #tmBt88yqk21E4E8RK12pTzRC1VSmCbgn {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #dxG9TTFx5euz4TDISy0U7uAkWIm02ICD {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #TprkJOlyZAWxh9Jusuav7NqhknTVUaGl {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #l35O6isaNeNykw87udA8EwQaekA7vWwQ {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #no6NNG2wRz539AxECve2NIfabbGIgLbH {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #auWn4gx1THVOKtHsknqyir2Ps5GH2IXc {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #bWuek7nWTlAiKukS7ObnuEafGdshor1e {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #ZmBbi1D06OZTvbHoRWKKvLTzpUTawSBc {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #nVJViTCW3eaWyr0ld0yu2kBunKLpCkPE {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #nop7w2ldPAJt2Ar8gcrUI0xTLMaMZXeE {  }
 }@media only screen and (max-width: 763px) { #IQwvnJv2nNkqsb1DKwPiqszCkWubC4as { display:block; }
 }@media only screen and (max-width: 763px) { #T4xbmfrh9w9TDWD3HVlJtX8SnbvglCnw { display:block; }
 }@media only screen and (max-width: 763px) { #IieNz3ut0qbCkee96qEeAEzy78zsofNP { display:block; }
 }@media only screen and (max-width: 763px) { #sDFpqcgCl0RhXWrm0SCp7C3OXTOD5GRd { display:block; }
 }@media only screen and (max-width: 763px) { #LayHCUsZax6c6ZTAFAg5IbvHxNUuiREw { display:block; }
 }@media only screen and (max-width: 763px) { #nJHmNCny890p6r258gkTMRSrk7nmU8l5 { display:block; }
 }@media only screen and (max-width: 763px) { #wANRh3x804ERdggonhC2EE3PxcvypAxy { display:block; }
 }@media only screen and (max-width: 763px) { #dQFWAUshS4rIaQWEq8DW6asP555TTfH2 { display:block; }
 }@media only screen and (max-width: 763px) { #qthEiblrgBCgp4hzzZgV5d6xiDF6mdTE { display:block; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #OtdhsHNhGyFaytwmu5hyBNgaMAqTTTD0 {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #S5TBgzuiM9230nU4rhKOpTTR1Th9lzFZ {  }
 }@media only screen and (max-width: 763px) { #k4WtaKTna4fkMipO6ObTi1GTvtXKAekN { width:24.25rem;height:2.75rem;top:5.6875rem;left:23.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvWF17MaqaB8itz91JlnZqLTxoFeKfXN { display:block; }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GonhdSBbTnrRnaCqn2KcdTr7RheGDJyy { top:4.9375rem;left:0rem;width:20.1875rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFqDrf6EbuZmfCiRmNGJVkTUfurw8C2N { top:7.75rem;left:0rem;width:35.25rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxR5xfRa47sAlo8ZBCAXo2aaGOfIzogP { top:4.1875rem;left:10.4375rem;width:37.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 { display:block; }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5XKDaJCutsaNMTfBg5TtXvG7lKd3HoI { top:3.875rem;left:4.1875rem;width:39.375rem;height:2.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI { display:block; }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrCDiG6PEEA7S25rTGD5bU0AnQkE9MPx { top:3.9375rem;left:1.90625rem;width:20.0625rem;height:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQM2KaKRsb2y3pauIBNMtmQFdmGfnAf7 { top:4.1875rem;left:25.75rem;width:20.1875rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2AXCrZ1NgRA1VgvoycOHh4wLU6GGb0V { top:12.25rem;left:25.75rem;width:20.1875rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeRifxIdXWKJXKPLQhUJggVohZRKty0Z { top:20.625rem;left:25.75rem;width:20.1875rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #It24SA7wLoaKoZ9xp8nXhKx5mwDCOxDy { top:29.1875rem;left:25.75rem;width:20.1875rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mndl849a1EFF6hfvxKbOrVmvw85nt4HL { top:6.3125rem;left:21.625rem;width:26.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6hIdsWHRo6o5KHGILUAivDHChyen6d9 { top:37.375rem;left:24.25rem;width:23.125rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpWWls7kyc5pcPoBVcwJJzTutVg8Xx5f { top:14.375rem;left:21.625rem;width:26.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXInDH6JJMB31b8KCAaV5kQfJeLr30ql { top:22.75rem;left:21.625rem;width:26.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmFsCKW4LIQqymfS6NNeBo9AqqwDJHwi { top:31.3125rem;left:21.625rem;width:26.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOnFmph0aq4OUZHFmn80oMhZ8ZHrudp { top:39.5rem;left:21.625rem;width:26.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWynTJo3rwgTlIrBE2TJ9Gg7ixKt89Ob { width:25.375rem;height:4.0625rem;top:44.625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIkvdJ1d0T05ykonHJ6rroiuECRbhgKh { display:block; }
 }@media only screen and (max-width: 763px) { #I3QKnFDeSR5522HcJBBf1p9KMumUunhN { display:block; }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dfnr9tR0p6yyoBkNeHTVI9KVJoVWlAI7 { top:10.375rem;left:1.3125rem;width:21.25rem;height:6.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZC5dPO3XB1eMWrfBpzzIxEcMohTRae { top:17.6875rem;left:0rem;width:30.5rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIGtR6CwTtDwJN8lwekwTL5uPDZpJy1O { width:25.375rem;height:4.0625rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMx4aC037mkafdwiokhNIhT2sBMuKB3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gm3c6PvtJiifpbltyTaFcztn6DnGZ4te { top:17rem;left:18.375rem;width:29.375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST3fBlvqrQ3Nhk474aW1xuteln7oLJdR { top:20.75rem;left:21.375rem;width:26.375rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsFHhE17k0ffwkk5OiWtEQwnJJFk2CBc { top:32.6875rem;left:21.375rem;width:26.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1GpyJE272bPQOvCcIVDNAoOPGqgPgIK { top:5.3125rem;left:19.875rem;width:27.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd { display:block; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZheKCfOTIRAVRFe84oMxd35fmJn5x3U { top:2.4375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubshLuBT8E5MrEeaa2dxwGouDFuaBZ56 { top:11.9375rem;left:15.8125rem;width:16.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/49745c98-8919-42ba-96ec-ced1d9b1d169/cJwMtByp0Y2AIn7KFmLZ2P9tW0.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.adaptive-delivery-prevent-bg, #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.lazyload, #H562RBmWH24tc64Hb8hkcsrp4XueC8Ut.lazyloading { background-image: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { background-color: transparent; background-image: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container > .video-iframe-container { display: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row > .video-iframe-container { display: none; }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .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); }#H562RBmWH24tc64Hb8hkcsrp4XueC8Ut > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:20rem;height:47.375rem;top:24.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VQLAJTluKRAUFoSWEZw4CCknrX08k6CR { width:20rem;height:5.225rem;top:1.25rem;left:0rem;font-size:2.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afTMlO8m59UTJw1t9NAM2AgPxm4sWi4O { width:20rem;height:5.4rem;top:7.175rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQTUgQQ1GeGtDkVUM6rzOqBbImVLfUx9 { width:17.5625rem;height:10.125rem;top:13.77499961853rem;left:1.21875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#iQTUgQQ1GeGtDkVUM6rzOqBbImVLfUx9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce19c72164c2bd679a2888dea99358bda66e76f7.svg); }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-text {padding-top: 0; padding-bottom: 0;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-select {padding-top: 0; padding-bottom: 0;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.1875rem;font-size:1rem;overflow:hidden; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO  { width:17.5rem;height:29.3375rem;top:28.6875rem;left:0rem; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JosshBST3Fqu9JqTfL2R311J0yf9XGOO {display:block;}#JosshBST3Fqu9JqTfL2R311J0yf9XGOO { width:17.5rem;height:29.3375rem;top:28.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #ipODy76Qbfp1tcT9aVTFPvNLw6VO38pW {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #DC1sBkdJuTmsHlz8789TPILCkOxcxEGf { display:none; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #E8kFogkolg8bnokrxB64a49T62B67P1P {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #Nnuc9WZrnEQTXubyHryevrpKbCxBRMFN {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #XHvcEND0SFCHZy9xhrU590q1AHprsPAn {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #BhzHufBAkcdRI5Q6D8TpQvt7KDLm9IEH {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #TFeQoPwdy23qO2hHpqzOKcuh3i4G0HqT {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #oGByrS79zWgVPs7XMR70RQC49lNQrstf { display:none; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #pt2RWPtRzkMKP5sIFXkgQEIJJmbyGTuT {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #xkmdIOh2r5XicQAB0Sh9Vr8Opoitcylz {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #rGz6evhNxkTBmdkvnGIgpEb3oIPEQQDK { display:none; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #If40ZRnrLTGrvLsvZGXK4TQ9wSbatho9 {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #CJxZvTRsOL0Dygp0mmOP0rpIJyZRGWT0 {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #WrlykgOWTc4Wv2epzQPbEfxIhIqliR1d { display:none; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #tmBt88yqk21E4E8RK12pTzRC1VSmCbgn {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #dxG9TTFx5euz4TDISy0U7uAkWIm02ICD {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #TprkJOlyZAWxh9Jusuav7NqhknTVUaGl {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #l35O6isaNeNykw87udA8EwQaekA7vWwQ {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #no6NNG2wRz539AxECve2NIfabbGIgLbH {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #auWn4gx1THVOKtHsknqyir2Ps5GH2IXc {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #bWuek7nWTlAiKukS7ObnuEafGdshor1e {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #ZmBbi1D06OZTvbHoRWKKvLTzpUTawSBc {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #nVJViTCW3eaWyr0ld0yu2kBunKLpCkPE {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #nop7w2ldPAJt2Ar8gcrUI0xTLMaMZXeE {  }
 }@media only screen and (max-width: 763px) { #IQwvnJv2nNkqsb1DKwPiqszCkWubC4as { display:block; }
 }@media only screen and (max-width: 763px) { #T4xbmfrh9w9TDWD3HVlJtX8SnbvglCnw { display:block; }
 }@media only screen and (max-width: 763px) { #IieNz3ut0qbCkee96qEeAEzy78zsofNP { display:block; }
 }@media only screen and (max-width: 763px) { #sDFpqcgCl0RhXWrm0SCp7C3OXTOD5GRd { display:block; }
 }@media only screen and (max-width: 763px) { #LayHCUsZax6c6ZTAFAg5IbvHxNUuiREw { display:block; }
 }@media only screen and (max-width: 763px) { #nJHmNCny890p6r258gkTMRSrk7nmU8l5 { display:block; }
 }@media only screen and (max-width: 763px) { #wANRh3x804ERdggonhC2EE3PxcvypAxy { display:block; }
 }@media only screen and (max-width: 763px) { #dQFWAUshS4rIaQWEq8DW6asP555TTfH2 { display:block; }
 }@media only screen and (max-width: 763px) { #qthEiblrgBCgp4hzzZgV5d6xiDF6mdTE { display:block; }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #OtdhsHNhGyFaytwmu5hyBNgaMAqTTTD0 {  }
 }@media only screen and (max-width: 763px) { #JosshBST3Fqu9JqTfL2R311J0yf9XGOO #S5TBgzuiM9230nU4rhKOpTTR1Th9lzFZ {  }
 }@media only screen and (max-width: 763px) { #k4WtaKTna4fkMipO6ObTi1GTvtXKAekN { width:16.625rem;height:2.5rem;top:26.25rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wvWF17MaqaB8itz91JlnZqLTxoFeKfXN { display:block; }#wvWF17MaqaB8itz91JlnZqLTxoFeKfXN > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GonhdSBbTnrRnaCqn2KcdTr7RheGDJyy { width:20rem;height:1.99375rem;top:1.9375rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFqDrf6EbuZmfCiRmNGJVkTUfurw8C2N { width:20rem;height:15.125rem;top:4.9937515258789rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxR5xfRa47sAlo8ZBCAXo2aaGOfIzogP { width:20rem;height:9.0114375rem;top:20.86875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 { display:block; }#yOSJVtU5T9cH1cl2xfOkPcr1FlCrgE43 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5XKDaJCutsaNMTfBg5TtXvG7lKd3HoI { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI { display:block; }#BAtqfeJmvPs9VdmQ0qScd4sA9BaXB7wI > .row .container { width:20rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrCDiG6PEEA7S25rTGD5bU0AnQkE9MPx { width:20rem;height:45.2958125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQM2KaKRsb2y3pauIBNMtmQFdmGfnAf7 { width:20rem;height:1.99375rem;top:47.7958125rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2AXCrZ1NgRA1VgvoycOHh4wLU6GGb0V { width:20rem;height:1.99375rem;top:56.4145625rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeRifxIdXWKJXKPLQhUJggVohZRKty0Z { width:20rem;height:1.99375rem;top:65.0333125rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #It24SA7wLoaKoZ9xp8nXhKx5mwDCOxDy { width:20rem;height:1.99375rem;top:73.6520625rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mndl849a1EFF6hfvxKbOrVmvw85nt4HL { width:20rem;height:4.125rem;top:49.789583206177rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6hIdsWHRo6o5KHGILUAivDHChyen6d9 { width:20rem;height:3.986325rem;top:82.2708125rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpWWls7kyc5pcPoBVcwJJzTutVg8Xx5f { width:20rem;height:4.125rem;top:58.408332824707rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXInDH6JJMB31b8KCAaV5kQfJeLr30ql { width:20rem;height:4.125rem;top:67.027084350588rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmFsCKW4LIQqymfS6NNeBo9AqqwDJHwi { width:20rem;height:4.125rem;top:75.645832061769rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDOnFmph0aq4OUZHFmn80oMhZ8ZHrudp { width:20rem;height:4.125rem;top:86.258331298825rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWynTJo3rwgTlIrBE2TJ9Gg7ixKt89Ob { width:19.75rem;height:4.0625rem;top:91.883331298825rem;left:0.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIkvdJ1d0T05ykonHJ6rroiuECRbhgKh { display:block; }
 }@media only screen and (max-width: 763px) { #I3QKnFDeSR5522HcJBBf1p9KMumUunhN { display:block; }#I3QKnFDeSR5522HcJBBf1p9KMumUunhN > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dfnr9tR0p6yyoBkNeHTVI9KVJoVWlAI7 { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTZC5dPO3XB1eMWrfBpzzIxEcMohTRae { width:20rem;height:9.0703125rem;top:3.875rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIGtR6CwTtDwJN8lwekwTL5uPDZpJy1O { width:19.5rem;height:4.0625rem;top:14.362503051757rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMx4aC037mkafdwiokhNIhT2sBMuKB3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gm3c6PvtJiifpbltyTaFcztn6DnGZ4te { width:20rem;height:21.9375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST3fBlvqrQ3Nhk474aW1xuteln7oLJdR { width:16.375rem;height:15.125rem;top:32.3125rem;left:1.8125rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IsFHhE17k0ffwkk5OiWtEQwnJJFk2CBc { width:20rem;height:1.375rem;top:48.1875rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1GpyJE272bPQOvCcIVDNAoOPGqgPgIK { width:20rem;height:13.31875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd { display:block; }#uhwqemMuyTQ1zWEvr8TwBsoBEFdOT4nd > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZheKCfOTIRAVRFe84oMxd35fmJn5x3U { width:18.5625rem;height:28.125rem;top:1.09375rem;left:0.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubshLuBT8E5MrEeaa2dxwGouDFuaBZ56 { width:16.125rem;height:1.125rem;top:24.8125rem;left:2rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }