.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .row > .video-iframe-container { display: none; }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .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); }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f3e8b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row .container { background-color: transparent; background-image: none; }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row .container > .video-iframe-container { display: none; }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row > .video-iframe-container { display: none; }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .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); }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row .container { border-width: 0; border-radius: 0; }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { 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:6.4375rem;width:5.5rem;top:0.3125rem;left:2.8125rem;overflow:hidden;display:block; }
#LfARpy1mAaIAmKcBmpCdCQyT0ar7Zsad { position:absolute;display:block;z-index:15002;height:2.68735625rem;width:4.87485625rem;top:2.2178821563721rem;left:61.560331344604rem;display:block; }
#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/17c8812d-aaa0-4819-ba83-c027784ab0d1/LasCutHero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.adaptive-delivery-prevent-bg, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyload, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyloading { background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { background-color: transparent; background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { border-width: 0; border-radius: 0; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:75rem;height:38.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gbWDqk0X6km7QIi7P4bwF7p72z716zKh { color:#ffffff;display:block;width:42.06175rem;position:absolute;font-family:"roboto condensed";font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.7);top:8.09326171875rem;left:9.2041015625rem;height:7.473125rem;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;text-align:left;text-align-last:left;display:block; }
#ptb39ItCcfiO4AFLzTz3pic56x32JvCf { background-color:#143a84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.496125rem;height:3.43505625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:31.612548828125rem;left:9.2041015625rem;display:block; }
#Sz9wkZGAfTaX8HGbHS7BnyD2zz8q9xIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L096ZDMU7kqbeBWFxaGppthVQidKm1x9 { color:#ffffff;display:block;width:47.68675rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.7);top:16.8701171875rem;left:9.2041015625rem;height:3.898925rem;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;text-align:left;text-align-last:left;display:block; }
#oPIk4HPI0NvivluKrA7iIRTGOPTTgEUd { color:#000000;display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:22.4375rem;left:6.875rem;height:1.57470625rem;display:block; }#oPIk4HPI0NvivluKrA7iIRTGOPTTgEUd li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#oPIk4HPI0NvivluKrA7iIRTGOPTTgEUd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#xnKTZiSDef6yXlJrToyWWokNZmZPAUZ0 { color:#ffffff;display:block;width:32.124rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);top:22.947998046875rem;left:9.2041015625rem;height:6.599125rem;display:block; }#xnKTZiSDef6yXlJrToyWWokNZmZPAUZ0 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xnKTZiSDef6yXlJrToyWWokNZmZPAUZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a7ae18041ea6078b152a2fcbf892d2eaf5b4724.svg); }
#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { background-color: transparent; background-image: none; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container > .video-iframe-container { display: none; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row > .video-iframe-container { display: none; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .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); }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { border-width: 0; border-radius: 0; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:8.2421875rem;left:2.8125rem;height:14.472625rem;font-style:normal;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
#VKZuXxWd7EakeeNfr8dT1oqRAE5ntpaJ { color:#000000;display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.24609375rem;left:-0.03125rem;height:2.92358125rem;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;text-align:center;text-align-last:center;display:block; }
#JEkcS6GuGwEn1XSHimfAz2NC2JNPcKc5 { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:8.2421875rem;left:39.249267578125rem;height:16.047375rem;font-style:normal;display:block; }#JEkcS6GuGwEn1XSHimfAz2NC2JNPcKc5 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#JEkcS6GuGwEn1XSHimfAz2NC2JNPcKc5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
#g57T5TKs50anH5T5XCE9pbWyOyCPvenR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { background-color: transparent; background-image: none; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container > .video-iframe-container { display: none; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row > .video-iframe-container { display: none; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .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); }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { border-width: 0; border-radius: 0; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#DwUFxzL8hrIKieBOhwU3CReXMR3xte3b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:8.125rem;display:block; }
#fsqd9IuJ9fan44IkqkWqLKXbHC1Z8Qe0 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3125152587887rem;left:48.750001907349rem;height:5.5249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKPf6fDABKLb8K36OGQcyymEon5XxFgc { color:#000000;display:block;width:25.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.5625rem;left:48.75rem;height:6.2988125rem;font-style:normal;display:block; }
#fws8HK95pP3JR9EMNxUTZqhXcDOkpvIE { position:absolute;display:block;z-index:15008;background-color:#143a84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.28125rem;left:32.8125rem;display:block; }
#gEwiIQv0xuKagcVuHfUnzNnvnIs70gIh { position:absolute;display:block;z-index:15009;background-color:#143a84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.53125rem;left:7.5rem;display:block; }
#rc9IFXPGlL5vgI1CxqxM0aoTBXcEboaQ { background-color:#143a84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:22.40625rem;left:53.15625rem;display:block; }
#LmiAJTvTpSiXLwf3lUHsh6ncSTOT8FEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jZc5eTXnYLU/unsplash/corina-rainer-jZc5eTXnYLU-photo-1585644156378-72d15fa33be5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN.adaptive-delivery-prevent-bg, #wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN.lazyload, #wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN.lazyloading { background-image: none; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { background-color: transparent; background-image: none; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,48,4,0.62); }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container > .video-iframe-container { display: none; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,48,4,0.62); }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row > .video-iframe-container { display: none; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .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); }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { border-width: 0; border-radius: 0; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#KKtJZwJBLV5P5hPXqggiWwTb1Og9vXDH { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.6875rem;left:2.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7HrXAAAgQRQroyzDKRCb2v0z7LGR2lX { color:#ffffff;display:block;width:11.624125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:23.375001907349rem;left:3.5607643127441rem;height:10.4931875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdL8OT5i7RfRIioKXALuXWBh8CFDqamO { position:absolute;display:block;z-index:15004;background-color:#282525;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.875rem;width:15.625rem;top:14.625rem;left:20.25rem;display:block; }
#b4wz99bwLTlwdgcd6PNt6wDkgAg0NcG1 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.8125rem;left:21.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcZJOPo7suMCJBQ16fflJ5i5O3uV67U6 { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:23.375rem;left:41rem;height:7.495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcN7Hghfc0ofhuPBgMDlhEWlTiOZMgHw { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19rem;left:40.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LndSxk9LQSVyZgX65ttsAVMymef1fS1h { position:absolute;display:block;z-index:15012;background-color:#282525;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.875rem;width:15.625rem;top:14.625rem;left:57.75rem;display:block; }
#TWTHOQTiKd7LsenNaFbNR3dVpcgHtU15 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.6875rem;left:59.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRoiLbFgmHUOCiTOwCxuc3i7Aa3UBW1W { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pl2sfmunv9ORED89r5VgegK4N1oLiJx2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.5rem;left:8.1875rem; }
#kBRCUD5mlh44RO00UmE4ftQZBnBvgfGk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.3125rem;left:26.9375rem; }
#ekCTfZp1XIs7ZnQfa2gigT4Bh9NFsVTO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.3125rem;left:45.375rem; }
#zw4oMirn5aCI2RmoW9VGE9GSTWipTGCC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.3125rem;left:64.5rem; }
#XFXTHHW3u98gz29kAQwualy8UZfQw6dk { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:16.6875rem;left:26.1875rem;display:block; }
#cWQVMX8NTMmT7PN34pKUsqouo6m2oHns { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:16.5625rem;left:63.6875rem;display:block; }
#fykNbwFNc1eParxNfobt1xLrWs3ELUi1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGnw35vKS4TU0JzSi1d50n0XnVqqQNnv { position:absolute;display:block;z-index:15008;background-color:#4a4a4a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.625rem;width:15.625rem;top:11.875rem;left:39rem;display:block; }
#Dl9Vm1miaUlediqdGy3gf66ciflvJk55 { position:absolute;display:block;z-index:15000;background-color:#4a4a4a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.625rem;width:15.625rem;top:11.875001907349rem;left:1.625rem;display:block; }
#OlArEBIQ04vxEWEWWguJTxtmPuLXzs8v { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:13.75rem;left:7.4375rem;display:block; }
#zuqzb5JgbvCXrLNof7feNQSobowsk0t5 { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:13.75rem;left:44.8125rem;display:block; }
#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { background-color: transparent; background-image: none; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container > .video-iframe-container { display: none; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row > .video-iframe-container { display: none; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .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); }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { border-width: 0; border-radius: 0; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#Le9WE917EA62kpzOiwrZQAbi0moH1iTD { color:#ffffff;display:block;width:11.624rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.375rem;left:22.4375rem;height:7.495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q15flWlwkoJGv66zoIf3liCeHEn47roN { color:#ffffff;display:block;width:11.624rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:1.3125rem;left:59.9375rem;height:8.994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { background-color: transparent; background-image: none; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container > .video-iframe-container { display: none; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row > .video-iframe-container { display: none; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .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); }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { border-width: 0; border-radius: 0; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#LTDzV10hBmmhEIpQMF6XRteqqiokcTlm { color:#000000;display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0836029052734rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FEvqd0vaH9zgKOm4k6SL2NNpZHlgPgeT { color:rgba(0,0,0,0.73);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:5.70703125rem;left:0rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { background-color: transparent; background-image: none; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container > .video-iframe-container { display: none; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row > .video-iframe-container { display: none; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .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); }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { border-width: 0; border-radius: 0; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m { color:#000000;display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:6.875rem;left:0.625rem;height:12.26075rem;display:block; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#Kdb2J4HBH9QJLGFac3bLEebvmlXGpSO6 { position:absolute;display:block;z-index:15002;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:21.43675rem;width:28.6865rem;top:0.8740234375rem;left:41.905517578125rem;overflow:hidden;display:block; }
#UptVH9Q4RxuRJzfrfb7ucv1dpp6XeyGP { color:#4a4a4a;display:block;width:16.875rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.5rem;height:2.2753875rem;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; }
#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { background-color: transparent; background-image: none; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container > .video-iframe-container { display: none; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row > .video-iframe-container { display: none; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .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); }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { border-width: 0; border-radius: 0; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv { color:#000000;display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:8.625rem;left:39.0625rem;height:9.1113125rem;display:block; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#sfygvQKlM5ZGJiwTUTJeVdWBt63NSoLk { color:#4a4a4a;display:block;width:18.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:40.9375rem;height:2.2753875rem;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; }
#QVuA8yotdIDoU6FUQW0W5amcXz9iDNVT { position:absolute;display:block;z-index:15002;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:21rem;width:28.1875rem;top:1.217041015625rem;left:1.436767578125rem;overflow:hidden;display:block; }
#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { background-color: transparent; background-image: none; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container > .video-iframe-container { display: none; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row > .video-iframe-container { display: none; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .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); }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { border-width: 0; border-radius: 0; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#crhDT1lSmAbxrRtrGqEt23uvuTAxvIE7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.31175rem;width:24.624rem;top:0.654296875rem;left:40.73486328125rem;overflow:hidden;display:block; }
#xKE29HibrmEXDJd2aXtll1JkPmNlMeli { color:#000000;display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:7.125rem;left:0.625rem;height:9.1113125rem;display:block; }#xKE29HibrmEXDJd2aXtll1JkPmNlMeli li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xKE29HibrmEXDJd2aXtll1JkPmNlMeli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#XdLZAMWVpJIJgJEXp7EtnIw9kzTlL6hB { color:#4a4a4a;display:block;width:22.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.5rem;height:2.2753875rem;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; }
#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row .container { background-color: transparent; background-image: none; }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row .container > .video-iframe-container { display: none; }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row > .video-iframe-container { display: none; }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .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); }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row .container { border-width: 0; border-radius: 0; }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#g0kImqfADE9FW1ql2zOvxRuS4DPeTVpa { color:#000000;display:block;width:29.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:8.3125rem;left:39.0625rem;height:9.1113125rem;display:block; }#g0kImqfADE9FW1ql2zOvxRuS4DPeTVpa li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0kImqfADE9FW1ql2zOvxRuS4DPeTVpa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#MLOF3IZiRf6QLkPXbEvgTq6e99sZVP7e { color:#4a4a4a;display:block;width:21rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:40.9375rem;height:2.2753875rem;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; }
#HexDQH28G83V5EZDVuw9GFuGA0nE7oqU { position:absolute;display:block;z-index:15002;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.7495rem;width:27.749rem;top:1.248779296875rem;left:1.185302734375rem;overflow:hidden;display:block; }
#IgniweoXteAQ5f66HP9Q9LrP36NrvtbO { background-color:#143a84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8745rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:19.23828125rem;left:44.3115234375rem;display:block; }
#FsTX0Ph6eyenJN4Zt9ALs9CXyQbm9ZMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a4a4a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { background-color: transparent; background-image: none; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container > .video-iframe-container { display: none; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row > .video-iframe-container { display: none; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .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); }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { border-width: 0; border-radius: 0; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#u0Un7GbCn7pxXpIhnvq3JT5aVFd5XQsu { position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:13.125rem;top:3.6865234375rem;left:7.5rem;display:block; }
#bQclAS3AJn9MwvuCxISvMfTQ9TA79s66 { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:5.0361328125rem;left:8.56201171875rem;height:5.39795rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DGe5XlQUi05fmehuyUuODdcBfTWTH8kn { 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:24.0625rem;width:17.99925rem;top:5.035400390625rem;left:26.249755859375rem;overflow:hidden;display:block; }
#lxPTUqy2vqWs35dRVLoOyPzx0QCQopFS { position:absolute;display:block;z-index:15012;border-top:0.875rem solid #000000;border-left:0.875rem solid #000000;border-right:0.875rem solid #000000;border-bottom:0.875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.749rem;width:20.9375rem;top:16.77978515625rem;left:43.185791015625rem;overflow:hidden;display:block; }
#B9ZyxZmlOFhNwyIylMDIq07zxmWtl1CD { position:absolute;display:block;z-index:15004;border-top:0.875rem solid #000000;border-left:0.875rem solid #000000;border-right:0.875rem solid #000000;border-bottom:0.875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:19rem;top:15.625rem;left:6.796630859375rem;overflow:hidden;display:block; }
#Ao53g5WuyOhIQloA4nJ4yXIleFG9JWED { 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:21.25rem;width:28.374rem;top:27.16796875rem;left:17.638916015625rem;overflow:hidden;display:block; }
#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { background-color: transparent; background-image: none; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container > .video-iframe-container { display: none; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row > .video-iframe-container { display: none; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .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); }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { border-width: 0; border-radius: 0; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#FbeqkEvT0ULeRG0p8bgLE8ggJIybxrns { color:#000000;display:block;width:61.9375rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1171875rem;left:6.53125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { background-color: transparent; background-image: none; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container > .video-iframe-container { display: none; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row > .video-iframe-container { display: none; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .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); }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { border-width: 0; border-radius: 0; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#tugaMQB5RhTh7hOebrIdrdLmXbwd0X1E { color:#4a4a4a;display:block;width:13.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1849060058594rem;left:2.3723983764649rem;height:2.2753875rem;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; }
#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ { color:#000000;display:block;width:24.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4369239807129rem;left:-0.00057792663574219rem;height:;display:block; }#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ { color:#000000;display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:5.375rem;left:25.875rem;height:;display:block; }#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#qafTWpliEn9NwMLrqyM8dfm2kL6XXSED { color:#4a4a4a;display:block;width:10.375rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1831665039062rem;left:27.625rem;height:2.2753875rem;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; }
#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:5.4375rem;left:50.812503814698rem;height:;display:block; }#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#hDOwfpf90CgAO3Eq3ZMlQxotHuTPoxeS { color:#4a4a4a;display:block;width:21.0615rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1826171875rem;left:51.9697265625rem;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; }
#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl { position:relative;display:block; }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl { background-color: transparent; background-image: none; }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .row .container > .video-iframe-container { display: none; }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .row > .video-iframe-container { display: none; }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .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); }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl { border-width: 0; border-radius: 0; }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .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; }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gaKK1fMdp7krTGoqdNM7Qh6gtIOXAKCT { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.625rem;width:13.5rem;top:2.0625rem;left:3.1875rem;overflow:hidden;display:block; }
#Km1X1aOHuHvLw5S4SVTA6qQHtAlIwJpw { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:33.15625rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3yp57iAnTMNPVV2Rnfae5imROak1Myf { color:rgba(0,0,0,0.73);display:block;width:50.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:6.88671875rem;left:19.0625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iM9ckruboAWFwpuUZCNtP0CHq20Ht5uT { color:rgba(0,0,0,0.73);display:block;width:41.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:11.125rem;left:19.0625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a4a4a;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.adaptive-delivery-prevent-bg, #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.lazyload, #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.lazyloading { background-image: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { background-color: transparent; background-image: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container > .video-iframe-container { display: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container { display: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .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); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { border-width: 0; border-radius: 0; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#dUaNiu0dL3ypbr0RPucK1HQl8cN9fOuf { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.75rem;height:10.722625rem;font-style:normal;display:block; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-form-header {  }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;color:#373f7d;width:27.625rem;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;font-style:normal; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #7f7f7f;border-left:0.125rem solid #7f7f7f;border-right:0.125rem solid #7f7f7f;border-bottom:0.125rem solid #7f7f7f;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:27.625rem;box-sizing:border-box;height:2.625rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #7f7f7f;border-left:0.125rem solid #7f7f7f;border-right:0.125rem solid #7f7f7f;border-bottom:0.125rem solid #7f7f7f;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:27.625rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select { background-color:rgba(255,255,255,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #7f7f7f;border-left:0.125rem solid #7f7f7f;border-right:0.125rem solid #7f7f7f;border-bottom:0.125rem solid #7f7f7f;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:27.625rem;box-sizing:border-box;height:2.5rem;color:#143a84;font-family:roboto;font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#89d533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#143a84;width:27.625rem;height:4rem;font-family:"source sans pro";overflow:hidden;line-height:2; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]:-moz-placeholder { color:#143a84;font-family:roboto;font-size:0.9375rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]::-moz-placeholder { color:#143a84;font-family:roboto;font-size:0.9375rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]:-ms-input-placeholder { color:#143a84;font-family:roboto;font-size:0.9375rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]::-webkit-input-placeholder { color:#143a84;font-family:roboto;font-size:0.9375rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal;float:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container:first-of-type{padding-top:0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container:last-of-type{padding-bottom:0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;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: none;left:41.185302734375rem;top:2.060546875rem;z-index:15025;position:absolute; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem;display:block;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe {display:block;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;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: none;left:41.185302734375rem;top:2.060546875rem;z-index:15025;position:absolute; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mgAv9GyQ4KGAD7fCKT5HZMnTUENJ8LJU { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZsF2QiSsyt9uBi7kHW6Olazbld1dq26g { position:relative;display:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #QBdVmVnTZV24DMeIQMafEsJvfcDK9fZB { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mPDtiGM9aecZ59y9mV3B0S2d7EHqmRF2 { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eqWa1R2E2HvH67ROzVN63hFE6ttRD8iE { position:relative;display:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eq60UlJTuRy3pwIXiU7AvJDVF89mh0SP { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #aLsLfCAJUizL7JgfHSgTZkM0wK3OXmPE { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZyEO6P6UzeHN0eww1TppTbfFELmXCwfd { position:relative;display:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Z5LBEGN0F9XHxbnQsXBo2Gp2FbUWXQ0b { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #lxWMotOXKfXVI1Z8dNLq7M5ZxuTS4opJ { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #tDQPRmQIIE6Qvi0bOlBoeGzZ5iqGSxMa { position:relative;display:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #CSMUuZRWbvL8LsGaA7giglguGO5uV3MK { position:relative; }
#fAnyFZ1vzBTdgSS7kZEBcM6Uv4oGhSuQ { position:relative;display:block;z-index:100000;display:block; }
#J9frxArU4VMctRTTmTMxL76JVZu3TT5h { position:relative;display:block;z-index:100000;display:block; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #dEPrG1R1bCsQPNSbTB2eLQqfkCPXJ5k3 { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #DKiKP557JyNEM6cQXSldyoU5TDcEiDLQ { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #KURyBA5Nlquql8cfZ5r4PGSbbFNfNT9E { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Mn8b5HrAXGr6kzNUI86AlRXNEV9C3Nwm { position:relative;z-index:2; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Ad5OIcgKcu7i7Bdng4Tdy0PDZK0zJS5d { position:relative; }
#he7vrMP2c5PvzUsEHmoqB9723fJmAevD { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:19.90625rem;left:3.71875rem;height:7.28025rem;font-style:normal;display:block; }#he7vrMP2c5PvzUsEHmoqB9723fJmAevD li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#he7vrMP2c5PvzUsEHmoqB9723fJmAevD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
#tqqkkEscyNJnvBalxlbFiur44B2UIZpR { color:#42a8e5;display:block;width:28rem;position:absolute;font-family:"roboto condensed";font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.59375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eAfssIi3QKyxVLMvmAFkksz8VMu6Nfme { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.40625rem;left:32.9375rem; }
#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { background-color: transparent; background-image: none; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container > .video-iframe-container { display: none; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row > .video-iframe-container { display: none; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .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); }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { border-width: 0; border-radius: 0; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#hba0vec7Q789Ep49W6GKEI209dHZRkK4 { box-sizing:content-box;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:7.125rem;left:32.812503814698rem;display:block; }
#tagAW1S0urakgTRxn0QdbPfWyEbJ8PCa { color:#000000;display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0868053436279rem;left:0rem;height:2.7625875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { background-color: transparent; background-image: none; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container > .video-iframe-container { display: none; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row > .video-iframe-container { display: none; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .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); }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { border-width: 0; border-radius: 0; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#RWzDqEQvP46n6JxQTJW4dgxMusmt8FD6 { position:absolute;display:block;z-index:15009;height:15.4375rem;width:75rem;top:2.3749961853027rem;left:0rem;display:block; }
#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { background-color: transparent; background-image: none; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container > .video-iframe-container { display: none; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row > .video-iframe-container { display: none; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .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); }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { border-width: 0; border-radius: 0; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#X8x7lbGKofHVBownpGTpE9uSfAJUQHaR { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.5rem;left:58.125rem;display:block; }
#lDM8T7sg2CtnMaHTCU0k2emPy9T1hrmi { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.5rem;left:62.0625rem;display:block; }
#ef4Dz0ZnKmAkH0ZetDBApi6UUPOkHU7H { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:8.5rem;left:7.5rem;height:1.225rem;font-style:normal;display:block; }
#B4TF9TiWzozIGwNhJO90ZnbvD8PeQGDC { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:8.4375rem;left:60.1875rem;height:3.6730875rem;font-style:normal;display:block; }
#zFmkM1rlemBbQGaiBxgey0rSAngOzTFL { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15.4375rem;left:7.5rem;height:1.04858125rem;font-style:normal;display:block; }
#nKww52wlG9fieebZ1t85yk2GpKlPnWGr { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:13.375rem;left:31.875rem;display:block; }
#J5Fi6CUl5MyAaoiJoBNMUVyrwgcspv91 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.4375rem;left:47rem;height:1.225rem;font-style:normal;display:block; }
#TxA7xv1DKGDuSfv4rwuzCP3olUJrcR8w { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8.4375rem;left:35rem;height:1.225rem;font-style:normal;display:block; }
#NFCAXNhgc5Wn6I6uw25ggTSfRmaXLyN9 { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:14.8125rem;left:60.125rem;height:1.04858125rem;font-style:normal;display:block; }
#rraCg4FrMQy3IB7nX1ThFB3HRwZOAgRJ { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.3125rem;left:33rem;height:1.04858125rem;font-style:normal;display:block; }
#SuisWlJ6bJz2D1JykvxuHxtpEFalpatS { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f083e693-0a1f-42a1-825c-f62127fc47cb/TekaLogoClaim1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:2.4742183685302rem;left:7.5rem;display:block; }#SuisWlJ6bJz2D1JykvxuHxtpEFalpatS.adaptive-delivery-prevent-bg, #SuisWlJ6bJz2D1JykvxuHxtpEFalpatS.lazyload, #SuisWlJ6bJz2D1JykvxuHxtpEFalpatS.lazyloading { background-image: none; }
#xvw9HKAKxqFITvzRdXwcKksZoDvOwxEd { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:13.375rem;left:7.5rem;display:block; }
#LW50TwivvTyhEQ3Wbb4RkZkBBtBVi7XT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.3125rem;left:33rem; }
#ARObEAvZ6TQmG3fa5Z57aOUa2TWDPygK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:8.3125rem;left:45.0625rem; }
#h7WI6is9mpEJ7SE1UVIP0Hgcg24Md0bf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.25rem;left:58.125rem; }
#WLR3SN1FH7qK6FLkPQ49rzlQeSuUmWBn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:17.0625rem;left:7.5rem; }
#DpZ1AmAzZZoE2NCTINr8TAZTTZN3Vhkp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:17.625rem;left:11.5rem; }
#K24koTTAkrUJa2ViEdCHseld4CEvD8fB { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:17.25rem;left:14.125rem; }
#h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:17.0625rem;left:58.75rem; }
#h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:16.9375rem;left:62.5rem; }
#qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#gfb9PIL4oOraA0cnfDW1sH5MA8nKbdtL { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:15.4375rem;left:33rem;height:1.225rem;font-style:normal;display:block; }
#VgTRRvtUFpPC2ItAv1FVdKki8VLVbDH8 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:17.125rem;left:33rem;height:1.225rem;font-style:normal;display:block; }
#y8ThSg3duMVQd0uWBEzHyMCZ4MTMUL7Z { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:18.8125rem;left:33rem;height:1.225rem;font-style:normal;display:block; }
#UwgaEAVASp5x1z7TiHWth08cF0kX8d9b { color:#000000;display:block;width:19.874875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:9.7243938446044rem;left:7.4978294372556rem;height:1.225rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW { display:block; }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { width:5.5rem;height:6.4375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfARpy1mAaIAmKcBmpCdCQyT0ar7Zsad { top:2.1875rem;left:42.9375rem;width:4.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbWDqk0X6km7QIi7P4bwF7p72z716zKh { width:42rem;height:7.4375rem;top:8.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptb39ItCcfiO4AFLzTz3pic56x32JvCf { width:18.4375rem;height:3.375rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz9wkZGAfTaX8HGbHS7BnyD2zz8q9xIW { display:block; }
 }@media only screen and (max-width: 763px) { #L096ZDMU7kqbeBWFxaGppthVQidKm1x9 { width:47.625rem;height:3.875rem;top:16.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPIk4HPI0NvivluKrA7iIRTGOPTTgEUd { top:22.4375rem;left:0rem;width:29.375rem;height:1.5625rem;font-size:1.125rem;display:block; }#oPIk4HPI0NvivluKrA7iIRTGOPTTgEUd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #xnKTZiSDef6yXlJrToyWWokNZmZPAUZ0 { top:22.9375rem;left:0rem;width:32.0625rem;height:6.5625rem;font-size:1.125rem;display:block; }#xnKTZiSDef6yXlJrToyWWokNZmZPAUZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a7ae18041ea6078b152a2fcbf892d2eaf5b4724.svg); }
 }@media only screen and (max-width: 763px) { #l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL { display:block; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { width:34.625rem;height:;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #VKZuXxWd7EakeeNfr8dT1oqRAE5ntpaJ { width:47.75rem;height:;top:2.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEkcS6GuGwEn1XSHimfAz2NC2JNPcKc5 { width:34.625rem;height:;top:8.1875rem;left:13.125rem;font-size:1.125rem;display:block; }#JEkcS6GuGwEn1XSHimfAz2NC2JNPcKc5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #g57T5TKs50anH5T5XCE9pbWyOyCPvenR { display:block; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwUFxzL8hrIKieBOhwU3CReXMR3xte3b { width:39rem;height:21.9375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsqd9IuJ9fan44IkqkWqLKXbHC1Z8Qe0 { width:23.3125rem;height:5.5rem;top:6.3125rem;left:24.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPf6fDABKLb8K36OGQcyymEon5XxFgc { width:25.875rem;height:6.25rem;top:12.5625rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fws8HK95pP3JR9EMNxUTZqhXcDOkpvIE { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEwiIQv0xuKagcVuHfUnzNnvnIs70gIh { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc9IFXPGlL5vgI1CxqxM0aoTBXcEboaQ { width:14.5rem;height:3.4375rem;top:22.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmiAJTvTpSiXLwf3lUHsh6ncSTOT8FEU { display:block; }
 }@media only screen and (max-width: 763px) { #wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN { display:block; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKtJZwJBLV5P5hPXqggiWwTb1Og9vXDH { width:13.125rem;height:3.25rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7HrXAAAgQRQroyzDKRCb2v0z7LGR2lX { width:11.5625rem;height:10.5rem;top:23.375rem;left:0.154296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdL8OT5i7RfRIioKXALuXWBh8CFDqamO { width:15.625rem;height:21.875rem;top:14.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wz99bwLTlwdgcd6PNt6wDkgAg0NcG1 { width:13.125rem;height:3.25rem;top:21.8125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZJOPo7suMCJBQ16fflJ5i5O3uV67U6 { width:11.5625rem;height:7.5rem;top:23.375rem;left:23.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcN7Hghfc0ofhuPBgMDlhEWlTiOZMgHw { width:13.125rem;height:3.25rem;top:19rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LndSxk9LQSVyZgX65ttsAVMymef1fS1h { width:15.625rem;height:21.875rem;top:14.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTHOQTiKd7LsenNaFbNR3dVpcgHtU15 { width:12.4375rem;height:3.25rem;top:21.6875rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRoiLbFgmHUOCiTOwCxuc3i7Aa3UBW1W { width:47.75rem;height:;top:3.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2sfmunv9ORED89r5VgegK4N1oLiJx2 { top:14.5rem;left:4.78125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBRCUD5mlh44RO00UmE4ftQZBnBvgfGk { top:17.3125rem;left:16.71875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekCTfZp1XIs7ZnQfa2gigT4Bh9NFsVTO { top:14.3125rem;left:28.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw4oMirn5aCI2RmoW9VGE9GSTWipTGCC { top:17.3125rem;left:40.65625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFXTHHW3u98gz29kAQwualy8UZfQw6dk { top:16.6875rem;left:15.96875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWQVMX8NTMmT7PN34pKUsqouo6m2oHns { top:16.5625rem;left:39.84375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fykNbwFNc1eParxNfobt1xLrWs3ELUi1 { top:7.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGnw35vKS4TU0JzSi1d50n0XnVqqQNnv { width:15.625rem;height:22.625rem;top:11.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl9Vm1miaUlediqdGy3gf66ciflvJk55 { width:15.625rem;height:22.625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlArEBIQ04vxEWEWWguJTxtmPuLXzs8v { top:13.75rem;left:4.03125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuqzb5JgbvCXrLNof7feNQSobowsk0t5 { top:13.75rem;left:27.78125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzk7gIUCI3OgTqGhrsszxCCSnvreWffs { display:block; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le9WE917EA62kpzOiwrZQAbi0moH1iTD { width:11.5625rem;height:7.5rem;top:1.375rem;left:8.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q15flWlwkoJGv66zoIf3liCeHEn47roN { width:11.5625rem;height:9rem;top:1.3125rem;left:36.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 { display:block; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTDzV10hBmmhEIpQMF6XRteqqiokcTlm { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEvqd0vaH9zgKOm4k6SL2NNpZHlgPgeT { top:5.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew { display:block; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m { top:6.875rem;left:0rem;width:29.375rem;height:12.25rem;font-size:1.125rem;display:block; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #Kdb2J4HBH9QJLGFac3bLEebvmlXGpSO6 { top:0.8125rem;left:19.0625rem;width:28.625rem;height:21.390792489499rem;display:block; }
 }@media only screen and (max-width: 763px) { #UptVH9Q4RxuRJzfrfb7ucv1dpp6XeyGP { width:16.875rem;height:2.25rem;top:3.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 { display:block; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv { top:8.625rem;left:18.375rem;width:29.375rem;height:9.0625rem;font-size:1.125rem;display:block; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #sfygvQKlM5ZGJiwTUTJeVdWBt63NSoLk { width:18.25rem;height:2.25rem;top:4.875rem;left:23.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVuA8yotdIDoU6FUQW0W5amcXz9iDNVT { top:1.1875rem;left:0rem;width:28.1875rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff { display:block; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crhDT1lSmAbxrRtrGqEt23uvuTAxvIE7 { top:0.625rem;left:23.125rem;width:24.5625rem;height:18.266015244274rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKE29HibrmEXDJd2aXtll1JkPmNlMeli { top:7.125rem;left:0rem;width:29.375rem;height:9.0625rem;font-size:1.125rem;display:block; }#xKE29HibrmEXDJd2aXtll1JkPmNlMeli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #XdLZAMWVpJIJgJEXp7EtnIw9kzTlL6hB { width:22.25rem;height:2.25rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUutV0HarrgTymd3Rk3aB2XlVRsq12vT { display:block; }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0kImqfADE9FW1ql2zOvxRuS4DPeTVpa { top:8.3125rem;left:18.375rem;width:29.375rem;height:9.0625rem;font-size:1.125rem;display:block; }#g0kImqfADE9FW1ql2zOvxRuS4DPeTVpa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #MLOF3IZiRf6QLkPXbEvgTq6e99sZVP7e { width:20.9375rem;height:2.25rem;top:4.5625rem;left:23.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HexDQH28G83V5EZDVuw9GFuGA0nE7oqU { top:1.1875rem;left:0rem;width:27.6875rem;height:20.703512964431rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgniweoXteAQ5f66HP9Q9LrP36NrvtbO { width:18.8125rem;height:3.4375rem;top:19.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsTX0Ph6eyenJN4Zt9ALs9CXyQbm9ZMx { display:block; }
 }@media only screen and (max-width: 763px) { #IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa { display:block; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Un7GbCn7pxXpIhnvq3JT5aVFd5XQsu { width:13.125rem;height:8.125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQclAS3AJn9MwvuCxISvMfTQ9TA79s66 { width:11.4375rem;height:5.375rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGe5XlQUi05fmehuyUuODdcBfTWTH8kn { width:17.9375rem;height:23.979948817312rem;top:5rem;left:12.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxPTUqy2vqWs35dRVLoOyPzx0QCQopFS { width:20.9375rem;height:27.749rem;top:16.75rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9ZyxZmlOFhNwyIylMDIq07zxmWtl1CD { width:19rem;height:25.43833885994rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao53g5WuyOhIQloA4nJ4yXIleFG9JWED { top:27.125rem;left:4.013916015625rem;width:28.3125rem;height:21.203941108057rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3rcNGooftW1Geg5vi54f8QSDiS2JuQo { display:block; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbeqkEvT0ULeRG0p8bgLE8ggJIybxrns { width:47.75rem;height:;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR { display:block; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tugaMQB5RhTh7hOebrIdrdLmXbwd0X1E { width:13.5625rem;height:2.25rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ { top:5.375rem;left:0rem;width:24.75rem;height:;font-size:1.125rem;display:block; }#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ { top:5.3125rem;left:8.4375rem;width:23.3125rem;height:;font-size:1.125rem;display:block; }#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #qafTWpliEn9NwMLrqyM8dfm2kL6XXSED { width:10.375rem;height:2.25rem;top:2.125rem;left:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE { top:5.4375rem;left:27.6875rem;width:19.9375rem;height:;font-size:1.125rem;display:block; }#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #hDOwfpf90CgAO3Eq3ZMlQxotHuTPoxeS { width:21rem;height:;top:2.125rem;left:26.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl { display:block; }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaKK1fMdp7krTGoqdNM7Qh6gtIOXAKCT { top:2.0625rem;left:0rem;width:13.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km1X1aOHuHvLw5S4SVTA6qQHtAlIwJpw { width:20.4375rem;height:2.75rem;top:3.0625rem;left:19.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3yp57iAnTMNPVV2Rnfae5imROak1Myf { top:6.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM9ckruboAWFwpuUZCNtP0CHq20Ht5uT { top:11.125rem;left:5.4375rem;width:41.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA { display:block; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUaNiu0dL3ypbr0RPucK1HQl8cN9fOuf { top:7.125rem;left:0rem;width:27.6875rem;height:10.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-regular-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-textarea { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-button { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe  { width:27.625rem;height:auto;top:2rem;left:17.625rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .radio-container { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe {display:block;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe { width:27.625rem;height:auto;top:2rem;left:17.625rem; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mgAv9GyQ4KGAD7fCKT5HZMnTUENJ8LJU {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZsF2QiSsyt9uBi7kHW6Olazbld1dq26g { display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #QBdVmVnTZV24DMeIQMafEsJvfcDK9fZB {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mPDtiGM9aecZ59y9mV3B0S2d7EHqmRF2 {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eqWa1R2E2HvH67ROzVN63hFE6ttRD8iE {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eq60UlJTuRy3pwIXiU7AvJDVF89mh0SP {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #aLsLfCAJUizL7JgfHSgTZkM0wK3OXmPE {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZyEO6P6UzeHN0eww1TppTbfFELmXCwfd { display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Z5LBEGN0F9XHxbnQsXBo2Gp2FbUWXQ0b {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #lxWMotOXKfXVI1Z8dNLq7M5ZxuTS4opJ {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #tDQPRmQIIE6Qvi0bOlBoeGzZ5iqGSxMa {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #CSMUuZRWbvL8LsGaA7giglguGO5uV3MK {  }
 }@media only screen and (max-width: 763px) { #fAnyFZ1vzBTdgSS7kZEBcM6Uv4oGhSuQ { display:block; }
 }@media only screen and (max-width: 763px) { #J9frxArU4VMctRTTmTMxL76JVZu3TT5h { display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #dEPrG1R1bCsQPNSbTB2eLQqfkCPXJ5k3 {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #DKiKP557JyNEM6cQXSldyoU5TDcEiDLQ {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #KURyBA5Nlquql8cfZ5r4PGSbbFNfNT9E {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Mn8b5HrAXGr6kzNUI86AlRXNEV9C3Nwm {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Ad5OIcgKcu7i7Bdng4Tdy0PDZK0zJS5d {  }
 }@media only screen and (max-width: 763px) { #he7vrMP2c5PvzUsEHmoqB9723fJmAevD { width:27.75rem;height:;top:19.875rem;left:0rem;font-size:1rem;display:block; }#he7vrMP2c5PvzUsEHmoqB9723fJmAevD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #tqqkkEscyNJnvBalxlbFiur44B2UIZpR { top:4.9375rem;left:0rem;width:28rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAfssIi3QKyxVLMvmAFkksz8VMu6Nfme { top:14.375rem;left:19.25rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 { display:block; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hba0vec7Q789Ep49W6GKEI209dHZRkK4 { top:7.125rem;left:14.5rem;width:9.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tagAW1S0urakgTRxn0QdbPfWyEbJ8PCa { width:47.75rem;height:2.75rem;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv { display:block; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWzDqEQvP46n6JxQTJW4dgxMusmt8FD6 { top:2.3125rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg { display:block; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8x7lbGKofHVBownpGTpE9uSfAJUQHaR { top:16.5rem;left:44.5rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDM8T7sg2CtnMaHTCU0k2emPy9T1hrmi { top:16.5rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef4Dz0ZnKmAkH0ZetDBApi6UUPOkHU7H { top:8.5rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4TF9TiWzozIGwNhJO90ZnbvD8PeQGDC { top:8.4375rem;left:40.4375rem;width:7.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFmkM1rlemBbQGaiBxgey0rSAngOzTFL { top:15.4375rem;left:0rem;width:22.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKww52wlG9fieebZ1t85yk2GpKlPnWGr { top:13.375rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Fi6CUl5MyAaoiJoBNMUVyrwgcspv91 { top:8.4375rem;left:33.375rem;width:8.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxA7xv1DKGDuSfv4rwuzCP3olUJrcR8w { top:8.4375rem;left:21.375rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFCAXNhgc5Wn6I6uw25ggTSfRmaXLyN9 { top:14.8125rem;left:44.5rem;width:3.25rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rraCg4FrMQy3IB7nX1ThFB3HRwZOAgRJ { top:6.3125rem;left:19.375rem;width:11.8125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuisWlJ6bJz2D1JykvxuHxtpEFalpatS { top:2.4375rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvw9HKAKxqFITvzRdXwcKksZoDvOwxEd { top:13.375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW50TwivvTyhEQ3Wbb4RkZkBBtBVi7XT { top:8.3125rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARObEAvZ6TQmG3fa5Z57aOUa2TWDPygK { top:8.3125rem;left:31.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7WI6is9mpEJ7SE1UVIP0Hgcg24Md0bf { top:8.25rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLR3SN1FH7qK6FLkPQ49rzlQeSuUmWBn { top:17.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpZ1AmAzZZoE2NCTINr8TAZTTZN3Vhkp { top:17.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K24koTTAkrUJa2ViEdCHseld4CEvD8fB { top:17.25rem;left:0.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB { top:17.0625rem;left:45.125rem;width:1.875rem;height:1.875rem;display:block; }
#h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP { top:16.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gfb9PIL4oOraA0cnfDW1sH5MA8nKbdtL { top:15.4375rem;left:19.375rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgTRRvtUFpPC2ItAv1FVdKki8VLVbDH8 { top:17.125rem;left:19.375rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ThSg3duMVQd0uWBEzHyMCZ4MTMUL7Z { top:18.8125rem;left:19.375rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwgaEAVASp5x1z7TiHWth08cF0kX8d9b { top:9.6875rem;left:0rem;width:19.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW { display:block; }#BAmxZRnd4TEyMJyiTk1ascfRAxWvHWTW > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { width:4.4375rem;height:5.1875rem;top:0.8680555820465rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LfARpy1mAaIAmKcBmpCdCQyT0ar7Zsad { width:4.875rem;height:2.6875rem;top:2.1491611003876rem;left:12.498553872109rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/17c8812d-aaa0-4819-ba83-c027784ab0d1/LasCutHero.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.adaptive-delivery-prevent-bg, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyload, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyloading { background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { background-color: transparent; background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { border-width: 0; border-radius: 0; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbWDqk0X6km7QIi7P4bwF7p72z716zKh { width:19.99875rem;height:8.287375rem;top:2.623291015625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;z-index:14999;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; }
 }@media only screen and (max-width: 763px) { #ptb39ItCcfiO4AFLzTz3pic56x32JvCf { width:17.49875rem;height:3.43628125rem;top:37.809814453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz9wkZGAfTaX8HGbHS7BnyD2zz8q9xIW { display:block; }
 }@media only screen and (max-width: 763px) { #L096ZDMU7kqbeBWFxaGppthVQidKm1x9 { width:19.99875rem;height:7.797875rem;top:12.9345703125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;z-index:14999;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oPIk4HPI0NvivluKrA7iIRTGOPTTgEUd { width:20rem;height:1.57470625rem;top:28.747560546875rem;left:0rem;font-size:1.125rem;display:block; }#oPIk4HPI0NvivluKrA7iIRTGOPTTgEUd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #xnKTZiSDef6yXlJrToyWWokNZmZPAUZ0 { width:20rem;height:11.32325rem;top:24.558837890625rem;left:0rem;font-size:1.125rem;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);display:block; }#xnKTZiSDef6yXlJrToyWWokNZmZPAUZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a7ae18041ea6078b152a2fcbf892d2eaf5b4724.svg); }
 }@media only screen and (max-width: 763px) { #l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL { display:block; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { width:20rem;height:23.822rem;top:5.872802734375rem;left:-0.123291015625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.5;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #VKZuXxWd7EakeeNfr8dT1oqRAE5ntpaJ { width:20rem;height:2.5183125rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#000000;z-index:14999;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; }
 }@media only screen and (max-width: 763px) { #JEkcS6GuGwEn1XSHimfAz2NC2JNPcKc5 { width:20rem;height:27.1985rem;top:33.25927734375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.5;display:block; }#JEkcS6GuGwEn1XSHimfAz2NC2JNPcKc5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #g57T5TKs50anH5T5XCE9pbWyOyCPvenR { display:block; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwUFxzL8hrIKieBOhwU3CReXMR3xte3b { height:10.75rem;width:19.25rem;top:1.1875rem;left:0.7491319179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsqd9IuJ9fan44IkqkWqLKXbHC1Z8Qe0 { width:18rem;height:7.1960625rem;top:13.124998092651rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pKPf6fDABKLb8K36OGQcyymEon5XxFgc { width:18rem;height:8.7744375rem;top:21.634553432464rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fws8HK95pP3JR9EMNxUTZqhXcDOkpvIE { width:7.5rem;height:0.375rem;top:1.25rem;left:6.25rem;background-color:#143a84;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gEwiIQv0xuKagcVuHfUnzNnvnIs70gIh { width:0.375rem;height:6.25rem;top:2.875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc9IFXPGlL5vgI1CxqxM0aoTBXcEboaQ { width:18.999rem;height:3.43628125rem;top:31.40869140625rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmiAJTvTpSiXLwf3lUHsh6ncSTOT8FEU { display:block; }
 }@media only screen and (max-width: 763px) { #wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN { display:block; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKtJZwJBLV5P5hPXqggiWwTb1Og9vXDH { width:7.8125rem;height:2.59765625rem;top:25.1240234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7HrXAAAgQRQroyzDKRCb2v0z7LGR2lX { width:13.125rem;height:8.3958125rem;top:31.95835625rem;left:5.1857643127441rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdL8OT5i7RfRIioKXALuXWBh8CFDqamO { width:13.5rem;height:19.125rem;top:49.84898125rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4wz99bwLTlwdgcd6PNt6wDkgAg0NcG1 { width:9.375rem;height:2.59765625rem;top:35.686767578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZJOPo7suMCJBQ16fflJ5i5O3uV67U6 { width:13.125rem;height:5.597225rem;top:81.72398125rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcN7Hghfc0ofhuPBgMDlhEWlTiOZMgHw { width:8.5625rem;height:2.59765625rem;top:35.686767578125rem;left:10.186767578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LndSxk9LQSVyZgX65ttsAVMymef1fS1h { width:13.5rem;height:19.125rem;top:81.375rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWTHOQTiKd7LsenNaFbNR3dVpcgHtU15 { width:7rem;height:2.59765625rem;top:25.562255859375rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRoiLbFgmHUOCiTOwCxuc3i7Aa3UBW1W { width:20rem;height:9.746125rem;top:1.3750076293945rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2sfmunv9ORED89r5VgegK4N1oLiJx2 { display:flex;width:3.125rem;height:3.125rem;top:21.187255859375rem;left:3.6865234375rem; }
 }@media only screen and (max-width: 763px) { #kBRCUD5mlh44RO00UmE4ftQZBnBvgfGk { display:flex;width:3.125rem;height:3.125rem;top:30.999267578125rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #ekCTfZp1XIs7ZnQfa2gigT4Bh9NFsVTO { display:flex;width:3.125rem;height:3.125rem;top:31.24951171875rem;left:13.0615234375rem; }
 }@media only screen and (max-width: 763px) { #zw4oMirn5aCI2RmoW9VGE9GSTWipTGCC { display:flex;width:3.125rem;height:3.125rem;top:21.187255859375rem;left:13.0615234375rem; }
 }@media only screen and (max-width: 763px) { #XFXTHHW3u98gz29kAQwualy8UZfQw6dk { width:4.0625rem;height:4.0625rem;top:30.686767578125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWQVMX8NTMmT7PN34pKUsqouo6m2oHns { width:4.0625rem;height:4.0625rem;top:20.686767578125rem;left:12.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fykNbwFNc1eParxNfobt1xLrWs3ELUi1 { width:20rem;height:6.7529375rem;top:12.322509765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nGnw35vKS4TU0JzSi1d50n0XnVqqQNnv { width:13.5rem;height:19.125rem;top:70.22398125rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl9Vm1miaUlediqdGy3gf66ciflvJk55 { width:13.5rem;height:19.125rem;top:16.430561065674rem;left:3.2500001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlArEBIQ04vxEWEWWguJTxtmPuLXzs8v { width:4.0625rem;height:4.0625rem;top:20.686767578125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuqzb5JgbvCXrLNof7feNQSobowsk0t5 { width:4.0625rem;height:4.0625rem;top:30.686767578125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzk7gIUCI3OgTqGhrsszxCCSnvreWffs { background-color:#ffffff;background-image:none;display:none; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Le9WE917EA62kpzOiwrZQAbi0moH1iTD { width:11.5625rem;height:auto;top:1.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f8265c;display:none; }
 }@media only screen and (max-width: 763px) { #q15flWlwkoJGv66zoIf3liCeHEn47roN { width:11.5625rem;height:auto;top:1.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 { display:block; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTDzV10hBmmhEIpQMF6XRteqqiokcTlm { width:19.99875rem;height:7.796625rem;top:0.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEvqd0vaH9zgKOm4k6SL2NNpZHlgPgeT { width:19.99875rem;height:5.0647rem;top:9.423828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew { display:block; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m { width:19.99825rem;height:13.8354375rem;top:16.436632156372rem;left:0.0026041865348816rem;font-size:1.125rem;display:block; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #Kdb2J4HBH9QJLGFac3bLEebvmlXGpSO6 { width:13.6865rem;height:10.249rem;top:1.4990234375rem;left:2.843017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UptVH9Q4RxuRJzfrfb7ucv1dpp6XeyGP { width:16.875rem;height:2.4375rem;top:12.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 { display:block; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv { width:19.999125rem;height:13.8354375rem;top:16.204875rem;left:0rem;font-size:1.125rem;display:block; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #sfygvQKlM5ZGJiwTUTJeVdWBt63NSoLk { width:18.311625rem;height:2.4375rem;top:12.517375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVuA8yotdIDoU6FUQW0W5amcXz9iDNVT { width:13.31175rem;height:10rem;top:1.4990234375rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff { display:block; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crhDT1lSmAbxrRtrGqEt23uvuTAxvIE7 { width:13.0615rem;height:9.812rem;top:0.99853515625rem;left:3.468017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKE29HibrmEXDJd2aXtll1JkPmNlMeli { width:19.999125rem;height:13.8354375rem;top:15.125rem;left:0rem;font-size:1.125rem;display:block; }#xKE29HibrmEXDJd2aXtll1JkPmNlMeli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #XdLZAMWVpJIJgJEXp7EtnIw9kzTlL6hB { width:19.99825rem;height:2.436525rem;top:11.76220703125rem;left:0.001220703125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUutV0HarrgTymd3Rk3aB2XlVRsq12vT { display:block; }#DUutV0HarrgTymd3Rk3aB2XlVRsq12vT > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0kImqfADE9FW1ql2zOvxRuS4DPeTVpa { width:19.99875rem;height:12.26075rem;top:16.0791015625rem;left:0.001220703125rem;font-size:1.125rem;display:block; }#g0kImqfADE9FW1ql2zOvxRuS4DPeTVpa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #MLOF3IZiRf6QLkPXbEvgTq6e99sZVP7e { width:20rem;height:2.19238125rem;top:12.51708984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HexDQH28G83V5EZDVuw9GFuGA0nE7oqU { width:13.31175rem;height:10rem;top:1.25rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgniweoXteAQ5f66HP9Q9LrP36NrvtbO { width:18.8745rem;height:3.4375rem;top:30.37353515625rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsTX0Ph6eyenJN4Zt9ALs9CXyQbm9ZMx { display:block; }
 }@media only screen and (max-width: 763px) { #IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa { display:block; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Un7GbCn7pxXpIhnvq3JT5aVFd5XQsu { width:7.875rem;height:8.0625rem;top:1.25rem;left:2.5000001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQclAS3AJn9MwvuCxISvMfTQ9TA79s66 { width:20rem;height:4.7973625rem;top:1.2548828125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGe5XlQUi05fmehuyUuODdcBfTWTH8kn { width:12.0625rem;height:16.3125rem;top:8.82568359375rem;left:7.7180206514088rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxPTUqy2vqWs35dRVLoOyPzx0QCQopFS { width:10.7495rem;height:14.4995rem;top:16.497802734375rem;left:1.0615234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B9ZyxZmlOFhNwyIylMDIq07zxmWtl1CD { width:9.375rem;height:12.625rem;top:6.8115234375rem;left:0.12451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ao53g5WuyOhIQloA4nJ4yXIleFG9JWED { width:20rem;height:14.978501444985rem;top:29.373779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3rcNGooftW1Geg5vi54f8QSDiS2JuQo { display:block; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbeqkEvT0ULeRG0p8bgLE8ggJIybxrns { width:20rem;height:7.3095625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR { display:block; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tugaMQB5RhTh7hOebrIdrdLmXbwd0X1E { width:13.5625rem;height:2.2753875rem;top:1.9375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ { width:20rem;height:11.32325rem;top:4.77430625rem;left:0rem;font-size:1.125rem;display:block; }#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ { width:20rem;height:11.32325rem;top:20.875rem;left:0rem;font-size:1.125rem;display:block; }#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #qafTWpliEn9NwMLrqyM8dfm2kL6XXSED { width:10.375rem;height:2.2753875rem;top:18.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE { width:19.9375rem;height:11.32325rem;top:37.1875rem;left:0rem;font-size:1.125rem;display:block; }#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #hDOwfpf90CgAO3Eq3ZMlQxotHuTPoxeS { width:12.9375rem;height:2.2753875rem;top:34.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl { display:block; }#OAJQJ5q94VRVAxd2FqZVSbiwN5ME6HDl > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaKK1fMdp7krTGoqdNM7Qh6gtIOXAKCT { width:13.5rem;height:14.62427081983rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km1X1aOHuHvLw5S4SVTA6qQHtAlIwJpw { width:20rem;height:2.436525rem;top:17.124rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #d3yp57iAnTMNPVV2Rnfae5imROak1Myf { width:20rem;height:10.129375rem;top:20.810525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iM9ckruboAWFwpuUZCNtP0CHq20Ht5uT { width:17.8125rem;height:3.3764625rem;top:32.1875rem;left:1.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA { background-color:#143a84;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.adaptive-delivery-prevent-bg, #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.lazyload, #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.lazyloading { background-image: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { background-color: transparent; background-image: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container > .video-iframe-container { display: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container { display: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .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); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUaNiu0dL3ypbr0RPucK1HQl8cN9fOuf { width:13.25rem;height:7.3095625rem;top:4.125rem;left:1.7500001192093rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-form-header { font-size:1.125rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;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; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text { background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;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:17.5rem;box-sizing:border-box;height:1.6875rem;color:#e8eaff;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;box-shadow: none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-textarea { background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#e8eaff;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;box-shadow: none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#66cc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.875rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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:1rem;font-weight:300;color:rgba(248,248,248,0.89);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .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; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container:first-of-type{padding-top:0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container:last-of-type{padding-bottom:0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe  { background-color:#4a4a4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;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: none;left:0rem;top:20.373260498047rem;z-index:15002;font-size:1.125rem; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;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; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe {display:block;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe { background-color:#4a4a4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;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: none;left:0rem;top:20.373260498047rem;z-index:15002;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mgAv9GyQ4KGAD7fCKT5HZMnTUENJ8LJU {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZsF2QiSsyt9uBi7kHW6Olazbld1dq26g { display:none; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #QBdVmVnTZV24DMeIQMafEsJvfcDK9fZB {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mPDtiGM9aecZ59y9mV3B0S2d7EHqmRF2 {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eqWa1R2E2HvH67ROzVN63hFE6ttRD8iE { display:none; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eq60UlJTuRy3pwIXiU7AvJDVF89mh0SP {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #aLsLfCAJUizL7JgfHSgTZkM0wK3OXmPE {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZyEO6P6UzeHN0eww1TppTbfFELmXCwfd { display:none; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Z5LBEGN0F9XHxbnQsXBo2Gp2FbUWXQ0b {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #lxWMotOXKfXVI1Z8dNLq7M5ZxuTS4opJ {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #tDQPRmQIIE6Qvi0bOlBoeGzZ5iqGSxMa { display:none; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #CSMUuZRWbvL8LsGaA7giglguGO5uV3MK {  }
 }@media only screen and (max-width: 763px) { #fAnyFZ1vzBTdgSS7kZEBcM6Uv4oGhSuQ { display:block; }
 }@media only screen and (max-width: 763px) { #J9frxArU4VMctRTTmTMxL76JVZu3TT5h { display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #dEPrG1R1bCsQPNSbTB2eLQqfkCPXJ5k3 {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #DKiKP557JyNEM6cQXSldyoU5TDcEiDLQ {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #KURyBA5Nlquql8cfZ5r4PGSbbFNfNT9E {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Mn8b5HrAXGr6kzNUI86AlRXNEV9C3Nwm {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Ad5OIcgKcu7i7Bdng4Tdy0PDZK0zJS5d {  }
 }@media only screen and (max-width: 763px) { #he7vrMP2c5PvzUsEHmoqB9723fJmAevD { width:17.6875rem;height:6.582rem;top:12.874131202697rem;left:1.25rem;font-size:0.875rem;display:block; }#he7vrMP2c5PvzUsEHmoqB9723fJmAevD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #tqqkkEscyNJnvBalxlbFiur44B2UIZpR { width:20rem;height:1.29948125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAfssIi3QKyxVLMvmAFkksz8VMu6Nfme { display:flex;width:4.625rem;height:4.625rem;top:13.85000038147rem;left:13.937499821186rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 { display:block; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { width:20rem;height:10.714111328125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hba0vec7Q789Ep49W6GKEI209dHZRkK4 { width:9.375rem;height:0.3125rem;top:10.402780532837rem;left:5.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tagAW1S0urakgTRxn0QdbPfWyEbJ8PCa { width:20rem;height:7.3095625rem;top:1.9652519226074rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv { display:block; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWzDqEQvP46n6JxQTJW4dgxMusmt8FD6 { width:20rem;height:15.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg { display:block; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8x7lbGKofHVBownpGTpE9uSfAJUQHaR { width:3.0625rem;height:3.0625rem;top:26.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDM8T7sg2CtnMaHTCU0k2emPy9T1hrmi { width:3.0625rem;height:3.0625rem;top:26.75rem;left:5.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef4Dz0ZnKmAkH0ZetDBApi6UUPOkHU7H { width:14.62325rem;height:1.3125rem;top:8.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B4TF9TiWzozIGwNhJO90ZnbvD8PeQGDC { width:20rem;height:4.196775rem;top:10.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zFmkM1rlemBbQGaiBxgey0rSAngOzTFL { width:7.375rem;height:1.2246125rem;top:25rem;left:11.250000119209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKww52wlG9fieebZ1t85yk2GpKlPnWGr { width:18.75rem;height:0.25rem;top:23.079849243164rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Fi6CUl5MyAaoiJoBNMUVyrwgcspv91 { width:9.625rem;height:1.3997375rem;top:18.875rem;left:10.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxA7xv1DKGDuSfv4rwuzCP3olUJrcR8w { width:7.125rem;height:1.3997375rem;top:18.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFCAXNhgc5Wn6I6uw25ggTSfRmaXLyN9 { width:4rem;height:1.2246125rem;top:25rem;left:3.1875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rraCg4FrMQy3IB7nX1ThFB3HRwZOAgRJ { width:20rem;height:0;top:7.8880205154419rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SuisWlJ6bJz2D1JykvxuHxtpEFalpatS { width:5.809025rem;height:5.809025rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvw9HKAKxqFITvzRdXwcKksZoDvOwxEd { width:18.75rem;height:0.25rem;top:21.579849243164rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW50TwivvTyhEQ3Wbb4RkZkBBtBVi7XT { width:1.5625rem;height:1.5625rem;top:16.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARObEAvZ6TQmG3fa5Z57aOUa2TWDPygK { width:1.5625rem;height:1.5625rem;top:16.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7WI6is9mpEJ7SE1UVIP0Hgcg24Md0bf { width:1.5625rem;height:1.5625rem;top:24.00607585907rem;left:12.180555462837rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLR3SN1FH7qK6FLkPQ49rzlQeSuUmWBn { width:3.4375rem;height:3.4375rem;top:26.813369750976rem;left:16.187501072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpZ1AmAzZZoE2NCTINr8TAZTTZN3Vhkp { width:1.875rem;height:1.875rem;top:27.5rem;left:13.687500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #K24koTTAkrUJa2ViEdCHseld4CEvD8fB { width:3.1875rem;height:3.1875rem;top:27rem;left:9.8888894319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB { width:1.875rem;height:1.875rem;top:27.3125rem;left:1.3125001192093rem;display:block; }
#h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP { width:2.1875rem;height:2.1875rem;top:27.1875rem;left:5.4375001192093rem;display:block; }
#qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gfb9PIL4oOraA0cnfDW1sH5MA8nKbdtL { width:6.125rem;height:1.3997375rem;top:31.8515625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgTRRvtUFpPC2ItAv1FVdKki8VLVbDH8 { width:6.625rem;height:1.3997375rem;top:31.8515625rem;left:8.3750001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8ThSg3duMVQd0uWBEzHyMCZ4MTMUL7Z { width:2.375rem;height:1.3997375rem;top:31.8515625rem;left:16.375001072884rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwgaEAVASp5x1z7TiHWth08cF0kX8d9b { width:6.87425rem;height:1.3125rem;top:14.508826255798rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }