.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:250,240,221;--color-primary-1:240,207,140;--color-primary-2:224,158,25;--color-primary-3:112,79,13;--color-primary-4:34,24,4;--color-secondary-0:225,225,227;--color-secondary-1:154,155,160;--color-secondary-2:52,55,65;--color-secondary-3:26,28,33;--color-secondary-4:8,8,10;--color-tertiary-0:255,255,255;--color-tertiary-1:196,196,196;--color-tertiary-2:157,157,157;--color-tertiary-3:94,94,94;--color-tertiary-4:0,0,0;--headlines-font-family:"Proxima Nova";--paragraphs-font-family:"babas neue"; }@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:#333740;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;background-image:url("https://images.assets-landingi.com/DEUTONRA/1_copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy.adaptive-delivery-prevent-bg, #BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy.lazyload, #BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy.lazyloading { background-image: none; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container { background-color: transparent; background-image: none; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container > .video-iframe-container { display: none; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row > .video-iframe-container { display: none; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .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); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container { border-width: 0; border-radius: 0; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#f87Dm4hSmZwt5t4x62dFtDPZp5uZ1tVI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:11.9375rem;top:1.53125rem;left:2.3125rem;overflow:hidden;display:block; }
#GRBB82QFIHx2iw5aOnLyaSfNi4FBVsPN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:0.125rem;top:12.8125rem;left:27.25rem;overflow:hidden;display:block; }
#Ow24dAfLJ29QVgTz6NnQftM86vvZBWnd { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:3.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2.78125rem;left:24.625rem;display:block; }
#OJ6F6RzrpttJKLpdUGGch2LrnwERM3wW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0bcCr8L7LOkGIzPZao3ClLM4vKmJQVC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:2.78125rem;left:28.5rem;display:block; }
#kbUtp8NRq1t4b638S3cvWGKZVDU2eiFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMJaea4sT8fk5GoAcQShpBgRNT3QwOK9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.0625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:2.78125rem;left:33.875rem;display:block; }
#Sp3eSNGkwcrTgwtxSuA3Tepzx5qr81Fh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guO1EIwI7SN8TPH5fhaQoyKVSHy3irTK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.0625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:2.78125rem;left:39.1875rem;display:block; }
#yp0kAc6t5tOb8vLD2JRDH7bzCJ4mwcel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eo8uTkc5eVH5vDvzDK5NurTOVt3T5R50 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.0625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:2.78125rem;left:44.6865234375rem;display:block; }
#kXnoTnaNO6i7Ps54GArk6c23ZGTkyRAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hyEPDXpUvItg2RpsWJTDJPKKITX9s0EO { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:2.78125rem;left:52.155469894409rem;display:block; }
#SrIWtTKO3i4MtImHkQhnr6VaAWg5vJxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1xJD7iKoT5zLezAnqkqnyt8rRCyCosQ { color:rgba(var(--color-tertiary-0),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.84375rem;left:4.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lPTHbTi8eRQztImfty5vEiUS7L1T94vW { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:37.5rem;top:6.625rem;left:11.25rem;overflow:hidden;display:block; }
#PAEr0oGBzKJElBpm0CW9WBsen9tevI4y { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:37.5rem;top:12.8125rem;left:11.25rem;overflow:hidden;display:block; }
#zW3V6UcXh8ni2zVIqLDlU8SKXchbCkPt { z-index:15004;top:19.0625rem;left:20.90625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rQKmQISlKKnqUSALSI7xvqT1ZbnDuJlq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;background-image:url("https://images.assets-landingi.com/DEUTONRA/1_copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.adaptive-delivery-prevent-bg, #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.lazyload, #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.lazyloading { background-image: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container { border-width: 0; border-radius: 0; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container { font-size:0.875rem;font-family:arial;height:88.75rem;width:60rem;position:relative;display:none; }#xScrwae0BlryrOtxn7wNF3zDQ57BDLqO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.0625rem;height:0;display:none; }#xScrwae0BlryrOtxn7wNF3zDQ57BDLqO li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#xScrwae0BlryrOtxn7wNF3zDQ57BDLqO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
#KmMkeaBuN59ReczX2Mny47VEAnZKiWFr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.125rem;width:29.25rem;top:24.25rem;left:0rem;display:none; }
#Izo3wrVqgWtHZnKSumBmyOgaqsfoD2R6 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.625rem;left:15.1875rem;height:9.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KOlBLRVKawAgZLQrJL2IeCB8rfhBPhlH { position:absolute;display:block;z-index:15051;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:25.3125rem;left:0.875rem;overflow:hidden;display:block; }
#rETlDUKhnzloo568l0vS68LbwGJVismg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:25.3125rem;left:10.875rem;height:1.78754375rem;display:block; }
#CFGq39xkmUFcwzJXavkXH6x63DRgUCKO { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:28.5625rem;left:10.875rem;height:2.58753125rem;display:block; }#CFGq39xkmUFcwzJXavkXH6x63DRgUCKO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CFGq39xkmUFcwzJXavkXH6x63DRgUCKO li:before{  }
#oKIsqv0QGfQEu8TCzHiBlL6E9rIQ6lTb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:33.125rem;left:10.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iLbhkmHzHIsuy5yL2JqZm0faFTt0rOc8 { position:absolute;display:block;z-index:15039;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:39.375rem;left:30.875rem;overflow:hidden;display:block; }
#O3FEKvNvUs7NA8hfHBaWx8vwaOJTzEWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:39.375rem;left:40.875rem;height:1.78754375rem;display:block; }
#Q684QmtEtKwcA3s81LNP6IWX8qIWTEtO { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:42.625rem;left:40.875rem;height:2.58753125rem;display:block; }#Q684QmtEtKwcA3s81LNP6IWX8qIWTEtO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q684QmtEtKwcA3s81LNP6IWX8qIWTEtO li:before{  }
#SxLvoynof1PQFxTtfRuMO2wGs76BcpWp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:47.1875rem;left:40.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#COIlxeXe3dUG8qF82lisezSwgPKRAJ5K { position:absolute;display:block;z-index:15047;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:25.3125rem;left:30.875rem;overflow:hidden;display:block; }
#nLQVc4pA01WLEyNTHIRQeDJ9G1G03T6O { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:28.5625rem;left:40.875rem;height:2.58753125rem;display:block; }#nLQVc4pA01WLEyNTHIRQeDJ9G1G03T6O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nLQVc4pA01WLEyNTHIRQeDJ9G1G03T6O li:before{  }
#Td2ZkX4GxgrgRNQWhb0Uxf8Ep1AB6zdw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:25.3125rem;left:40.875rem;height:1.78754375rem;display:block; }
#fowyHueCKNaMUeRwXMluyJAbnsxcDWW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:33.125rem;left:40.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMdvodDk2D7N3hsPFGf0SVDniPLdL4ny { position:absolute;display:block;z-index:15055;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:39.375rem;left:0.875rem;overflow:hidden;display:block; }
#TqXxtV31X7W50OELZNa9TLXbiOTDN5Bt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:39.375rem;left:10.875rem;height:3.57421875rem;display:block; }
#ElUiw8NgCvEkm9h4ytmrCgOTtIDcxE9p { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:42.625rem;left:10.875rem;height:3.7246125rem;display:block; }#ElUiw8NgCvEkm9h4ytmrCgOTtIDcxE9p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ElUiw8NgCvEkm9h4ytmrCgOTtIDcxE9p li:before{  }
#LBNH6qrFzLwwqLqmn9TnBOPqChDecnnh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:47.1875rem;left:10.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUpzkOtrxVmP9SRWnZ81sPOEEpkSbxgc { position:absolute;display:block;z-index:15033;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:53.8125rem;left:30.8125rem;overflow:hidden;display:block; }
#qOm8x76TAbEPkQX1ncvzmJie3PRR2UBl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:61.625rem;left:40.8125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U66Fd7iOep9C3cyNULKJRkdCMte2TGcb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:57.9375rem;left:40.8125rem;height:3.7246125rem;display:block; }#U66Fd7iOep9C3cyNULKJRkdCMte2TGcb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U66Fd7iOep9C3cyNULKJRkdCMte2TGcb li:before{  }
#XWa8d2UrRCn6KgAAvMNOgeWDnD93tpXD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:53.8125rem;left:40.8125rem;height:5.361325rem;display:block; }
#DosATMUWlxDmTVAR0ASgH38RecvFKOuq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:3.0625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:2.75rem;left:24.625rem;display:block; }
#r1mhp5Jpw691sHRKNdRp6V5DeZQcCs1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0Kcuk6L4l6oAVkJMwsmSTPanD72FRWz { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.75rem;left:28.5rem;display:block; }
#DFohkKx4ZNTeA37AmeuWtR9hPE7CIl60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sGxpPorUCkSqVrIxR0SV2Vzgk888Gqyx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:2.75rem;left:33.875rem;display:block; }
#oT2HEDyJ5EE0DXhZZI8LhWvmqbCfb2BT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmS0k6pRnDOPqf6QGimObwaqDvpS7758 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:2.75rem;left:39.1875rem;display:block; }
#WT3fDyTGvmOTCgXdiEBgqLZiakbGZ3AW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMumLv0fvwUbOc8yneq37PGD1lbkWn03 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:3.0625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:2.75rem;left:44.8125rem;display:block; }
#PlEANhZtnXJtrVzAd17TZ2y6t4el9qUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7UeUU3x3Dv7UbTKJZTCo2RlcKwAHs3A { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:atrament;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.0625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:2.75rem;left:52rem;display:block; }
#yp3rRqf4rtO2tBHFgwHgSlH6S4s1tR8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xteBXmNgTyGmDZLh7q2hIMJEGobCJ1mc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:37.5rem;top:9.0625rem;left:11rem;overflow:hidden;display:block; }
#o5eE1qmQRulzhQVo6uCCkDaiSaTiEKmn { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:37.5rem;top:16.5625rem;left:10.9375rem;overflow:hidden;display:block; }
#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;background-image:url("https://images.assets-landingi.com/uc/9cb4647b-154e-49e5-be92-9d313f0ad046/Untitleddesign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw.adaptive-delivery-prevent-bg, #aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw.lazyload, #aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw.lazyloading { background-image: none; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container { background-color: transparent; background-image: none; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container > .video-iframe-container { display: none; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row > .video-iframe-container { display: none; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .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); }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container { border-width: 0; border-radius: 0; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container { font-size:0.875rem;font-family:arial;height:74.75rem;width:60rem;position:relative;display:block; }#meI5uF4AWbMMeI7Dog1KRz5vJexDo0KO { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:"babas neue";font-size:4.1875rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:4.0616216659546rem;left:0rem;height:9.2122375rem;display:block; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-form-header {  }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-regular-label { height:auto;display:block;font-family:"babas neue";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"babas neue";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:25.875rem;height:3.125rem;font-family:arial;overflow:hidden; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 [class*="-text"]:-moz-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 [class*="-text"]::-moz-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 [class*="-text"]:-ms-input-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 [class*="-text"]::-webkit-input-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .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:"babas neue";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.6875rem;overflow:hidden;font-style:normal;float:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-container:first-of-type{padding-top:0;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-container:last-of-type{padding-bottom:0;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:8.810546875rem;left:31.625001907349rem; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.875rem;display:block;vertical-align:top; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-info-text { display:block;height:auto;font-family:"babas neue";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 {display:block;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:8.810546875rem;left:31.625001907349rem; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #dNvihKZTgN0sgBCC4luQMNgd4nIfQGIF { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #byKLMf9duCvzTni4gaLhADchwzf6gpzR { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #LvezURPr9RRnOqJVZ2O458rQsoV7Oczd { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #Pa0QqDiBTl59P5TTd5ALm0D1vJl7DEX1 { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #p8oh0vPD68z4ailJ6JgBvihCP6ndThmp { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #A044J2VsRl8HVXkpE6LQufKNSswA8fT0 { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #TvNVoaPxxfOJg9xTlFParWKx2zLnxnDN { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #KFKwTbwXWDJgITqCbmCotxcSFcQlbUzt { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #aBl1I6K1HCzWPmXNMCcuIRDwPc60NG5K { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #oGNrcvd5Zsix3WSX7GPIxPSTVB2hu08W { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #TlqwrGzLtRAcniCVsHcTi6CSOrlCqqlH { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #J30CV7QKNZtHRRv8WyB0ICTEpG6hc8bR { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #qfan1dcGg74OCxOCARmtpPKeTmQZ7g9E { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #rxsIVSzzek6zRuqCswu58s6qGOdla3tu { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #bi0M3nZKKLQyxHu2KpTC2URXMTBN9VEe { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #NgOcz1JIRcaMWWz2Kmcz7OWlharokT1t { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #g0bbPHFoJZ9zkTSDmrQ5IhOEus31eML9 { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #efJ0DGWftWpNUIrvsO52KtTyJJcQJecT { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #tqSnGETJ4VgsVEqFbftrXFgP1E7sL06Q { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #IcKFe0P3CcwzGmTIw24dS9Z8IuEIQhK9 { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #QKAQpwCfmmHTBmtTZ3Wet3El7XrnGGe7 { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #hDVILT0KxGWmASRtAzLLvVoSXVo1qOnB { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #SJEcwhdRhoe4RLByhSfqwJ6aBTciIrbZ { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #pnHGE4mHAisHpJ209LozgJFrTlJvgCsI { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #yV5q5iTqk2C2unnHTEb3EKP3z49dKRQx { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #oUc1gKLH7QIcEUbkhHm82tgOEMBJZ8pp { position:relative;display:none; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #APbgykZfRF1KCsQvnInpUWUOeoN89Zyo { position:relative; }
#VQeq3cGX583M5z3BVUGcsTumbgGn7iF8 { position:relative;display:block;z-index:100000;display:block; }
#k3iSL5HoVcKnm1rSN6BqC5TOGCrkOoT2 { position:relative;display:block;z-index:100000;display:block; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #HEQGLbyzTsi46nfQBhl1GqDkuNw23ntx { position:relative; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #z2nafMMG0hmJ3Qq0XxcZZcBnrRQvgeMa { position:relative; }
#MkDPdIkt28GsrhmRbAVE190AKmnBZq51 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:20.874816894531rem;left:-0.062144279479981rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#eSn1raQ9prTNowUTeNCuPlSLTSds31Co { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:"babas neue";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.0625rem;height:0;display:none; }#eSn1raQ9prTNowUTeNCuPlSLTSds31Co li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#eSn1raQ9prTNowUTeNCuPlSLTSds31Co li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
#XZ8ZKTM6ouuJbfc8hL5lhOBEGDnwcr0D { position:absolute;display:block;z-index:15015;background-color:#343741;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.125rem;width:29.25rem;top:24.25rem;left:0rem;display:none; }
#KZyKcm4WuhCeEnFdCdXyeirn8XgtQg1V { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:30.623565673828rem;left:0rem;overflow:hidden;display:block; }
#AnPCKwV18mbZ1weSUGTFb3y2bBRoJ1le { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:36.062133789062rem;left:0rem;overflow:hidden;display:block; }
#Btf9JsfgiNEyroF5CdoPGKV90qvr7x5b { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:33.373931884766rem;left:0rem;overflow:hidden;display:block; }
#AFAfUJESpXqo1wMRGmoV2BwDzLKWlOlN { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:38.687316894531rem;left:0rem;overflow:hidden;display:block; }
#queX1fEzyKuQSTqp3HZFus1wPHwUWOJb { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:50.6875rem;width:28.375rem;top:2.0617370605469rem;left:31.625001907349rem;display:block; }
#GiU8EBWVvsEQdEBWdTEJCDkMbSSPU6k2 { color:#333740;display:block;width:18.875rem;position:absolute;font-family:"babas neue";font-size:2.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:3.0625123977661rem;left:36.312501907349rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#HTpMKHl6VALRDyUuyalCMEbLoJZLRvZX { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:5.862512588501rem;left:31.625001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#XRFeLMEARtdBUOCPL8EUP0t5KzCBpLKq { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:"babas neue";font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:14.310729980469rem;left:0rem;height:1.92448125rem;display:block; }
#v7TP7bbOPuUHrAXsk995cnr5hHvFUSvy { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:41.249450683594rem;left:0rem;overflow:hidden;display:block; }
#ZC78gvpPEMaTcHddtRLR2WOlcWHZmT9l { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:29.25rem;top:17.748565673828rem;left:0rem;display:block; }
#nu6rilydMy3TOzrTC33CNC1fS9LeOW6C { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:11.9375rem;top:58.156255722046rem;left:24.416666030884rem;overflow:hidden;display:block; }
#tq5lBfTUtNSST5Vru0xKXiIZkCaTAv83 { position:absolute;display:block;z-index:15040;height:1.3125rem;width:23.625rem;top:8.0625123977663rem;left:34.375001907349rem;display:block; }
#mJUHFDdb23ITHLHdTJD6zFotpauwToiA { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:.7;letter-spacing:0;top:31.030181884766rem;left:2.9057178497314rem;height:0.74375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NrCnTTr2a6xQPnzWI51sEQrGL9XSvCbl { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:.7;letter-spacing:0;top:33.779632568359rem;left:2.9057178497314rem;height:0.74375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tB50TGvqxLVxTmc2cPfbHSFXpacI9AZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:.7;letter-spacing:0;top:36.46875rem;left:2.9057178497314rem;height:0.74375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JbLphtxVbt7b64IV2dSiWzuZu2kk0IwR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:38.905700683594rem;left:2.9057178497314rem;height:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dmMzuSo68hOll4aOvJDPm56xEc3Mgbp6 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:.7;letter-spacing:0;top:41.687133789062rem;left:2.9057178497314rem;height:0.74375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BLTfth8XD00rKKD9Ox8efflMsUArZrvy { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:48.625rem;height:1.19318125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Cmc8IqIPrfkAEJd6FXrRLpHv3TDGgCxD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:11.9375rem;top:0.8125rem;left:24.03125rem;overflow:hidden;display:none; }
#Fl2lKX7h3olya7BB9LRhoEQDCiOIb4iI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:68.25rem;left:28.4375rem;overflow:hidden;display:block; }
#yfSlfeU17P83y5Jl4u3GNJvcOTCTq69U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:68.25rem;left:30.1875rem;overflow:hidden;display:block; }
#hO443R1ocNmvgJ1Mdo8q27kTTzUwnXu6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:66.375rem;left:27.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#snATQ8Cp3II6ot6fzALN78xiV6R6N06N { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:67.875rem;left:41rem;overflow:hidden;display:block; }
#TWXDDMzImhzwkAeP55UnM9nDJbiGMeJo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:69rem;left:44.937501907349rem;height:1.03125rem;font-style:normal;display:block; }
#B22TVcEtQvyHa0zKvHlTVZJbMBNvXn1u { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:66.375rem;left:46.5rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy { display:block; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f87Dm4hSmZwt5t4x62dFtDPZp5uZ1tVI { top:1.5rem;left:0.25rem;width:11.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRBB82QFIHx2iw5aOnLyaSfNi4FBVsPN { top:12.8125rem;left:21.0625rem;width:0.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow24dAfLJ29QVgTz6NnQftM86vvZBWnd { width:3.875rem;height:3.0625rem;top:2.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6F6RzrpttJKLpdUGGch2LrnwERM3wW { display:block; }
 }@media only screen and (max-width: 763px) { #R0bcCr8L7LOkGIzPZao3ClLM4vKmJQVC { width:5.25rem;height:3.0625rem;top:2.75rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbUtp8NRq1t4b638S3cvWGKZVDU2eiFO { display:block; }
 }@media only screen and (max-width: 763px) { #tMJaea4sT8fk5GoAcQShpBgRNT3QwOK9 { width:5.25rem;height:3.0625rem;top:2.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp3eSNGkwcrTgwtxSuA3Tepzx5qr81Fh { display:block; }
 }@media only screen and (max-width: 763px) { #guO1EIwI7SN8TPH5fhaQoyKVSHy3irTK { width:5.25rem;height:3.0625rem;top:2.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp0kAc6t5tOb8vLD2JRDH7bzCJ4mwcel { display:block; }
 }@media only screen and (max-width: 763px) { #Eo8uTkc5eVH5vDvzDK5NurTOVt3T5R50 { width:7.4375rem;height:3.0625rem;top:2.75rem;left:34.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXnoTnaNO6i7Ps54GArk6c23ZGTkyRAZ { display:block; }
 }@media only screen and (max-width: 763px) { #hyEPDXpUvItg2RpsWJTDJPKKITX9s0EO { width:6.625rem;height:3.0625rem;top:2.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrIWtTKO3i4MtImHkQhnr6VaAWg5vJxV { display:block; }
 }@media only screen and (max-width: 763px) { #G1xJD7iKoT5zLezAnqkqnyt8rRCyCosQ { top:10.8125rem;left:0rem;width:47.75rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPTHbTi8eRQztImfty5vEiUS7L1T94vW { top:6.625rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAEr0oGBzKJElBpm0CW9WBsen9tevI4y { top:12.8125rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3V6UcXh8ni2zVIqLDlU8SKXchbCkPt { top:19.0625rem;left:13.5625rem;width:18.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQKmQISlKKnqUSALSI7xvqT1ZbnDuJlq { display:block; }
 }@media only screen and (max-width: 763px) { #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl { display:block; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xScrwae0BlryrOtxn7wNF3zDQ57BDLqO { top:26.5625rem;left:0rem;width:24.4375rem;height:;font-size:1.4375rem;display:block; }#xScrwae0BlryrOtxn7wNF3zDQ57BDLqO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
 }@media only screen and (max-width: 763px) { #KmMkeaBuN59ReczX2Mny47VEAnZKiWFr { top:24.25rem;left:0rem;width:29.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izo3wrVqgWtHZnKSumBmyOgaqsfoD2R6 { top:13.625rem;left:0rem;width:29.5rem;height:4.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOlBLRVKawAgZLQrJL2IeCB8rfhBPhlH { top:25.3125rem;left:0rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETlDUKhnzloo568l0vS68LbwGJVismg { top:25.3125rem;left:5.625rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFGq39xkmUFcwzJXavkXH6x63DRgUCKO { top:28.5625rem;left:6.3125rem;width:17.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }#CFGq39xkmUFcwzJXavkXH6x63DRgUCKO li:before{  }
 }@media only screen and (max-width: 763px) { #oKIsqv0QGfQEu8TCzHiBlL6E9rIQ6lTb { top:33.125rem;left:6.3125rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLbhkmHzHIsuy5yL2JqZm0faFTt0rOc8 { top:39.375rem;left:23.875rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3FEKvNvUs7NA8hfHBaWx8vwaOJTzEWZ { top:39.375rem;left:29.5rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q684QmtEtKwcA3s81LNP6IWX8qIWTEtO { top:42.625rem;left:30.1875rem;width:17.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }#Q684QmtEtKwcA3s81LNP6IWX8qIWTEtO li:before{  }
 }@media only screen and (max-width: 763px) { #SxLvoynof1PQFxTtfRuMO2wGs76BcpWp { top:47.1875rem;left:30.1875rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COIlxeXe3dUG8qF82lisezSwgPKRAJ5K { top:25.3125rem;left:23.875rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQVc4pA01WLEyNTHIRQeDJ9G1G03T6O { top:28.5625rem;left:30.1875rem;width:17.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }#nLQVc4pA01WLEyNTHIRQeDJ9G1G03T6O li:before{  }
 }@media only screen and (max-width: 763px) { #Td2ZkX4GxgrgRNQWhb0Uxf8Ep1AB6zdw { top:25.3125rem;left:29.5rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fowyHueCKNaMUeRwXMluyJAbnsxcDWW4 { top:33.125rem;left:30.1875rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMdvodDk2D7N3hsPFGf0SVDniPLdL4ny { top:39.375rem;left:0rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXxtV31X7W50OELZNa9TLXbiOTDN5Bt { top:39.375rem;left:5.625rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElUiw8NgCvEkm9h4ytmrCgOTtIDcxE9p { top:42.625rem;left:6.3125rem;width:17.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }#ElUiw8NgCvEkm9h4ytmrCgOTtIDcxE9p li:before{  }
 }@media only screen and (max-width: 763px) { #LBNH6qrFzLwwqLqmn9TnBOPqChDecnnh { top:47.1875rem;left:6.3125rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpzkOtrxVmP9SRWnZ81sPOEEpkSbxgc { top:53.8125rem;left:23.875rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOm8x76TAbEPkQX1ncvzmJie3PRR2UBl { top:61.625rem;left:30.1875rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U66Fd7iOep9C3cyNULKJRkdCMte2TGcb { top:57.9375rem;left:30.1875rem;width:17.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }#U66Fd7iOep9C3cyNULKJRkdCMte2TGcb li:before{  }
 }@media only screen and (max-width: 763px) { #XWa8d2UrRCn6KgAAvMNOgeWDnD93tpXD { top:53.8125rem;left:29.5rem;width:18.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DosATMUWlxDmTVAR0ASgH38RecvFKOuq { width:3.875rem;height:3.0625rem;top:2.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1mhp5Jpw691sHRKNdRp6V5DeZQcCs1A { display:block; }
 }@media only screen and (max-width: 763px) { #k0Kcuk6L4l6oAVkJMwsmSTPanD72FRWz { width:5.25rem;height:3.0625rem;top:2.75rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFohkKx4ZNTeA37AmeuWtR9hPE7CIl60 { display:block; }
 }@media only screen and (max-width: 763px) { #sGxpPorUCkSqVrIxR0SV2Vzgk888Gqyx { width:5.25rem;height:3.0625rem;top:2.75rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT2HEDyJ5EE0DXhZZI8LhWvmqbCfb2BT { display:block; }
 }@media only screen and (max-width: 763px) { #EmS0k6pRnDOPqf6QGimObwaqDvpS7758 { width:5.25rem;height:3.0625rem;top:2.75rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3fDyTGvmOTCgXdiEBgqLZiakbGZ3AW { display:block; }
 }@media only screen and (max-width: 763px) { #qMumLv0fvwUbOc8yneq37PGD1lbkWn03 { width:7rem;height:3.0625rem;top:2.75rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlEANhZtnXJtrVzAd17TZ2y6t4el9qUD { display:block; }
 }@media only screen and (max-width: 763px) { #H7UeUU3x3Dv7UbTKJZTCo2RlcKwAHs3A { width:6.625rem;height:3.0625rem;top:2.75rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp3rRqf4rtO2tBHFgwHgSlH6S4s1tR8S { display:block; }
 }@media only screen and (max-width: 763px) { #xteBXmNgTyGmDZLh7q2hIMJEGobCJ1mc { top:9.0625rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5eE1qmQRulzhQVo6uCCkDaiSaTiEKmn { top:16.5625rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw { display:block; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meI5uF4AWbMMeI7Dog1KRz5vJexDo0KO { top:4rem;left:0rem;width:33.75rem;height:9.1875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-button { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6  { width:25.125rem;height:auto;top:4.0625rem;left:20.125rem; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 {display:block;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 { width:25.125rem;height:auto;top:4.0625rem;left:20.125rem; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #dNvihKZTgN0sgBCC4luQMNgd4nIfQGIF {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #byKLMf9duCvzTni4gaLhADchwzf6gpzR { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #LvezURPr9RRnOqJVZ2O458rQsoV7Oczd {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #Pa0QqDiBTl59P5TTd5ALm0D1vJl7DEX1 {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #p8oh0vPD68z4ailJ6JgBvihCP6ndThmp { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #A044J2VsRl8HVXkpE6LQufKNSswA8fT0 {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #TvNVoaPxxfOJg9xTlFParWKx2zLnxnDN {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #KFKwTbwXWDJgITqCbmCotxcSFcQlbUzt { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #aBl1I6K1HCzWPmXNMCcuIRDwPc60NG5K {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #oGNrcvd5Zsix3WSX7GPIxPSTVB2hu08W {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #TlqwrGzLtRAcniCVsHcTi6CSOrlCqqlH { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #J30CV7QKNZtHRRv8WyB0ICTEpG6hc8bR {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #qfan1dcGg74OCxOCARmtpPKeTmQZ7g9E {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #rxsIVSzzek6zRuqCswu58s6qGOdla3tu { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #bi0M3nZKKLQyxHu2KpTC2URXMTBN9VEe {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #NgOcz1JIRcaMWWz2Kmcz7OWlharokT1t {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #g0bbPHFoJZ9zkTSDmrQ5IhOEus31eML9 { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #efJ0DGWftWpNUIrvsO52KtTyJJcQJecT {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #tqSnGETJ4VgsVEqFbftrXFgP1E7sL06Q {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #IcKFe0P3CcwzGmTIw24dS9Z8IuEIQhK9 { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #QKAQpwCfmmHTBmtTZ3Wet3El7XrnGGe7 {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #hDVILT0KxGWmASRtAzLLvVoSXVo1qOnB {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #SJEcwhdRhoe4RLByhSfqwJ6aBTciIrbZ { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #pnHGE4mHAisHpJ209LozgJFrTlJvgCsI {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #yV5q5iTqk2C2unnHTEb3EKP3z49dKRQx {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #oUc1gKLH7QIcEUbkhHm82tgOEMBJZ8pp { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #APbgykZfRF1KCsQvnInpUWUOeoN89Zyo {  }
 }@media only screen and (max-width: 763px) { #VQeq3cGX583M5z3BVUGcsTumbgGn7iF8 { display:block; }
 }@media only screen and (max-width: 763px) { #k3iSL5HoVcKnm1rSN6BqC5TOGCrkOoT2 { display:block; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #HEQGLbyzTsi46nfQBhl1GqDkuNw23ntx {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #z2nafMMG0hmJ3Qq0XxcZZcBnrRQvgeMa {  }
 }@media only screen and (max-width: 763px) { #MkDPdIkt28GsrhmRbAVE190AKmnBZq51 { top:20.8125rem;left:0rem;width:28.8125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSn1raQ9prTNowUTeNCuPlSLTSds31Co { top:26.5625rem;left:0rem;width:24.4375rem;height:;font-size:1.4375rem;display:block; }#eSn1raQ9prTNowUTeNCuPlSLTSds31Co li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
 }@media only screen and (max-width: 763px) { #XZ8ZKTM6ouuJbfc8hL5lhOBEGDnwcr0D { top:24.25rem;left:0rem;width:29.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZyKcm4WuhCeEnFdCdXyeirn8XgtQg1V { top:30.5625rem;left:0rem;width:1.5625rem;height:1.5027332915293rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnPCKwV18mbZ1weSUGTFb3y2bBRoJ1le { top:36rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btf9JsfgiNEyroF5CdoPGKV90qvr7x5b { top:33.3125rem;left:0rem;width:1.5625rem;height:1.5027332915293rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFAfUJESpXqo1wMRGmoV2BwDzLKWlOlN { top:38.625rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #queX1fEzyKuQSTqp3HZFus1wPHwUWOJb { top:2rem;left:19.375rem;width:28.375rem;height:50.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiU8EBWVvsEQdEBWdTEJCDkMbSSPU6k2 { top:3.0625rem;left:27.125rem;width:18.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpMKHl6VALRDyUuyalCMEbLoJZLRvZX { top:5.8125rem;left:19.375rem;width:28.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRFeLMEARtdBUOCPL8EUP0t5KzCBpLKq { top:14.25rem;left:0rem;width:29.6875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7TP7bbOPuUHrAXsk995cnr5hHvFUSvy { top:41.1875rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC78gvpPEMaTcHddtRLR2WOlcWHZmT9l { top:17.6875rem;left:0rem;width:29.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu6rilydMy3TOzrTC33CNC1fS9LeOW6C { top:58.125rem;left:11.9375rem;width:11.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq5lBfTUtNSST5Vru0xKXiIZkCaTAv83 { top:8.0625rem;left:24.125rem;width:23.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJUHFDdb23ITHLHdTJD6zFotpauwToiA { top:31rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrCnTTr2a6xQPnzWI51sEQrGL9XSvCbl { top:33.75rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB50TGvqxLVxTmc2cPfbHSFXpacI9AZ8 { top:36.4375rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbLphtxVbt7b64IV2dSiWzuZu2kk0IwR { top:38.875rem;left:0rem;width:27.8125rem;height:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmMzuSo68hOll4aOvJDPm56xEc3Mgbp6 { top:41.625rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLTfth8XD00rKKD9Ox8efflMsUArZrvy { top:2.5625rem;left:37.1875rem;width:10.4375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmc8IqIPrfkAEJd6FXrRLpHv3TDGgCxD { top:0.8125rem;left:17.84375rem;width:11.9375rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fl2lKX7h3olya7BB9LRhoEQDCiOIb4iI { top:68.25rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfSlfeU17P83y5Jl4u3GNJvcOTCTq69U { top:68.25rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO443R1ocNmvgJ1Mdo8q27kTTzUwnXu6 { top:66.375rem;left:17.375rem;width:6.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snATQ8Cp3II6ot6fzALN78xiV6R6N06N { top:67.875rem;left:31.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWXDDMzImhzwkAeP55UnM9nDJbiGMeJo { top:69rem;left:34.375rem;width:13.375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B22TVcEtQvyHa0zKvHlTVZJbMBNvXn1u { top:66.375rem;left:37.3125rem;width:10.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container { background-color: transparent; background-image: none; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container > .video-iframe-container { display: none; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row > .video-iframe-container { display: none; }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .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); }#BOmZTn870aWdKL8pvhdeZAZIrFDHkOoy > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f87Dm4hSmZwt5t4x62dFtDPZp5uZ1tVI { width:8.625rem;height:3.9375rem;top:0.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRBB82QFIHx2iw5aOnLyaSfNi4FBVsPN { width:0.125rem;height:0.1875rem;top:11.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow24dAfLJ29QVgTz6NnQftM86vvZBWnd { width:3.875rem;height:4.125rem;top:4.8125rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6F6RzrpttJKLpdUGGch2LrnwERM3wW { display:block; }
 }@media only screen and (max-width: 763px) { #R0bcCr8L7LOkGIzPZao3ClLM4vKmJQVC { width:5.25rem;height:3.0625rem;top:5.3125rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbUtp8NRq1t4b638S3cvWGKZVDU2eiFO { display:block; }
 }@media only screen and (max-width: 763px) { #tMJaea4sT8fk5GoAcQShpBgRNT3QwOK9 { width:5.25rem;height:3.0625rem;top:5.3125rem;left:13.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp3eSNGkwcrTgwtxSuA3Tepzx5qr81Fh { display:block; }
 }@media only screen and (max-width: 763px) { #guO1EIwI7SN8TPH5fhaQoyKVSHy3irTK { width:5.25rem;height:3.0625rem;top:8.6875rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp0kAc6t5tOb8vLD2JRDH7bzCJ4mwcel { display:block; }
 }@media only screen and (max-width: 763px) { #Eo8uTkc5eVH5vDvzDK5NurTOVt3T5R50 { width:5.25rem;height:3.0625rem;top:8.6875rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXnoTnaNO6i7Ps54GArk6c23ZGTkyRAZ { display:block; }
 }@media only screen and (max-width: 763px) { #hyEPDXpUvItg2RpsWJTDJPKKITX9s0EO { width:6.625rem;height:3.0625rem;top:8.6875rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrIWtTKO3i4MtImHkQhnr6VaAWg5vJxV { display:block; }
 }@media only screen and (max-width: 763px) { #G1xJD7iKoT5zLezAnqkqnyt8rRCyCosQ { width:20rem;height:1.85611875rem;top:14.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPTHbTi8eRQztImfty5vEiUS7L1T94vW { width:20rem;height:3.3333333333333rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAEr0oGBzKJElBpm0CW9WBsen9tevI4y { width:20rem;height:3.3333333333333rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3V6UcXh8ni2zVIqLDlU8SKXchbCkPt { top:18.8125rem;left:2.375rem;width:15.3125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQKmQISlKKnqUSALSI7xvqT1ZbnDuJlq { display:block; }
 }@media only screen and (max-width: 763px) { #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl { background-color:#333740;background-image:url("https://images.assets-landingi.com/BldKs4bd/download_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.adaptive-delivery-prevent-bg, #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.lazyload, #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.lazyloading { background-image: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container { width:20rem;height:155.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xScrwae0BlryrOtxn7wNF3zDQ57BDLqO { width:20.0625rem;height:8.8125rem;top:20.31591796875rem;left:-0.06298828125rem;font-size:1.4375rem;display:none; }#xScrwae0BlryrOtxn7wNF3zDQ57BDLqO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
 }@media only screen and (max-width: 763px) { #KmMkeaBuN59ReczX2Mny47VEAnZKiWFr { width:20rem;height:20.0625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Izo3wrVqgWtHZnKSumBmyOgaqsfoD2R6 { width:20rem;height:1.85619375rem;top:17.08203125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOlBLRVKawAgZLQrJL2IeCB8rfhBPhlH { width:8.1875rem;height:8.1875rem;top:44.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETlDUKhnzloo568l0vS68LbwGJVismg { width:18.25rem;height:1.7871125rem;top:53.6875rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFGq39xkmUFcwzJXavkXH6x63DRgUCKO { width:17.5625rem;height:2.5859375rem;top:55.875rem;left:1.25rem;font-size:0.875rem;display:block; }#CFGq39xkmUFcwzJXavkXH6x63DRgUCKO li:before{  }
 }@media only screen and (max-width: 763px) { #oKIsqv0QGfQEu8TCzHiBlL6E9rIQ6lTb { width:17.5625rem;height:1.29980625rem;top:59.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLbhkmHzHIsuy5yL2JqZm0faFTt0rOc8 { width:8rem;height:8rem;top:62.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3FEKvNvUs7NA8hfHBaWx8vwaOJTzEWZ { width:18.25rem;height:1.7871125rem;top:71.8125rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q684QmtEtKwcA3s81LNP6IWX8qIWTEtO { width:17.5625rem;height:2.5859375rem;top:74.25rem;left:1rem;font-size:0.875rem;display:block; }#Q684QmtEtKwcA3s81LNP6IWX8qIWTEtO li:before{  }
 }@media only screen and (max-width: 763px) { #SxLvoynof1PQFxTtfRuMO2wGs76BcpWp { width:17.5625rem;height:1.29980625rem;top:77.625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COIlxeXe3dUG8qF82lisezSwgPKRAJ5K { width:8rem;height:8rem;top:80.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQVc4pA01WLEyNTHIRQeDJ9G1G03T6O { width:17.5625rem;height:2.5859375rem;top:92.3125rem;left:1rem;font-size:0.875rem;display:block; }#nLQVc4pA01WLEyNTHIRQeDJ9G1G03T6O li:before{  }
 }@media only screen and (max-width: 763px) { #Td2ZkX4GxgrgRNQWhb0Uxf8Ep1AB6zdw { width:18.25rem;height:1.7871125rem;top:89.5625rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fowyHueCKNaMUeRwXMluyJAbnsxcDWW4 { width:17.5625rem;height:1.29980625rem;top:95.5625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMdvodDk2D7N3hsPFGf0SVDniPLdL4ny { width:8rem;height:8rem;top:136.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXxtV31X7W50OELZNa9TLXbiOTDN5Bt { width:18.25rem;height:1.7871125rem;top:145.125rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElUiw8NgCvEkm9h4ytmrCgOTtIDcxE9p { width:17.5625rem;height:2.5859375rem;top:147.75rem;left:1rem;font-size:0.875rem;display:block; }#ElUiw8NgCvEkm9h4ytmrCgOTtIDcxE9p li:before{  }
 }@media only screen and (max-width: 763px) { #LBNH6qrFzLwwqLqmn9TnBOPqChDecnnh { width:17.5625rem;height:1.29980625rem;top:151.375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpzkOtrxVmP9SRWnZ81sPOEEpkSbxgc { width:8.3125rem;height:8.3125rem;top:116.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOm8x76TAbEPkQX1ncvzmJie3PRR2UBl { width:17.5625rem;height:1.29980625rem;top:132.9375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U66Fd7iOep9C3cyNULKJRkdCMte2TGcb { width:17.5625rem;height:2.5859375rem;top:129.5625rem;left:1rem;font-size:0.875rem;display:block; }#U66Fd7iOep9C3cyNULKJRkdCMte2TGcb li:before{  }
 }@media only screen and (max-width: 763px) { #XWa8d2UrRCn6KgAAvMNOgeWDnD93tpXD { width:18.25rem;height:3.57421875rem;top:125.4375rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DosATMUWlxDmTVAR0ASgH38RecvFKOuq { width:3.875rem;height:3.0625rem;top:6.4375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1mhp5Jpw691sHRKNdRp6V5DeZQcCs1A { display:block; }
 }@media only screen and (max-width: 763px) { #k0Kcuk6L4l6oAVkJMwsmSTPanD72FRWz { width:5.25rem;height:3.0625rem;top:6.4375rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFohkKx4ZNTeA37AmeuWtR9hPE7CIl60 { display:block; }
 }@media only screen and (max-width: 763px) { #sGxpPorUCkSqVrIxR0SV2Vzgk888Gqyx { width:5.25rem;height:3.0625rem;top:6.4375rem;left:13.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT2HEDyJ5EE0DXhZZI8LhWvmqbCfb2BT { display:block; }
 }@media only screen and (max-width: 763px) { #EmS0k6pRnDOPqf6QGimObwaqDvpS7758 { width:5.25rem;height:3.0625rem;top:10.1875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3fDyTGvmOTCgXdiEBgqLZiakbGZ3AW { display:block; }
 }@media only screen and (max-width: 763px) { #qMumLv0fvwUbOc8yneq37PGD1lbkWn03 { width:7rem;height:3.0625rem;top:10.1875rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlEANhZtnXJtrVzAd17TZ2y6t4el9qUD { display:block; }
 }@media only screen and (max-width: 763px) { #H7UeUU3x3Dv7UbTKJZTCo2RlcKwAHs3A { width:6.625rem;height:3.0625rem;top:10.1875rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp3rRqf4rtO2tBHFgwHgSlH6S4s1tR8S { display:block; }
 }@media only screen and (max-width: 763px) { #xteBXmNgTyGmDZLh7q2hIMJEGobCJ1mc { width:20rem;height:3.3333333333333rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5eE1qmQRulzhQVo6uCCkDaiSaTiEKmn { width:20rem;height:3.33300625rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw { background-color:#333740;background-image:url("https://images.assets-landingi.com/BldKs4bd/download_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw.adaptive-delivery-prevent-bg, #aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw.lazyload, #aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw.lazyloading { background-image: none; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container { background-color: transparent; background-image: none; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container > .video-iframe-container { display: none; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row > .video-iframe-container { display: none; }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .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); }#aJv8eMhhTZsxbHWTJ60xM6u2dzXMr0Nw > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meI5uF4AWbMMeI7Dog1KRz5vJexDo0KO { width:20rem;height:4.3997375rem;top:19.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6  { width:17.5rem;height:39.1875rem;top:36.75rem;left:0rem; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 {display:block;}#ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 { width:17.5rem;height:39.1875rem;top:36.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #dNvihKZTgN0sgBCC4luQMNgd4nIfQGIF {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #byKLMf9duCvzTni4gaLhADchwzf6gpzR { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #LvezURPr9RRnOqJVZ2O458rQsoV7Oczd {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #Pa0QqDiBTl59P5TTd5ALm0D1vJl7DEX1 {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #p8oh0vPD68z4ailJ6JgBvihCP6ndThmp { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #A044J2VsRl8HVXkpE6LQufKNSswA8fT0 {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #TvNVoaPxxfOJg9xTlFParWKx2zLnxnDN {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #KFKwTbwXWDJgITqCbmCotxcSFcQlbUzt { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #aBl1I6K1HCzWPmXNMCcuIRDwPc60NG5K {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #oGNrcvd5Zsix3WSX7GPIxPSTVB2hu08W {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #TlqwrGzLtRAcniCVsHcTi6CSOrlCqqlH { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #J30CV7QKNZtHRRv8WyB0ICTEpG6hc8bR {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #qfan1dcGg74OCxOCARmtpPKeTmQZ7g9E {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #rxsIVSzzek6zRuqCswu58s6qGOdla3tu { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #bi0M3nZKKLQyxHu2KpTC2URXMTBN9VEe {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #NgOcz1JIRcaMWWz2Kmcz7OWlharokT1t {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #g0bbPHFoJZ9zkTSDmrQ5IhOEus31eML9 { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #efJ0DGWftWpNUIrvsO52KtTyJJcQJecT {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #tqSnGETJ4VgsVEqFbftrXFgP1E7sL06Q {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #IcKFe0P3CcwzGmTIw24dS9Z8IuEIQhK9 { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #QKAQpwCfmmHTBmtTZ3Wet3El7XrnGGe7 {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #hDVILT0KxGWmASRtAzLLvVoSXVo1qOnB {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #SJEcwhdRhoe4RLByhSfqwJ6aBTciIrbZ { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #pnHGE4mHAisHpJ209LozgJFrTlJvgCsI {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #yV5q5iTqk2C2unnHTEb3EKP3z49dKRQx {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #oUc1gKLH7QIcEUbkhHm82tgOEMBJZ8pp { display:none; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #APbgykZfRF1KCsQvnInpUWUOeoN89Zyo {  }
 }@media only screen and (max-width: 763px) { #VQeq3cGX583M5z3BVUGcsTumbgGn7iF8 { display:block; }
 }@media only screen and (max-width: 763px) { #k3iSL5HoVcKnm1rSN6BqC5TOGCrkOoT2 { display:block; }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #HEQGLbyzTsi46nfQBhl1GqDkuNw23ntx {  }
 }@media only screen and (max-width: 763px) { #ligl8yJdHTkAvW7Zt8h3CWkdDnTKHDC6 #z2nafMMG0hmJ3Qq0XxcZZcBnrRQvgeMa {  }
 }@media only screen and (max-width: 763px) { #MkDPdIkt28GsrhmRbAVE190AKmnBZq51 { width:18.6855625rem;height:7.875rem;top:1.25rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSn1raQ9prTNowUTeNCuPlSLTSds31Co { width:20.0625rem;height:8.8125rem;top:20.31591796875rem;left:-0.06298828125rem;font-size:1.4375rem;display:none; }#eSn1raQ9prTNowUTeNCuPlSLTSds31Co li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
 }@media only screen and (max-width: 763px) { #XZ8ZKTM6ouuJbfc8hL5lhOBEGDnwcr0D { width:20rem;height:20.0625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZyKcm4WuhCeEnFdCdXyeirn8XgtQg1V { width:1.561525rem;height:1.5017955859554rem;top:30.5625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnPCKwV18mbZ1weSUGTFb3y2bBRoJ1le { width:1.561525rem;height:1.5017955859554rem;top:36rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Btf9JsfgiNEyroF5CdoPGKV90qvr7x5b { width:1.561525rem;height:1.5017955859554rem;top:33.3125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFAfUJESpXqo1wMRGmoV2BwDzLKWlOlN { width:1.625rem;height:1.5628426231905rem;top:38.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #queX1fEzyKuQSTqp3HZFus1wPHwUWOJb { width:19.9375rem;height:53.6875rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiU8EBWVvsEQdEBWdTEJCDkMbSSPU6k2 { width:20rem;height:2.5996125rem;top:31rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpMKHl6VALRDyUuyalCMEbLoJZLRvZX { width:19.375rem;height:1.21875rem;top:33.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRFeLMEARtdBUOCPL8EUP0t5KzCBpLKq { width:20rem;height:3.29948125rem;top:24.749995231628rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v7TP7bbOPuUHrAXsk995cnr5hHvFUSvy { width:1.625rem;height:1.5628426231905rem;top:41.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC78gvpPEMaTcHddtRLR2WOlcWHZmT9l { width:15.9375rem;height:0.25rem;top:17.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu6rilydMy3TOzrTC33CNC1fS9LeOW6C { width:11.9375rem;height:5.6875rem;top:58.125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #tq5lBfTUtNSST5Vru0xKXiIZkCaTAv83 { width:20rem;height:0.625rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJUHFDdb23ITHLHdTJD6zFotpauwToiA { width:20rem;height:auto;top:31rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NrCnTTr2a6xQPnzWI51sEQrGL9XSvCbl { width:20rem;height:auto;top:33.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tB50TGvqxLVxTmc2cPfbHSFXpacI9AZ8 { width:20rem;height:auto;top:36.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JbLphtxVbt7b64IV2dSiWzuZu2kk0IwR { width:20rem;height:auto;top:38.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dmMzuSo68hOll4aOvJDPm56xEc3Mgbp6 { width:20rem;height:auto;top:41.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BLTfth8XD00rKKD9Ox8efflMsUArZrvy { width:20rem;height:0;top:34.637649536132rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Cmc8IqIPrfkAEJd6FXrRLpHv3TDGgCxD { width:10.1230625rem;height:4.6875rem;top:11.6875rem;left:4.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2lKX7h3olya7BB9LRhoEQDCiOIb4iI { width:1rem;height:1.3125rem;top:83.823562622069rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfSlfeU17P83y5Jl4u3GNJvcOTCTq69U { width:1.375rem;height:1.375rem;top:83.823562622069rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO443R1ocNmvgJ1Mdo8q27kTTzUwnXu6 { width:4.5625rem;height:0;top:31.75rem;left:7.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #snATQ8Cp3II6ot6fzALN78xiV6R6N06N { width:2.25rem;height:2.25rem;top:85.5625rem;left:8.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TWXDDMzImhzwkAeP55UnM9nDJbiGMeJo { width:13.375rem;height:1.58073125rem;top:88.375rem;left:3.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #B22TVcEtQvyHa0zKvHlTVZJbMBNvXn1u { width:10.4375rem;height:auto;top:66.375rem;left:4.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }