.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 { 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; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7.adaptive-delivery-prevent-bg, #cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7.lazyload, #cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7.lazyloading { background-image: none; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container { background-color: transparent; background-image: none; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container > .video-iframe-container { display: none; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row > .video-iframe-container { display: none; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .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); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container { border-width: 0; border-radius: 0; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#C26SrtIcS1ylyVmPu4lL7W4dt9F7qr02 { 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; }
#OqJaRHqWoTtGZbWV72gW8g6HhNvJgv7T { 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; }
#RF9PoKkoR3Lt7NpKKqNAieZkHWdKMfNG { 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; }
#H0KJucZbLq8TOqhRCDWaJZeiZTxrRQrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NWDInauh1Ng1KCJPHqSreKWu3HVpeDvg { 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; }
#U6GaWlKxu0HwfIWMimhWpCMQBCVZ9ei1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3VGUlioayTtd28IOEhy9hyJMrFgCvxX { 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; }
#Ol7Cw3tbdHeTMsU4G89FbiUuTkwhdNJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeL0dorZiPlWGpllGeKluN4Eomsxz1Kg { 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; }
#tfohAvXRO3b00F7ik7gDPygXA1Rg40NO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sIXpt7Vb734bJQcvkU2IIqUxMmFKI4tU { 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; }
#C7AQv7nfyuz9XQaNOs3xirBLpeveut0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IughsBBpORkgio93lGoBQL5kIgeLCzTB { 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; }
#rV0zNFOowSiF8Cl2ziqtMTmgBdw2tMRu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkszsVFQFgHvgJIGeiixHcrKqTTb5woG { 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:4.125rem;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; }
#wHySxNhQtyaz6TWWKbifivPxPmtxuSnE { 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; }
#sBiTgmNglGbuv2U7UnOPKJ85MHN07wJT { 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; }
#DEZkNEQsk04fQIL3IxonqUW9gc52nm0h { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:23.75rem;left:22.625rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#PRuJMgEJzLI6cuULGqWN3THCMC7dobAT { z-index:15004;top:30.0625rem;left:23.0625rem;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:13.875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LSOebO1d0KvPA2w3r0g95PuTDtdU3Pc8 { 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:block; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.adaptive-delivery-prevent-bg, #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.lazyload, #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.lazyloading { background-image: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container { background-color: transparent; background-image: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container > .video-iframe-container { display: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row > .video-iframe-container { display: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .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); }#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:123rem;width:60rem;position:relative;display:block; }#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; }
#U1emDCnKId2bRUCqsNsIl7Qsic88ViNL { position:absolute;display:block;z-index:15016;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.75rem;width:5.75rem;top:2.25rem;left:5.125rem;overflow:hidden;display:block; }
#nzRQcWBZuzTRqcBr1BvW4eT5kLTB1ml3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.8125rem;height:2.6rem;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; }
#vocGC0S005gURT5cz4ThWsoC73uDBtuC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:12.375rem;height:;display:block; }#vocGC0S005gURT5cz4ThWsoC73uDBtuC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vocGC0S005gURT5cz4ThWsoC73uDBtuC li:before{  }
#IxpLmVgT2EEW7PN7mx1EgP5MD5PGoJJk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.1875rem;left:12.375rem;height:;display:block; }#IxpLmVgT2EEW7PN7mx1EgP5MD5PGoJJk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IxpLmVgT2EEW7PN7mx1EgP5MD5PGoJJk li:before{  }
#bTb2nLVTMc3AZpVDAbQ7eEwRwiG7TRV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.4375rem;left:11.8125rem;height:1.3rem;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; }
#tzsmO0HBxAG4v4T2rt7nr6sJAo0gv9uQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:12.4375rem;left:5.125rem;overflow:hidden;display:block; }
#U9Tdg24uxIg6WIMBhIN26SimO5GPdOdL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:35.4375rem;left:12.375rem;height:;display:block; }#U9Tdg24uxIg6WIMBhIN26SimO5GPdOdL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U9Tdg24uxIg6WIMBhIN26SimO5GPdOdL li:before{  }
#FRqmvJySK8LwwipthuQ8xneeBuaX1ahi { 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:5.75rem;width:5.75rem;top:33.6875rem;left:5.125rem;overflow:hidden;display:block; }
#ncPG3RyKIFZ41gE52OWIHfryR1zvTT9e { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:33.6875rem;left:11.8125rem;height:1.3rem;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; }
#pUqTwdbFFtDqcD3IT8RUeWh8eVoGzTgy { position:absolute;display:block;z-index:15040;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.75rem;width:5.75rem;top:23rem;left:5.125rem;overflow:hidden;display:block; }
#AiKWo30uW8xB0ox1CM3UQoyCII0zwutc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:24.75rem;left:12.375rem;height:;display:block; }#AiKWo30uW8xB0ox1CM3UQoyCII0zwutc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AiKWo30uW8xB0ox1CM3UQoyCII0zwutc li:before{  }
#g45Us3JvStuHJuwkb3yg8M0U5TZqE4KW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4rem;left:40.0625rem;height:;display:block; }#g45Us3JvStuHJuwkb3yg8M0U5TZqE4KW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g45Us3JvStuHJuwkb3yg8M0U5TZqE4KW li:before{  }
#RIrGvhCgH8vx8ba6gwQL9iq2dEeZRpo9 { 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:5.75rem;width:5.75rem;top:2.25rem;left:32.8125rem;overflow:hidden;display:block; }
#NBkhe1KCoxIodizdCDio6xxBfon0qfKT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:23rem;left:11.8125rem;height:1.3rem;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; }
#zFJagCdLlEs0s2JEt3yckpMm6xhkhCGu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:2.25rem;left:39.5rem;height:1.3rem;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; }
#SLIaAlrkeJ96n9TUlycAsDPAeeZkBkiM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:46.375rem;left:12.375rem;height:;display:block; }#SLIaAlrkeJ96n9TUlycAsDPAeeZkBkiM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SLIaAlrkeJ96n9TUlycAsDPAeeZkBkiM li:before{  }
#vfXvTf4KickV0cP2lqy17LgIZx8CEFED { position:absolute;display:block;z-index:15055;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.75rem;width:5.75rem;top:44.625rem;left:5.125rem;overflow:hidden;display:block; }
#ZtFqxOfqTO3PiDylxE4ASoLTT7wo0yPR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:44.625rem;left:11.8125rem;height:1.3rem;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; }
#UquAH9vcAWRknQqsB4MExXt7ueqLuI3z { position:absolute;display:block;z-index:15058;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.75rem;width:5.75rem;top:23rem;left:32.8125rem;overflow:hidden;display:block; }
#r09IT2riSptM5a9CZQ6bCySaMUO2aiST { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:24.75rem;left:40.0625rem;height:;display:block; }#r09IT2riSptM5a9CZQ6bCySaMUO2aiST li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r09IT2riSptM5a9CZQ6bCySaMUO2aiST li:before{  }
#bVl315hN7ADZ23tpBbRo5SAWkt9JApcw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:23rem;left:39.5rem;height:1.3rem;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; }
#zsdVXxndM6dKqFxShm7urWD84eVDa9G7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.0625rem;height:;display:block; }#zsdVXxndM6dKqFxShm7urWD84eVDa9G7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zsdVXxndM6dKqFxShm7urWD84eVDa9G7 li:before{  }
#U0JVhGA3AAr0B9NL0mAT4KLSpFDWx3vr { position:absolute;display:block;z-index:15055;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.75rem;width:5.75rem;top:12.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#QF72QSaRok5fSbNtPLCshZdI83irRog5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:12.4375rem;left:39.5rem;height:1.3rem;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; }
#W1eRyqXGRCQdv5e1d8KHws2xZQ8945qJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:67.5rem;left:12.375rem;height:;display:block; }#W1eRyqXGRCQdv5e1d8KHws2xZQ8945qJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W1eRyqXGRCQdv5e1d8KHws2xZQ8945qJ li:before{  }
#SzNgFkcbr9puilr1fw4Lnn6BS0V9B55N { position:absolute;display:block;z-index:15067;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.75rem;width:5.75rem;top:65.75rem;left:5.125rem;overflow:hidden;display:block; }
#yU2Lkr4KinLgsspRdGllnv2MXoEH4vGn { position:absolute;display:block;z-index:15070;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.75rem;width:5.75rem;top:44.25rem;left:32.8125rem;overflow:hidden;display:block; }
#aFgUCDTHia2E3TSTbGTJMlTkmby4RytP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;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:46rem;left:40.0625rem;height:;display:block; }#aFgUCDTHia2E3TSTbGTJMlTkmby4RytP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aFgUCDTHia2E3TSTbGTJMlTkmby4RytP li:before{  }
#CuDfOfVTRiNOxLdQZKPVzAX3caX1oCmS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:65.75rem;left:11.8125rem;height:1.3rem;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; }
#W2msLNTVK5T2mDFM8JQBSS2MVr4eoFIa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:44.25rem;left:39.5rem;height:1.3rem;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; }
#aVU1rETEHUZp4CV0vokBGF8TTkIl3zUh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:57.0625rem;left:12.375rem;height:;display:block; }#aVU1rETEHUZp4CV0vokBGF8TTkIl3zUh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aVU1rETEHUZp4CV0vokBGF8TTkIl3zUh li:before{  }
#d3kpiZBLoTZs2cpMdAK0sMNRQwTOcQ23 { position:absolute;display:block;z-index:15064;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.75rem;width:5.75rem;top:55.3125rem;left:5.125rem;overflow:hidden;display:block; }
#uhLPOWL5Ox6XHq5lM6RINOHnyuUIh4ZZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:35.3125rem;left:40.0625rem;height:;display:block; }#uhLPOWL5Ox6XHq5lM6RINOHnyuUIh4ZZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uhLPOWL5Ox6XHq5lM6RINOHnyuUIh4ZZ li:before{  }
#lL6OF5eNVu5Ce4BHS30rGtFB3LMDHU3s { position:absolute;display:block;z-index:15067;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.75rem;width:5.75rem;top:33.5625rem;left:32.8125rem;overflow:hidden;display:block; }
#IBacMTyKoeV2oJ8sftNk3dQxPgGlSM5W { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;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:55.3125rem;left:11.8125rem;height:1.3rem;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; }
#hDTaowqdeD5IgxcgzH52Bq2vTweRmtZT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:33.5625rem;left:39.5rem;height:1.3rem;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; }
#iMoUNf3NVK89hn9tE2nAB98ud9Ehcr9t { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:88.4375rem;left:12.375rem;height:;display:block; }#iMoUNf3NVK89hn9tE2nAB98ud9Ehcr9t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iMoUNf3NVK89hn9tE2nAB98ud9Ehcr9t li:before{  }
#cevpNeehVSaS1NEctsLmszCTB148TX0M { position:absolute;display:block;z-index:15082;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.75rem;width:5.75rem;top:65.1875rem;left:32.8125rem;overflow:hidden;display:block; }
#W1RsgionkWmHLCayIqTCcsOdN6o5qDHl { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:66.9375rem;left:40.0625rem;height:;display:block; }#W1RsgionkWmHLCayIqTCcsOdN6o5qDHl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W1RsgionkWmHLCayIqTCcsOdN6o5qDHl li:before{  }
#ns4J8hXZk2Rae0HQvhpGUbCdsPKRSOOg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:86.6875rem;left:11.8125rem;height:1.3rem;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; }
#KSG6Hf5HWWBd1TOmC2eu8iCMRqDPpbuy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:65.1875rem;left:39.5rem;height:1.3rem;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; }
#GpEk8loZHzxFBxs7Nqv1pudlze5bRozd { position:absolute;display:block;z-index:15079;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.75rem;width:5.75rem;top:86.6875rem;left:5.125rem;overflow:hidden;display:block; }
#JOqfaEXV7TeNL1JuAEr5b8wKo0Oqp8vz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:78rem;left:12.375rem;height:;display:block; }#JOqfaEXV7TeNL1JuAEr5b8wKo0Oqp8vz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JOqfaEXV7TeNL1JuAEr5b8wKo0Oqp8vz li:before{  }
#iEBMc6TAAI9CXRmhtQ5PywtoAX3lzwJd { position:absolute;display:block;z-index:15076;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.75rem;width:5.75rem;top:76.25rem;left:5.125rem;overflow:hidden;display:block; }
#C2PJdEVq0iAOgWcdXWUmVKlHCaJafERR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:56.375rem;left:40.0625rem;height:;display:block; }#C2PJdEVq0iAOgWcdXWUmVKlHCaJafERR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C2PJdEVq0iAOgWcdXWUmVKlHCaJafERR li:before{  }
#RZw5fEdolFyxK2BpGLJVGKd42KsLIuaM { position:absolute;display:block;z-index:15079;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.75rem;width:5.75rem;top:54.625rem;left:32.8125rem;overflow:hidden;display:block; }
#JmeiRuTscWOkFbfLxhJVaVbhgyLJVrpX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:76.25rem;left:11.8125rem;height:1.3rem;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; }
#BRcLybiPJFiSCTNQ8LoqAQGXrBDL3ml1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:54.625rem;left:39.5rem;height:2.6rem;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; }
#r0Qm0TvVFK8GBTeWRKIBWi1A8VZ1Jcv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:109.6875rem;left:12.375rem;height:;display:block; }#r0Qm0TvVFK8GBTeWRKIBWi1A8VZ1Jcv1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r0Qm0TvVFK8GBTeWRKIBWi1A8VZ1Jcv1 li:before{  }
#y9O6ZAeQcmA1n8DEAc1eRX1Ocgt3c61P { position:absolute;display:block;z-index:15091;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.75rem;width:5.75rem;top:107.9375rem;left:5.125rem;overflow:hidden;display:block; }
#ofbdxZcsHoOqAzDEWTP0kTTUCINk5TCH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:107.9375rem;left:11.8125rem;height:2.6rem;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; }
#JRDNT6aJJq9LIyyOl8QHK2X705Zw0UJa { position:absolute;display:block;z-index:15094;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.75rem;width:5.75rem;top:86.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#G2x6muKgzz6hQgGfTEgLKfKmDm46abgg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:99.25rem;left:12.375rem;height:;display:block; }#G2x6muKgzz6hQgGfTEgLKfKmDm46abgg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G2x6muKgzz6hQgGfTEgLKfKmDm46abgg li:before{  }
#OEO1hZeQZ2pJ9DWUHiyi86zo1s5scgFS { position:absolute;display:block;z-index:15088;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.75rem;width:5.75rem;top:97.5rem;left:5.125rem;overflow:hidden;display:block; }
#bpHM9lmJ580XXVc8EyfezV2aPGlMHpTV { position:absolute;display:block;z-index:15091;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.75rem;width:5.75rem;top:75.875rem;left:32.8125rem;overflow:hidden;display:block; }
#lcnHK1n3ANx8ePl5mD2uKhuhmvp1OtlS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:86.4375rem;left:39.5rem;height:1.3rem;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; }
#sLOqwp1vNXk7VOXT3kdxCgOWPlZAQFbq { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:88.1875rem;left:40.0625rem;height:;display:block; }#sLOqwp1vNXk7VOXT3kdxCgOWPlZAQFbq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sLOqwp1vNXk7VOXT3kdxCgOWPlZAQFbq li:before{  }
#gcMOOKzlEkaiBvTiM59flFJFKXnWT7MR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:77.625rem;left:40.0625rem;height:;display:block; }#gcMOOKzlEkaiBvTiM59flFJFKXnWT7MR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gcMOOKzlEkaiBvTiM59flFJFKXnWT7MR li:before{  }
#TzqBqILeVcrAWm5T5fWDHbvT44NCqgWn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:97.5rem;left:11.8125rem;height:1.3rem;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; }
#itC95DfR8vZaZlxzdTAkU2TlnUBTpguz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:75.875rem;left:39.5rem;height:1.3rem;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; }
#l9AcIlPTBqy3OFpLqGB22HbPooAtPxt1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:109.8125rem;left:40.0625rem;height:;display:block; }#l9AcIlPTBqy3OFpLqGB22HbPooAtPxt1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l9AcIlPTBqy3OFpLqGB22HbPooAtPxt1 li:before{  }
#KSBDATNDgz9vExCsKo0rmuTdrOlDHOAo { position:absolute;display:block;z-index:15097;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.75rem;width:5.75rem;top:108.0625rem;left:32.8125rem;overflow:hidden;display:block; }
#b5us22ZfgOSoOfLq3EfaNsNETxgCQM6z { position:absolute;display:block;z-index:15100;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.75rem;width:5.75rem;top:97.25rem;left:32.8125rem;overflow:hidden;display:block; }
#NcZMw0zlETKGcC2To6rETeqaSJZIswaK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:99rem;left:40.0625rem;height:;display:block; }#NcZMw0zlETKGcC2To6rETeqaSJZIswaK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NcZMw0zlETKGcC2To6rETeqaSJZIswaK li:before{  }
#dXAnMKv818ySPLLdrdXzspHP4fswianh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:97.25rem;left:39.5rem;height:1.3rem;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; }
#BmvFFzyE7aOqgkknNO3v8dWrOJGx6V0U { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:108.0625rem;left:39.5rem;height:1.3rem;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; }
#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J { 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; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J.adaptive-delivery-prevent-bg, #piToFamtMopWIWcBIqyv2JrW5Q8G2t9J.lazyload, #piToFamtMopWIWcBIqyv2JrW5Q8G2t9J.lazyloading { background-image: none; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container { background-color: transparent; background-image: none; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container > .video-iframe-container { display: none; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row > .video-iframe-container { display: none; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .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); }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container { border-width: 0; border-radius: 0; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container { font-size:0.875rem;font-family:arial;height:74.75rem;width:60rem;position:relative;display:block; }#Pwx8txqGnmlHerCgM2lBN9JfeiR0sXi0 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.1875rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:4.0616216659546rem;left:0rem;height:13.81640625rem;display:block; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-form-header {  }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-text {padding-top: 0; padding-bottom: 0;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .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:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-select {padding-top: 0; padding-bottom: 0;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk [class*="-text"]:-moz-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk [class*="-text"]::-moz-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk [class*="-text"]:-ms-input-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk [class*="-text"]::-webkit-input-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .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(--headlines-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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-container:first-of-type{padding-top:0;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-container:last-of-type{padding-bottom:0;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk  { 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.625rem; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.875rem;display:block;vertical-align:top; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk {display:block;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk { 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.625rem; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #lkBb3eeeWnAVHdyPtTBq0WaCP6szQfPb { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #tsJIGLRZ7nhhDWfPpICqAiGGx7Ou12o4 { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #phFyCcCgCsaTZC4Les7bbxakzAiW67ea { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #nMyL9FSSlDIhgEc4fRKaExlWtd0xzbRe { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #V11BQKJDcBsGmNU1PlScvzkaowDg90Hv { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #bdKSrrl4fehvZyWw873mfNFcsXx0tsrH { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #XSoqhIphVEynRsips3KUsd6C2simmQt1 { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #mZmFybeOT2WVQdxTuHbpp737pblBLoUK { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #nuIS91FSdgWSk7mevpoQ713lTuxIBOGV { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #a55GKB8rTk2JHTWztToIOADXPI2qCQOW { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #o4EoZPz0Rfex12AuvCBpBDPef1Tnn1Xz { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #bmwTVy8VgVsvrGqfUe7nvb3wCPCaUva3 { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #g8LFGyIJusmAJH52ZmeT0zOuK1W4QhLG { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #prSlSMk6LORlGf9QHGLgCgrqgza1ZIXE { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #hWCSkq9Jxfuhgp5DpibQxFXSB182C17i { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #wkG8DXuocZQDpin41UkTILczPzHbf5vy { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #orsFWhOl3MT9LH9xmot5kbbM2onKKUOE { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #I9XyTghBoSOvhDV3Bm4PI1Oh6FrFd0Vl { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #Z925QPquyBAce7Ih7CpfvbDeQbegAGZx { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #f1gRuZlcT2dMq0k81dwKfnZ0gL3mwTKC { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #OIIO66F04ds7ZOnLkBR89XJ67sLAdFTc { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #WgJTO4LIdTg1EXBxBp15Cd5xtVKwlPDd { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #s69nRlLZbBhr8b0hTCtmknm5ykA4C5r0 { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #xPgzd8Z0k8tdJuwPyLo4m7Dhc1zoLoZB { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #Ghaok26ssuC3XtDcqhrLlm7WfGQm4GUE { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #T1TufKFWcPB6vXhE5mdb0VyganbcSlIw { position:relative;display:none; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #a1mDUIbTTCTlTMLk2Vg3hxe99HKwiRVp { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #m4gbgRTDaN6fRyfb8cKMq9PmwE5cluHh { position:relative; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #WZWpesmZ1KROMOKcKLn7Jg5ckJ0wVSlA { position:relative; }
#b9XmGxXSS3DT1LiBT4bB4RW1VcT28OPI { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-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:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#WgxMSBWRGAVhrCF7Mdbmaek01eKyV2Lf { 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; }#WgxMSBWRGAVhrCF7Mdbmaek01eKyV2Lf li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#WgxMSBWRGAVhrCF7Mdbmaek01eKyV2Lf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
#V8KEBEUur4qhilzhFxxzh75lBrrLDsiL { 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; }
#c3leAn2GZIuQPJt0NL3yKppPxOOCAQ7c { 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; }
#LGZdA51SptBrbO7XNpeIM1DuVCxurPAW { 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; }
#lAzF4qtR12nLTJOn7vz7H4FyRqRT4cXo { 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; }
#uVmTQlzDTyEAJckWZT2ecoSfuX6b5asQ { 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; }
#sAD0toPlGRGVy6Se2DPStJrtDXy6Gyz4 { 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; }
#wGOpUsimXfpcbMi1SlS5zZkyoy1ULT5b { color:#333740;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#EIS96mFdTgsVpvwdT1codb0ehqirmZTF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-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; }
#HpJm8GT41LOz1DMhi55TwF2Fxdo3m1P1 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:14.310729980469rem;left:0rem;height:3.85rem;display:block; }
#M3AOswLMiUhWPF3TLt5ZfC1wOplJ0wvs { 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; }
#c9NG3EeOcl0Ldak1iHPd7pt4BScxq7lh { color:#fdbc18;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:66.4375rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W87sLTF2rpbAn2b3GTP2o9C9uEHoqHJN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:2.7;letter-spacing:0;top:67.9375rem;left:3.5625rem;height:2.025rem;text-align:left;text-align-last:left;display:block; }
#BbIMoMw2Q8TTPXQL3IVlTmQULWtKs2Lb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:57.25rem;left:46.686719894409rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#orZ02VMkCb5NRZfRWCsO6yG11Dw60Laq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:59.25rem;left:46.686719894409rem;height:1.65rem;font-style:normal;display:block; }
#vusdHX3vf9kEb7vowZiq0GbrbxlCMHFZ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:67.8125rem;left:1.9375rem;display:block; }
#v4KIB5hPJHdi9Tr2VIXniOUz24s5d89w { 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; }
#aJiXa0KKQchGiX2ISAPpf4OTZVrOK0Lo { 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:56.71875rem;left:1.875rem;overflow:hidden;display:block; }
#ZdeDHoE9mwma2ZdPobCipbJwkrSXm1I4 { 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:2.75rem;width:2.75rem;top:58.1875rem;left:43.375001907349rem;overflow:hidden;display:block; }
#Po1D29ttSJazTQnTXwTnH9PrIMSRKN6f { position:absolute;display:block;z-index:15040;height:1.3125rem;width:23.625rem;top:8.0625123977663rem;left:34.375001907349rem;display:block; }
#oJsahl4g0i1VwV6BnRB037XBnBTwUggv { 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; }
#kd6cv2elW4U3x9clbF1mLKx8u4zfkQ4O { 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; }
#IrnI02aTsrNnM0AfLHmF7HfRQRmxmH5T { 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; }
#u9iU2SHTpHoRpz5OnuC2bQf8qwBXy3ee { 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; }
#DzPrIxIkodsNFIvA9BIKNJTfqCASQTae { 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; }
#gdFgJNRPcvw9N5Xt2SXSmvOqeirmwT1g { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-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; }
#Sx8Qlx73WWibUK74cnVo3wAORdk1wCyC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.25rem;left:48.5625rem;height:1.647725rem;font-style:normal;display:none; }
#vJZgql7uPIC2O5BLyz3V3TVFmtAlCUkP { 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; }
#rBqQTMXXWzA7HKwtONpBFByTE7sn3pBM { 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:59.125rem;left:28.6875rem;overflow:hidden;display:block; }
#x5VAw0763zur7rUf19pU7GX4PJJayCaV { 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:59.125rem;left:30.4375rem;overflow:hidden;display:block; }
#eWtoScKdVrpehB6JzDmR2471CUf8acJW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:57.25rem;left:27.3125rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 { display:block; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26SrtIcS1ylyVmPu4lL7W4dt9F7qr02 { top:1.5rem;left:0.25rem;width:11.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqJaRHqWoTtGZbWV72gW8g6HhNvJgv7T { top:12.8125rem;left:21.0625rem;width:0.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF9PoKkoR3Lt7NpKKqNAieZkHWdKMfNG { width:3.875rem;height:3.0625rem;top:2.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0KJucZbLq8TOqhRCDWaJZeiZTxrRQrc { display:block; }
 }@media only screen and (max-width: 763px) { #NWDInauh1Ng1KCJPHqSreKWu3HVpeDvg { width:5.25rem;height:3.0625rem;top:2.75rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6GaWlKxu0HwfIWMimhWpCMQBCVZ9ei1 { display:block; }
 }@media only screen and (max-width: 763px) { #y3VGUlioayTtd28IOEhy9hyJMrFgCvxX { width:5.25rem;height:3.0625rem;top:2.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7Cw3tbdHeTMsU4G89FbiUuTkwhdNJQ { display:block; }
 }@media only screen and (max-width: 763px) { #UeL0dorZiPlWGpllGeKluN4Eomsxz1Kg { width:5.25rem;height:3.0625rem;top:2.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfohAvXRO3b00F7ik7gDPygXA1Rg40NO { display:block; }
 }@media only screen and (max-width: 763px) { #sIXpt7Vb734bJQcvkU2IIqUxMmFKI4tU { width:7.4375rem;height:3.0625rem;top:2.75rem;left:34.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7AQv7nfyuz9XQaNOs3xirBLpeveut0U { display:block; }
 }@media only screen and (max-width: 763px) { #IughsBBpORkgio93lGoBQL5kIgeLCzTB { width:6.625rem;height:3.0625rem;top:2.75rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0zNFOowSiF8Cl2ziqtMTmgBdw2tMRu { display:block; }
 }@media only screen and (max-width: 763px) { #pkszsVFQFgHvgJIGeiixHcrKqTTb5woG { top:10.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHySxNhQtyaz6TWWKbifivPxPmtxuSnE { top:6.625rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBiTgmNglGbuv2U7UnOPKJ85MHN07wJT { top:12.8125rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZkNEQsk04fQIL3IxonqUW9gc52nm0h { top:23.75rem;left:16.4375rem;width:14.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRuJMgEJzLI6cuULGqWN3THCMC7dobAT { top:30.0625rem;left:16.875rem;width:13.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSOebO1d0KvPA2w3r0g95PuTDtdU3Pc8 { 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) { #U1emDCnKId2bRUCqsNsIl7Qsic88ViNL { top:2.25rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzRQcWBZuzTRqcBr1BvW4eT5kLTB1ml3 { top:2.25rem;left:8.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vocGC0S005gURT5cz4ThWsoC73uDBtuC { top:4rem;left:9.3125rem;width:12.5rem;height:;font-size:0.875rem;display:block; }#vocGC0S005gURT5cz4ThWsoC73uDBtuC li:before{  }
 }@media only screen and (max-width: 763px) { #IxpLmVgT2EEW7PN7mx1EgP5MD5PGoJJk { top:14.1875rem;left:7.8125rem;width:16.0625rem;height:;font-size:0.875rem;display:block; }#IxpLmVgT2EEW7PN7mx1EgP5MD5PGoJJk li:before{  }
 }@media only screen and (max-width: 763px) { #bTb2nLVTMc3AZpVDAbQ7eEwRwiG7TRV2 { top:12.4375rem;left:8.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzsmO0HBxAG4v4T2rt7nr6sJAo0gv9uQ { top:12.4375rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Tdg24uxIg6WIMBhIN26SimO5GPdOdL { top:35.4375rem;left:7.3125rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#U9Tdg24uxIg6WIMBhIN26SimO5GPdOdL li:before{  }
 }@media only screen and (max-width: 763px) { #FRqmvJySK8LwwipthuQ8xneeBuaX1ahi { top:33.6875rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncPG3RyKIFZ41gE52OWIHfryR1zvTT9e { top:33.6875rem;left:8.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUqTwdbFFtDqcD3IT8RUeWh8eVoGzTgy { top:23rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiKWo30uW8xB0ox1CM3UQoyCII0zwutc { top:24.75rem;left:6.9375rem;width:16.9375rem;height:;font-size:0.875rem;display:block; }#AiKWo30uW8xB0ox1CM3UQoyCII0zwutc li:before{  }
 }@media only screen and (max-width: 763px) { #g45Us3JvStuHJuwkb3yg8M0U5TZqE4KW { top:4rem;left:30.625rem;width:17.125rem;height:;font-size:0.875rem;display:block; }#g45Us3JvStuHJuwkb3yg8M0U5TZqE4KW li:before{  }
 }@media only screen and (max-width: 763px) { #RIrGvhCgH8vx8ba6gwQL9iq2dEeZRpo9 { top:2.25rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBkhe1KCoxIodizdCDio6xxBfon0qfKT { top:23rem;left:8.75rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFJagCdLlEs0s2JEt3yckpMm6xhkhCGu { top:2.25rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLIaAlrkeJ96n9TUlycAsDPAeeZkBkiM { top:46.375rem;left:7.3125rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#SLIaAlrkeJ96n9TUlycAsDPAeeZkBkiM li:before{  }
 }@media only screen and (max-width: 763px) { #vfXvTf4KickV0cP2lqy17LgIZx8CEFED { top:44.625rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtFqxOfqTO3PiDylxE4ASoLTT7wo0yPR { top:44.625rem;left:8.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UquAH9vcAWRknQqsB4MExXt7ueqLuI3z { top:23rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r09IT2riSptM5a9CZQ6bCySaMUO2aiST { top:24.75rem;left:30.875rem;width:15.8125rem;height:;font-size:0.875rem;display:block; }#r09IT2riSptM5a9CZQ6bCySaMUO2aiST li:before{  }
 }@media only screen and (max-width: 763px) { #bVl315hN7ADZ23tpBbRo5SAWkt9JApcw { top:23rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsdVXxndM6dKqFxShm7urWD84eVDa9G7 { top:14.1875rem;left:30.625rem;width:17.125rem;height:;font-size:0.875rem;display:block; }#zsdVXxndM6dKqFxShm7urWD84eVDa9G7 li:before{  }
 }@media only screen and (max-width: 763px) { #U0JVhGA3AAr0B9NL0mAT4KLSpFDWx3vr { top:12.4375rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF72QSaRok5fSbNtPLCshZdI83irRog5 { top:12.4375rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1eRyqXGRCQdv5e1d8KHws2xZQ8945qJ { top:67.5rem;left:7.3125rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#W1eRyqXGRCQdv5e1d8KHws2xZQ8945qJ li:before{  }
 }@media only screen and (max-width: 763px) { #SzNgFkcbr9puilr1fw4Lnn6BS0V9B55N { top:65.75rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU2Lkr4KinLgsspRdGllnv2MXoEH4vGn { top:44.25rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFgUCDTHia2E3TSTbGTJMlTkmby4RytP { top:46rem;left:30.875rem;width:15.8125rem;height:;font-size:0.875rem;display:block; }#aFgUCDTHia2E3TSTbGTJMlTkmby4RytP li:before{  }
 }@media only screen and (max-width: 763px) { #CuDfOfVTRiNOxLdQZKPVzAX3caX1oCmS { top:65.75rem;left:8.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2msLNTVK5T2mDFM8JQBSS2MVr4eoFIa { top:44.25rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVU1rETEHUZp4CV0vokBGF8TTkIl3zUh { top:57.0625rem;left:6.9375rem;width:16.9375rem;height:;font-size:0.875rem;display:block; }#aVU1rETEHUZp4CV0vokBGF8TTkIl3zUh li:before{  }
 }@media only screen and (max-width: 763px) { #d3kpiZBLoTZs2cpMdAK0sMNRQwTOcQ23 { top:55.3125rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLPOWL5Ox6XHq5lM6RINOHnyuUIh4ZZ { top:35.3125rem;left:30.625rem;width:17.125rem;height:;font-size:0.875rem;display:block; }#uhLPOWL5Ox6XHq5lM6RINOHnyuUIh4ZZ li:before{  }
 }@media only screen and (max-width: 763px) { #lL6OF5eNVu5Ce4BHS30rGtFB3LMDHU3s { top:33.5625rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBacMTyKoeV2oJ8sftNk3dQxPgGlSM5W { top:55.3125rem;left:8.75rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDTaowqdeD5IgxcgzH52Bq2vTweRmtZT { top:33.5625rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMoUNf3NVK89hn9tE2nAB98ud9Ehcr9t { top:88.4375rem;left:7.3125rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#iMoUNf3NVK89hn9tE2nAB98ud9Ehcr9t li:before{  }
 }@media only screen and (max-width: 763px) { #cevpNeehVSaS1NEctsLmszCTB148TX0M { top:65.1875rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1RsgionkWmHLCayIqTCcsOdN6o5qDHl { top:66.9375rem;left:30.875rem;width:15.8125rem;height:;font-size:0.875rem;display:block; }#W1RsgionkWmHLCayIqTCcsOdN6o5qDHl li:before{  }
 }@media only screen and (max-width: 763px) { #ns4J8hXZk2Rae0HQvhpGUbCdsPKRSOOg { top:86.6875rem;left:8.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSG6Hf5HWWBd1TOmC2eu8iCMRqDPpbuy { top:65.1875rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpEk8loZHzxFBxs7Nqv1pudlze5bRozd { top:86.6875rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqfaEXV7TeNL1JuAEr5b8wKo0Oqp8vz { top:78rem;left:6.9375rem;width:16.9375rem;height:;font-size:0.875rem;display:block; }#JOqfaEXV7TeNL1JuAEr5b8wKo0Oqp8vz li:before{  }
 }@media only screen and (max-width: 763px) { #iEBMc6TAAI9CXRmhtQ5PywtoAX3lzwJd { top:76.25rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2PJdEVq0iAOgWcdXWUmVKlHCaJafERR { top:56.375rem;left:30.625rem;width:17.125rem;height:;font-size:0.875rem;display:block; }#C2PJdEVq0iAOgWcdXWUmVKlHCaJafERR li:before{  }
 }@media only screen and (max-width: 763px) { #RZw5fEdolFyxK2BpGLJVGKd42KsLIuaM { top:54.625rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmeiRuTscWOkFbfLxhJVaVbhgyLJVrpX { top:76.25rem;left:8.75rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRcLybiPJFiSCTNQ8LoqAQGXrBDL3ml1 { top:54.625rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Qm0TvVFK8GBTeWRKIBWi1A8VZ1Jcv1 { top:109.6875rem;left:7.3125rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#r0Qm0TvVFK8GBTeWRKIBWi1A8VZ1Jcv1 li:before{  }
 }@media only screen and (max-width: 763px) { #y9O6ZAeQcmA1n8DEAc1eRX1Ocgt3c61P { top:107.9375rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofbdxZcsHoOqAzDEWTP0kTTUCINk5TCH { top:107.9375rem;left:8.4375rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRDNT6aJJq9LIyyOl8QHK2X705Zw0UJa { top:86.4375rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2x6muKgzz6hQgGfTEgLKfKmDm46abgg { top:99.25rem;left:6.9375rem;width:16.9375rem;height:;font-size:0.875rem;display:block; }#G2x6muKgzz6hQgGfTEgLKfKmDm46abgg li:before{  }
 }@media only screen and (max-width: 763px) { #OEO1hZeQZ2pJ9DWUHiyi86zo1s5scgFS { top:97.5rem;left:2.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpHM9lmJ580XXVc8EyfezV2aPGlMHpTV { top:75.875rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnHK1n3ANx8ePl5mD2uKhuhmvp1OtlS { top:86.4375rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLOqwp1vNXk7VOXT3kdxCgOWPlZAQFbq { top:88.1875rem;left:30.875rem;width:15.8125rem;height:;font-size:0.875rem;display:block; }#sLOqwp1vNXk7VOXT3kdxCgOWPlZAQFbq li:before{  }
 }@media only screen and (max-width: 763px) { #gcMOOKzlEkaiBvTiM59flFJFKXnWT7MR { top:77.625rem;left:30.625rem;width:17.125rem;height:;font-size:0.875rem;display:block; }#gcMOOKzlEkaiBvTiM59flFJFKXnWT7MR li:before{  }
 }@media only screen and (max-width: 763px) { #TzqBqILeVcrAWm5T5fWDHbvT44NCqgWn { top:97.5rem;left:8.75rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itC95DfR8vZaZlxzdTAkU2TlnUBTpguz { top:75.875rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9AcIlPTBqy3OFpLqGB22HbPooAtPxt1 { top:109.8125rem;left:30.875rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#l9AcIlPTBqy3OFpLqGB22HbPooAtPxt1 li:before{  }
 }@media only screen and (max-width: 763px) { #KSBDATNDgz9vExCsKo0rmuTdrOlDHOAo { top:108.0625rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5us22ZfgOSoOfLq3EfaNsNETxgCQM6z { top:97.25rem;left:23.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcZMw0zlETKGcC2To6rETeqaSJZIswaK { top:99rem;left:30.875rem;width:15.8125rem;height:;font-size:0.875rem;display:block; }#NcZMw0zlETKGcC2To6rETeqaSJZIswaK li:before{  }
 }@media only screen and (max-width: 763px) { #dXAnMKv818ySPLLdrdXzspHP4fswianh { top:97.25rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmvFFzyE7aOqgkknNO3v8dWrOJGx6V0U { top:108.0625rem;left:30.3125rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piToFamtMopWIWcBIqyv2JrW5Q8G2t9J { display:block; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pwx8txqGnmlHerCgM2lBN9JfeiR0sXi0 { top:4rem;left:0rem;width:33.75rem;height:9.1875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-text {padding-top: 0; padding-bottom: 0;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-select {padding-top: 0; padding-bottom: 0;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-button { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk  { width:25.125rem;height:auto;top:4.0625rem;left:20.125rem; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk {display:block;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk { width:25.125rem;height:auto;top:4.0625rem;left:20.125rem; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #lkBb3eeeWnAVHdyPtTBq0WaCP6szQfPb {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #tsJIGLRZ7nhhDWfPpICqAiGGx7Ou12o4 { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #phFyCcCgCsaTZC4Les7bbxakzAiW67ea {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #nMyL9FSSlDIhgEc4fRKaExlWtd0xzbRe {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #V11BQKJDcBsGmNU1PlScvzkaowDg90Hv { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #bdKSrrl4fehvZyWw873mfNFcsXx0tsrH {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #XSoqhIphVEynRsips3KUsd6C2simmQt1 {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #mZmFybeOT2WVQdxTuHbpp737pblBLoUK { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #nuIS91FSdgWSk7mevpoQ713lTuxIBOGV {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #a55GKB8rTk2JHTWztToIOADXPI2qCQOW {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #o4EoZPz0Rfex12AuvCBpBDPef1Tnn1Xz { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #bmwTVy8VgVsvrGqfUe7nvb3wCPCaUva3 {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #g8LFGyIJusmAJH52ZmeT0zOuK1W4QhLG {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #prSlSMk6LORlGf9QHGLgCgrqgza1ZIXE { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #hWCSkq9Jxfuhgp5DpibQxFXSB182C17i {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #wkG8DXuocZQDpin41UkTILczPzHbf5vy {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #orsFWhOl3MT9LH9xmot5kbbM2onKKUOE { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #I9XyTghBoSOvhDV3Bm4PI1Oh6FrFd0Vl {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #Z925QPquyBAce7Ih7CpfvbDeQbegAGZx {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #f1gRuZlcT2dMq0k81dwKfnZ0gL3mwTKC { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #OIIO66F04ds7ZOnLkBR89XJ67sLAdFTc {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #WgJTO4LIdTg1EXBxBp15Cd5xtVKwlPDd {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #s69nRlLZbBhr8b0hTCtmknm5ykA4C5r0 { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #xPgzd8Z0k8tdJuwPyLo4m7Dhc1zoLoZB {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #Ghaok26ssuC3XtDcqhrLlm7WfGQm4GUE {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #T1TufKFWcPB6vXhE5mdb0VyganbcSlIw { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #a1mDUIbTTCTlTMLk2Vg3hxe99HKwiRVp {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #m4gbgRTDaN6fRyfb8cKMq9PmwE5cluHh {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #WZWpesmZ1KROMOKcKLn7Jg5ckJ0wVSlA {  }
 }@media only screen and (max-width: 763px) { #b9XmGxXSS3DT1LiBT4bB4RW1VcT28OPI { top:20.8125rem;left:0rem;width:28.8125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgxMSBWRGAVhrCF7Mdbmaek01eKyV2Lf { top:26.5625rem;left:0rem;width:24.4375rem;height:;font-size:1.4375rem;display:block; }#WgxMSBWRGAVhrCF7Mdbmaek01eKyV2Lf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
 }@media only screen and (max-width: 763px) { #V8KEBEUur4qhilzhFxxzh75lBrrLDsiL { top:24.25rem;left:0rem;width:29.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3leAn2GZIuQPJt0NL3yKppPxOOCAQ7c { top:30.5625rem;left:0rem;width:1.5625rem;height:1.5027332915293rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGZdA51SptBrbO7XNpeIM1DuVCxurPAW { top:36rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzF4qtR12nLTJOn7vz7H4FyRqRT4cXo { top:33.3125rem;left:0rem;width:1.5625rem;height:1.5027332915293rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVmTQlzDTyEAJckWZT2ecoSfuX6b5asQ { top:38.625rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAD0toPlGRGVy6Se2DPStJrtDXy6Gyz4 { top:2rem;left:19.375rem;width:28.375rem;height:50.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGOpUsimXfpcbMi1SlS5zZkyoy1ULT5b { 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) { #EIS96mFdTgsVpvwdT1codb0ehqirmZTF { 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) { #HpJm8GT41LOz1DMhi55TwF2Fxdo3m1P1 { top:14.25rem;left:0rem;width:29.6875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3AOswLMiUhWPF3TLt5ZfC1wOplJ0wvs { top:41.1875rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9NG3EeOcl0Ldak1iHPd7pt4BScxq7lh { top:66.4375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W87sLTF2rpbAn2b3GTP2o9C9uEHoqHJN { top:67.9375rem;left:0.5rem;width:22.25rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbIMoMw2Q8TTPXQL3IVlTmQULWtKs2Lb { top:57.25rem;left:37.3125rem;width:10.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orZ02VMkCb5NRZfRWCsO6yG11Dw60Laq { top:59.25rem;left:36.5rem;width:11.25rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vusdHX3vf9kEb7vowZiq0GbrbxlCMHFZ { top:67.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4KIB5hPJHdi9Tr2VIXniOUz24s5d89w { top:17.6875rem;left:0rem;width:29.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJiXa0KKQchGiX2ISAPpf4OTZVrOK0Lo { top:56.6875rem;left:0rem;width:11.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdeDHoE9mwma2ZdPobCipbJwkrSXm1I4 { top:58.1875rem;left:34.187501907349rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po1D29ttSJazTQnTXwTnH9PrIMSRKN6f { top:8.0625rem;left:24.125rem;width:23.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJsahl4g0i1VwV6BnRB037XBnBTwUggv { top:31rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd6cv2elW4U3x9clbF1mLKx8u4zfkQ4O { top:33.75rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrnI02aTsrNnM0AfLHmF7HfRQRmxmH5T { top:36.4375rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9iU2SHTpHoRpz5OnuC2bQf8qwBXy3ee { top:38.875rem;left:0rem;width:27.8125rem;height:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzPrIxIkodsNFIvA9BIKNJTfqCASQTae { top:41.625rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdFgJNRPcvw9N5Xt2SXSmvOqeirmwT1g { 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) { #Sx8Qlx73WWibUK74cnVo3wAORdk1wCyC { top:79.125rem;left:3.998046875rem;width:9.875rem;height:1.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJZgql7uPIC2O5BLyz3V3TVFmtAlCUkP { top:0.8125rem;left:17.84375rem;width:11.9375rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBqQTMXXWzA7HKwtONpBFByTE7sn3pBM { top:59.125rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5VAw0763zur7rUf19pU7GX4PJJayCaV { top:59.125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWtoScKdVrpehB6JzDmR2471CUf8acJW { top:57.25rem;left:17.375rem;width:6.5rem;height:1.1875rem;font-size:0.875rem;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) { #cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container { background-color: transparent; background-image: none; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container > .video-iframe-container { display: none; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row > .video-iframe-container { display: none; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .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); }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26SrtIcS1ylyVmPu4lL7W4dt9F7qr02 { width:8.625rem;height:3.9375rem;top:4.5361328125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqJaRHqWoTtGZbWV72gW8g6HhNvJgv7T { width:0.125rem;height:0.1875rem;top:18.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF9PoKkoR3Lt7NpKKqNAieZkHWdKMfNG { width:3.875rem;height:4.125rem;top:11.78125rem;left:2.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0KJucZbLq8TOqhRCDWaJZeiZTxrRQrc { display:block; }
 }@media only screen and (max-width: 763px) { #NWDInauh1Ng1KCJPHqSreKWu3HVpeDvg { width:5.25rem;height:3.0625rem;top:12.3125rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6GaWlKxu0HwfIWMimhWpCMQBCVZ9ei1 { display:block; }
 }@media only screen and (max-width: 763px) { #y3VGUlioayTtd28IOEhy9hyJMrFgCvxX { width:5.25rem;height:3.0625rem;top:12.3125rem;left:13.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7Cw3tbdHeTMsU4G89FbiUuTkwhdNJQ { display:block; }
 }@media only screen and (max-width: 763px) { #UeL0dorZiPlWGpllGeKluN4Eomsxz1Kg { width:5.25rem;height:3.0625rem;top:15.6875rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfohAvXRO3b00F7ik7gDPygXA1Rg40NO { display:block; }
 }@media only screen and (max-width: 763px) { #sIXpt7Vb734bJQcvkU2IIqUxMmFKI4tU { width:5.25rem;height:3.0625rem;top:15.6875rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7AQv7nfyuz9XQaNOs3xirBLpeveut0U { display:block; }
 }@media only screen and (max-width: 763px) { #IughsBBpORkgio93lGoBQL5kIgeLCzTB { width:6.625rem;height:3.0625rem;top:15.6875rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0zNFOowSiF8Cl2ziqtMTmgBdw2tMRu { display:block; }
 }@media only screen and (max-width: 763px) { #pkszsVFQFgHvgJIGeiixHcrKqTTb5woG { width:20rem;height:1.85625rem;top:27.099609375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHySxNhQtyaz6TWWKbifivPxPmtxuSnE { width:20rem;height:3.3333333333333rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBiTgmNglGbuv2U7UnOPKJ85MHN07wJT { width:20rem;height:3.3333333333333rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZkNEQsk04fQIL3IxonqUW9gc52nm0h { width:12.5rem;height:1.4625rem;top:31.77001953125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRuJMgEJzLI6cuULGqWN3THCMC7dobAT { top:37.41943359375rem;left:4.34375rem;width:11.3125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSOebO1d0KvPA2w3r0g95PuTDtdU3Pc8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de0eb62-290b-4194-913c-f6e2e824d2c4/Untitleddesign1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.adaptive-delivery-prevent-bg, #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.lazyload, #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl.lazyloading { background-image: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container { background-color: transparent; background-image: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container > .video-iframe-container { display: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row > .video-iframe-container { display: none; }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .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); }#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl > .row .container { width:20rem;height:387.5rem;position:relative;display:block; } }@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.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1emDCnKId2bRUCqsNsIl7Qsic88ViNL { width:5.75rem;height:5.75rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzRQcWBZuzTRqcBr1BvW4eT5kLTB1ml3 { width:12.5rem;height:1.3rem;top:8.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vocGC0S005gURT5cz4ThWsoC73uDBtuC { width:12.5rem;height:2.5875rem;top:9.9873046875rem;left:3.0625rem;font-size:0.875rem;display:block; }#vocGC0S005gURT5cz4ThWsoC73uDBtuC li:before{  }
 }@media only screen and (max-width: 763px) { #IxpLmVgT2EEW7PN7mx1EgP5MD5PGoJJk { width:16.0625rem;height:3.725rem;top:26.4375rem;left:3.0625rem;font-size:0.875rem;display:block; }#IxpLmVgT2EEW7PN7mx1EgP5MD5PGoJJk li:before{  }
 }@media only screen and (max-width: 763px) { #bTb2nLVTMc3AZpVDAbQ7eEwRwiG7TRV2 { width:12.5rem;height:1.3rem;top:24.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzsmO0HBxAG4v4T2rt7nr6sJAo0gv9uQ { width:5.75rem;height:5.75rem;top:17.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9Tdg24uxIg6WIMBhIN26SimO5GPdOdL { width:16.5625rem;height:3.725rem;top:60.6875rem;left:3.0625rem;font-size:0.875rem;display:block; }#U9Tdg24uxIg6WIMBhIN26SimO5GPdOdL li:before{  }
 }@media only screen and (max-width: 763px) { #FRqmvJySK8LwwipthuQ8xneeBuaX1ahi { width:5.75rem;height:5.75rem;top:52.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncPG3RyKIFZ41gE52OWIHfryR1zvTT9e { width:12.5rem;height:1.3rem;top:59rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUqTwdbFFtDqcD3IT8RUeWh8eVoGzTgy { width:5.75rem;height:5.75rem;top:35.22265625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiKWo30uW8xB0ox1CM3UQoyCII0zwutc { width:16.9375rem;height:3.725rem;top:43.5625rem;left:3.0625rem;font-size:0.875rem;display:block; }#AiKWo30uW8xB0ox1CM3UQoyCII0zwutc li:before{  }
 }@media only screen and (max-width: 763px) { #g45Us3JvStuHJuwkb3yg8M0U5TZqE4KW { width:17.125rem;height:2.5875rem;top:199rem;left:2.875rem;font-size:0.875rem;display:block; }#g45Us3JvStuHJuwkb3yg8M0U5TZqE4KW li:before{  }
 }@media only screen and (max-width: 763px) { #RIrGvhCgH8vx8ba6gwQL9iq2dEeZRpo9 { width:5.75rem;height:5.75rem;top:190.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBkhe1KCoxIodizdCDio6xxBfon0qfKT { width:14.5rem;height:1.3rem;top:41.7978515625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFJagCdLlEs0s2JEt3yckpMm6xhkhCGu { width:12.5rem;height:1.3rem;top:197.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLIaAlrkeJ96n9TUlycAsDPAeeZkBkiM { width:16.5625rem;height:3.725rem;top:78.0625rem;left:3.0625rem;font-size:0.875rem;display:block; }#SLIaAlrkeJ96n9TUlycAsDPAeeZkBkiM li:before{  }
 }@media only screen and (max-width: 763px) { #vfXvTf4KickV0cP2lqy17LgIZx8CEFED { width:5.75rem;height:5.75rem;top:69.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtFqxOfqTO3PiDylxE4ASoLTT7wo0yPR { width:12.5rem;height:1.3rem;top:76.4501953125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UquAH9vcAWRknQqsB4MExXt7ueqLuI3z { width:5.75rem;height:5.75rem;top:225.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r09IT2riSptM5a9CZQ6bCySaMUO2aiST { width:15.8125rem;height:3.725rem;top:234.5625rem;left:3.0625rem;font-size:0.875rem;display:block; }#r09IT2riSptM5a9CZQ6bCySaMUO2aiST li:before{  }
 }@media only screen and (max-width: 763px) { #bVl315hN7ADZ23tpBbRo5SAWkt9JApcw { width:12.5rem;height:1.3rem;top:232.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsdVXxndM6dKqFxShm7urWD84eVDa9G7 { width:17.125rem;height:2.5875rem;top:217.5rem;left:2.875rem;font-size:0.875rem;display:block; }#zsdVXxndM6dKqFxShm7urWD84eVDa9G7 li:before{  }
 }@media only screen and (max-width: 763px) { #U0JVhGA3AAr0B9NL0mAT4KLSpFDWx3vr { width:5.75rem;height:5.75rem;top:208.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF72QSaRok5fSbNtPLCshZdI83irRog5 { width:12.5rem;height:1.3rem;top:215.47509765625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1eRyqXGRCQdv5e1d8KHws2xZQ8945qJ { width:16.5625rem;height:2.5875rem;top:113.25rem;left:2.8125rem;font-size:0.875rem;display:block; }#W1eRyqXGRCQdv5e1d8KHws2xZQ8945qJ li:before{  }
 }@media only screen and (max-width: 763px) { #SzNgFkcbr9puilr1fw4Lnn6BS0V9B55N { width:5.75rem;height:5.75rem;top:104.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU2Lkr4KinLgsspRdGllnv2MXoEH4vGn { width:5.75rem;height:5.75rem;top:261.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFgUCDTHia2E3TSTbGTJMlTkmby4RytP { width:12.75rem;height:2.5875rem;top:270.375rem;left:2.9375rem;font-size:0.875rem;display:block; }#aFgUCDTHia2E3TSTbGTJMlTkmby4RytP li:before{  }
 }@media only screen and (max-width: 763px) { #CuDfOfVTRiNOxLdQZKPVzAX3caX1oCmS { width:12.5rem;height:1.3rem;top:111.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2msLNTVK5T2mDFM8JQBSS2MVr4eoFIa { width:12.5rem;height:1.3rem;top:268.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVU1rETEHUZp4CV0vokBGF8TTkIl3zUh { width:16.9375rem;height:3.725rem;top:95.8623046875rem;left:3.0625rem;font-size:0.875rem;display:block; }#aVU1rETEHUZp4CV0vokBGF8TTkIl3zUh li:before{  }
 }@media only screen and (max-width: 763px) { #d3kpiZBLoTZs2cpMdAK0sMNRQwTOcQ23 { width:5.75rem;height:5.75rem;top:87.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLPOWL5Ox6XHq5lM6RINOHnyuUIh4ZZ { width:15.875rem;height:2.5875rem;top:253.8125rem;left:3.0625rem;font-size:0.875rem;display:block; }#uhLPOWL5Ox6XHq5lM6RINOHnyuUIh4ZZ li:before{  }
 }@media only screen and (max-width: 763px) { #lL6OF5eNVu5Ce4BHS30rGtFB3LMDHU3s { width:5.75rem;height:5.75rem;top:245.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBacMTyKoeV2oJ8sftNk3dQxPgGlSM5W { width:14.5rem;height:1.3rem;top:94.0625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDTaowqdeD5IgxcgzH52Bq2vTweRmtZT { width:12.5rem;height:1.3rem;top:252.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMoUNf3NVK89hn9tE2nAB98ud9Ehcr9t { width:16.5625rem;height:3.725rem;top:148.1875rem;left:3.0625rem;font-size:0.875rem;display:block; }#iMoUNf3NVK89hn9tE2nAB98ud9Ehcr9t li:before{  }
 }@media only screen and (max-width: 763px) { #cevpNeehVSaS1NEctsLmszCTB148TX0M { width:5.75rem;height:5.75rem;top:295.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1RsgionkWmHLCayIqTCcsOdN6o5qDHl { width:15.8125rem;height:2.5875rem;top:303.5498046875rem;left:3.0625rem;font-size:0.875rem;display:block; }#W1RsgionkWmHLCayIqTCcsOdN6o5qDHl li:before{  }
 }@media only screen and (max-width: 763px) { #ns4J8hXZk2Rae0HQvhpGUbCdsPKRSOOg { width:12.5rem;height:1.3rem;top:146.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSG6Hf5HWWBd1TOmC2eu8iCMRqDPpbuy { width:12.5rem;height:1.3rem;top:301.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpEk8loZHzxFBxs7Nqv1pudlze5bRozd { width:5.75rem;height:5.75rem;top:139.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqfaEXV7TeNL1JuAEr5b8wKo0Oqp8vz { width:16.9375rem;height:3.725rem;top:130.3125rem;left:3.0625rem;font-size:0.875rem;display:block; }#JOqfaEXV7TeNL1JuAEr5b8wKo0Oqp8vz li:before{  }
 }@media only screen and (max-width: 763px) { #iEBMc6TAAI9CXRmhtQ5PywtoAX3lzwJd { width:5.75rem;height:5.75rem;top:121.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2PJdEVq0iAOgWcdXWUmVKlHCaJafERR { width:13.8125rem;height:2.5875rem;top:287.1875rem;left:3.09375rem;font-size:0.875rem;display:block; }#C2PJdEVq0iAOgWcdXWUmVKlHCaJafERR li:before{  }
 }@media only screen and (max-width: 763px) { #RZw5fEdolFyxK2BpGLJVGKd42KsLIuaM { width:5.75rem;height:5.75rem;top:278.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmeiRuTscWOkFbfLxhJVaVbhgyLJVrpX { width:14.5rem;height:1.3rem;top:128.25rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRcLybiPJFiSCTNQ8LoqAQGXrBDL3ml1 { width:12.5rem;height:1.3rem;top:285.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0Qm0TvVFK8GBTeWRKIBWi1A8VZ1Jcv1 { width:16.5625rem;height:2.5875rem;top:182.3125rem;left:3.0625rem;font-size:0.875rem;display:block; }#r0Qm0TvVFK8GBTeWRKIBWi1A8VZ1Jcv1 li:before{  }
 }@media only screen and (max-width: 763px) { #y9O6ZAeQcmA1n8DEAc1eRX1Ocgt3c61P { width:5.75rem;height:5.75rem;top:173.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofbdxZcsHoOqAzDEWTP0kTTUCINk5TCH { width:15.4375rem;height:1.3rem;top:180.4375rem;left:2.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRDNT6aJJq9LIyyOl8QHK2X705Zw0UJa { width:5.75rem;height:5.75rem;top:328.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2x6muKgzz6hQgGfTEgLKfKmDm46abgg { width:16.9375rem;height:2.5875rem;top:165.8125rem;left:3.0625rem;font-size:0.875rem;display:block; }#G2x6muKgzz6hQgGfTEgLKfKmDm46abgg li:before{  }
 }@media only screen and (max-width: 763px) { #OEO1hZeQZ2pJ9DWUHiyi86zo1s5scgFS { width:5.75rem;height:5.75rem;top:157.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpHM9lmJ580XXVc8EyfezV2aPGlMHpTV { width:5.75rem;height:5.75rem;top:311.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnHK1n3ANx8ePl5mD2uKhuhmvp1OtlS { width:12.5rem;height:1.3rem;top:334.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLOqwp1vNXk7VOXT3kdxCgOWPlZAQFbq { width:15.8125rem;height:2.5875rem;top:336.6875rem;left:3.0625rem;font-size:0.875rem;display:block; }#sLOqwp1vNXk7VOXT3kdxCgOWPlZAQFbq li:before{  }
 }@media only screen and (max-width: 763px) { #gcMOOKzlEkaiBvTiM59flFJFKXnWT7MR { width:15.9375rem;height:2.5875rem;top:320.4375rem;left:3.0625rem;font-size:0.875rem;display:block; }#gcMOOKzlEkaiBvTiM59flFJFKXnWT7MR li:before{  }
 }@media only screen and (max-width: 763px) { #TzqBqILeVcrAWm5T5fWDHbvT44NCqgWn { width:14.5rem;height:1.3rem;top:163.8125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itC95DfR8vZaZlxzdTAkU2TlnUBTpguz { width:12.5rem;height:1.3rem;top:318.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9AcIlPTBqy3OFpLqGB22HbPooAtPxt1 { width:15.125rem;height:2.5875rem;top:370.3125rem;left:3.0625rem;font-size:0.875rem;display:block; }#l9AcIlPTBqy3OFpLqGB22HbPooAtPxt1 li:before{  }
 }@media only screen and (max-width: 763px) { #KSBDATNDgz9vExCsKo0rmuTdrOlDHOAo { width:5.75rem;height:5.75rem;top:362.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5us22ZfgOSoOfLq3EfaNsNETxgCQM6z { width:5.75rem;height:5.75rem;top:345.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcZMw0zlETKGcC2To6rETeqaSJZIswaK { width:15.8125rem;height:2.5875rem;top:353.6875rem;left:3.0625rem;font-size:0.875rem;display:block; }#NcZMw0zlETKGcC2To6rETeqaSJZIswaK li:before{  }
 }@media only screen and (max-width: 763px) { #dXAnMKv818ySPLLdrdXzspHP4fswianh { width:12.5rem;height:1.3rem;top:351.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmvFFzyE7aOqgkknNO3v8dWrOJGx6V0U { width:15.4375rem;height:1.3rem;top:368.5625rem;left:2.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piToFamtMopWIWcBIqyv2JrW5Q8G2t9J { background-color:#000000;background-image:none;display:block; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container { background-color: transparent; background-image: none; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container > .video-iframe-container { display: none; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row > .video-iframe-container { display: none; }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .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); }#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pwx8txqGnmlHerCgM2lBN9JfeiR0sXi0 { width:20rem;height:6rem;top:1.6625003814698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .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; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-text {padding-top: 0; padding-bottom: 0;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-select {padding-top: 0; padding-bottom: 0;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk  { width:17.5rem;height:auto;top:43.625rem;left:0rem; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk {display:block;}#gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk { width:17.5rem;height:auto;top:43.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #lkBb3eeeWnAVHdyPtTBq0WaCP6szQfPb {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #tsJIGLRZ7nhhDWfPpICqAiGGx7Ou12o4 { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #phFyCcCgCsaTZC4Les7bbxakzAiW67ea {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #nMyL9FSSlDIhgEc4fRKaExlWtd0xzbRe {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #V11BQKJDcBsGmNU1PlScvzkaowDg90Hv { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #bdKSrrl4fehvZyWw873mfNFcsXx0tsrH {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #XSoqhIphVEynRsips3KUsd6C2simmQt1 {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #mZmFybeOT2WVQdxTuHbpp737pblBLoUK { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #nuIS91FSdgWSk7mevpoQ713lTuxIBOGV {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #a55GKB8rTk2JHTWztToIOADXPI2qCQOW {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #o4EoZPz0Rfex12AuvCBpBDPef1Tnn1Xz { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #bmwTVy8VgVsvrGqfUe7nvb3wCPCaUva3 {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #g8LFGyIJusmAJH52ZmeT0zOuK1W4QhLG {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #prSlSMk6LORlGf9QHGLgCgrqgza1ZIXE { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #hWCSkq9Jxfuhgp5DpibQxFXSB182C17i {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #wkG8DXuocZQDpin41UkTILczPzHbf5vy {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #orsFWhOl3MT9LH9xmot5kbbM2onKKUOE { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #I9XyTghBoSOvhDV3Bm4PI1Oh6FrFd0Vl {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #Z925QPquyBAce7Ih7CpfvbDeQbegAGZx {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #f1gRuZlcT2dMq0k81dwKfnZ0gL3mwTKC { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #OIIO66F04ds7ZOnLkBR89XJ67sLAdFTc {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #WgJTO4LIdTg1EXBxBp15Cd5xtVKwlPDd {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #s69nRlLZbBhr8b0hTCtmknm5ykA4C5r0 { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #xPgzd8Z0k8tdJuwPyLo4m7Dhc1zoLoZB {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #Ghaok26ssuC3XtDcqhrLlm7WfGQm4GUE {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #T1TufKFWcPB6vXhE5mdb0VyganbcSlIw { display:none; }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #a1mDUIbTTCTlTMLk2Vg3hxe99HKwiRVp {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #m4gbgRTDaN6fRyfb8cKMq9PmwE5cluHh {  }
 }@media only screen and (max-width: 763px) { #gpfkzgHMTnOyWV8Tz53URvJVyyZqTMJk #WZWpesmZ1KROMOKcKLn7Jg5ckJ0wVSlA {  }
 }@media only screen and (max-width: 763px) { #b9XmGxXSS3DT1LiBT4bB4RW1VcT28OPI { width:18.6855625rem;height:9.1875rem;top:22.3125rem;left:0.65625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WgxMSBWRGAVhrCF7Mdbmaek01eKyV2Lf { width:20.0625rem;height:8.8125rem;top:20.31591796875rem;left:-0.06298828125rem;font-size:1.4375rem;display:none; }#WgxMSBWRGAVhrCF7Mdbmaek01eKyV2Lf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
 }@media only screen and (max-width: 763px) { #V8KEBEUur4qhilzhFxxzh75lBrrLDsiL { width:20rem;height:20.0625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3leAn2GZIuQPJt0NL3yKppPxOOCAQ7c { width:1.561525rem;height:1.5017955859554rem;top:30.5625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGZdA51SptBrbO7XNpeIM1DuVCxurPAW { width:1.561525rem;height:1.5017955859554rem;top:36rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAzF4qtR12nLTJOn7vz7H4FyRqRT4cXo { width:1.561525rem;height:1.5017955859554rem;top:33.3125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVmTQlzDTyEAJckWZT2ecoSfuX6b5asQ { width:1.625rem;height:1.5628426231905rem;top:38.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAD0toPlGRGVy6Se2DPStJrtDXy6Gyz4 { width:19.9375rem;height:45.6875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGOpUsimXfpcbMi1SlS5zZkyoy1ULT5b { width:20rem;height:2.6rem;top:37.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIS96mFdTgsVpvwdT1codb0ehqirmZTF { width:19.375rem;height:1.21875rem;top:40.9375rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpJm8GT41LOz1DMhi55TwF2Fxdo3m1P1 { width:20rem;height:4.125rem;top:10.5361328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M3AOswLMiUhWPF3TLt5ZfC1wOplJ0wvs { width:1.625rem;height:1.5628426231905rem;top:41.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9NG3EeOcl0Ldak1iHPd7pt4BScxq7lh { width:20rem;height:1.21875rem;top:102.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W87sLTF2rpbAn2b3GTP2o9C9uEHoqHJN { width:17.8125rem;height:1.85625rem;top:103.6875rem;left:2.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbIMoMw2Q8TTPXQL3IVlTmQULWtKs2Lb { width:10.4368125rem;height:0;top:57.25rem;left:4.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #orZ02VMkCb5NRZfRWCsO6yG11Dw60Laq { width:11.25rem;height:0;top:59.25rem;left:4.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vusdHX3vf9kEb7vowZiq0GbrbxlCMHFZ { width:1.875rem;height:1.875rem;top:103.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4KIB5hPJHdi9Tr2VIXniOUz24s5d89w { width:15.9375rem;height:0.25rem;top:18.375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJiXa0KKQchGiX2ISAPpf4OTZVrOK0Lo { width:11.9375rem;height:5.6875rem;top:56.6875rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdeDHoE9mwma2ZdPobCipbJwkrSXm1I4 { width:2.74921875rem;height:2.74921875rem;top:95.9375rem;left:1.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Po1D29ttSJazTQnTXwTnH9PrIMSRKN6f { width:20rem;height:0.625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJsahl4g0i1VwV6BnRB037XBnBTwUggv { 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) { #kd6cv2elW4U3x9clbF1mLKx8u4zfkQ4O { 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) { #IrnI02aTsrNnM0AfLHmF7HfRQRmxmH5T { 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) { #u9iU2SHTpHoRpz5OnuC2bQf8qwBXy3ee { 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) { #DzPrIxIkodsNFIvA9BIKNJTfqCASQTae { 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) { #gdFgJNRPcvw9N5Xt2SXSmvOqeirmwT1g { width:20rem;height:1.21875rem;top:94.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Sx8Qlx73WWibUK74cnVo3wAORdk1wCyC { width:9.934375rem;height:1.58125rem;top:96.625rem;left:5.0625rem;font-size:1.4375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #vJZgql7uPIC2O5BLyz3V3TVFmtAlCUkP { width:10.12425rem;height:4.6875rem;top:112.5625rem;left:4.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rBqQTMXXWzA7HKwtONpBFByTE7sn3pBM { width:1rem;height:1.3125rem;top:90.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5VAw0763zur7rUf19pU7GX4PJJayCaV { width:1.375rem;height:1.375rem;top:90.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWtoScKdVrpehB6JzDmR2471CUf8acJW { width:4.5625rem;height:1.1375rem;top:88.3125rem;left:7.75rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }