.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/f6urGysc/Untitled_design_2021_12_10T180548.072.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#qm9wQL2ov0IuHcH2FwwAbxaA3n99AuBe::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,2,2,0.65); }#qm9wQL2ov0IuHcH2FwwAbxaA3n99AuBe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,2,2,0.65); }#qm9wQL2ov0IuHcH2FwwAbxaA3n99AuBe > .row > .video-iframe-container { display: none; }#qm9wQL2ov0IuHcH2FwwAbxaA3n99AuBe > .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); }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0049;background-image:none;position:relative;display:block; }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row .container { background-color: transparent; background-image: none; }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row .container > .video-iframe-container { display: none; }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row > .video-iframe-container { display: none; }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .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); }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row .container { border-width: 0; border-radius: 0; }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container { background-color: transparent; background-image: none; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container > .video-iframe-container { display: none; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row > .video-iframe-container { display: none; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .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); }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container { border-width: 0; border-radius: 0; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container { width:60rem;height:54rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#r4Jsy9vd8MxosGxwmVkxexv8Z22MJQAU { position:absolute;display:block;z-index:100000;background-color:#f6cfd9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0.125rem 3.125rem rgba(0,0,0,0.24) ;height:48.75rem;width:25.8125rem;top:0rem;left:0.75rem;display:block; }
#vcQNNKQVPAkdaGSGkKPs4n2TnZAgqkk5 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/w8fPZaxL/lander2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.25) ;height:15.0625rem;width:15.0625rem;top:2.75rem;left:6.125rem;display:block; }#vcQNNKQVPAkdaGSGkKPs4n2TnZAgqkk5.adaptive-delivery-prevent-bg, #vcQNNKQVPAkdaGSGkKPs4n2TnZAgqkk5.lazyload, #vcQNNKQVPAkdaGSGkKPs4n2TnZAgqkk5.lazyloading { background-image: none; }
#D14Z0b1JG42TMlFQxIU5St6VUqxIElkN { color:#ca80c2;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:23.6865234375rem;left:4.1875rem;height:3.8984375rem;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; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-form-header {  }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;color:#000000;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.7; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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;border-left:0;border-right:0;border-bottom: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:18.75rem;box-sizing:border-box;height:3.75rem;vertical-align:top;font-size:1rem;overflow:hidden;color:#202020;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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;border-left:0;border-right:0;border-bottom: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:18.75rem;box-sizing:border-box;height:5.3125rem;vertical-align:top;font-size:1rem;overflow:hidden;color:#202020;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #dad6c1;border-right:0.125rem solid #dad6c1;border-bottom:0.125rem solid #dad6c1;border-left:0.125rem solid #dad6c1;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:18.75rem;box-sizing:border-box;height:2.5625rem;vertical-align:top; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ff5821;background-image:none;background-position:top left !important;background-repeat: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.375rem;font-weight:400;color:#ffffff;width:18.75rem;height:3.75rem;overflow:hidden;font-family:roboto;font-style:normal;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0,0,0,0.5) ; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF [class*="-text"]:-moz-placeholder { font-weight:300;font-style:normal;text-align:center;text-align-last:center;color:#333333;font-size:1rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF [class*="-text"]::-moz-placeholder { font-weight:300;font-style:normal;text-align:center;text-align-last:center;color:#333333;font-size:1rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF [class*="-text"]:-ms-input-placeholder { font-weight:300;font-style:normal;text-align:center;text-align-last:center;color:#333333;font-size:1rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF [class*="-text"]::-webkit-input-placeholder { font-weight:300;font-style:normal;text-align:center;text-align-last:center;color:#333333;font-size:1rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .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:roboto;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.6875rem;line-height:1.1;overflow:hidden;font-style:normal; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .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:top; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"open sans";font-size:0.625rem;font-weight:bold;color:#040404; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-container:first-of-type{padding-top:0;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-container:last-of-type{padding-bottom:0;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;position:absolute;z-index:100021;top:27.5224609375rem;left:2.9375rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;width:18.75rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF {display:block;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;position:absolute;z-index:100021;top:27.5224609375rem;left:2.9375rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #yMXhWC8AQEBWw7ssh25FTmVmeA6RpuZn { position:relative; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #P0wWuCkulIfLVD4fMwOOht1nrHndCrn0 { position:relative; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #Vgvt2pNbXsfqHbIOPaZcxa5ULJwK4PZz { position:relative; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #QIe1lFBWyRcvTTOcOzpv9TcqmLeu0TwG { position:relative; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #E8SpTR1Zu7pXiG0vcWHIS4eTV26TLlMp { position:relative; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #O3Or1ORkh0VaPSOTzJx4M5a5czOqm92z { position:relative; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #JTwecBHGup8Tvr1C871Q601aLRPWkgdy { position:relative; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #p64H14cMmK91OIMHvksMpLvuTz3g35w8 { position:relative;z-index:2; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #tTNPwBcdoOlClyVi9LQXe74qdfL6U3wi { position:relative; }
#qWGKLiTt7iZTCE071y1ZdNao3t4rD9p5 { position:relative;display:block; }
#tE15KM4AH12XQlTtTzZz4Gic54JWoG1K { position:relative;display:block; }
#pT4r0MJ070ri7IWNWtunedn0KuplsWKF { position:relative;display:block; }
#R8lrm9QBhOdM1ikrsnTO967qO5TuFMd0 { position:relative;display:block; }
#q301pHg2W4WCit63noSSI3eaUPogTxHp { position:relative;display:block; }
#JAKTFmVhZSGqQQszFnsffmbvCaLPo34o { position:relative;display:block; }
#DstxB850w82UCvAK9PGywuUwawEL6RqX { position:relative;display:block; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #l2BKR24SM5eGJKTxXCNnQIEiRIdzosEn { position:relative; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #QBTi4m8lJbkTMcc4drAf09CsZ1czQHV3 { position:relative; }
#V65wu8hnws2cHmf89wa3h7VXb3yXTHSW { color:#ca80c2;display:block;width:25.8125rem;position:absolute;font-family:"marck script";font-size:2.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:18.5625rem;left:0.75rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#Z6kIJglVPxbkpf6VEk8z7ATukTMFLg9R { color:#808080;display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:54.9375rem;left:28.4375rem;height:0;text-align:center;text-align-last:center;display:none; }
#fZ3gOq5Ww9rcAvKPcIN5sqkIQnGA21No { color:#808080;display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:53.875rem;left:28.375rem;height:0;text-align:center;text-align-last:center;display:none; }
#l6f5NFGKL5X9HckyAhtlmcPPZ0Bab6bL { z-index:100004;top:57.1875rem;left:28.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#E3bxHfiTp14N9Qklvpph1R2z2eMxXGR6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hMxCmCPqkhPIahAQE7dOgZbRKfRxusDz { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:32.3125rem;height:;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; }
#Tmmb7b0RmRcORw1s4DJvvK8bWv1NSFUH { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #808080, #f0f0f0);background-image: -moz-linear-gradient(180deg, #808080, #f0f0f0);background-image: -ms-linear-gradient(180deg, #808080, #f0f0f0);background-image: -o-linear-gradient(180deg, #808080, #f0f0f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#f0f0f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#f0f0f0' );";background-image: linear-gradient(180deg, #808080, #f0f0f0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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;height:8.75rem;width:0.18652375rem;top:51.69921875rem;left:59.6884765625rem;display:none; }
#iBiOAVtOZFfS1E0UcsEB71NPR5gqT0iT { position:absolute;display:block;z-index:100033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ca80c2, #ffffff);background-image: -moz-linear-gradient(90deg, #ca80c2, #ffffff);background-image: -ms-linear-gradient(90deg, #ca80c2, #ffffff);background-image: -o-linear-gradient(90deg, #ca80c2, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca80c2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca80c2', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ca80c2, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.625rem;width:17.8125rem;top:13.4375rem;left:36.875rem;display:block; }
#SHeIgIOAsB8mFtn1GniTChEqz1g6Zunt { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:17.125rem;left:33.25rem;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;display:block; }
#gzh0E1IZzEy6WUeIIS8cMzTgTbtzUkBM { color:#ffffff;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:29rem;left:39.375rem;height:;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;display:block; }
#CnNLXyDQfGN8Sm0n5NHwBZsGBlxpN2he { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:35.8125rem;left:39.375rem;height:;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;display:block; }
#BqKqVaGFeg95Ia8L1iRrx5miJKhxopE8 { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:32.375rem;left:39.4375rem;height:;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;display:block; }
#ErizxCZNnUvMBt2sMJ0d6mXN28niEWGM { box-sizing:content-box;color:#ca80c2;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:28.1875rem;left:35.0625rem;display:block; }
#kBDkN7ipW815zwutx4OaZA0gZcJkM9fK { box-sizing:content-box;color:#ca80c2;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:31.5625rem;left:35.0625rem;display:block; }
#ezIiRs5UIJxcvVQVRPDuCOI7JWmxbRW0 { box-sizing:content-box;color:#ca80c2;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:35rem;left:35.0625rem;display:block; }
#imOF73D1r2lTTupV89Iim6P3ggoR7wED { border-top:0.625rem solid #ca80c2;border-left:0;border-right:0rem solid #ca80c2;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row .container { background-color: transparent; background-image: none; }#imOF73D1r2lTTupV89Iim6P3ggoR7wED::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row .container > .video-iframe-container { display: none; }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row > .video-iframe-container { display: none; }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .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); }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row .container { border-width: 0; border-radius: 0; }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#ufmWRu50mqnMotQAcEFPaSy5hflh3WhL { color:#808080;display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:1.375rem;left:15.9375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#Q7iTTPsUH503ekwQbH9RW9aF5f0n6SiP { color:#808080;display:block;width:28.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:2.4375rem;left:16rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#qzE8s8nG3TRMobrqnTLurUT30xShZCHX { z-index:100008;top:4.6875rem;left:16rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y6yNZxaWcDZV8eSP5a1ThBia2PaVfoVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#txTW62VbCe1JUNW9DhW78rOXe1qGNMVC { position:absolute;display:block;z-index:100036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #808080, #f0f0f0);background-image: -moz-linear-gradient(180deg, #808080, #f0f0f0);background-image: -ms-linear-gradient(180deg, #808080, #f0f0f0);background-image: -o-linear-gradient(180deg, #808080, #f0f0f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#f0f0f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#f0f0f0' );";background-image: linear-gradient(180deg, #808080, #f0f0f0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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;height:6.25rem;width:0.18652375rem;top:1.0625rem;left:59.0625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy { display:block; }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW { display:block; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4Jsy9vd8MxosGxwmVkxexv8Z22MJQAU { width:25.8125rem;height:48.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcQNNKQVPAkdaGSGkKPs4n2TnZAgqkk5 { width:15.0625rem;height:15.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D14Z0b1JG42TMlFQxIU5St6VUqxIElkN { width:18.8125rem;height:3.9375rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-regular-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-text { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-textarea { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-select { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-button { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF  { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .radio-container { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF {display:block;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #yMXhWC8AQEBWw7ssh25FTmVmeA6RpuZn {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #P0wWuCkulIfLVD4fMwOOht1nrHndCrn0 {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #Vgvt2pNbXsfqHbIOPaZcxa5ULJwK4PZz {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #QIe1lFBWyRcvTTOcOzpv9TcqmLeu0TwG {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #E8SpTR1Zu7pXiG0vcWHIS4eTV26TLlMp {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #O3Or1ORkh0VaPSOTzJx4M5a5czOqm92z {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #JTwecBHGup8Tvr1C871Q601aLRPWkgdy {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #p64H14cMmK91OIMHvksMpLvuTz3g35w8 {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #tTNPwBcdoOlClyVi9LQXe74qdfL6U3wi {  }
 }@media only screen and (max-width: 763px) { #qWGKLiTt7iZTCE071y1ZdNao3t4rD9p5 { display:block; }
 }@media only screen and (max-width: 763px) { #tE15KM4AH12XQlTtTzZz4Gic54JWoG1K { display:block; }
 }@media only screen and (max-width: 763px) { #pT4r0MJ070ri7IWNWtunedn0KuplsWKF { display:block; }
 }@media only screen and (max-width: 763px) { #R8lrm9QBhOdM1ikrsnTO967qO5TuFMd0 { display:block; }
 }@media only screen and (max-width: 763px) { #q301pHg2W4WCit63noSSI3eaUPogTxHp { display:block; }
 }@media only screen and (max-width: 763px) { #JAKTFmVhZSGqQQszFnsffmbvCaLPo34o { display:block; }
 }@media only screen and (max-width: 763px) { #DstxB850w82UCvAK9PGywuUwawEL6RqX { display:block; }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #l2BKR24SM5eGJKTxXCNnQIEiRIdzosEn {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #QBTi4m8lJbkTMcc4drAf09CsZ1czQHV3 {  }
 }@media only screen and (max-width: 763px) { #V65wu8hnws2cHmf89wa3h7VXb3yXTHSW { top:18.5625rem;left:0rem;width:25.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kIJglVPxbkpf6VEk8z7ATukTMFLg9R { top:54.9375rem;left:19.625rem;width:28.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ3gOq5Ww9rcAvKPcIN5sqkIQnGA21No { top:53.875rem;left:0rem;width:28.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6f5NFGKL5X9HckyAhtlmcPPZ0Bab6bL { top:57.1875rem;left:13.6875rem;width:28.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3bxHfiTp14N9Qklvpph1R2z2eMxXGR6 { display:block; }
 }@media only screen and (max-width: 763px) { #hMxCmCPqkhPIahAQE7dOgZbRKfRxusDz { width:26.9375rem;height:;top:1.4375rem;left:20.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmmb7b0RmRcORw1s4DJvvK8bWv1NSFUH { top:51.6875rem;left:47.625rem;width:0.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBiOAVtOZFfS1E0UcsEB71NPR5gqT0iT { top:13.4375rem;left:29.9375rem;width:17.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHeIgIOAsB8mFtn1GniTChEqz1g6Zunt { top:17.125rem;left:21.625rem;width:26.125rem;height:8.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzh0E1IZzEy6WUeIIS8cMzTgTbtzUkBM { top:29rem;left:26.5rem;width:20rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnNLXyDQfGN8Sm0n5NHwBZsGBlxpN2he { top:35.8125rem;left:26.6875rem;width:20.4375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqKqVaGFeg95Ia8L1iRrx5miJKhxopE8 { top:32.375rem;left:26.5625rem;width:20.25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErizxCZNnUvMBt2sMJ0d6mXN28niEWGM { top:28.1875rem;left:28.9375rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBDkN7ipW815zwutx4OaZA0gZcJkM9fK { top:31.5625rem;left:28.9375rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezIiRs5UIJxcvVQVRPDuCOI7JWmxbRW0 { top:35rem;left:28.9375rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imOF73D1r2lTTupV89Iim6P3ggoR7wED { display:block; }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufmWRu50mqnMotQAcEFPaSy5hflh3WhL { top:1.375rem;left:9.8125rem;width:28.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7iTTPsUH503ekwQbH9RW9aF5f0n6SiP { top:2.4375rem;left:9.875rem;width:28.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzE8s8nG3TRMobrqnTLurUT30xShZCHX { top:4.6875rem;left:9.875rem;width:28.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6yNZxaWcDZV8eSP5a1ThBia2PaVfoVq { display:block; }
 }@media only screen and (max-width: 763px) { #txTW62VbCe1JUNW9DhW78rOXe1qGNMVC { top:1.0625rem;left:47.5625rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/f6urGysc/Untitled_design_2021_12_10T180548.072.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#qm9wQL2ov0IuHcH2FwwAbxaA3n99AuBe::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,2,2,0.65); }#qm9wQL2ov0IuHcH2FwwAbxaA3n99AuBe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,2,2,0.65); }#qm9wQL2ov0IuHcH2FwwAbxaA3n99AuBe > .row > .video-iframe-container { display: none; }#qm9wQL2ov0IuHcH2FwwAbxaA3n99AuBe > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy { display:block; }#X1hKCgf3S3ZTfpzzZBHbqw2dQD5MVLUy > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW { background-color:rgba(2,2,2,0.57);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container { background-color: transparent; background-image: none; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container > .video-iframe-container { display: none; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row > .video-iframe-container { display: none; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .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); }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container { border-width: 0; border-radius: 0; }#ukaIQLA9kJRPpT79iwWkNdLJMEOZsrEW > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4Jsy9vd8MxosGxwmVkxexv8Z22MJQAU { width:20rem;height:44.875rem;top:39.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcQNNKQVPAkdaGSGkKPs4n2TnZAgqkk5 { width:13.061375rem;height:12.9994375rem;top:43.0625rem;left:3.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D14Z0b1JG42TMlFQxIU5St6VUqxIElkN { width:17.375rem;height:3.574775rem;top:61.30078125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.4375rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF  { width:17.5rem;height:auto;top:64.875rem;left:0rem; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF {display:block;}#LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF { width:17.5rem;height:auto;top:64.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #yMXhWC8AQEBWw7ssh25FTmVmeA6RpuZn {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #P0wWuCkulIfLVD4fMwOOht1nrHndCrn0 {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #Vgvt2pNbXsfqHbIOPaZcxa5ULJwK4PZz {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #QIe1lFBWyRcvTTOcOzpv9TcqmLeu0TwG {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #E8SpTR1Zu7pXiG0vcWHIS4eTV26TLlMp {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #O3Or1ORkh0VaPSOTzJx4M5a5czOqm92z {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #JTwecBHGup8Tvr1C871Q601aLRPWkgdy {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #p64H14cMmK91OIMHvksMpLvuTz3g35w8 {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #tTNPwBcdoOlClyVi9LQXe74qdfL6U3wi {  }
 }@media only screen and (max-width: 763px) { #qWGKLiTt7iZTCE071y1ZdNao3t4rD9p5 { display:block; }
 }@media only screen and (max-width: 763px) { #tE15KM4AH12XQlTtTzZz4Gic54JWoG1K { display:block; }
 }@media only screen and (max-width: 763px) { #pT4r0MJ070ri7IWNWtunedn0KuplsWKF { display:block; }
 }@media only screen and (max-width: 763px) { #R8lrm9QBhOdM1ikrsnTO967qO5TuFMd0 { display:block; }
 }@media only screen and (max-width: 763px) { #q301pHg2W4WCit63noSSI3eaUPogTxHp { display:block; }
 }@media only screen and (max-width: 763px) { #JAKTFmVhZSGqQQszFnsffmbvCaLPo34o { display:block; }
 }@media only screen and (max-width: 763px) { #DstxB850w82UCvAK9PGywuUwawEL6RqX { display:block; }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #l2BKR24SM5eGJKTxXCNnQIEiRIdzosEn {  }
 }@media only screen and (max-width: 763px) { #LDrHPuqBkX8d7Qkw7OJgJZnfXTauBZrF #QBTi4m8lJbkTMcc4drAf09CsZ1czQHV3 {  }
 }@media only screen and (max-width: 763px) { #V65wu8hnws2cHmf89wa3h7VXb3yXTHSW { width:20rem;height:2.5998875rem;top:57.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kIJglVPxbkpf6VEk8z7ATukTMFLg9R { width:20rem;height:2.2734375rem;top:90.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZ3gOq5Ww9rcAvKPcIN5sqkIQnGA21No { width:18.187125rem;height:2.2734375rem;top:88.0625rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #l6f5NFGKL5X9HckyAhtlmcPPZ0Bab6bL { top:92.75rem;left:0.5rem;width:18.9980625rem;height:2.311525rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3bxHfiTp14N9Qklvpph1R2z2eMxXGR6 { display:block; }
 }@media only screen and (max-width: 763px) { #hMxCmCPqkhPIahAQE7dOgZbRKfRxusDz { width:20rem;height:11.097625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tmmb7b0RmRcORw1s4DJvvK8bWv1NSFUH { width:0.1875rem;height:9.375rem;top:146.0625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBiOAVtOZFfS1E0UcsEB71NPR5gqT0iT { width:14.375rem;height:0.625rem;top:14.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHeIgIOAsB8mFtn1GniTChEqz1g6Zunt { width:20rem;height:7.796875rem;top:16.761719465256rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzh0E1IZzEy6WUeIIS8cMzTgTbtzUkBM { width:14.8125rem;height:1.7873875rem;top:26.9375rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnNLXyDQfGN8Sm0n5NHwBZsGBlxpN2he { width:15.25rem;height:1.7873875rem;top:34.0625rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqKqVaGFeg95Ia8L1iRrx5miJKhxopE8 { width:12.1875rem;height:1.7873875rem;top:30.5rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErizxCZNnUvMBt2sMJ0d6mXN28niEWGM { width:3.4375rem;height:3.4375rem;top:26.125rem;left:0.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBDkN7ipW815zwutx4OaZA0gZcJkM9fK { width:3.4375rem;height:3.4375rem;top:29.6875rem;left:0.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezIiRs5UIJxcvVQVRPDuCOI7JWmxbRW0 { width:3.4375rem;height:3.4375rem;top:33.25rem;left:0.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imOF73D1r2lTTupV89Iim6P3ggoR7wED { display:block; }#imOF73D1r2lTTupV89Iim6P3ggoR7wED > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufmWRu50mqnMotQAcEFPaSy5hflh3WhL { width:20rem;height:2.2734375rem;top:1.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7iTTPsUH503ekwQbH9RW9aF5f0n6SiP { width:20rem;height:2.2734375rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzE8s8nG3TRMobrqnTLurUT30xShZCHX { top:6.375rem;left:0.5rem;width:19rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6yNZxaWcDZV8eSP5a1ThBia2PaVfoVq { display:block; }
 }@media only screen and (max-width: 763px) { #txTW62VbCe1JUNW9DhW78rOXe1qGNMVC { width:0.125rem;height:6.25rem;top:1.0625rem;left:9.9375rem;display:none; }
 }