.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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; }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row .container { background-color: transparent; background-image: none; }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row .container > .video-iframe-container { display: none; }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row > .video-iframe-container { display: none; }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .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); }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row .container { border-width: 0; border-radius: 0; }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#zzCdBsAARDeSgvBUA7ZUCAeWyJ2kUD1R { 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.3125rem;width:2.3125rem;top:0.77945947647094rem;left:0rem;overflow:hidden;display:block; }
#dvCJ5Rcvd4bcW8OQXJMoqyAArB375xDZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.185546875rem;left:3.56201171875rem;height:1.787925rem;font-style:italic;display:block; }
#U6gbkIyqI8Tz2TWk943GfEhqHvJIfNg2 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2164711952209rem;left:16.062009811401rem;height:1.4615875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.29625rem;padding-right:0.2575rem;padding-bottom:0.29625rem;padding-left:0.2575rem;display:block;align-items:center;width:1.545rem;min-width:1.545rem;height:1.59125rem;position:relative;font-family:"open sans";font-size:1.185rem;font-weight:700;line-height:25.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.185rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.060625rem;height:0.629375rem;position:relative;font-family:"open sans";font-size:0.44375rem;font-weight:400;line-height:10.07px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:12.25rem;height:2.998125rem;padding-top:0.370625rem;padding-right:0.368125rem;padding-bottom:0.370625rem;padding-left:0.368125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:35.060384750366rem;z-index:15017; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #tR9DrC3QnDN7e2FQ6fuaubgsE0SEJlLM { display:flex;position:relative;top:0rem;left:0rem; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #WifRDcEJWGZDFfT8BFf6dMyhMmoTkQz6 { width:auto; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #HT2m4A2QfMpKn0WbzTWxeczzQUM04dF6 {  }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #RTCNAqxQs9TUreqlqTkri2e2W5khcQyo { display:flex;position:relative;top:0rem;left:0rem; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #RmSNTBFPAFQNQxTDAMrMaecDfb9g60IL {  }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #yBPVBhC43yQeWCNBk0sWdrbcdgNK6UFl {  }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #SqchIZsLFPJhyicZLEt6ES26vQZ3T0nW { display:flex;position:relative;top:0rem;left:0rem; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #LzR5hM0pXIQT4MKQiI5FhrE6RhQwaPO4 {  }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #hdcEyJ6TgG0v3ii7TfVDWSyzlayxvgQV {  }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #LdR22XxhvS4ufkGthHazFDG9UnI9bfUB { display:flex;position:relative;top:0rem;left:0rem; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #hOAFMlsEsb5z0KczTJLRqxMxmFmmoV0v {  }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #AaaertwPFND4FuQJBWbTQ3cCnGZ474Jt {  }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-form-header {  }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-regular-label { display:none;width:;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-text {padding-top: 0; padding-bottom: 0;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:2.9375rem;width:;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-select {padding-top: 0; padding-bottom: 0;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:1.375rem;width:7.5625rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:0.8125rem;background-color:#7700fd;background-image:none;overflow:hidden; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#d6d4d4; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:8.5rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-container:first-of-type{padding-top:0;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-container:last-of-type{padding-bottom:0;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;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;color:#000000;font-family:arial;width:8.1875rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:47.107748031616rem;top:0rem;z-index:15022;position:absolute; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .radio-container { width:; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;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;color:#000000;font-family:arial;width:8.1875rem;height:auto;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:47.107748031616rem;top:0rem;z-index:15022;position:absolute; }
#FXmVIoXq6V4T2SmEHLNtb72b9LRJZnqJ { position:relative;display:block; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW #pEr1BW3Di7lK14lyFhTBoRvO8ZMzJWNF { position:relative; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW #nVMcOCWoAZH48nF5JMrCSVKUp9QuyeDS { position:relative; }
#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d1b36f, #fe4319);background-image: -moz-linear-gradient(180deg, #d1b36f, #fe4319);background-image: -ms-linear-gradient(180deg, #d1b36f, #fe4319);background-image: -o-linear-gradient(180deg, #d1b36f, #fe4319);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1b36f', endColorstr='#fe4319' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1b36f', endColorstr='#fe4319' );";background-image: linear-gradient(180deg, #d1b36f, #fe4319);background-size:auto !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; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { background-color: transparent; background-image: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .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); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { border-width: 0; border-radius: 0; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#Leqopc55fXQTN0JyIapZ3q16yAbexC4v { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:roboto;font-size:5.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0.6875rem 0rem 0rem #000000;top:2.8107094764709rem;left:1.0921230316162rem;height:5.63720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.57421875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#adWsEBsWgEWbTboqpRxru7FFmVH0Ru2G { color:#efd5d5;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.655759334564rem;left:0rem;height:1.29964375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#l56Q4sT0cGLT1TmSJqIB0TJKfIQR0TG9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(91deg, #000000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.25rem;width:41rem;top:17.623860836029rem;left:0rem;display:block; }
#BgHOqfGlKnvn7J1R8l8TFneBDTTVi57c { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.248696804047rem;left:0.37434959411621rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuoZiEk3m8vAJ3FtUBVIhbR4f9GDUklF { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0rem 0rem #000000;top:11.061034679413rem;left:0rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnLvO1VUpirQpNNEibNxpgQNckURociA { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0615229606631rem;left:0rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.54625rem;padding-right:0.4775rem;padding-bottom:0.54625rem;padding-left:0.4775rem;display:block;align-items:center;width:2.865rem;min-width:2.865rem;height:2.936875rem;position:relative;font-family:"open sans";font-size:2.185625rem;font-weight:700;line-height:46.99px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.34125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.82rem;height:1.16125rem;position:relative;font-family:"open sans";font-size:0.819375rem;font-weight:400;line-height:18.58px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:19.25rem;height:5.531875rem;padding-top:0.683125rem;padding-right:0.6825rem;padding-bottom:0.683125rem;padding-left:0.6825rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.472005367279rem;left:3.5042324066162rem;z-index:15016; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx { width:auto; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
#kCIVUou4OxRF8XCISIJuT2hgrGgpe3eF { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:24.748860836029rem;left:21.624349594116rem; }
#BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:24.748860836029rem;left:3.6238613128662rem; }
#FdeeLUprhZzAqyJJLLzFEfxwMpgIJQol { position:absolute;display:block;z-index:15019;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:6.0625rem;width:34.25rem;top:8.5486414919131rem;left:23.605709426227rem;overflow:hidden;display:block; }
#OUQXeLxvTFl1fvRkNtFSiRZ9WXpTpixC { position:absolute;display:block;z-index:15020;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:14.875rem;width:15.125rem;top:14.582356929779rem;left:32.994791030884rem;overflow:hidden;display:block; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-form-header {  }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:14.375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-select { 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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .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; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-button { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#760798;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:14.375rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .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;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:13.1875rem;overflow:hidden;font-style:normal;float:none; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .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; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-container:first-of-type{padding-top:0;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-container:last-of-type{padding-bottom:0;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:22.381998777389rem;left:4.9886074066162rem; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.375rem;display:block;vertical-align:top; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm {display:block;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:22.381998777389rem;left:4.9886074066162rem; }
#hQUiW64O7MBHfiKGVHoW6PrJOsXa00tU { position:relative;display:block; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm #uM5muo6DleJnRHREoKKOOrvTtGT1R5in { position:relative; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm #as3F0qCdrWTvBm8yVG7ava05OnA4Sgrm { position:relative; }
#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { background-color: transparent; background-image: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { display: none; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .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); }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { border-width: 0; border-radius: 0; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.6357421875rem;left:0rem;height:3.2495125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { background-color: transparent; background-image: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .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); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { border-width: 0; border-radius: 0; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #000000, #0f141b);background-image: -moz-linear-gradient(147deg, #000000, #0f141b);background-image: -ms-linear-gradient(147deg, #000000, #0f141b);background-image: -o-linear-gradient(147deg, #000000, #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, #000000, #0f141b);background-size:auto !important;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:14.875rem;width:47.4375rem;top:1.0999336242676rem;left:12.649740219116rem;display:block; }
#Cd35nT3wfrN5pnGOwyXyTHKMFcqU5GWS { color:#e4e4e4;display:block;width:26.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8748359680176rem;left:20.562337875366rem;height:1.787925rem;display:block; }
#IZmJFKuQXTqH3mfL9wTdZzWbdG6T9JEw { color:#e4e4e4;display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:5.1249961853028rem;left:20.562337875366rem;height:3.6002625rem;display:block; }
#J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f149b14f-6a55-405e-880e-21fd8f342424/Winner1min.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:14.125rem;top:1.5983085632324rem;left:0rem;display:block; }#J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5.adaptive-delivery-prevent-bg, #J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5.lazyload, #J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5.lazyloading { background-image: none; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-form-header {  }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:14.375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-text {padding-top: 0; padding-bottom: 0;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-select { 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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-select {padding-top: 0; padding-bottom: 0;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .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; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-button { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#760798;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:14.375rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .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;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:13.1875rem;overflow:hidden;font-style:normal;float:none; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .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; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-container:first-of-type{padding-top:0;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-container:last-of-type{padding-bottom:0;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.5882148742675rem;left:18.873697280884rem; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.375rem;display:block;vertical-align:top; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb {display:block;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.5882148742675rem;left:18.873697280884rem; }
#BAzZTicyO13z5WHHtgPpG4fDTSHfaF8z { position:relative;display:block; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb #DWGTu86s4Zv8QT9LUzn92q4ZXsJmzPCX { position:relative; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb #cZrNBit3LTR2SDx2gixa1sDOT4VlHhwc { position:relative; }
#WVTkPpFncOmI5AcCVFbLx1QS8TND897o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { background-color: transparent; background-image: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .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); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { border-width: 0; border-radius: 0; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #000000, #0f141b);background-image: -moz-linear-gradient(147deg, #000000, #0f141b);background-image: -ms-linear-gradient(147deg, #000000, #0f141b);background-image: -o-linear-gradient(147deg, #000000, #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, #000000, #0f141b);background-size:auto !important;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:14.875rem;width:47.4375rem;top:1.0999374389649rem;left:12.649740219116rem;display:block; }
#yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { color:#e4e4e4;display:block;width:32.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8748397827149rem;left:21.086423873901rem;height:1.787925rem;display:block; }
#P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { color:#e4e4e4;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:5.0989608764649rem;left:21.086423873901rem;height:1.80013125rem;display:block; }
#WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/152ccb69-3081-4f5d-bfd1-4c9d02a2c492/Winner4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.375rem;width:14.375rem;top:1.22314453125rem;left:0rem;display:block; }#WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.adaptive-delivery-prevent-bg, #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.lazyload, #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.lazyloading { background-image: none; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-form-header {  }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:14.375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-text {padding-top: 0; padding-bottom: 0;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-select { 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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-select {padding-top: 0; padding-bottom: 0;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .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; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-button { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#760798;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:14.375rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .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;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:13.1875rem;overflow:hidden;font-style:normal;float:none; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .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; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-container:first-of-type{padding-top:0;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-container:last-of-type{padding-bottom:0;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.5890312194825rem;left:19.371744155884rem; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.375rem;display:block;vertical-align:top; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs {display:block;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.5890312194825rem;left:19.371744155884rem; }
#G7cpeJA0F5oNm4vCbkf5kHDu9bb00POo { position:relative;display:block; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs #DIyoycoylX31ROENF8C4GTTGKRHlhuqI { position:relative; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs #RxwmH4PEf8hUs5RE5eFIrvUezn2qeF22 { position:relative; }
#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { background-color: transparent; background-image: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container > .video-iframe-container { display: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container { display: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .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); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { border-width: 0; border-radius: 0; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#tTEQglvb5NOJVMWO8AGNbWIk4EGsU2uU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #000000, #0f141b);background-image: -moz-linear-gradient(147deg, #000000, #0f141b);background-image: -ms-linear-gradient(147deg, #000000, #0f141b);background-image: -o-linear-gradient(147deg, #000000, #0f141b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f141b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f141b' );";background-image: linear-gradient(147deg, #000000, #0f141b);background-size:auto !important;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:14.875rem;width:47.4375rem;top:0.84992980957031rem;left:12.649740219116rem;display:block; }
#N4HVugKa2Sy0PwiFf3JLPSTcXSinJlHT { color:#e4e4e4;display:block;width:26.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6248321533203rem;left:21.086423873901rem;height:1.787925rem;display:block; }
#Ln5GeqBsft7xfcMtITf2nh1HzIOykULd { color:#e4e4e4;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:4.8489532470703rem;left:21.086423873901rem;height:3.6002625rem;display:block; }
#hiJD6yZTEwuf6FvkhqcZWoDMiTnKSnPu { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b27ac49f-7eb6-46d1-ad8e-c60b46f215c9/Winner2min.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.6875rem;width:14.6875rem;top:0.97379302978513rem;left:0rem;display:block; }#hiJD6yZTEwuf6FvkhqcZWoDMiTnKSnPu.adaptive-delivery-prevent-bg, #hiJD6yZTEwuf6FvkhqcZWoDMiTnKSnPu.lazyload, #hiJD6yZTEwuf6FvkhqcZWoDMiTnKSnPu.lazyloading { background-image: none; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-form-header {  }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:14.375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-text {padding-top: 0; padding-bottom: 0;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-select { 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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-select {padding-top: 0; padding-bottom: 0;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .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; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-button { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#760798;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:14.375rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .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;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:13.1875rem;overflow:hidden;font-style:normal;float:none; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .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; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-container:first-of-type{padding-top:0;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-container:last-of-type{padding-bottom:0;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.3383750915525rem;left:19.371744155884rem; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.375rem;display:block;vertical-align:top; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x {display:block;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.3383750915525rem;left:19.371744155884rem; }
#AyohSsv18W5giN36CloqKLyLTyOTKKxl { position:relative;display:block; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x #FTn6t4NF7PnxIXvwORIRPpkbBCPgGM7q { position:relative; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x #ZBgIb2QrNvqCOKDMMpIuOfQNpawG8UVM { position:relative; }
#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { background-color: transparent; background-image: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .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); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { border-width: 0; border-radius: 0; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0735664367676rem;left:0rem;height:3.2495125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { background-color: transparent; background-image: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container > .video-iframe-container { display: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container { display: none; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .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); }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { border-width: 0; border-radius: 0; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { color:#e4e4e4;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.08740234375rem;left:10.030923843384rem;height:1.62435rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { color:#e4e4e4;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:7.21142578125rem;left:10.030923843384rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PkRQUMdLa6Idy5Co1aNb4C8hgGqJXen1 { position:absolute;display:block;z-index:15011;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.6875rem;width:4.25rem;top:0.89876556396487rem;left:10.030923843384rem;overflow:hidden;display:block; }
#Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { color:#e4e4e4;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:7.249671936035rem;left:32.312009811401rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { color:#e4e4e4;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1248397827149rem;left:32.312009811401rem;height:1.62435rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZEJhXZ3bDJd98suIwZUQds4pMdGw7dZp { position:absolute;display:block;z-index:15014;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:3.125rem;width:3.0625rem;top:0.93701171875rem;left:32.312009811401rem;overflow:hidden;display:block; }
#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { background-color: transparent; background-image: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container > .video-iframe-container { display: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container { display: none; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .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); }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { border-width: 0; border-radius: 0; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#HU6xUt8MvepM8aXynLaweknixwTHWDMV { color:#e4e4e4;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.27490234375rem;left:10.030923843384rem;height:1.62435rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { color:#e4e4e4;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:7.3997497558594rem;left:10.030923843384rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RHTB9ttVhU4fF2eAcVT9xI7yUsWxUTRa { position:absolute;display:block;z-index:15011;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:3.25rem;width:3.25rem;top:1.0862731933594rem;left:10.030923843384rem;overflow:hidden;display:block; }
#XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { color:#e4e4e4;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:7.43717956543rem;left:32.312009811401rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { color:#e4e4e4;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.3123474121094rem;left:32.312009811401rem;height:1.62435rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kz61S0TtFga98r9RDZkJvVGQNbRE4d9X { position:absolute;display:block;z-index:15014;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:3.125rem;width:3.125rem;top:1.12451171875rem;left:32.312009811401rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n { display:block; }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzCdBsAARDeSgvBUA7ZUCAeWyJ2kUD1R { top:0.75rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvCJ5Rcvd4bcW8OQXJMoqyAArB375xDZ { top:1.125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gbkIyqI8Tz2TWk943GfEhqHvJIfNg2 { top:1.1875rem;left:9.9370098114012rem;width:16.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq { display:flex;width:18rem;height:5.0625rem;top:0rem;left:28.685417175293rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #tR9DrC3QnDN7e2FQ6fuaubgsE0SEJlLM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #WifRDcEJWGZDFfT8BFf6dMyhMmoTkQz6 {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #HT2m4A2QfMpKn0WbzTWxeczzQUM04dF6 {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #RTCNAqxQs9TUreqlqTkri2e2W5khcQyo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #RmSNTBFPAFQNQxTDAMrMaecDfb9g60IL {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #yBPVBhC43yQeWCNBk0sWdrbcdgNK6UFl {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #SqchIZsLFPJhyicZLEt6ES26vQZ3T0nW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #LzR5hM0pXIQT4MKQiI5FhrE6RhQwaPO4 {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #hdcEyJ6TgG0v3ii7TfVDWSyzlayxvgQV {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #LdR22XxhvS4ufkGthHazFDG9UnI9bfUB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #hOAFMlsEsb5z0KczTJLRqxMxmFmmoV0v {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #AaaertwPFND4FuQJBWbTQ3cCnGZ474Jt {  }
 }@media only screen and (max-width: 763px) { #shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-regular-label { width:; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-text { width:; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-text {padding-top: 0; padding-bottom: 0;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-textarea { width:; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-select { width:; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-select {padding-top: 0; padding-bottom: 0;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-checkbox-label { width:6.6875rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-radio-label { width:; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW  { width:8.1875rem;height:auto;top:0rem;left:37.0625rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .radio-container { width:; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW {display:inline-block;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW { width:8.1875rem;height:auto;top:0rem;left:37.0625rem; }
 }@media only screen and (max-width: 763px) { #FXmVIoXq6V4T2SmEHLNtb72b9LRJZnqJ { display:block; }
 }@media only screen and (max-width: 763px) { #shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW #pEr1BW3Di7lK14lyFhTBoRvO8ZMzJWNF {  }
 }@media only screen and (max-width: 763px) { #shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW #nVMcOCWoAZH48nF5JMrCSVKUp9QuyeDS {  }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Leqopc55fXQTN0JyIapZ3q16yAbexC4v { top:2.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { top:0rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adWsEBsWgEWbTboqpRxru7FFmVH0Ru2G { top:27.625rem;left:0rem;width:27.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l56Q4sT0cGLT1TmSJqIB0TJKfIQR0TG9 { width:41rem;height:5.25rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHOqfGlKnvn7J1R8l8TFneBDTTVi57c { width:27.625rem;height:1.75rem;top:14.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuoZiEk3m8vAJ3FtUBVIhbR4f9GDUklF { width:27.8125rem;height:3.1875rem;top:11rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLvO1VUpirQpNNEibNxpgQNckURociA { width:27.875rem;height:1.75rem;top:9rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { display:flex;width:18rem;height:5.0625rem;top:16.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
 }@media only screen and (max-width: 763px) { #kCIVUou4OxRF8XCISIJuT2hgrGgpe3eF { width:1.5rem;height:1.5rem;top:24.6875rem;left:15.499349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { width:1.5rem;height:1.5rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdeeLUprhZzAqyJJLLzFEfxwMpgIJQol { top:8.5rem;left:13.5rem;width:34.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQXeLxvTFl1fvRkNtFSiRZ9WXpTpixC { top:14.5625rem;left:26.869791030884rem;width:15.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm  { width:14.375rem;height:auto;top:22.375rem;left:0rem; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm {display:block;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm { width:14.375rem;height:auto;top:22.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hQUiW64O7MBHfiKGVHoW6PrJOsXa00tU { display:block; }
 }@media only screen and (max-width: 763px) { #wJM5Gecyid4oaDF2T4RmmprQpFbkArQm #uM5muo6DleJnRHREoKKOOrvTtGT1R5in {  }
 }@media only screen and (max-width: 763px) { #wJM5Gecyid4oaDF2T4RmmprQpFbkArQm #as3F0qCdrWTvBm8yVG7ava05OnA4Sgrm {  }
 }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { top:0.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { top:1.0625rem;left:0.3125rem;width:47.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd35nT3wfrN5pnGOwyXyTHKMFcqU5GWS { top:2.8125rem;left:14.437337875366rem;width:26.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZmJFKuQXTqH3mfL9wTdZzWbdG6T9JEw { top:5.0625rem;left:14.437337875366rem;width:29.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5 { top:1.5625rem;left:0rem;width:14.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-text {padding-top: 0; padding-bottom: 0;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-select {padding-top: 0; padding-bottom: 0;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb  { width:14.375rem;height:auto;top:9.5625rem;left:12.748697280884rem; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb {display:block;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb { width:14.375rem;height:auto;top:9.5625rem;left:12.748697280884rem; }
 }@media only screen and (max-width: 763px) { #BAzZTicyO13z5WHHtgPpG4fDTSHfaF8z { display:block; }
 }@media only screen and (max-width: 763px) { #kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb #DWGTu86s4Zv8QT9LUzn92q4ZXsJmzPCX {  }
 }@media only screen and (max-width: 763px) { #kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb #cZrNBit3LTR2SDx2gixa1sDOT4VlHhwc {  }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { top:1.0625rem;left:0.3125rem;width:47.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { top:2.8125rem;left:14.961423873901rem;width:32.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { top:5.0625rem;left:14.961423873901rem;width:31.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { top:1.1875rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-text {padding-top: 0; padding-bottom: 0;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-select {padding-top: 0; padding-bottom: 0;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs  { width:14.375rem;height:auto;top:9.5625rem;left:13.246744155884rem; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs {display:block;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs { width:14.375rem;height:auto;top:9.5625rem;left:13.246744155884rem; }
 }@media only screen and (max-width: 763px) { #G7cpeJA0F5oNm4vCbkf5kHDu9bb00POo { display:block; }
 }@media only screen and (max-width: 763px) { #gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs #DIyoycoylX31ROENF8C4GTTGKRHlhuqI {  }
 }@media only screen and (max-width: 763px) { #gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs #RxwmH4PEf8hUs5RE5eFIrvUezn2qeF22 {  }
 }@media only screen and (max-width: 763px) { #umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { display:block; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTEQglvb5NOJVMWO8AGNbWIk4EGsU2uU { top:0.8125rem;left:0.3125rem;width:47.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4HVugKa2Sy0PwiFf3JLPSTcXSinJlHT { top:2.5625rem;left:14.961423873901rem;width:26.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln5GeqBsft7xfcMtITf2nh1HzIOykULd { top:4.8125rem;left:14.961423873901rem;width:31.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiJD6yZTEwuf6FvkhqcZWoDMiTnKSnPu { top:0.9375rem;left:0rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-text {padding-top: 0; padding-bottom: 0;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-select {padding-top: 0; padding-bottom: 0;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x  { width:14.375rem;height:auto;top:9.3125rem;left:13.246744155884rem; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x {display:block;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x { width:14.375rem;height:auto;top:9.3125rem;left:13.246744155884rem; }
 }@media only screen and (max-width: 763px) { #AyohSsv18W5giN36CloqKLyLTyOTKKxl { display:block; }
 }@media only screen and (max-width: 763px) { #g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x #FTn6t4NF7PnxIXvwORIRPpkbBCPgGM7q {  }
 }@media only screen and (max-width: 763px) { #g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x #ZBgIb2QrNvqCOKDMMpIuOfQNpawG8UVM {  }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { top:1.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { display:block; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { top:5.0625rem;left:6.9684238433837rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { top:7.1875rem;left:3.875rem;width:20rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkRQUMdLa6Idy5Co1aNb4C8hgGqJXen1 { top:0.875rem;left:6.9684238433837rem;width:4.25rem;height:2.6873805055681rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { top:7.1875rem;left:23.875rem;width:20rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { top:5.0625rem;left:23.875rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJhXZ3bDJd98suIwZUQds4pMdGw7dZp { top:0.875rem;left:23.875rem;width:3.0625rem;height:3.1251658251254rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { display:block; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU6xUt8MvepM8aXynLaweknixwTHWDMV { top:5.25rem;left:6.9684238433837rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { top:7.375rem;left:3.875rem;width:20rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHTB9ttVhU4fF2eAcVT9xI7yUsWxUTRa { top:1.0625rem;left:6.9684238433837rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { top:7.375rem;left:23.875rem;width:20rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { top:5.25rem;left:23.875rem;width:9.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz61S0TtFga98r9RDZkJvVGQNbRE4d9X { top:1.0625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n { position:relative;z-index:auto;display:block; }#KlFCPIoeAhxWZ60EF81AdS0IywmLbU3n > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzCdBsAARDeSgvBUA7ZUCAeWyJ2kUD1R { width:1.5625rem;height:1.5625rem;top:0.74869793653488rem;left:0.68684899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvCJ5Rcvd4bcW8OQXJMoqyAArB375xDZ { width:11.875rem;height:1.29964375rem;top:0.62418621778488rem;left:2.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gbkIyqI8Tz2TWk943GfEhqHvJIfNg2 { width:13.499375rem;height:1.13688125rem;top:2.3111979365349rem;left:6.49983727932rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.25375rem;padding-bottom:0.29125rem;padding-left:0.25375rem;width:1.525rem;min-width:1.525rem;height:1.564375rem;font-size:1.16375rem;line-height:25.03px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.181875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.033125rem;height:0.61875rem;font-size:0.436875rem;line-height:9.9px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdBLAaaR7qylwS6B4tG0DPP7Gb527trq { display:flex;width:12.125rem;height:2.9475rem;top:3.4472653269767rem;left:0.68684899806975rem;padding-top:0.27125rem;padding-right:0.27125rem;padding-bottom:0.27125rem;padding-left:0.27125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #tR9DrC3QnDN7e2FQ6fuaubgsE0SEJlLM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #WifRDcEJWGZDFfT8BFf6dMyhMmoTkQz6 {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #HT2m4A2QfMpKn0WbzTWxeczzQUM04dF6 {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #RTCNAqxQs9TUreqlqTkri2e2W5khcQyo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #RmSNTBFPAFQNQxTDAMrMaecDfb9g60IL {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #yBPVBhC43yQeWCNBk0sWdrbcdgNK6UFl {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #SqchIZsLFPJhyicZLEt6ES26vQZ3T0nW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #LzR5hM0pXIQT4MKQiI5FhrE6RhQwaPO4 {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #hdcEyJ6TgG0v3ii7TfVDWSyzlayxvgQV {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #LdR22XxhvS4ufkGthHazFDG9UnI9bfUB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #hOAFMlsEsb5z0KczTJLRqxMxmFmmoV0v {  }
 }@media only screen and (max-width: 763px) { #wdBLAaaR7qylwS6B4tG0DPP7Gb527trq #AaaertwPFND4FuQJBWbTQ3cCnGZ474Jt {  }
 }@media only screen and (max-width: 763px) { #shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-regular-label { width:7.5625rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-text { width:7.5625rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-text {padding-top: 0; padding-bottom: 0;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-textarea { width:7.5625rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-select { width:7.5625rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-select {padding-top: 0; padding-bottom: 0;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-input-button { width:7.5625rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-checkbox-label { width:6.6875rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .widget-radio-label { width:2.90625rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW  { width:8.186875rem;height:auto;top:6.9352211952213rem;left:4.6557615995407rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW .radio-container { width:8.1875rem; }
#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW {display:inline-block;}#shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW { width:8.186875rem;height:auto;top:6.9352211952213rem;left:4.6557615995407rem; }
 }@media only screen and (max-width: 763px) { #FXmVIoXq6V4T2SmEHLNtb72b9LRJZnqJ { display:block; }
 }@media only screen and (max-width: 763px) { #shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW #pEr1BW3Di7lK14lyFhTBoRvO8ZMzJWNF {  }
 }@media only screen and (max-width: 763px) { #shEKP2WZa5qTcwEZ44Q3xZuQWmdycixW #nVMcOCWoAZH48nF5JMrCSVKUp9QuyeDS {  }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Leqopc55fXQTN0JyIapZ3q16yAbexC4v { width:19.0625rem;height:2.19970625rem;top:6.4485673904419rem;left:0.46875rem;font-size:2rem;text-shadow:0.4375rem 0rem 0rem #000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adWsEBsWgEWbTboqpRxru7FFmVH0Ru2G { width:20rem;height:1.29964375rem;top:46.866861343384rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l56Q4sT0cGLT1TmSJqIB0TJKfIQR0TG9 { width:20rem;height:5.5623375rem;top:19.44417321682rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHOqfGlKnvn7J1R8l8TFneBDTTVi57c { width:20rem;height:1.62435rem;top:17.3876953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuoZiEk3m8vAJ3FtUBVIhbR4f9GDUklF { width:20rem;height:2.6001rem;top:14.78759765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnLvO1VUpirQpNNEibNxpgQNckURociA { width:20rem;height:2.03125rem;top:12.757160186767rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { display:flex;width:18rem;height:5.0625rem;top:19.012044429779rem;left:0.634765625rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
 }@media only screen and (max-width: 763px) { #kCIVUou4OxRF8XCISIJuT2hgrGgpe3eF { width:1.4998375rem;height:1.4998375rem;top:27.303874969483rem;left:18.49934899807rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { width:1.4998375rem;height:1.4998375rem;top:27.303872108459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdeeLUprhZzAqyJJLLzFEfxwMpgIJQol { width:20rem;height:3.5400375rem;top:8.6474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQXeLxvTFl1fvRkNtFSiRZ9WXpTpixC { width:15.1245rem;height:14.8746875rem;top:31.443684577942rem;left:2.4373372793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm  { width:14.375rem;height:auto;top:25.006509780884rem;left:1.5616861581802rem; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm {display:block;}#wJM5Gecyid4oaDF2T4RmmprQpFbkArQm { width:14.375rem;height:auto;top:25.006509780884rem;left:1.5616861581802rem; }
 }@media only screen and (max-width: 763px) { #hQUiW64O7MBHfiKGVHoW6PrJOsXa00tU { display:block; }
 }@media only screen and (max-width: 763px) { #wJM5Gecyid4oaDF2T4RmmprQpFbkArQm #uM5muo6DleJnRHREoKKOOrvTtGT1R5in {  }
 }@media only screen and (max-width: 763px) { #wJM5Gecyid4oaDF2T4RmmprQpFbkArQm #as3F0qCdrWTvBm8yVG7ava05OnA4Sgrm {  }
 }@media only screen and (max-width: 763px) { #ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv { display:block; }#ERmnIqs00T2eN3lTpvHkd8LzQuTPlcnv > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daUknV35leyq2pK6Wgzrgn3F1pVc4n6C { width:20rem;height:7.8003125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { width:20rem;height:15.9375rem;top:17.4365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd35nT3wfrN5pnGOwyXyTHKMFcqU5GWS { width:13.811875rem;height:3.57584375rem;top:17.435707092285rem;left:1.06201171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZmJFKuQXTqH3mfL9wTdZzWbdG6T9JEw { width:20rem;height:3.6002625rem;top:21.461562561035rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J550hvcS4BIhlPqDoKsQS2eJEUVAHSE5 { width:14.749375rem;height:14.8746875rem;top:1.3118488788605rem;left:2.6245115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-text {padding-top: 0; padding-bottom: 0;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-select {padding-top: 0; padding-bottom: 0;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb  { width:14.375rem;height:auto;top:9.5625rem;left:1.5625rem; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb {display:block;}#kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb { width:14.375rem;height:auto;top:34.623207092285rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #BAzZTicyO13z5WHHtgPpG4fDTSHfaF8z { display:block; }
 }@media only screen and (max-width: 763px) { #kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb #DWGTu86s4Zv8QT9LUzn92q4ZXsJmzPCX {  }
 }@media only screen and (max-width: 763px) { #kaQLZg4tFWp0TMTph8ifRtm1HHJw5yfb #cZrNBit3LTR2SDx2gixa1sDOT4VlHhwc {  }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { width:20rem;height:15.9375rem;top:17.4365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { width:13.6865rem;height:3.57584375rem;top:17.435708999634rem;left:0.8740234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { width:20rem;height:1.80013125rem;top:21.684569358826rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { width:14.749375rem;height:14.812rem;top:1.1873373985291rem;left:2.6245115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-text {padding-top: 0; padding-bottom: 0;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-select {padding-top: 0; padding-bottom: 0;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs  { width:14.375rem;height:auto;top:9.5625rem;left:1.5625rem; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs {display:block;}#gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs { width:14.375rem;height:auto;top:34.62321472168rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #G7cpeJA0F5oNm4vCbkf5kHDu9bb00POo { display:block; }
 }@media only screen and (max-width: 763px) { #gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs #DIyoycoylX31ROENF8C4GTTGKRHlhuqI {  }
 }@media only screen and (max-width: 763px) { #gtRktwdzgqKzmTLbOUXRknwTfeA3Mexs #RxwmH4PEf8hUs5RE5eFIrvUezn2qeF22 {  }
 }@media only screen and (max-width: 763px) { #umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { display:block; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTEQglvb5NOJVMWO8AGNbWIk4EGsU2uU { width:20rem;height:13.186875rem;top:17.4365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4HVugKa2Sy0PwiFf3JLPSTcXSinJlHT { width:13.6246875rem;height:1.787925rem;top:17.435709953308rem;left:0.81136071681975rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln5GeqBsft7xfcMtITf2nh1HzIOykULd { width:20rem;height:7.2005rem;top:19.43473815918rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiJD6yZTEwuf6FvkhqcZWoDMiTnKSnPu { width:14.9373125rem;height:14.9373125rem;top:0.87483692169187rem;left:1.8741861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-text {padding-top: 0; padding-bottom: 0;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-select {padding-top: 0; padding-bottom: 0;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x  { width:14.375rem;height:auto;top:9.3125rem;left:1.5625rem; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x {display:block;}#g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x { width:14.375rem;height:auto;top:31.81071472168rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #AyohSsv18W5giN36CloqKLyLTyOTKKxl { display:block; }
 }@media only screen and (max-width: 763px) { #g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x #FTn6t4NF7PnxIXvwORIRPpkbBCPgGM7q {  }
 }@media only screen and (max-width: 763px) { #g6SbVADTFD6XhvtNVXLT7VKKWE6Rx80x #ZBgIb2QrNvqCOKDMMpIuOfQNpawG8UVM {  }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLEF35UVczHyMqRvgl6rVruB25fJ2rMe { display:block; }#HLEF35UVczHyMqRvgl6rVruB25fJ2rMe > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn07wxR3kBUfWiH3rm5NLDzNEzkbv1nl { width:19.9373125rem;height:1.62435rem;top:5.187175rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slGTZESweEyRH6eG0pJda6rPrtJMiWT6 { width:20rem;height:1.80013125rem;top:8.061525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkRQUMdLa6Idy5Co1aNb4C8hgGqJXen1 { width:4.249675rem;height:2.687175rem;top:1.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlu57C7Zy5pGIGoxUwmqb2TaFzRpLqlq { width:20rem;height:1.80013125rem;top:18.36100625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gn1gptIp24mqxK37tRxhCpcaIDwMwUJ6 { width:20rem;height:1.62435rem;top:15.48665625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJhXZ3bDJd98suIwZUQds4pMdGw7dZp { width:3.0623375rem;height:3.125rem;top:11.11165625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ { display:block; }#WKyPnSgpg7f5LMQ3xXpcuq1XTDZaTMuJ > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HU6xUt8MvepM8aXynLaweknixwTHWDMV { width:20rem;height:1.62435rem;top:5.7495125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9yuF52bvTogtrB7IgKo5Po1WXTAsXqJ { width:20rem;height:1.80013125rem;top:8.6238625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHTB9ttVhU4fF2eAcVT9xI7yUsWxUTRa { width:3.2495125rem;height:3.2495125rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcXuKwFkXLG8fRgy1ApIqMArTPVu3bOB { width:20rem;height:1.80013125rem;top:18.92334375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIlkARaVTdEanX9I0MJKyKXdIZ1KnH4q { width:20rem;height:1.62435rem;top:16.04899375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kz61S0TtFga98r9RDZkJvVGQNbRE4d9X { width:3.125rem;height:3.125rem;top:11.67399375rem;left:8.4375rem;display:block; }
 }