.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/823d045b-c9b9-4a0c-9cf4-fdf492b4ea9c/background01_new.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #46db7b;background-color:rgba(0,0,0,0.93);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;z-index:auto;display:block; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row .container { background-color: transparent; background-image: none; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row .container > .video-iframe-container { display: none; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row > .video-iframe-container { display: none; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .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); }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row .container { border-width: 0; border-radius: 0; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#bWlmrZ30V9wV0R4eL2xzC1wmiMoOBSAG { 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:2.5rem;width:16.625rem;top:0.875rem;left:1.125rem;overflow:hidden;display:block; }
#HdVVL63tuzDMmXuHnWfZB2VHeIxm8mER { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:0.75rem;left:63.5rem;display:block; }
#XxuRMScMdwDUdmFGTU2ToE20UOToIqDK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vkLbZXn00akVqEWsepzKkDSmOP70vnBc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:0.75rem;left:39.875rem;display:block; }
#xJ7gkotXiDFZUoT9Rmgaiarypfo5LIbg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KgVw2WTfNgahMMzsrFKDzLidUymfHA6J { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:0.75rem;left:51.6875rem;display:block; }
#NtvTISTRiqUxpTyy9x9p92T1AQ0Jr3bb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw { position:relative;display:none; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw { border-width: 0; border-radius: 0; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#b8g9etqCinzuzhWTWaZiuulaTycASqCl { 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:2.5rem;width:16.625rem;top:0.875rem;left:5rem;overflow:hidden;display:none; }
#DTBdq2xFzJfZy6eSTBPGoxCgxHO72W1c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WEu3rRwQ6rkwkaDMtBTXxFRb5zoDhAXI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JVsKcM5UqwJgtvnWvCPbSENPKHoeyNDt { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#a9NgRW1sAZ0Qf1VMCJSADWAGwTKMPHix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SHUoR0W5WvVBhrL1Gq3tPNtPnvpHFmtH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hlqH3iC2dpksCPThdG1g6QXzKLXR0AFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X82dKp1iRcl3horpqHCMcGTMvLLi5WpB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#haOzqocUpIITsAfNGxRNJxKSoDnHrpah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf30ef99-3455-478a-a907-540ca8873393/logo_spirala_v8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0.0625rem solid #46db7b;border-left:0.0625rem solid #46db7b;border-right:0.0625rem solid #46db7b;border-bottom:0.0625rem solid #46db7b;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:87.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IiT4q1XGs0mhqz5ymNpyU1m0Jl60rMmR { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:"zume cut";font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:26.09375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CH1v3NdGcTNtztaXhzxM7Ei7vHsuA6Du { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"zume cut";font-size:4.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11rem;left:23.25rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CR6iyVmU7pgiHzsSoe5clyb9FqNuFmqz { box-sizing:content-box;height:0.125rem;width:14.125rem;position:absolute;display:block;z-index:15004;background-color:#8b8b8b;background-image:none;top:18.5rem;left:30.4375rem;display:block; }
#cWL6s08cvJL7TdwKH4gNQU2vt2De9XfX { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.5625rem;top:46.3857421875rem;left:23.3125rem;overflow:hidden;display:block; }
#XgvTbEvWd8U7LVEOCedohQovgtwDTsU0 { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:41.625rem;left:48.9375rem;height:2.923825rem;display:block; }
#OKERlepfWmwT4nevoU80uZ6hqTXIb9TF { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46rem;left:48.9375rem;height:4.38574375rem;display:block; }
#L1cf4wfyVLxVPiB8QHOziEu05zUQeNaN { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"zume cut";font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:51.375rem;left:48.9375rem;height:2.92480625rem;display:block; }
#dcURqyaNhaTouLbG7N3naCJ7SLLKrPN0 { color:#46db7b;display:block;width:12.875rem;position:absolute;font-family:"zume cut";font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:53.875rem;left:48.9375rem;height:2.03125rem;display:block; }
#zNbWlfZv4nt6rJHFOJM8BQ91H0nRXfND { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"zume cut";font-size:3.125rem;font-weight:normal;z-index:15021;line-height:.9;letter-spacing:0;top:71.8125rem;left:26.34375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#CRSo0xT6pLQnurwnOwAQN6Du2q6qko2U { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"zume cut";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:24.0625rem;left:8rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#p9pOMDb1ADorUzqNL3C1AXgGX1ULTCbd { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"zume cut";font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:24.0625rem;left:31.0625rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#DIWQlWe7bfXUv4t6Gn7TJCJmnCCmNvvi { box-sizing:content-box;height:10.3125rem;width:18.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:21.5625rem;left:5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;display:block; }
#QLTKLs6Prcuqkc82dAC1QhMt3SrgCL2l { box-sizing:content-box;height:10.3125rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:21.5625rem;left:28.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;display:block; }
#P12OxMJq2bPXce84aDuz2coHfgodWqEq { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"zume cut";font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:24.0625rem;left:54rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#OGHOM1BldgokxfFv46Tz7KJ2wiMXiuUm { box-sizing:content-box;height:10.3125rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:21.5625rem;left:51.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;display:block; }
#s8mDRJddOmCFrbu1tiRDTgu61N1IkuNo { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.9375rem;width:41.3125rem;top:37.0048828125rem;left:5.03125rem;display:block; }
#CLA0DcZpC9VhKzcd5JywrTWwQ8UxsOda { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcc65eb4-d4b1-4ec9-9455-744dbe32db55/logo_spirala_S.png");background-position:center !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; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr.adaptive-delivery-prevent-bg, #sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr.lazyload, #sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr.lazyloading { background-image: none; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container { background-color: transparent; background-image: none; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container > .video-iframe-container { display: none; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row > .video-iframe-container { display: none; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .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); }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container { border-width: 0; border-radius: 0; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#bIlQSaCuoN69S37Gx6y1xbTQHkGfPRkc { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7.3125rem;left:14.65625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#tGJ18tLLaV7gEmziPzWh9OdRBk6z9XfP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.25rem;width:43.75rem;top:13.1875rem;left:15.625rem;display:block; }
#yps8J09i8eLWL2wy5AFLDXLp1lxFcTm4 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.5625rem;top:23.3125rem;left:35.75rem;overflow:hidden;display:block; }
#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcc65eb4-d4b1-4ec9-9455-744dbe32db55/logo_spirala_S.png");background-position:center !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; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o.adaptive-delivery-prevent-bg, #Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o.lazyload, #Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o.lazyloading { background-image: none; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container { background-color: transparent; background-image: none; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container > .video-iframe-container { display: none; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row > .video-iframe-container { display: none; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .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); }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container { border-width: 0; border-radius: 0; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#FZn8hEfSnGu43TkrAcqVEGhlc84cUlTi { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.53125rem;left:11.875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#JxJPEsnQHBogEN4IIOQE0iS3n9p0SAOc { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.8125rem;left:14.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ktdsb8EZJn9fl6J48Ll3306wLGDFSNaM { box-sizing:content-box;height:5.9375rem;width:44.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.83);background-image:none;top:34.5rem;left:15rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;display:block; }
#QyTVAB0JWLVMvT9IzhIC2aBVIF2yvmT5 { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:35.59375rem;left:17.0625rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#IxLATvxFkWXLVms09i6Dkr6T6fQd8Wsa { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.5625rem;top:15.4375rem;left:35.75rem;overflow:hidden;display:block; }
#WQD62vv1rtenfzRuKo7yG6gyKkdzQAaT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.25rem;width:43.75rem;top:5.375rem;left:15.625rem;display:block; }
#Ho1UHJaqxVv01TnW7xQ6kGL4BifHktwB { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:37.75rem;left:16.3125rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#Wtieray5atXo59F7zGRX3xdnonP7aQuR { border-top:0.0625rem solid #46db7b;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/03b8fa90-7128-4c03-82f8-2f53ee900d1f/Zasb91.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR.adaptive-delivery-prevent-bg, #Wtieray5atXo59F7zGRX3xdnonP7aQuR.lazyload, #Wtieray5atXo59F7zGRX3xdnonP7aQuR.lazyloading { background-image: none; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container { background-color: transparent; background-image: none; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container > .video-iframe-container { display: none; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row > .video-iframe-container { display: none; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .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); }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container { border-width: 0; border-radius: 0; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#CPbsdTOKWwDSReD0ss7JZH5KQNKhxfnW { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"zume cut";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:42.375rem;left:27.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LawcXiShCCARVTQefWRSsd5pdIMGyLrT { color:#46db7b;display:block;width:34.8125rem;position:absolute;font-family:"zume cut";font-size:4.75rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:45.25rem;left:27.75rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZtbnGGyhhACq4sGhlUlrlwPloaOU05x { color:#46db7b;display:block;width:17.4375rem;position:absolute;font-family:"zume cut";font-size:4.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:27.75rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzhMREp092SgvFLJ8D5vnPGT3Ri4cbbV { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"zume cut";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5rem;left:22.75rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-form-header {  }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:34.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.8125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .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; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:19.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:400;color:#ffffff;width:15.625rem;height:3.8125rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .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:"open sans";line-height:2.1;font-size:1rem;font-weight:400;color:#ffffff;vertical-align:top;width:33.5625rem;overflow:hidden;font-style:normal;float:none;text-align:left;text-align-last:left; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .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; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-container:first-of-type{padding-top:0;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-container:last-of-type{padding-bottom:0;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:18.875rem;top:19.3125rem;z-index:15050;position:absolute; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.8125rem;display:block;vertical-align:top; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 {display:block;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:18.875rem;top:19.3125rem;z-index:15050;position:absolute; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #iPGfZHdXq1vNAF3ChZ88K5f0NddT9viM { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #w8p5FdLilJxy1cRiZ9LMXcS5yPilRQ5C { position:relative;z-index:2; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #THJVUVt9sUwoEaqT6Xt3p00hi2ROfOFH { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #dCRCmIQkvDwaATWKc81mV523PbHBigT6 { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #N1t4W4Af8TAxd7aTMstKSUquOQ42tffE { position:relative;z-index:2; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #vA2ZHcXFdDgMpytf8CbAVtiizeaWy6Qy { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #RFT9ycXS1EZ1N2x0SDrdVu4KRlGrh6wE { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #aoT665X4NMAwkoSUhWTVORF3prn3rTll { position:relative;z-index:2; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #DAGgRO0zwsxbAtLKlXlyxSRXRZMDOaNz { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #S4Hq364S8gSds08PSsZqSDRVSMN1hUV0 { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #MmTfgdTHbILZexDBpf8arDZuZ4U3kcMm { position:relative;z-index:2; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #VuM2zkWGc3IEODxXxJG3vHfmriZRi2C4 { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #e4TvzWTFwnT92kS9MgycKPSigJIqzPhZ { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #uC90TqE4dDlmfCZ8hskWs9o7SJaVvgOV { position:relative;z-index:2; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #XQOrZEeBrbslqruGRPQ7PnI1e50BtUAd { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #CBtBmcms9BU2uUADzlp029mWzNp708wt { position:relative; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #aw03zhGvqOgiC4OuPsGvK72Q5C86AAep { position:relative; }
#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 { position:relative;display:block; }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 { background-color: transparent; background-image: none; }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .row .container > .video-iframe-container { display: none; }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .row > .video-iframe-container { display: none; }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .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); }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 { border-width: 0; border-radius: 0; }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#psgkHiBABZ2k43nXbU6VTmQ3H1OVQ8LF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:47.125rem;top:7.3125rem;left:13.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p { display:block; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWlmrZ30V9wV0R4eL2xzC1wmiMoOBSAG { top:0.875rem;left:0rem;width:16.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdVVL63tuzDMmXuHnWfZB2VHeIxm8mER { width:10.625rem;height:2.75rem;top:0.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxuRMScMdwDUdmFGTU2ToE20UOToIqDK { display:block; }
 }@media only screen and (max-width: 763px) { #vkLbZXn00akVqEWsepzKkDSmOP70vnBc { width:10.625rem;height:2.75rem;top:0.75rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ7gkotXiDFZUoT9Rmgaiarypfo5LIbg { display:block; }
 }@media only screen and (max-width: 763px) { #KgVw2WTfNgahMMzsrFKDzLidUymfHA6J { width:10.625rem;height:2.75rem;top:0.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtvTISTRiqUxpTyy9x9p92T1AQ0Jr3bb { display:block; }
 }@media only screen and (max-width: 763px) { #QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw { display:none; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b8g9etqCinzuzhWTWaZiuulaTycASqCl { top:0.875rem;left:0rem;width:16.625rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTBdq2xFzJfZy6eSTBPGoxCgxHO72W1c { display:none; }
 }@media only screen and (max-width: 763px) { #WEu3rRwQ6rkwkaDMtBTXxFRb5zoDhAXI { display:none; }
 }@media only screen and (max-width: 763px) { #JVsKcM5UqwJgtvnWvCPbSENPKHoeyNDt { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #a9NgRW1sAZ0Qf1VMCJSADWAGwTKMPHix { display:block; }
 }@media only screen and (max-width: 763px) { #SHUoR0W5WvVBhrL1Gq3tPNtPnvpHFmtH { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #hlqH3iC2dpksCPThdG1g6QXzKLXR0AFc { display:block; }
 }@media only screen and (max-width: 763px) { #X82dKp1iRcl3horpqHCMcGTMvLLi5WpB { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #haOzqocUpIITsAfNGxRNJxKSoDnHrpah { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiT4q1XGs0mhqz5ymNpyU1m0Jl60rMmR { top:6.75rem;left:12.46875rem;width:22.8125rem;height:6.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH1v3NdGcTNtztaXhzxM7Ei7vHsuA6Du { top:11rem;left:9.625rem;width:28.9375rem;height:6.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR6iyVmU7pgiHzsSoe5clyb9FqNuFmqz { top:18.5rem;left:16.8125rem;width:14.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWL6s08cvJL7TdwKH4gNQU2vt2De9XfX { top:46.375rem;left:9.6875rem;width:3.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgvTbEvWd8U7LVEOCedohQovgtwDTsU0 { top:41.625rem;left:26.4375rem;width:21.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKERlepfWmwT4nevoU80uZ6hqTXIb9TF { top:46rem;left:24.625rem;width:23.125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cf4wfyVLxVPiB8QHOziEu05zUQeNaN { top:51.375rem;left:34.5rem;width:13.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcURqyaNhaTouLbG7N3naCJ7SLLKrPN0 { top:53.875rem;left:34.875rem;width:12.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNbWlfZv4nt6rJHFOJM8BQ91H0nRXfND { top:71.8125rem;left:12.71875rem;width:22.3125rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRSo0xT6pLQnurwnOwAQN6Du2q6qko2U { top:24.0625rem;left:0rem;width:11.4375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9pOMDb1ADorUzqNL3C1AXgGX1ULTCbd { top:24.0625rem;left:17.4375rem;width:12.9375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIWQlWe7bfXUv4t6Gn7TJCJmnCCmNvvi { top:21.5625rem;left:0rem;width:18.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTKLs6Prcuqkc82dAC1QhMt3SrgCL2l { top:21.5625rem;left:15.125rem;width:17.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P12OxMJq2bPXce84aDuz2coHfgodWqEq { top:24.0625rem;left:34.125rem;width:13.625rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGHOM1BldgokxfFv46Tz7KJ2wiMXiuUm { top:21.5625rem;left:30rem;width:17.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8mDRJddOmCFrbu1tiRDTgu61N1IkuNo { top:37rem;left:0rem;width:41.3125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLA0DcZpC9VhKzcd5JywrTWwQ8UxsOda { display:none; }
 }@media only screen and (max-width: 763px) { #sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr { display:block; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIlQSaCuoN69S37Gx6y1xbTQHkGfPRkc { top:7.3125rem;left:1.03125rem;width:45.6875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGJ18tLLaV7gEmziPzWh9OdRBk6z9XfP { top:13.1875rem;left:2rem;width:43.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yps8J09i8eLWL2wy5AFLDXLp1lxFcTm4 { top:23.3125rem;left:22.125rem;width:3.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o { display:block; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZn8hEfSnGu43TkrAcqVEGhlc84cUlTi { top:1.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxJPEsnQHBogEN4IIOQE0iS3n9p0SAOc { top:30.8125rem;left:1.0625rem;width:45.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktdsb8EZJn9fl6J48Ll3306wLGDFSNaM { top:34.5rem;left:1.375rem;width:44.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTVAB0JWLVMvT9IzhIC2aBVIF2yvmT5 { top:35.5625rem;left:3.4375rem;width:39.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxLATvxFkWXLVms09i6Dkr6T6fQd8Wsa { top:15.4375rem;left:22.125rem;width:3.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQD62vv1rtenfzRuKo7yG6gyKkdzQAaT { top:5.375rem;left:2rem;width:43.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho1UHJaqxVv01TnW7xQ6kGL4BifHktwB { top:37.75rem;left:2.6875rem;width:42.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtieray5atXo59F7zGRX3xdnonP7aQuR { display:block; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPbsdTOKWwDSReD0ss7JZH5KQNKhxfnW { top:42.375rem;left:12.9375rem;width:34.8125rem;height:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LawcXiShCCARVTQefWRSsd5pdIMGyLrT { top:45.25rem;left:12.9375rem;width:34.8125rem;height:4.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZtbnGGyhhACq4sGhlUlrlwPloaOU05x { top:5.125rem;left:14.125rem;width:17.4375rem;height:6.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhMREp092SgvFLJ8D5vnPGT3Ri4cbbV { top:10.5rem;left:9.125rem;width:27.4375rem;height:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-regular-label { width:34.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-text { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-textarea { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-select { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-checkbox-label { width:33.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0  { width:34.8125rem;height:auto;top:19.3125rem;left:5.25rem; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .radio-container { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 {display:block;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 { width:34.8125rem;height:auto;top:19.3125rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #iPGfZHdXq1vNAF3ChZ88K5f0NddT9viM {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #w8p5FdLilJxy1cRiZ9LMXcS5yPilRQ5C { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #THJVUVt9sUwoEaqT6Xt3p00hi2ROfOFH {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #dCRCmIQkvDwaATWKc81mV523PbHBigT6 {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #N1t4W4Af8TAxd7aTMstKSUquOQ42tffE { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #vA2ZHcXFdDgMpytf8CbAVtiizeaWy6Qy {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #RFT9ycXS1EZ1N2x0SDrdVu4KRlGrh6wE {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #aoT665X4NMAwkoSUhWTVORF3prn3rTll { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #DAGgRO0zwsxbAtLKlXlyxSRXRZMDOaNz {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #S4Hq364S8gSds08PSsZqSDRVSMN1hUV0 {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #MmTfgdTHbILZexDBpf8arDZuZ4U3kcMm { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #VuM2zkWGc3IEODxXxJG3vHfmriZRi2C4 {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #e4TvzWTFwnT92kS9MgycKPSigJIqzPhZ {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #uC90TqE4dDlmfCZ8hskWs9o7SJaVvgOV {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #XQOrZEeBrbslqruGRPQ7PnI1e50BtUAd {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #CBtBmcms9BU2uUADzlp029mWzNp708wt {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #aw03zhGvqOgiC4OuPsGvK72Q5C86AAep {  }
 }@media only screen and (max-width: 763px) { #uatQOceXJTzhA6rTEdT84hQeDiisPbT2 { display:block; }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psgkHiBABZ2k43nXbU6VTmQ3H1OVQ8LF { top:7.3125rem;left:0.3125rem;width:47.125rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p { position:relative;z-index:auto;display:none; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p { border-width: 0; border-radius: 0; }#dcTyhqr9HVrkhuxBUVeMLFKEmKN2N99p > .row .container { width:20rem;height:3.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bWlmrZ30V9wV0R4eL2xzC1wmiMoOBSAG { width:13.5rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdVVL63tuzDMmXuHnWfZB2VHeIxm8mER { width:10.1875rem;height:2.75rem;top:9.6875rem;left:4.875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxuRMScMdwDUdmFGTU2ToE20UOToIqDK { display:block; }
 }@media only screen and (max-width: 763px) { #vkLbZXn00akVqEWsepzKkDSmOP70vnBc { width:10.625rem;height:2.75rem;top:0.75rem;left:4.6875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJ7gkotXiDFZUoT9Rmgaiarypfo5LIbg { display:block; }
 }@media only screen and (max-width: 763px) { #KgVw2WTfNgahMMzsrFKDzLidUymfHA6J { width:10.625rem;height:2.75rem;top:0.75rem;left:4.6875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtvTISTRiqUxpTyy9x9p92T1AQ0Jr3bb { display:block; }
 }@media only screen and (max-width: 763px) { #QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/823d045b-c9b9-4a0c-9cf4-fdf492b4ea9c/background01_new.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw.adaptive-delivery-prevent-bg, #QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw.lazyload, #QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw.lazyloading { background-image: none; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row .container { background-color: transparent; background-image: none; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row .container > .video-iframe-container { display: none; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row > .video-iframe-container { display: none; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .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); }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row .container { border-width: 0; border-radius: 0; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGyB6BZQtlOpakhwJCeM1PNNpTMBiOKw > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8g9etqCinzuzhWTWaZiuulaTycASqCl { width:13.5rem;height:1.875rem;top:1.3125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DTBdq2xFzJfZy6eSTBPGoxCgxHO72W1c { display:flex;top:1.15625rem;left:17.25rem;width:2.1875rem;height:2.1875rem;z-index:15063;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #WEu3rRwQ6rkwkaDMtBTXxFRb5zoDhAXI { top:0rem;left:0rem;width:13.5625rem;height:4.375rem;z-index:15067;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JVsKcM5UqwJgtvnWvCPbSENPKHoeyNDt { top:5.375rem;left:8.5rem;width:10.9375rem;height:1.875rem;z-index:15069;font-family:"open sans";font-weight:400;font-style:normal;background-color:rgba(0,0,0,0);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.125rem solid #46db7b;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #a9NgRW1sAZ0Qf1VMCJSADWAGwTKMPHix { display:block; }
 }@media only screen and (max-width: 763px) { #SHUoR0W5WvVBhrL1Gq3tPNtPnvpHFmtH { top:7.875rem;left:7.625rem;width:11.8125rem;height:1.9375rem;z-index:15070;font-family:"open sans";font-weight:400;font-style:normal;background-color:rgba(0,0,0,0);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.125rem solid #46db7b;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlqH3iC2dpksCPThdG1g6QXzKLXR0AFc { display:block; }
 }@media only screen and (max-width: 763px) { #X82dKp1iRcl3horpqHCMcGTMvLLi5WpB { top:10.4375rem;left:13.6875rem;width:5.75rem;height:1.9375rem;z-index:15071;font-family:"open sans";font-weight:400;font-style:normal;background-color:rgba(0,0,0,0);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.125rem solid #46db7b;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haOzqocUpIITsAfNGxRNJxKSoDnHrpah { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiT4q1XGs0mhqz5ymNpyU1m0Jl60rMmR { width:20rem;height:3.65625rem;top:5.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH1v3NdGcTNtztaXhzxM7Ei7vHsuA6Du { width:20rem;height:3.65625rem;top:8.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR6iyVmU7pgiHzsSoe5clyb9FqNuFmqz { width:8.9375rem;height:0.125rem;top:12.32421875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWL6s08cvJL7TdwKH4gNQU2vt2De9XfX { width:2.125rem;height:2.5rem;top:37.21875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgvTbEvWd8U7LVEOCedohQovgtwDTsU0 { width:16.75rem;height:2.5996125rem;top:46.32421875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKERlepfWmwT4nevoU80uZ6hqTXIb9TF { width:19.875rem;height:3.8994125rem;top:50.548828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1cf4wfyVLxVPiB8QHOziEu05zUQeNaN { width:13.25rem;height:2.5996125rem;top:55.65625rem;left:3.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcURqyaNhaTouLbG7N3naCJ7SLLKrPN0 { width:13.0625rem;height:2.03125rem;top:57.755859375rem;left:3.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNbWlfZv4nt6rJHFOJM8BQ91H0nRXfND { width:20rem;height:3.5996125rem;top:63.9130859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRSo0xT6pLQnurwnOwAQN6Du2q6qko2U { width:7.6875rem;height:4.5rem;top:16.3125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9pOMDb1ADorUzqNL3C1AXgGX1ULTCbd { width:6.9375rem;height:7.5rem;top:14.6875rem;left:11.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIWQlWe7bfXUv4t6Gn7TJCJmnCCmNvvi { width:9.375rem;height:9.0625rem;top:13.75rem;left:0rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QLTKLs6Prcuqkc82dAC1QhMt3SrgCL2l { width:9.375rem;height:9.0625rem;top:13.78125rem;left:10.375rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P12OxMJq2bPXce84aDuz2coHfgodWqEq { width:16.5625rem;height:3rem;top:25.4375rem;left:1.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGHOM1BldgokxfFv46Tz7KJ2wiMXiuUm { width:19.75rem;height:5rem;top:24.3125rem;left:0rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s8mDRJddOmCFrbu1tiRDTgu61N1IkuNo { height:11.25rem;width:20rem;top:32.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLA0DcZpC9VhKzcd5JywrTWwQ8UxsOda { display:flex;top:1.1875rem;left:17.25rem;width:2rem;height:2rem;z-index:15023;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b7efb87a-5ebc-4176-8b97-4788695769b4/logo_spirala_v10.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr.adaptive-delivery-prevent-bg, #sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr.lazyload, #sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr.lazyloading { background-image: none; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container { background-color: transparent; background-image: none; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container > .video-iframe-container { display: none; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row > .video-iframe-container { display: none; }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .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); }#sZLAI5TWvIaZhlTrOCSQWMa4oVUEMivr > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIlQSaCuoN69S37Gx6y1xbTQHkGfPRkc { width:20rem;height:7rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tGJ18tLLaV7gEmziPzWh9OdRBk6z9XfP { height:11.085714285714rem;width:20rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yps8J09i8eLWL2wy5AFLDXLp1lxFcTm4 { width:2.1875rem;height:2.5rem;top:14.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o { background-color:rgba(0,0,0,0);background-image:none;display:block; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container { background-color: transparent; background-image: none; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container > .video-iframe-container { display: none; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row > .video-iframe-container { display: none; }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .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); }#Qv0SUqPsosBCWaiVWpvf2Wn5XvNT8C1o > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZn8hEfSnGu43TkrAcqVEGhlc84cUlTi { width:20rem;height:4.875rem;top:2.1787109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxJPEsnQHBogEN4IIOQE0iS3n9p0SAOc { width:20rem;height:1.21875rem;top:21.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktdsb8EZJn9fl6J48Ll3306wLGDFSNaM { width:19.75rem;height:11.9375rem;top:26.8125rem;left:0rem;border-top:0.125rem solid #46db7b;border-left:0.125rem solid #46db7b;border-right:0.125rem solid #46db7b;border-bottom:0.125rem solid #46db7b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QyTVAB0JWLVMvT9IzhIC2aBVIF2yvmT5 { width:18.75rem;height:3rem;top:28.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxLATvxFkWXLVms09i6Dkr6T6fQd8Wsa { width:2.1875rem;height:2.4375rem;top:13.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQD62vv1rtenfzRuKo7yG6gyKkdzQAaT { height:11.085714285714rem;width:20rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho1UHJaqxVv01TnW7xQ6kGL4BifHktwB { width:17rem;height:4.5rem;top:32.53125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtieray5atXo59F7zGRX3xdnonP7aQuR { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container { background-color: transparent; background-image: none; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container > .video-iframe-container { display: none; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row > .video-iframe-container { display: none; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .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); }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container { border-width: 0; border-radius: 0; }#Wtieray5atXo59F7zGRX3xdnonP7aQuR > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPbsdTOKWwDSReD0ss7JZH5KQNKhxfnW { width:20rem;height:2.5rem;top:40.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LawcXiShCCARVTQefWRSsd5pdIMGyLrT { width:20rem;height:2.5rem;top:43.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZtbnGGyhhACq4sGhlUlrlwPloaOU05x { width:17.4375rem;height:3.25rem;top:1.3056640625rem;left:1.28125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhMREp092SgvFLJ8D5vnPGT3Ri4cbbV { width:20rem;height:4.0625rem;top:4.0302734375rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-input-button { width:12.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5625rem;overflow:hidden; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;line-height:1.6; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0  { width:16.875rem;height:auto;top:10.1787109375rem;left:0rem; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 {display:block;}#Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 { width:16.875rem;height:auto;top:10.1787109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #iPGfZHdXq1vNAF3ChZ88K5f0NddT9viM {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #w8p5FdLilJxy1cRiZ9LMXcS5yPilRQ5C { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #THJVUVt9sUwoEaqT6Xt3p00hi2ROfOFH {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #dCRCmIQkvDwaATWKc81mV523PbHBigT6 {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #N1t4W4Af8TAxd7aTMstKSUquOQ42tffE { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #vA2ZHcXFdDgMpytf8CbAVtiizeaWy6Qy {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #RFT9ycXS1EZ1N2x0SDrdVu4KRlGrh6wE {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #aoT665X4NMAwkoSUhWTVORF3prn3rTll { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #DAGgRO0zwsxbAtLKlXlyxSRXRZMDOaNz {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #S4Hq364S8gSds08PSsZqSDRVSMN1hUV0 {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #MmTfgdTHbILZexDBpf8arDZuZ4U3kcMm { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #VuM2zkWGc3IEODxXxJG3vHfmriZRi2C4 {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #e4TvzWTFwnT92kS9MgycKPSigJIqzPhZ {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #uC90TqE4dDlmfCZ8hskWs9o7SJaVvgOV {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #XQOrZEeBrbslqruGRPQ7PnI1e50BtUAd {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #CBtBmcms9BU2uUADzlp029mWzNp708wt {  }
 }@media only screen and (max-width: 763px) { #Hc1D7MJy3IAlSJBoxbhVlEB8VFRvzgO0 #aw03zhGvqOgiC4OuPsGvK72Q5C86AAep {  }
 }@media only screen and (max-width: 763px) { #uatQOceXJTzhA6rTEdT84hQeDiisPbT2 { display:block; }#uatQOceXJTzhA6rTEdT84hQeDiisPbT2 > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psgkHiBABZ2k43nXbU6VTmQ3H1OVQ8LF { width:20rem;height:13.952125rem;top:3.8984375rem;left:0rem;display:block; }
 }