.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d0273, #0b0d14);background-image: -moz-linear-gradient(180deg, #0d0273, #0b0d14);background-image: -ms-linear-gradient(180deg, #0d0273, #0b0d14);background-image: -o-linear-gradient(180deg, #0d0273, #0b0d14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0273', endColorstr='#0b0d14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0273', endColorstr='#0b0d14' );";background-image: linear-gradient(180deg, #0d0273, #0b0d14);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { background-color: transparent; background-image: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container > .video-iframe-container { display: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container { display: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .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); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { border-width: 0; border-radius: 0; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#iT2gfPLcd1IkkXnQZwICN4wDWMwTIUkW { 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.25rem;width:13.125rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#gx87xzbQkIZ5yMlwAzmtNm2QHSEbVgXL { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:6.4375rem;left:43.310546875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJ3T0KizRuXoatd0r47PTbwEpTApfmRA { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:4.25rem;height:0;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rph8MWfqph5vBn81XDcneo2tOxK4ihTs { color:#103f9f;display:block;width:37.6875rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:12.875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oWrLlzSxQ9729l6Bv8lVtevaIBQTCpVS { color:#f6f6f6;display:block;width:36.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:31.94189453125rem;left:0rem;height:0;font-style:italic;text-align:left;text-align-last:left;display:none; }
#amyD2RyXSpJRECoptQcAJ2CarNXccDED { color:#f6f6f6;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:36.4375rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-form-header {  }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:25.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.0625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .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; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#103f9f;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:25.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:23.8125rem;overflow:hidden;font-style:normal; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .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; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-container:first-of-type{padding-top:0;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-container:last-of-type{padding-bottom:0;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:43.310546875rem;top:11rem;z-index:15002;position:absolute; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.0625rem;display:block;vertical-align:top; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT {display:block;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:43.310546875rem;top:11rem;z-index:15002;position:absolute; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #TFd0XvxUeqqa3g0DDX23MFKz8sDPZVyg { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #fWBl3SKXb9WTrqwKu40vd5CdiSk9iyBo { position:relative;display:block; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #vidy8PhXMu8lDCbLeXbpFmbcPzGZpDIx { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #RUBo0A1oAbirTpLmHh0PkEPOHrBnZEVA { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #llU45ZV9hvFzylk6UJCd6UeXrokh7pV2 { position:relative;display:block; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #XNX55VNJlXLJ5Rg04JoVOW8qUQzeMHZV { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #oxUXd9yd7HwsSqMGupadeQAGGXqGqKzl { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #XNG2g8FThd0l0UcvOIzPTVicG0Mr9mHg { position:relative;z-index:2; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #MQBTMttzlgNZmax70IpxBy3ulvzuEgA7 { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #y5mEKJ1gogper522c8iZ4zx2Bhd2SnMQ { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #o3ZtQM0D606aDt6F95D5TkCNsUad1TQJ { position:relative;z-index:2; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #lGbqNSKinMFhH3VkCtPwuDUmaI8KZwff { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #zWwIVQIeX1yMOk8TGhp5lTRXG5FJem6W { position:relative; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #iPPucWLyJntF5waeCWZFgpTdQcZQD38X { position:relative; }
#TDmgaa7c8zfy0qBAnThdyz8cxedb6vLh { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:24.375rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yhIsMtnzEIylV0F5xpQnftgrdnaTcRxC { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15046;line-height:1.1;letter-spacing:0;top:14.375rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B { position:relative;display:block; }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B { background-color: transparent; background-image: none; }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .row .container > .video-iframe-container { display: none; }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .row > .video-iframe-container { display: none; }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .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); }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B { border-width: 0; border-radius: 0; }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PaOWciK0JoFu00QxUfC9yHqzIf9zW9im { color:#0b0d14;display:block;width:68.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:2.21875rem;left:3.25rem;height:9.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X { position:relative;display:block; }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X { background-color: transparent; background-image: none; }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .row .container > .video-iframe-container { display: none; }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .row > .video-iframe-container { display: none; }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .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); }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X { border-width: 0; border-radius: 0; }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#e4nJP04nGma7PmAye4EeVIecWKMqzm9p { color:#0b0d14;display:block;width:42rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.46875rem;left:16.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 { position:relative;display:block; }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 { background-color: transparent; background-image: none; }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .row .container > .video-iframe-container { display: none; }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .row > .video-iframe-container { display: none; }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .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); }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 { border-width: 0; border-radius: 0; }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dnPha7t6HA74257Dfis8rv6zBoTKvQBD { color:#000000;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:13rem;height:4.875rem;font-style:normal;display:block; }
#MOR67RNZaB6nqvbGQrgrEEZcquIimeAz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:2.625rem;overflow:hidden;display:block; }
#Caq5J9QmnF4om5Ra4m54eyArHEi7Fsrc { position:absolute;display:block;z-index:15003;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:9.375rem;width:9.375rem;top:9.375rem;left:2.625rem;overflow:hidden;display:block; }
#oTBZcs6dgCtigZwqscBbRiATRWXxRNW5 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:13rem;height:6.5rem;font-style:normal;display:block; }
#avDzBodlSGcJq1mi9QK2SzE1GoIoosn0 { position:absolute;display:block;z-index:15005;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:9.375rem;width:9.375rem;top:0rem;left:40.375rem;overflow:hidden;display:block; }
#Tu8KhW0xZ0KpbdGyFOpVmIGk7nzbyLII { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:49.75rem;height:3.25rem;font-style:normal;display:block; }
#Gy55HhG0zP4ZrO5gCKd8BxFas7J8XF8k { position:absolute;display:block;z-index:15007;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:9.375rem;width:9.375rem;top:9.0625rem;left:40rem;overflow:hidden;display:block; }
#zL5VCcUM4rQbQ97dxJ4i7zyZi2QV1b09 { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.4375rem;left:49.75rem;height:1.625rem;font-style:normal;display:block; }
#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q { position:relative;display:block; }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q { background-color: transparent; background-image: none; }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .row .container > .video-iframe-container { display: none; }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .row > .video-iframe-container { display: none; }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .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); }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q { border-width: 0; border-radius: 0; }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X { position:relative;display:block; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X { background-color: transparent; background-image: none; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .row .container > .video-iframe-container { display: none; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .row > .video-iframe-container { display: none; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .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); }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X { border-width: 0; border-radius: 0; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iXVvUq2C7lZF8qBWLTwq6RncLXPNPvJU { color:#0b0d14;display:block;width:42rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.78125rem;left:16.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu { position:relative;display:none; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu { border-width: 0; border-radius: 0; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NZZlLPpp2CGXmnUihbUixFJBHnna3KkP { color:#0b0d14;display:block;width:33.623046875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:4.9375rem;left:39.4375rem;height:2.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGAJ4CSMWCZoJLBu5bUtEywCCKuIX37N { color:#000000;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.4375rem;height:13.15725rem;text-align:left;text-align-last:left;display:block; }
#Puo7tFxnJLmIdTUVLHfzCTqe3ZbNnVOT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.625rem;top:5.6875rem;left:10.375rem;overflow:hidden;display:block; }
#N9XTLEiXBl6GTwXarAH4NWzCM0pdEJ6E { color:#6ce992;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:7.625rem;left:39.4375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.34375rem;left:61.40625rem; }
#QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod { position:relative;display:none; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod { border-width: 0; border-radius: 0; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bo36QcR7wPX6P8rGvpsFSKhnmIKgfLta { color:#0b0d14;display:block;width:33.623046875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:4.9375rem;left:39.4375rem;height:2.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qoJ5829T3n3wiIXMVHu1y1syv2xB7hsa { color:#000000;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.4375rem;height:13.15725rem;text-align:left;text-align-last:left;display:block; }
#rO5mt7QgTNMEATuvurHozCI0dBUeKxL0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.625rem;top:5.6875rem;left:10.375rem;overflow:hidden;display:block; }
#CDWleOZTTk5bQvRxPvfeCBDSPMyeUVgK { color:#6ce992;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:7.625rem;left:39.4375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.34375rem;left:61.40625rem; }
#Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0d14;background-image:url("https://images.assets-landingi.com/qpgFrxSD/stars_2.svg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S.adaptive-delivery-prevent-bg, #uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S.lazyload, #uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S.lazyloading { background-image: none; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row .container { background-color: transparent; background-image: none; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row .container > .video-iframe-container { display: none; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row > .video-iframe-container { display: none; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .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); }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row .container { border-width: 0; border-radius: 0; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row .container { font-size:0.875rem;font-family:"open sans";height:31.4375rem;width:75rem;position:relative;display:block; }#VXITFmm0Ab99E5kc7tzWDoLbwS8xylqm { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.9375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ylqftmTxM7qAl1mETLJ05NnCR9TKaEQS { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:7.75rem;left:3.9365234375rem;height:2.5371125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZSTb7x29tdiRlilw5rSuOvhE6RcLiIz { position:absolute;display:block;z-index:15006;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:20.9375rem;width:20.9375rem;top:4.1547317504883rem;left:43.436415672303rem;overflow:hidden;display:block; }
#gT0BJG6DZGUwEW5kywEa3Ctprf1yO0W0 { background-color:#28e181;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b0d14;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.061875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:21.411701202392rem;left:3.9366321563721rem;display:block; }
#rBPagChGfxU99ZtJgaRwqVqIxGsm9sVB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .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; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .widget-text.counter-number { border-top:0.140625rem solid #01d8a9;border-left:0.143125rem solid #01d8a9;border-right:0.143125rem solid #01d8a9;border-bottom:0.140625rem solid #01d8a9;background-color:transparent;background-image:none;color:#28e181;padding-top:0.563125rem;padding-right:0.50125rem;padding-bottom:0.563125rem;padding-left:0.50125rem;display:block;align-items:center;width:3.006875rem;min-width:3.006875rem;height:3.0275rem;position:relative;font-family:arial;font-size:2.253125rem;font-weight:700;line-height:48.44px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .widget-text.counter-label { background-color:;background-image:none;color:#01d8a9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.351875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.00875rem;height:1.196875rem;position:relative;font-family:arial;font-size:0.845rem;font-weight:700;line-height:19.15px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.1875rem;height:5.98375rem;padding-top:0.070625rem;padding-right:0.071875rem;padding-bottom:0.070625rem;padding-left:0.071875rem;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:12.6552734375rem;left:3.9375rem;z-index:15012; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #MHggTQ0O6B8Bxfcc655ZcQJJpSZ5XcoS { display:flex;position:relative;top:0rem;left:0rem; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #ynAhwmDzNhsIyTn9BU7oVwbVArcSKAGZ { width:auto; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #g0KJo6ket5FxxlTpURkWd6NQp93fN8i5 {  }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #uMuP6odTQvvqdXCGeHxisbpVTQdHczxf { display:flex;position:relative;top:0rem;left:0rem; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #Z3QN6PVzL4E3e5dVyirOSq4rOkiV4p02 {  }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #b0eGkzBepURxNcUrth2qWALoqF346Ka8 {  }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #ZDCxSzUb8RGzAHvsGVyiJRcmBxU06lp0 { display:flex;position:relative;top:0rem;left:0rem; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #yoKk53o4nGT6hGle3zuobd8d7Pk8EEtp {  }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #AUVaCPD9wN2c0T6RBTDkUC4AN2uFbViD {  }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #rLepytJxN2MkXCNHBVze68lRQzOfkMtH { display:flex;position:relative;top:0rem;left:0rem; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #nyUi201Gp4IOmTLUQkcFE4RgkenolGT1 {  }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #W5qnc7x47syVQtVDDtrDVtWex4fMQ3LQ {  }
#TP0HLV9WxNnM3siSppmu2qbUgToleEqf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#257545;background-image:url("https://images.assets-landingi.com/qpgFrxSD/stars_2.svg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf.adaptive-delivery-prevent-bg, #TP0HLV9WxNnM3siSppmu2qbUgToleEqf.lazyload, #TP0HLV9WxNnM3siSppmu2qbUgToleEqf.lazyloading { background-image: none; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row .container { background-color: transparent; background-image: none; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row .container > .video-iframe-container { display: none; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row > .video-iframe-container { display: none; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .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); }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row .container { border-width: 0; border-radius: 0; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#eLZbisXTs4zfCuQcKlngqMC2cwzE9J4k { color:#18183f;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQIeCZNkXLKeQ1CxKoLTz5bUXTa7hg9a { color:#eadcea;display:block;width:26.9998125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:9.9375rem;left:3.6875rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DQV15Ort4JCIAbIn8xXabCmwi9InoFTH { color:#616161;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.6875rem;height:12.9453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DQV15Ort4JCIAbIn8xXabCmwi9InoFTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQV15Ort4JCIAbIn8xXabCmwi9InoFTH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5mpjeK9T/sm_icon_star.svg); }
#Z9N094NWxdwRl2xy71AbitRgrc54DpON { color:#616161;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:29.9990234375rem;left:45.15625rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QXrsqepxokNREyQLQ5nRJO6QBxyhprID { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.7495625rem;top:31.5625rem;left:3.6875rem;overflow:hidden;display:block; }
#UT8IIOZyuPmFtwtJZHU3T0cCZapADsAH { position:absolute;display:block;z-index:15009;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.31228125rem;width:4.24913125rem;top:31.625rem;left:17.9375rem;overflow:hidden;display:block; }
#Qci3tCUzpLyJOs5DST49zSrGfsGLm4fF { position:absolute;display:block;z-index:15010;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:1.25rem;width:5.99935rem;top:36.6875rem;left:28.125rem;overflow:hidden;display:block; }
#HPlQell0ZxkB1cH2vxrNzvlvKTGOF0M1 { position:absolute;display:block;z-index:15009;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.24978125rem;width:6.12413125rem;top:35.6875rem;left:17rem;overflow:hidden;display:block; }
#GQgCx1sXRoZmAtUcT1kndP2mnNXDTVzt { position:absolute;display:block;z-index:15010;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:5.1240234375rem;width:9.9365234375rem;top:34.5rem;left:3.6875rem;overflow:hidden;display:block; }
#SIfnNPl3ZfrnBTHJGSW0fx7qMEuEUEbB { 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:4.8125rem;width:8.625rem;top:30.375rem;left:26.3125rem;overflow:hidden;display:block; }
#tETMTTO6xkB82xoqgdSJP6w8wvEiZXvr { position:absolute;display:block;z-index:15012;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:26.875rem;width:26.875rem;top:0rem;left:47.062499046326rem;overflow:hidden;display:block; }
#mebwyFIkVfcif97138Kcq3ncOn0p7f4n { position:absolute;display:block;z-index:15013;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:17.875rem;width:17.875rem;top:10.866666793823rem;left:37.5rem;overflow:hidden;display:block; }
#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0d14;background-image:url("https://images.assets-landingi.com/GWsFcf8l/ribbon_3.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz.adaptive-delivery-prevent-bg, #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz.lazyload, #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz.lazyloading { background-image: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { background-color: transparent; background-image: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container > .video-iframe-container { display: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container { display: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .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); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { border-width: 0; border-radius: 0; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#OKnaPTOBoJnBMRIEh4Tv46u60v3MHiTl { background-color:#28e181;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b0d14;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.810546875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.75rem;left:22.5rem;display:block; }
#CNZJ2yeJ67KWs8NtuvTft8dPOCrTDK9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p22vFr4xNREAm188KSOyy61BS6LS2DsN { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:20.78125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf { display:block; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2gfPLcd1IkkXnQZwICN4wDWMwTIUkW { top:3.375rem;left:0rem;width:13.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx87xzbQkIZ5yMlwAzmtNm2QHSEbVgXL { width:26.6875rem;height:3.5rem;top:6.4375rem;left:21.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3T0KizRuXoatd0r47PTbwEpTApfmRA { width:10.9375rem;height:0;top:11.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rph8MWfqph5vBn81XDcneo2tOxK4ihTs { width:37.6875rem;height:;top:12.875rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWrLlzSxQ9729l6Bv8lVtevaIBQTCpVS { top:31.9375rem;left:0rem;width:36.6875rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #amyD2RyXSpJRECoptQcAJ2CarNXccDED { top:36.4375rem;left:0rem;width:24.8125rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-regular-label { display:block;width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-text { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-textarea { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-select { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-button { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-checkbox-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT  { width:25.0625rem;height:auto;top:9.125rem;left:20.1875rem; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .radio-container { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT {display:block;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT { width:25.0625rem;height:auto;top:9.125rem;left:20.1875rem; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #TFd0XvxUeqqa3g0DDX23MFKz8sDPZVyg {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #fWBl3SKXb9WTrqwKu40vd5CdiSk9iyBo { display:block; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #vidy8PhXMu8lDCbLeXbpFmbcPzGZpDIx {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #RUBo0A1oAbirTpLmHh0PkEPOHrBnZEVA {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #llU45ZV9hvFzylk6UJCd6UeXrokh7pV2 { display:block; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #XNX55VNJlXLJ5Rg04JoVOW8qUQzeMHZV {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #oxUXd9yd7HwsSqMGupadeQAGGXqGqKzl {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #XNG2g8FThd0l0UcvOIzPTVicG0Mr9mHg { z-index:2; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #MQBTMttzlgNZmax70IpxBy3ulvzuEgA7 {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #y5mEKJ1gogper522c8iZ4zx2Bhd2SnMQ {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #o3ZtQM0D606aDt6F95D5TkCNsUad1TQJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #lGbqNSKinMFhH3VkCtPwuDUmaI8KZwff {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #zWwIVQIeX1yMOk8TGhp5lTRXG5FJem6W {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #iPPucWLyJntF5waeCWZFgpTdQcZQD38X {  }
 }@media only screen and (max-width: 763px) { #TDmgaa7c8zfy0qBAnThdyz8cxedb6vLh { width:33.8125rem;height:6.75rem;top:24.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhIsMtnzEIylV0F5xpQnftgrdnaTcRxC { top:14.375rem;left:0rem;width:34.3125rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8SPrveScSFtTvVccruzf5ZpP9wO0W4B { display:block; }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaOWciK0JoFu00QxUfC9yHqzIf9zW9im { width:47.75rem;height:9.1875rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7rhhHSocwecii7gb4GVDJWb2OGp8m4X { display:block; }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4nJP04nGma7PmAye4EeVIecWKMqzm9p { width:42rem;height:3.25rem;top:3.4375rem;left:2.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 { display:block; }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnPha7t6HA74257Dfis8rv6zBoTKvQBD { top:2.25rem;left:2rem;width:21.875rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOR67RNZaB6nqvbGQrgrEEZcquIimeAz { top:0rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caq5J9QmnF4om5Ra4m54eyArHEi7Fsrc { top:9.375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBZcs6dgCtigZwqscBbRiATRWXxRNW5 { top:12.4375rem;left:2rem;width:21.875rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avDzBodlSGcJq1mi9QK2SzE1GoIoosn0 { top:0rem;left:23.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8KhW0xZ0KpbdGyFOpVmIGk7nzbyLII { top:2.25rem;left:24.5625rem;width:23.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy55HhG0zP4ZrO5gCKd8BxFas7J8XF8k { top:9.0625rem;left:23.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL5VCcUM4rQbQ97dxJ4i7zyZi2QV1b09 { top:12.4375rem;left:24.5625rem;width:23.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q { display:block; }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X { display:block; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVvUq2C7lZF8qBWLTwq6RncLXPNPvJU { width:42rem;height:3.25rem;top:1.75rem;left:2.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu { display:block; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZZlLPpp2CGXmnUihbUixFJBHnna3KkP { top:4.9375rem;left:14.1875rem;width:33.5625rem;height:2.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGAJ4CSMWCZoJLBu5bUtEywCCKuIX37N { top:10.125rem;left:14.875rem;width:32.875rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puo7tFxnJLmIdTUVLHfzCTqe3ZbNnVOT { top:5.6875rem;left:3.5625rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9XTLEiXBl6GTwXarAH4NWzCM0pdEJ6E { top:7.625rem;left:14.875rem;width:32.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 { top:5.3125rem;left:40.96875rem;width:1.6875rem;height:1.6875rem;display:block; }
#QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod { display:block; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo36QcR7wPX6P8rGvpsFSKhnmIKgfLta { top:4.9375rem;left:14.1875rem;width:33.5625rem;height:2.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJ5829T3n3wiIXMVHu1y1syv2xB7hsa { top:10.125rem;left:14.875rem;width:32.875rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO5mt7QgTNMEATuvurHozCI0dBUeKxL0 { top:5.6875rem;left:3.5625rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDWleOZTTk5bQvRxPvfeCBDSPMyeUVgK { top:7.625rem;left:14.875rem;width:32.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc { top:5.3125rem;left:40.96875rem;width:1.6875rem;height:1.6875rem;display:block; }
#Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S { display:block; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXITFmm0Ab99E5kc7tzWDoLbwS8xylqm { width:30.625rem;height:3.375rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylqftmTxM7qAl1mETLJ05NnCR9TKaEQS { width:23.1875rem;height:2.5rem;top:7.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZSTb7x29tdiRlilw5rSuOvhE6RcLiIz { width:15.0625rem;height:15.0625rem;top:15.3125rem;left:28.875721709007rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT0BJG6DZGUwEW5kywEa3Ctprf1yO0W0 { width:20rem;height:3.75rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBPagChGfxU99ZtJgaRwqVqIxGsm9sVB { display:block; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .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; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .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; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb { width:19.125rem;height:5.34375rem;display:flex;top:21.25rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #MHggTQ0O6B8Bxfcc655ZcQJJpSZ5XcoS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #ynAhwmDzNhsIyTn9BU7oVwbVArcSKAGZ {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #g0KJo6ket5FxxlTpURkWd6NQp93fN8i5 {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #uMuP6odTQvvqdXCGeHxisbpVTQdHczxf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #Z3QN6PVzL4E3e5dVyirOSq4rOkiV4p02 {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #b0eGkzBepURxNcUrth2qWALoqF346Ka8 {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #ZDCxSzUb8RGzAHvsGVyiJRcmBxU06lp0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #yoKk53o4nGT6hGle3zuobd8d7Pk8EEtp {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #AUVaCPD9wN2c0T6RBTDkUC4AN2uFbViD {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #rLepytJxN2MkXCNHBVze68lRQzOfkMtH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #nyUi201Gp4IOmTLUQkcFE4RgkenolGT1 {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #W5qnc7x47syVQtVDDtrDVtWex4fMQ3LQ {  }
 }@media only screen and (max-width: 763px) { #TP0HLV9WxNnM3siSppmu2qbUgToleEqf { display:block; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLZbisXTs4zfCuQcKlngqMC2cwzE9J4k { width:37.5rem;height:4.0625rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIeCZNkXLKeQ1CxKoLTz5bUXTa7hg9a { width:26.9375rem;height:4.625rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQV15Ort4JCIAbIn8xXabCmwi9InoFTH { width:31.625rem;height:12.75rem;top:16.1875rem;left:0rem;font-size:0.875rem;display:block; }#DQV15Ort4JCIAbIn8xXabCmwi9InoFTH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5mpjeK9T/sm_icon_star.svg); }
 }@media only screen and (max-width: 763px) { #Z9N094NWxdwRl2xy71AbitRgrc54DpON { width:27.9375rem;height:9rem;top:29.9375rem;left:19.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrsqepxokNREyQLQ5nRJO6QBxyhprID { top:31.5625rem;left:0rem;width:7.6875rem;height:2.4801512287334rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT8IIOZyuPmFtwtJZHU3T0cCZapADsAH { top:31.625rem;left:11.125rem;width:4.1875rem;height:2.2780538956562rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qci3tCUzpLyJOs5DST49zSrGfsGLm4fF { top:36.6875rem;left:17.9375rem;width:5.9375rem;height:1.2371805306853rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPlQell0ZxkB1cH2vxrNzvlvKTGOF0M1 { top:35.6875rem;left:10.1875rem;width:6.0625rem;height:3.216382953277rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgCx1sXRoZmAtUcT1kndP2mnNXDTVzt { top:34.5rem;left:0rem;width:9.875rem;height:5.0922972972973rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIfnNPl3ZfrnBTHJGSW0fx7qMEuEUEbB { top:30.375rem;left:15.25rem;width:8.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tETMTTO6xkB82xoqgdSJP6w8wvEiZXvr { top:0rem;left:20.875rem;width:26.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mebwyFIkVfcif97138Kcq3ncOn0p7f4n { top:10.8125rem;left:23.875rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKnaPTOBoJnBMRIEh4Tv46u60v3MHiTl { width:30rem;height:3.75rem;top:13.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNZJ2yeJ67KWs8NtuvTft8dPOCrTDK9t { display:block; }
 }@media only screen and (max-width: 763px) { #p22vFr4xNREAm188KSOyy61BS6LS2DsN { width:33.4375rem;height:2.9375rem;top:5.5rem;left:7.15625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf { background-color:#0a0a1e;background-image:url("https://images.assets-landingi.com/Y15Wf01a/stars_1a.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf.adaptive-delivery-prevent-bg, #nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf.lazyload, #nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf.lazyloading { background-image: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { background-color: transparent; background-image: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container > .video-iframe-container { display: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container { display: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .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); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2gfPLcd1IkkXnQZwICN4wDWMwTIUkW { width:6.6875rem;height:1.25rem;top:1.75rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx87xzbQkIZ5yMlwAzmtNm2QHSEbVgXL { width:17.8740234375rem;height:2.625rem;top:5.125rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3T0KizRuXoatd0r47PTbwEpTApfmRA { width:10.9375rem;height:auto;top:11.9375rem;left:4.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rph8MWfqph5vBn81XDcneo2tOxK4ihTs { width:18.75rem;height:0;top:10.5625rem;left:0.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWrLlzSxQ9729l6Bv8lVtevaIBQTCpVS { width:17.8125rem;height:1.6621125rem;top:25.6875rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #amyD2RyXSpJRECoptQcAJ2CarNXccDED { width:15.5625rem;height:4.3857375rem;top:59.25rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT  { width:15rem;height:auto;top:30.4140625rem;left:1.25rem; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT {display:block;}#TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT { width:15rem;height:auto;top:30.4140625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #TFd0XvxUeqqa3g0DDX23MFKz8sDPZVyg {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #fWBl3SKXb9WTrqwKu40vd5CdiSk9iyBo { display:block; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #vidy8PhXMu8lDCbLeXbpFmbcPzGZpDIx {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #RUBo0A1oAbirTpLmHh0PkEPOHrBnZEVA {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #llU45ZV9hvFzylk6UJCd6UeXrokh7pV2 { display:block; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #XNX55VNJlXLJ5Rg04JoVOW8qUQzeMHZV {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #oxUXd9yd7HwsSqMGupadeQAGGXqGqKzl {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #XNG2g8FThd0l0UcvOIzPTVicG0Mr9mHg { z-index:2; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #MQBTMttzlgNZmax70IpxBy3ulvzuEgA7 {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #y5mEKJ1gogper522c8iZ4zx2Bhd2SnMQ {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #o3ZtQM0D606aDt6F95D5TkCNsUad1TQJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #lGbqNSKinMFhH3VkCtPwuDUmaI8KZwff {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #zWwIVQIeX1yMOk8TGhp5lTRXG5FJem6W {  }
 }@media only screen and (max-width: 763px) { #TpKRJMPUnhObPofPQdHg2Mx8dRFMTvdT #iPPucWLyJntF5waeCWZFgpTdQcZQD38X {  }
 }@media only screen and (max-width: 763px) { #TDmgaa7c8zfy0qBAnThdyz8cxedb6vLh { width:18.125rem;height:5.69921875rem;top:18.5rem;left:0.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yhIsMtnzEIylV0F5xpQnftgrdnaTcRxC { width:18rem;height:7.628875rem;top:9.75rem;left:1rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8SPrveScSFtTvVccruzf5ZpP9wO0W4B { display:block; }#K8SPrveScSFtTvVccruzf5ZpP9wO0W4B > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaOWciK0JoFu00QxUfC9yHqzIf9zW9im { width:20rem;height:16rem;top:1.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7rhhHSocwecii7gb4GVDJWb2OGp8m4X { display:block; }#A7rhhHSocwecii7gb4GVDJWb2OGp8m4X > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4nJP04nGma7PmAye4EeVIecWKMqzm9p { width:20rem;height:3.8994125rem;top:2.71875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 { display:block; }#SZ4geBn7hqn0ozTxyQAFOfcIsQ0S23f9 > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnPha7t6HA74257Dfis8rv6zBoTKvQBD { width:20rem;height:4.62890625rem;top:5.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOR67RNZaB6nqvbGQrgrEEZcquIimeAz { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caq5J9QmnF4om5Ra4m54eyArHEi7Fsrc { width:6.25rem;height:6.25rem;top:11.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBZcs6dgCtigZwqscBbRiATRWXxRNW5 { width:20rem;height:6.171875rem;top:17.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avDzBodlSGcJq1mi9QK2SzE1GoIoosn0 { width:6.25rem;height:6.25rem;top:23.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8KhW0xZ0KpbdGyFOpVmIGk7nzbyLII { width:20rem;height:4.62890625rem;top:29.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gy55HhG0zP4ZrO5gCKd8BxFas7J8XF8k { width:6.25rem;height:6.25rem;top:35.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL5VCcUM4rQbQ97dxJ4i7zyZi2QV1b09 { width:20rem;height:1.54345625rem;top:41.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q { display:block; }#LlIoKdoWeOpRsH3H5yVzalvU2lcBfb3Q > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X { display:block; }#xAR31UP8WsAJH1uD7LRHH4axSTuLFC7X > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVvUq2C7lZF8qBWLTwq6RncLXPNPvJU { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu { display:none; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NZZlLPpp2CGXmnUihbUixFJBHnna3KkP { width:16.8125rem;height:5.25rem;top:21.1875rem;left:1.59375rem;font-size:1.875rem;color:#0a0a1e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGAJ4CSMWCZoJLBu5bUtEywCCKuIX37N { width:16.8125rem;height:21.25rem;top:30.25rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Puo7tFxnJLmIdTUVLHfzCTqe3ZbNnVOT { width:18.75rem;height:18.75rem;top:1.8115234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9XTLEiXBl6GTwXarAH4NWzCM0pdEJ6E { width:11.6875rem;height:2.75rem;top:26.4375rem;left:4.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 { display:flex;width:1.6875rem;height:1.6875rem;top:52.875rem;left:9.15625rem; }
#QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod { display:none; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bo36QcR7wPX6P8rGvpsFSKhnmIKgfLta { width:16.8125rem;height:5.25rem;top:21.1875rem;left:1.59375rem;font-size:1.875rem;color:#0a0a1e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoJ5829T3n3wiIXMVHu1y1syv2xB7hsa { width:16.8125rem;height:21.25rem;top:30.25rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rO5mt7QgTNMEATuvurHozCI0dBUeKxL0 { width:18.75rem;height:18.75rem;top:1.8115234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDWleOZTTk5bQvRxPvfeCBDSPMyeUVgK { width:11.6875rem;height:2.75rem;top:26.4375rem;left:4.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc { display:flex;width:1.6875rem;height:1.6875rem;top:52.875rem;left:9.15625rem; }
#Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S { display:block; }#uuSv6hWTFSKdaGkJMgTNTfZI8LKRuE6S > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXITFmm0Ab99E5kc7tzWDoLbwS8xylqm { width:20rem;height:2.5996125rem;top:12.41796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylqftmTxM7qAl1mETLJ05NnCR9TKaEQS { width:20rem;height:2.0996125rem;top:14.98046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZSTb7x29tdiRlilw5rSuOvhE6RcLiIz { width:9.25rem;height:9.25rem;top:1.10546875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT0BJG6DZGUwEW5kywEa3Ctprf1yO0W0 { width:20rem;height:3.75rem;top:25.7060546875rem;left:0rem;font-size:0.875rem;color:#0b0d14;display:block; }
 }@media only screen and (max-width: 763px) { #rBPagChGfxU99ZtJgaRwqVqIxGsm9sVB { display:block; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .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; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb .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; }
#A4KFblpf3goHLU4zPNRwZOQixJuiTqXb { width:19.125rem;height:5.34375rem;display:flex;top:18.5rem;left:0.3642578125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #MHggTQ0O6B8Bxfcc655ZcQJJpSZ5XcoS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #ynAhwmDzNhsIyTn9BU7oVwbVArcSKAGZ {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #g0KJo6ket5FxxlTpURkWd6NQp93fN8i5 {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #uMuP6odTQvvqdXCGeHxisbpVTQdHczxf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #Z3QN6PVzL4E3e5dVyirOSq4rOkiV4p02 {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #b0eGkzBepURxNcUrth2qWALoqF346Ka8 {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #ZDCxSzUb8RGzAHvsGVyiJRcmBxU06lp0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #yoKk53o4nGT6hGle3zuobd8d7Pk8EEtp {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #AUVaCPD9wN2c0T6RBTDkUC4AN2uFbViD {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #rLepytJxN2MkXCNHBVze68lRQzOfkMtH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #nyUi201Gp4IOmTLUQkcFE4RgkenolGT1 {  }
 }@media only screen and (max-width: 763px) { #A4KFblpf3goHLU4zPNRwZOQixJuiTqXb #W5qnc7x47syVQtVDDtrDVtWex4fMQ3LQ {  }
 }@media only screen and (max-width: 763px) { #TP0HLV9WxNnM3siSppmu2qbUgToleEqf { display:block; }#TP0HLV9WxNnM3siSppmu2qbUgToleEqf > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLZbisXTs4zfCuQcKlngqMC2cwzE9J4k { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIeCZNkXLKeQ1CxKoLTz5bUXTa7hg9a { width:20rem;height:3.375rem;top:4.5125122070312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQV15Ort4JCIAbIn8xXabCmwi9InoFTH { width:20rem;height:12.6171875rem;top:8.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#DQV15Ort4JCIAbIn8xXabCmwi9InoFTH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5mpjeK9T/sm_icon_star.svg); }
 }@media only screen and (max-width: 763px) { #Z9N094NWxdwRl2xy71AbitRgrc54DpON { width:20rem;height:11.25rem;top:55.271484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrsqepxokNREyQLQ5nRJO6QBxyhprID { width:5.4375rem;height:1.6875rem;top:22.8125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT8IIOZyuPmFtwtJZHU3T0cCZapADsAH { width:4.1875rem;height:2.2783203125rem;top:22.5166015625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qci3tCUzpLyJOs5DST49zSrGfsGLm4fF { width:5.9375rem;height:1.2373046875rem;top:30.126953125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPlQell0ZxkB1cH2vxrNzvlvKTGOF0M1 { width:6.0625rem;height:3.216796875rem;top:29.1376953125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgCx1sXRoZmAtUcT1kndP2mnNXDTVzt { width:7.0625rem;height:3.5625rem;top:25rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIfnNPl3ZfrnBTHJGSW0fx7qMEuEUEbB { width:5.75rem;height:3.125rem;top:25.21875rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tETMTTO6xkB82xoqgdSJP6w8wvEiZXvr { width:20rem;height:20rem;top:35.95937538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mebwyFIkVfcif97138Kcq3ncOn0p7f4n { width:13.5rem;height:13.5rem;top:31.3642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKnaPTOBoJnBMRIEh4Tv46u60v3MHiTl { width:17.998046875rem;height:3.498046875rem;top:4.25rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNZJ2yeJ67KWs8NtuvTft8dPOCrTDK9t { display:block; }
 }@media only screen and (max-width: 763px) { #p22vFr4xNREAm188KSOyy61BS6LS2DsN { width:18rem;height:1.79980625rem;top:1.25rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }