.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:217,219,221;--color-primary-1:129,136,142;--color-primary-2:3,16,29;--color-primary-3:2,8,15;--color-primary-4:0,2,4;--color-secondary-0:251,227,222;--color-secondary-1:241,163,144;--color-secondary-2:226,70,33;--color-secondary-3:113,35,17;--color-secondary-4:34,11,5;--color-tertiary-0:255,255,255;--color-tertiary-1:179,181,181;--color-tertiary-2:129,131,132;--color-tertiary-3:98,100,101;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/fa06d67bc89fce3d30c6d9afd46a06f6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .row > .video-iframe-container { display: none; }#FQ8qmeBAvQNtNhPQ2MiVFEaaViTwsBOB > .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); }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui { background-color:rgba(38,114,185,0.85);background-image:none;display:block; }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .row .container { background-color: transparent; background-image: none; }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .row .container > .video-iframe-container { display: none; }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .row > .video-iframe-container { display: none; }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .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); }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .row .container { width:60rem;height:12.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#AXGszPdNi4zBpWzv3BhgGDviNapWVhA6 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#oWBL8fOqqqecf0IEqg4whtgDzdFBT3vt { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:15.6875rem;width:18.8125rem;top:0rem;left:0.9755859375rem;overflow:hidden;display:block; }
#OrZODR1TRBaDVqc9gPgii83npTIkZobP { border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:rgba(38,114,185,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row .container { background-color: transparent; background-image: none; }#OrZODR1TRBaDVqc9gPgii83npTIkZobP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row .container > .video-iframe-container { display: none; }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row > .video-iframe-container { display: none; }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .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); }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row .container { border-width: 0; border-radius: 0; }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#FvCfoxuW8P64U3N8pTcHtuTTCBl5KyTV { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:7.63675rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(38,114,185,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row .container { background-color: transparent; background-image: none; }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row .container > .video-iframe-container { display: none; }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row > .video-iframe-container { display: none; }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .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); }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row .container { border-width: 0; border-radius: 0; }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#qVfnxLuz4FtOOqAL2Zdgpn9T91ZeW1XN { display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0.84375rem;height:2.1125rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#kxuJSKqSUEVkGJWPxQcb1CkPyonPQBtH { display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:30rem;height:10.3125rem;color:rgba(var(--color-tertiary-0),1);display:block; }#kxuJSKqSUEVkGJWPxQcb1CkPyonPQBtH li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kxuJSKqSUEVkGJWPxQcb1CkPyonPQBtH li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(38,114,185,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row .container { background-color: transparent; background-image: none; }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row .container > .video-iframe-container { display: none; }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row > .video-iframe-container { display: none; }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .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); }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row .container { border-width: 0; border-radius: 0; }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#fJvGA2gKn3qTTcSI47OLOs82r9kThBhP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.375rem;width:1.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.875rem;left:29.1875rem;overflow:hidden;display:block; }
#Z1n0I7IwFAmWCma42BTRg8b1P8GQrdlf { z-index:15003;top:0rem;left:23.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #b01f2e, #b01f2e);background-image: -moz-linear-gradient(216deg, #b01f2e, #b01f2e);background-image: -ms-linear-gradient(216deg, #b01f2e, #b01f2e);background-image: -o-linear-gradient(216deg, #b01f2e, #b01f2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01f2e', endColorstr='#b01f2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01f2e', endColorstr='#b01f2e' );";background-image: linear-gradient(216deg, #b01f2e, #b01f2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lIIgFsGRMrhHhWKWTR1xteMol23l9oUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row .container { background-color: transparent; background-image: none; }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row .container > .video-iframe-container { display: none; }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row > .video-iframe-container { display: none; }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .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); }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row .container { border-width: 0; border-radius: 0; }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#p0mKodb2VC1bTVHuVBQKFAuQ11ZBXsqu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:24.0625rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#C9M8xnZGrgahNSLD9MmfEo998rESvpAw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row .container { background-color: transparent; background-image: none; }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row .container > .video-iframe-container { display: none; }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row > .video-iframe-container { display: none; }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .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); }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row .container { border-width: 0; border-radius: 0; }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#hQAFf1gVdPqXoXt5fzlXP5Ruqd4BoNr2 { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:right;text-align-last:right;color:#012a4d;display:block; }
#UDDWnEJ1D84MkPWbqQQeBEMhynJUxIkN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15001;top:0.375rem;left:20.0625rem;display:block; }
#CI0ORMGkpDbqcc26cS1N79fXxzI4PnVx { display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:0rem;left:24.3125rem;height:15.7421875rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row .container { background-color: transparent; background-image: none; }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row .container > .video-iframe-container { display: none; }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row > .video-iframe-container { display: none; }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .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); }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row .container { border-width: 0; border-radius: 0; }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#X4RfE9eSMqwKL4QVOECL8TvXXdKIoIIK { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:right;text-align-last:right;color:#012a4d;display:block; }
#Vo1NZuqvA1iVJnUWzi9CHPa3ip9ubgOe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15001;top:0.625rem;left:20.0625rem;display:block; }
#hfmGWcy3otPd63FDRpOySvuzedsr1oug { display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:0.326171875rem;left:22.5rem;height:22.964875rem;color:rgba(var(--color-tertiary-3),1);display:block; }#hfmGWcy3otPd63FDRpOySvuzedsr1oug li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#hfmGWcy3otPd63FDRpOySvuzedsr1oug li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row .container { background-color: transparent; background-image: none; }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row .container > .video-iframe-container { display: none; }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row > .video-iframe-container { display: none; }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .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); }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row .container { border-width: 0; border-radius: 0; }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#ygT9IEgoND0B8NrcPFcpGtcGIaBPc9Ze { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:right;text-align-last:right;color:#012a4d;display:block; }
#nSQ6XbJ4gCiWQ1f3tiDruL6DdhEkJUHA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15001;top:0.625rem;left:20.0625rem;display:block; }
#rEpcNUHJ6ByizKBtqMfsyf2K5iLMF9vt { display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:0.326171875rem;left:22.5rem;height:19.566375rem;color:rgba(var(--color-tertiary-3),1);display:block; }#rEpcNUHJ6ByizKBtqMfsyf2K5iLMF9vt li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#rEpcNUHJ6ByizKBtqMfsyf2K5iLMF9vt li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row .container { background-color: transparent; background-image: none; }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row .container > .video-iframe-container { display: none; }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row > .video-iframe-container { display: none; }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .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); }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row .container { border-width: 0; border-radius: 0; }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row .container { background-color: transparent; background-image: none; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row .container > .video-iframe-container { display: none; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row > .video-iframe-container { display: none; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .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); }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row .container { border-width: 0; border-radius: 0; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#ZRTk531N2THVRRTq2fGziKPpCLxddaxd { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:right;text-align-last:right;color:#012a4d;display:block; }
#uiKlLKW41HafNJfFcG21TTIKQbJDsmZ5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:4.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15001;top:0.625rem;left:20.0625rem;display:block; }
#dSJuBcPenCObLP3Skl60Ipz7XZPxUqii { display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:0.326171875rem;left:22.5rem;height:;color:rgba(var(--color-tertiary-3),1);display:block; }#dSJuBcPenCObLP3Skl60Ipz7XZPxUqii li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#dSJuBcPenCObLP3Skl60Ipz7XZPxUqii li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(38,114,185,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row .container { background-color: transparent; background-image: none; }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row .container > .video-iframe-container { display: none; }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row > .video-iframe-container { display: none; }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .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); }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row .container { border-width: 0; border-radius: 0; }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(38,114,185,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container { background-color: transparent; background-image: none; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container > .video-iframe-container { display: none; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row > .video-iframe-container { display: none; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .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); }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container { border-width: 0; border-radius: 0; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#BgbCgpVn8dTcKfGthDAIrRIPS5TqEZ7r { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.011725rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#SdirnV3EXR5lBb6kFQByILLU3fWKKXS8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15001;top:4.75rem;left:28.75rem;display:block; }
#hWptHgryV1uTab2SSiV73cadac94xaUe { display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.44921875rem;left:3.0625rem;height:5.0625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#DU28pJqq37GxfwBLLvzng8fgmSipSGZa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15002;top:13.0625rem;left:28.75rem;display:block; }
#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(38,114,185,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container { background-color: transparent; background-image: none; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container > .video-iframe-container { display: none; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row > .video-iframe-container { display: none; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .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); }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container { border-width: 0; border-radius: 0; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#hv4l9H3tGlO4fLAUEOdyKL9cxT6aA510 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4rem;width:4rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;overflow:hidden;display:block; }
#PmnRkagcJiqxP8ZmFcZUrThOs6UlZDbN { display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:0.125rem;left:5rem;height:3.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#IbpDBRNiFrz9L6FMTVAcoEEf7Q35d5k1 { display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.125rem;left:40rem;height:1.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#liwsxJRl3CTmoc8FTozmudh3qzc01MZI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.625rem;width:4rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:35rem;overflow:hidden;display:block; }
#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(38,114,185,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container { background-color: transparent; background-image: none; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container > .video-iframe-container { display: none; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row > .video-iframe-container { display: none; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .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); }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container { border-width: 0; border-radius: 0; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#wCVmRM09DZODUb4oHKcUVOwTsdtRgV3D { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4rem;width:4rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;overflow:hidden;display:block; }
#xORBKGvif9ATs9TQvmknegM90T5HuDTy { display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:0.125rem;left:5rem;height:3.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#tDPk2PH1ONzeurCbhkOImdprptLvuDvC { display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.125rem;left:40rem;height:3.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#dxJaOJ4wHBdEfSTOhZockJOBQCafkoxu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.375rem;width:4rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:35rem;overflow:hidden;display:block; }
#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(38,114,185,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row .container { background-color: transparent; background-image: none; }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row .container > .video-iframe-container { display: none; }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row > .video-iframe-container { display: none; }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .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); }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row .container { border-width: 0; border-radius: 0; }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#VCncnia5U0MmogDeOt09XwB5SThXvdVn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15001;top:4.0625rem;left:28.8125rem;display:block; }
#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row .container { background-color: transparent; background-image: none; }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row .container > .video-iframe-container { display: none; }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row > .video-iframe-container { display: none; }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .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); }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row .container { border-width: 0; border-radius: 0; }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row .container { background-color: transparent; background-image: none; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row .container > .video-iframe-container { display: none; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row > .video-iframe-container { display: none; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .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); }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row .container { border-width: 0; border-radius: 0; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#TgNw3CHVH0DFAH5GutTpXTScCwZfPuKw { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.0869125rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;display:block; }
#S8lhFQgbAfGaJtfy2E5fLGzQyclDBLZS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15001;top:4.375rem;left:28.8125rem;display:block; }
#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row .container { background-color: transparent; background-image: none; }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row .container > .video-iframe-container { display: none; }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row > .video-iframe-container { display: none; }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .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); }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row .container { border-width: 0; border-radius: 0; }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#abqOxNOU0OZolGmplq3S2zKmwlVaXnA9 { border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:14.6875rem;width:21.75rem;position:absolute;display:block;z-index:15000;top:1.185546875rem;left:1.875rem;display:block; }
#I1EpMtAcMCA8wTc2MOe2WmT8lUBPbOaA { display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.46875rem;left:9.71875rem;height:2.5996125rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#SDK4OxwNp4N53PGD6bICD6UpEsZaM84k { display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.380859375rem;left:9.71875rem;height:2.2734375rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#tRptP7qS8Sf5WSfDEvA1m09bbvFnzuo4 { display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.779296875rem;left:9.71875rem;height:5.625rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#RSm1btgO0HBQGTMOtx01rIJiyqkL7FTG { border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:15.375rem;width:23.25rem;position:absolute;display:block;z-index:15005;top:1.185546875rem;left:31.375rem;display:block; }
#dMp5htFR1Lpe00dEVsi97hVqmRGgaSDe { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7.591796875rem;left:38.75rem;height:6.75rem;color:rgba(var(--color-tertiary-3),1);text-align:left;text-align-last:left;display:block; }
#vMvBM9paAl7kKryxiH6I2r5iNHkf9As9 { display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.068359375rem;left:38.875rem;height:2.2734375rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#fRVzNgtAyvuWSVBnuXOdZ9wkUTu7oxgy { display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0380859375rem;left:38.875rem;height:1.4619125rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#q7OyKpOFxCbxWe5Zy87ecOQwpT7NTKgh { border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-top:0.625rem solid rgba(var(--color-tertiary-0),1);height:9.5625rem;width:6.6875rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:1.21875rem;overflow:hidden;display:block; }
#cykU0pUJlNxL8BheKba9HWAXis7tOahy { border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-top:0.625rem solid rgba(var(--color-tertiary-0),1);height:8.9375rem;width:6.6875rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.3125rem;left:30.28125rem;overflow:hidden;display:block; }
#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row .container { background-color: transparent; background-image: none; }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row .container > .video-iframe-container { display: none; }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row > .video-iframe-container { display: none; }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .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); }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row .container { border-width: 0; border-radius: 0; }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:60rem;position:relative;display:block; }#lTTWWrqp8rhClWcVGWWisc9s29oHQtb9 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#tR1wV3GRziDHoXTni1tWClcIHPSIq4Ol { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-form-header { font-size:0.875rem; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;font-style:normal; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);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:19.9375rem;box-sizing:border-box;height:2.8125rem;font-size:1rem;vertical-align:top;overflow:hidden;color:rgba(var(--color-tertiary-0),1); }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);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:19.9375rem;box-sizing:border-box;height:3.375rem;font-size:1rem;vertical-align:top;overflow:hidden;color:rgba(var(--color-tertiary-0),1); }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);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:19.9375rem;box-sizing:border-box;height:2.8125rem;font-size:0.875rem;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .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:transparent;background-image:none;border-bottom:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-top:0.0625rem solid #ff0000;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.5rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.9375rem;height:3.4375rem;overflow:hidden; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 [class*="-text"]:-moz-placeholder { font-size:1rem;color:rgba(var(--color-tertiary-0),0.49); }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 [class*="-text"]::-moz-placeholder { font-size:1rem;color:rgba(var(--color-tertiary-0),0.49); }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 [class*="-text"]:-ms-input-placeholder { font-size:1rem;color:rgba(var(--color-tertiary-0),0.49); }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 [class*="-text"]::-webkit-input-placeholder { font-size:1rem;color:rgba(var(--color-tertiary-0),0.49); }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),0.4);vertical-align:top;width:18.875rem;float:none;overflow:hidden;line-height:1.5;font-style:normal; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),0.4);float:none;overflow:hidden;font-style:normal; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-container:first-of-type{padding-top:0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-container:last-of-type{padding-bottom:0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4  { background-color:transparent;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;position:absolute;z-index:15002;top:13.625rem;left:18.8125rem;font-size:0.875rem; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 {display:block;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 { background-color:transparent;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;position:absolute;z-index:15002;top:13.625rem;left:18.8125rem;font-size:0.875rem; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #nEnNwv8xVyZ2r8MOwrTTODkEymvvrOOR { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #dI4GSQsdSbPwnepAHtDdQN2KtPF58RFg { position:relative;display:block; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #Qq8spGp8bvJ5ikPgvLnEePgdW85s3dyE { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #GIoBm8ePrqoPh5QKuwfNQ82mka5KCg7E { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #bNdFEtLFJO07U6obfJ7p6It7G80XdU5v { position:relative;display:block; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #KxcbUVQ4mzyzxp1wX24CXtTsNI5s5J6d { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #gHWVhXicRTcW2VoBfkDb84TEQ22CFiO4 { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #RfvaFenvap5aOsgWFQTOHZGwvvispZwQ { position:relative;display:block; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #dmelevENIZ4RBhS5P1BF0FhT5Udlc1Tg { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #VH0lXeKdbFhNz3bFigcpwOpHTrWkOgyg { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #QJtORWb8sf91ytf434BCOVsDbKSvVmZ0 { position:relative;display:block; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #o9Fd2mofyokHRFtuvWWMRFQhU18QpPbA { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #DFfTPhCqUNIg92mcIhfgXWuCTHFvc17l { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #cfJdExe0oQ3HTq5iHSOSoKBdnf8q8nrv { position:relative;z-index:2; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #mz5OxIQht2CaPyl1myliGm3iOEGHzDJO { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #bl7ItRvoIG8EXHSOIrWWyXzNMFdGOTUq { position:relative; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #ZDhUFrD9aaFGcCDsmaGT1uD8XTTCADCz { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui { display:block; }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .row .container { width:47.75rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXGszPdNi4zBpWzv3BhgGDviNapWVhA6 { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWBL8fOqqqecf0IEqg4whtgDzdFBT3vt { top:0rem;left:0rem;width:18.8125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrZODR1TRBaDVqc9gPgii83npTIkZobP { display:block; }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvCfoxuW8P64U3N8pTcHtuTTCBl5KyTV { width:47.75rem;height:6.5rem;top:0rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa { display:block; }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVfnxLuz4FtOOqAL2Zdgpn9T91ZeW1XN { width:21.25rem;height:1.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxuJSKqSUEVkGJWPxQcb1CkPyonPQBtH { width:30rem;height:;top:3.375rem;left:17.75rem;font-size:1rem;display:block; }#kxuJSKqSUEVkGJWPxQcb1CkPyonPQBtH li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
 }@media only screen and (max-width: 763px) { #RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX { display:block; }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJvGA2gKn3qTTcSI47OLOs82r9kThBhP { width:1.875rem;height:1.375rem;top:4.875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1n0I7IwFAmWCma42BTRg8b1P8GQrdlf { top:0rem;left:17.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIIgFsGRMrhHhWKWTR1xteMol23l9oUm { display:block; }
 }@media only screen and (max-width: 763px) { #lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 { display:block; }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0mKodb2VC1bTVHuVBQKFAuQ11ZBXsqu { top:3.5rem;left:0rem;width:24.0625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9M8xnZGrgahNSLD9MmfEo998rESvpAw { display:block; }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row .container { width:47.75rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQAFf1gVdPqXoXt5fzlXP5Ruqd4BoNr2 { width:17.5rem;height:2.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDDWnEJ1D84MkPWbqQQeBEMhynJUxIkN { width:0.0625rem;height:2.1875rem;top:0.5rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI0ORMGkpDbqcc26cS1N79fXxzI4PnVx { width:27.5rem;height:7.1875rem;top:0rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 { display:block; }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4RfE9eSMqwKL4QVOECL8TvXXdKIoIIK { width:17.5rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo1NZuqvA1iVJnUWzi9CHPa3ip9ubgOe { width:0.0625rem;height:4.0625rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfmGWcy3otPd63FDRpOySvuzedsr1oug { width:27.5rem;height:9.75rem;top:0rem;left:20.1875rem;display:block; }#hfmGWcy3otPd63FDRpOySvuzedsr1oug li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
 }@media only screen and (max-width: 763px) { #aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc { display:block; }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygT9IEgoND0B8NrcPFcpGtcGIaBPc9Ze { width:17.5rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSQ6XbJ4gCiWQ1f3tiDruL6DdhEkJUHA { width:0.0625rem;height:4.0625rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEpcNUHJ6ByizKBtqMfsyf2K5iLMF9vt { width:27.5rem;height:9.75rem;top:0rem;left:20.1875rem;display:block; }#rEpcNUHJ6ByizKBtqMfsyf2K5iLMF9vt li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
 }@media only screen and (max-width: 763px) { #E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz { display:block; }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6MnkoitvLTEIWaEABSK0n1StrDsBWtr { display:block; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRTk531N2THVRRTq2fGziKPpCLxddaxd { width:17.5rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiKlLKW41HafNJfFcG21TTIKQbJDsmZ5 { width:0.0625rem;height:4.0625rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJuBcPenCObLP3Skl60Ipz7XZPxUqii { width:27.5rem;height:9.75rem;top:0rem;left:20.1875rem;display:block; }#dSJuBcPenCObLP3Skl60Ipz7XZPxUqii li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
 }@media only screen and (max-width: 763px) { #AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ { display:block; }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn { display:block; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgbCgpVn8dTcKfGthDAIrRIPS5TqEZ7r { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdirnV3EXR5lBb6kFQByILLU3fWKKXS8 { width:2.5rem;height:0.0625rem;top:5.9375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWptHgryV1uTab2SSiV73cadac94xaUe { width:17.5rem;height:3.375rem;top:0.125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU28pJqq37GxfwBLLvzng8fgmSipSGZa { width:2.5rem;height:0.0625rem;top:5.9375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe { display:block; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv4l9H3tGlO4fLAUEOdyKL9cxT6aA510 { width:4rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmnRkagcJiqxP8ZmFcZUrThOs6UlZDbN { width:17.5rem;height:3.375rem;top:0.125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpDBRNiFrz9L6FMTVAcoEEf7Q35d5k1 { width:17.5rem;height:3.375rem;top:0.125rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liwsxJRl3CTmoc8FTozmudh3qzc01MZI { width:4rem;height:3.625rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M { display:block; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCVmRM09DZODUb4oHKcUVOwTsdtRgV3D { width:4rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xORBKGvif9ATs9TQvmknegM90T5HuDTy { width:17.5rem;height:3.375rem;top:0.125rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDPk2PH1ONzeurCbhkOImdprptLvuDvC { width:17.5rem;height:3.375rem;top:0.125rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxJaOJ4wHBdEfSTOhZockJOBQCafkoxu { width:4rem;height:3.375rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp { display:block; }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCncnia5U0MmogDeOt09XwB5SThXvdVn { width:2.5rem;height:0.0625rem;top:2.8125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 { display:block; }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId { display:block; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgNw3CHVH0DFAH5GutTpXTScCwZfPuKw { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8lhFQgbAfGaJtfy2E5fLGzQyclDBLZS { width:2.5rem;height:0.0625rem;top:3.4375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 { display:block; }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row .container { width:47.75rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abqOxNOU0OZolGmplq3S2zKmwlVaXnA9 { width:14.5625rem;height:16.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1EpMtAcMCA8wTc2MOe2WmT8lUBPbOaA { width:12.1875rem;height:1.625rem;top:8.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDK4OxwNp4N53PGD6bICD6UpEsZaM84k { width:12.1875rem;height:1.125rem;top:10.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRptP7qS8Sf5WSfDEvA1m09bbvFnzuo4 { width:12.1875rem;height:3.5625rem;top:12.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSm1btgO0HBQGTMOtx01rIJiyqkL7FTG { width:14.5625rem;height:16.625rem;top:2.5rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMp5htFR1Lpe00dEVsi97hVqmRGgaSDe { width:12.1875rem;height:3.5625rem;top:12.625rem;left:17.791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMvBM9paAl7kKryxiH6I2r5iNHkf9As9 { width:12.1875rem;height:1.125rem;top:10.5rem;left:17.791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVzNgtAyvuWSVBnuXOdZ9wkUTu7oxgy { width:12.1875rem;height:1.625rem;top:8.875rem;left:17.854166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7OyKpOFxCbxWe5Zy87ecOQwpT7NTKgh { width:3.3125rem;height:5rem;top:0rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cykU0pUJlNxL8BheKba9HWAXis7tOahy { width:3.25rem;height:4.375rem;top:0rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP { display:block; }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row .container { width:47.75rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTTWWrqp8rhClWcVGWWisc9s29oHQtb9 { width:47.75rem;height:2.5625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR1wV3GRziDHoXTni1tWClcIHPSIq4Ol { width:47.75rem;height:4.4375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-regular-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;font-size:0; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-container:first-of-type{padding-top:0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-container:last-of-type{padding-bottom:0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4  { width:18.9375rem;height:auto;top:13.625rem;left:13.75rem; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 {display:block;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 { width:18.9375rem;height:auto;top:13.625rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #nEnNwv8xVyZ2r8MOwrTTODkEymvvrOOR {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #dI4GSQsdSbPwnepAHtDdQN2KtPF58RFg { display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #Qq8spGp8bvJ5ikPgvLnEePgdW85s3dyE {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #GIoBm8ePrqoPh5QKuwfNQ82mka5KCg7E {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #bNdFEtLFJO07U6obfJ7p6It7G80XdU5v { display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #KxcbUVQ4mzyzxp1wX24CXtTsNI5s5J6d {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #gHWVhXicRTcW2VoBfkDb84TEQ22CFiO4 {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #RfvaFenvap5aOsgWFQTOHZGwvvispZwQ { display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #dmelevENIZ4RBhS5P1BF0FhT5Udlc1Tg {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #VH0lXeKdbFhNz3bFigcpwOpHTrWkOgyg {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #QJtORWb8sf91ytf434BCOVsDbKSvVmZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #o9Fd2mofyokHRFtuvWWMRFQhU18QpPbA {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #DFfTPhCqUNIg92mcIhfgXWuCTHFvc17l {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #cfJdExe0oQ3HTq5iHSOSoKBdnf8q8nrv {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #mz5OxIQht2CaPyl1myliGm3iOEGHzDJO {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #bl7ItRvoIG8EXHSOIrWWyXzNMFdGOTUq {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #ZDhUFrD9aaFGcCDsmaGT1uD8XTTCADCz {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui { display:block; }#ztnglCPXICU0cttF2ecS9TOdFKx8N9Ui > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXGszPdNi4zBpWzv3BhgGDviNapWVhA6 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWBL8fOqqqecf0IEqg4whtgDzdFBT3vt { width:18.8125rem;height:15.6875rem;top:4.53125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrZODR1TRBaDVqc9gPgii83npTIkZobP { display:block; }#OrZODR1TRBaDVqc9gPgii83npTIkZobP > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvCfoxuW8P64U3N8pTcHtuTTCBl5KyTV { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa { display:block; }#OtQKaxdL6gTTSJlvBS01TK1ULpa1ySSa > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVfnxLuz4FtOOqAL2Zdgpn9T91ZeW1XN { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxuJSKqSUEVkGJWPxQcb1CkPyonPQBtH { width:20rem;height:9.661125rem;top:6.7246125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#kxuJSKqSUEVkGJWPxQcb1CkPyonPQBtH li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
 }@media only screen and (max-width: 763px) { #RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX { display:block; }#RQVh7xZ810M2QewlINmNx8t8Ca3BiGAX > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJvGA2gKn3qTTcSI47OLOs82r9kThBhP { width:1.875rem;height:1.375rem;top:5.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1n0I7IwFAmWCma42BTRg8b1P8GQrdlf { top:1.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIIgFsGRMrhHhWKWTR1xteMol23l9oUm { display:block; }
 }@media only screen and (max-width: 763px) { #lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 { display:block; }#lEMGTphqtAJydmgfSMnRtIfKq6G6U0R7 > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0mKodb2VC1bTVHuVBQKFAuQ11ZBXsqu { width:20rem;height:16.727272727273rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9M8xnZGrgahNSLD9MmfEo998rESvpAw { display:block; }#C9M8xnZGrgahNSLD9MmfEo998rESvpAw > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQAFf1gVdPqXoXt5fzlXP5Ruqd4BoNr2 { width:17.5rem;height:2.03125rem;top:1.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDDWnEJ1D84MkPWbqQQeBEMhynJUxIkN { width:0.0625rem;height:2.1875rem;top:4.53125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI0ORMGkpDbqcc26cS1N79fXxzI4PnVx { width:20rem;height:28.3359375rem;top:7.96875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 { display:block; }#o2AwFKaJDLQuGsDvQFIV6xBiLBUeQJQ0 > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4RfE9eSMqwKL4QVOECL8TvXXdKIoIIK { width:17.5rem;height:2.03125rem;top:1.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vo1NZuqvA1iVJnUWzi9CHPa3ip9ubgOe { width:0.0625rem;height:4.0625rem;top:4.53125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfmGWcy3otPd63FDRpOySvuzedsr1oug { width:20rem;height:40.28125rem;top:9.84375rem;left:0rem;font-size:0.875rem;display:block; }#hfmGWcy3otPd63FDRpOySvuzedsr1oug li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
 }@media only screen and (max-width: 763px) { #aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc { display:block; }#aSxT8ADFtLP8gAG6mLyTMU62t5WOeydc > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygT9IEgoND0B8NrcPFcpGtcGIaBPc9Ze { width:17.5rem;height:2.03125rem;top:1.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSQ6XbJ4gCiWQ1f3tiDruL6DdhEkJUHA { width:0.0625rem;height:4.0625rem;top:4.53125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEpcNUHJ6ByizKBtqMfsyf2K5iLMF9vt { width:20rem;height:29.01175rem;top:9.84375rem;left:0rem;font-size:0.875rem;display:block; }#rEpcNUHJ6ByizKBtqMfsyf2K5iLMF9vt li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
 }@media only screen and (max-width: 763px) { #E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz { display:block; }#E1DSgU77T2QKlX0bgXAVZJ7QsVNJMxVz > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6MnkoitvLTEIWaEABSK0n1StrDsBWtr { display:block; }#D6MnkoitvLTEIWaEABSK0n1StrDsBWtr > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRTk531N2THVRRTq2fGziKPpCLxddaxd { width:17.5rem;height:2.03125rem;top:1.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uiKlLKW41HafNJfFcG21TTIKQbJDsmZ5 { width:0.0625rem;height:4.0625rem;top:4.53125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJuBcPenCObLP3Skl60Ipz7XZPxUqii { width:20rem;height:48.2265625rem;top:9.84375rem;left:0rem;font-size:0.875rem;display:block; }#dSJuBcPenCObLP3Skl60Ipz7XZPxUqii li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/2ae2ff61b54715a23b8b57210e86cd40.png); }
 }@media only screen and (max-width: 763px) { #AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ { display:block; }#AS2WSpMwshEpXOmhUiHGCp1Tkb1C28AQ > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn { display:block; }#TT08bdgfduiXQVlFzgxSQ1mmctOWhiXn > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgbCgpVn8dTcKfGthDAIrRIPS5TqEZ7r { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SdirnV3EXR5lBb6kFQByILLU3fWKKXS8 { width:2.5rem;height:0.0625rem;top:6.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWptHgryV1uTab2SSiV73cadac94xaUe { width:20rem;height:11.8125rem;top:7.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DU28pJqq37GxfwBLLvzng8fgmSipSGZa { width:2.5rem;height:0.0625rem;top:20.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe { display:block; }#e15TVOVgJJuuqaSnWGJDf4F3pAdVCKKe > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv4l9H3tGlO4fLAUEOdyKL9cxT6aA510 { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmnRkagcJiqxP8ZmFcZUrThOs6UlZDbN { width:14.75rem;height:3rem;top:6.5rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbpDBRNiFrz9L6FMTVAcoEEf7Q35d5k1 { width:14.75rem;height:1.5rem;top:15.625rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liwsxJRl3CTmoc8FTozmudh3qzc01MZI { width:4rem;height:3.625rem;top:10.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M { display:block; }#l49p0DI5fO07fVNKAZhnlwGFKcuBTV6M > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCVmRM09DZODUb4oHKcUVOwTsdtRgV3D { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xORBKGvif9ATs9TQvmknegM90T5HuDTy { width:14.75rem;height:3rem;top:6.5rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDPk2PH1ONzeurCbhkOImdprptLvuDvC { width:14.75rem;height:3rem;top:15.375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxJaOJ4wHBdEfSTOhZockJOBQCafkoxu { width:4rem;height:3.375rem;top:10.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp { display:block; }#UB3WVhtdD9LyfUXA8K4wFcNRTPPHJZmp > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCncnia5U0MmogDeOt09XwB5SThXvdVn { width:2.5rem;height:0.0625rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 { display:block; }#qS7K4wuTk4QckfUhmWsz3Tg0rdklTvh6 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId { display:block; }#xiMWDR3r4JRJTBX4JFlZMJLV8JvQmfId > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgNw3CHVH0DFAH5GutTpXTScCwZfPuKw { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8lhFQgbAfGaJtfy2E5fLGzQyclDBLZS { width:2.5rem;height:0.0625rem;top:4.53125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 { display:block; }#aC09WJmdzeWnApmI48oD9JNUbRrJIHh9 > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abqOxNOU0OZolGmplq3S2zKmwlVaXnA9 { width:16.875rem;height:11.25rem;top:1.3203125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1EpMtAcMCA8wTc2MOe2WmT8lUBPbOaA { width:7.6875rem;height:2.5996125rem;top:3.158203125rem;left:9.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDK4OxwNp4N53PGD6bICD6UpEsZaM84k { width:8.375rem;height:2.2734375rem;top:6.3828125rem;left:9.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRptP7qS8Sf5WSfDEvA1m09bbvFnzuo4 { width:14.375rem;height:6.09375rem;top:13.5625rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSm1btgO0HBQGTMOtx01rIJiyqkL7FTG { width:16.875rem;height:11.25rem;top:22.46875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMp5htFR1Lpe00dEVsi97hVqmRGgaSDe { width:14.375rem;height:8.53125rem;top:35.0625rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMvBM9paAl7kKryxiH6I2r5iNHkf9As9 { width:7.8125rem;height:3.41015625rem;top:26.451171875rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVzNgtAyvuWSVBnuXOdZ9wkUTu7oxgy { width:7.5rem;height:1.4619125rem;top:24.5087890625rem;left:10.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7OyKpOFxCbxWe5Zy87ecOQwpT7NTKgh { width:5.875rem;height:8.625rem;top:2.0703125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cykU0pUJlNxL8BheKba9HWAXis7tOahy { width:6.6875rem;height:8.9375rem;top:23.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP { display:block; }#ta1cgWVIcqIEdDnVuUzApzJBz0sEiXuP > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTTWWrqp8rhClWcVGWWisc9s29oHQtb9 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tR1wV3GRziDHoXTni1tWClcIHPSIq4Ol { width:20rem;height:5.19921875rem;top:4.53125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4  { width:17.5rem;height:undefined;top:13.625rem;left:0rem; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 {display:block;}#U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 { width:17.5rem;height:46rem;top:12.9296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #nEnNwv8xVyZ2r8MOwrTTODkEymvvrOOR {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #dI4GSQsdSbPwnepAHtDdQN2KtPF58RFg { display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #Qq8spGp8bvJ5ikPgvLnEePgdW85s3dyE {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #GIoBm8ePrqoPh5QKuwfNQ82mka5KCg7E {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #bNdFEtLFJO07U6obfJ7p6It7G80XdU5v { display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #KxcbUVQ4mzyzxp1wX24CXtTsNI5s5J6d {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #gHWVhXicRTcW2VoBfkDb84TEQ22CFiO4 {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #RfvaFenvap5aOsgWFQTOHZGwvvispZwQ { display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #dmelevENIZ4RBhS5P1BF0FhT5Udlc1Tg {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #VH0lXeKdbFhNz3bFigcpwOpHTrWkOgyg {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #QJtORWb8sf91ytf434BCOVsDbKSvVmZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #o9Fd2mofyokHRFtuvWWMRFQhU18QpPbA {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #DFfTPhCqUNIg92mcIhfgXWuCTHFvc17l {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #cfJdExe0oQ3HTq5iHSOSoKBdnf8q8nrv {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #mz5OxIQht2CaPyl1myliGm3iOEGHzDJO {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #bl7ItRvoIG8EXHSOIrWWyXzNMFdGOTUq {  }
 }@media only screen and (max-width: 763px) { #U9khKdyiFHlTRQfTNqBgAt9vTh0qZLd4 #ZDhUFrD9aaFGcCDsmaGT1uD8XTTCADCz {  }
 }