.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:231,231,232;--color-secondary-1:182,183,187;--color-secondary-2:133,135,141;--color-secondary-3:80,81,85;--color-secondary-4:52,55,65;--color-tertiary-0:255,255,255;--color-tertiary-1:240,244,245;--color-tertiary-2:157,157,157;--color-tertiary-3:51,55,64;--color-tertiary-4:0,0,0;--headlines-font-family:"Proxima Nova";--paragraphs-font-family:"Proxima Nova"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-3),1);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:rgba(var(--color-tertiary-3),1);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:32.9375rem;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:15.375rem;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.9375rem;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.8125rem;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:34.1875rem;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.5rem;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.0625rem;height:3.0625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:2.78125rem;left:44.9990234375rem;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:"babas neue";font-size:4.375rem;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:13.0625rem;left:4.40625rem;height:9.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;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:15.1875rem;left:11.25rem;overflow:hidden;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:9rem;left:11.25rem;overflow:hidden;display:block; }
#lit4hhBXNuqkUgIaNT9f37FSogOB5o1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:"babas neue";font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.75rem;left:0rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#WZafbPEhGEUcMEGKEwTNmwdf8TQqzJuI { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:2.3;letter-spacing:0;top:26.8671875rem;left:0rem;height:4.3125rem;text-align:center;text-align-last:center;display:block; }
#Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);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:83.9375rem;width:60rem;position:relative;display:block; }#xScrwae0BlryrOtxn7wNF3zDQ57BDLqO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:"babas neue";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.0625rem;height:0;display:none; }#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-4),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; }
#Poug940hG3qen3rMXwt2TLsncGTSvrxM { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:4.625rem;left:0rem;display:block; }
#i7fM7kQqMlhGg11GOA1t7xPAyAuwWTTF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.875rem;left:2.5625rem;height:2.35625rem;font-style:normal;display:block; }
#NTvAJhK0Gc1BTCNKGZEPWJPZroh7tnKu { position:absolute;display:block;z-index:15057;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:5rem;width:4.0625rem;top:8.375rem;left:3.375rem;overflow:hidden;display:block; }
#KD0R0CChxtDAd5l4o28rVhOgpSl9SqJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:5.9375rem;left:10.3125rem;height:4.548825rem;font-style:normal;display:block; }
#pzA1MSpfWbKWE9QmsAWtuZmFpISvfVKV { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:8.375rem;left:10.3125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZJMPhaOK22CqRHrGag4voAGpQ8hH0Hrn { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:20.9375rem;left:0rem;display:block; }
#uVlAqyPzO7IizUtmCwRl8O9CBx9i6buv { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:22.1875rem;left:2.5625rem;height:2.35625rem;font-style:normal;display:block; }
#tlbaNKTbsCfaRoWB9COfZ47l5WZTeTm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:22.25rem;left:10.3125rem;height:2.275rem;font-style:normal;display:block; }
#wBuadTf7g4TmvtomL9sokPVoVafzQfR6 { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:4.625rem;left:33.375rem;display:block; }
#FWIwbA85BQl9czOTfVe9DqSZKpfXNEqB { position:absolute;display:block;z-index:15062;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.0625rem;width:5.0625rem;top:24.8125rem;left:3.375rem;overflow:hidden;display:block; }
#SfpociTRmbw4F3ikcm0gNoZ3vJtW2HfZ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:24.75rem;left:10.3125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H9ULRcL4hsszF1EhQorD1csKsXa8B7na { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:20.9375rem;left:33.375rem;display:block; }
#sxM4ieoF0kVaoqKcFHffAOQCOe2uXz1Q { position:absolute;display:block;z-index:15062;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:5rem;width:5.375rem;top:8.4375rem;left:36.3125rem;overflow:hidden;display:block; }
#pr72mbIf2gsoccAg0wxh2DZh8bCVvXNa { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:5.875rem;left:35.375rem;height:2.35625rem;font-style:normal;display:block; }
#X8mTv5zw3BcNtdOIcmt5e4MyGqHw7HMN { 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:4.875rem;width:5.0625rem;top:24.9375rem;left:36.5rem;overflow:hidden;display:block; }
#vcNDKJlTyVKQrlfu3eA67shg8w0kXPqI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:22.1875rem;left:35.375rem;height:2.35625rem;font-style:normal;display:block; }
#DssaFhtxmT4GZQCJOt4RlPka378sdTeJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:22.25rem;left:43.125rem;height:2.275rem;font-style:normal;display:block; }
#ZflsPUFXcPMoloEXPxlJ1zQtTO99c5B8 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:24.8125rem;left:43.125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xy9aTh7zEz6lOJN1HVLwTABqxU6Ngc1k { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:5.9375rem;left:43.1875rem;height:4.548825rem;font-style:normal;display:block; }
#L9Sxwh1m45mEc4sunTtZWOVDNevZWeqD { color:rgba(var(--color-tertiary-0),0.6);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:8.375rem;left:43.25rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTMe7POqWDBu8Lo8WWRfooJy6wH72pfH { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:37.3125rem;left:0rem;display:block; }
#WzO4crDskhlTzKnfxRxGGyBaICb0k9bc { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:37.3125rem;left:33.375rem;display:block; }
#Iwt532Th1n4JaW9PuaPkpvRSI1IT6UfH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:38.5625rem;left:2.5625rem;height:2.35625rem;font-style:normal;display:block; }
#oZSylJfufSlGCvFzrCktP5LHlptZJN53 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:38.5625rem;left:35.375rem;height:2.35625rem;font-style:normal;display:block; }
#cwrSiDTqdyfiDVTNHEx2OUWSwxx0AyZ6 { 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.0625rem;width:4.625rem;top:41.1875rem;left:3.375rem;overflow:hidden;display:block; }
#kkb9ZoBn07q5xMqxLCBkRZ0D5u2K7yvO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:38.625rem;left:10.3125rem;height:2.275rem;font-style:normal;display:block; }
#bCdLL4X26R25k80ZBfXx3BOE9QqqkLt0 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:41.125rem;left:10.3125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rpy3g6gIpkwxHXKxWCstH6iPT3qfbch6 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:6.3125rem;top:41.25rem;left:35.375rem;overflow:hidden;display:block; }
#JeMSL9ERspr2oAxTF4ERdLC5azc7R7JJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:38.625rem;left:43.125rem;height:4.548825rem;font-style:normal;display:block; }
#IFL8KltL2I3n5rn2IzTWgFVMXgsdyrhw { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:41.1875rem;left:43.125rem;height:2.625rem;font-style:normal;display:block; }
#NhAi1S270lS8wg08sVhry9oraiDUtm2O { position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:53.5rem;left:0rem;display:block; }
#DIn6uLKJaZ7p5hKcUkRzNJQuovrg4cT3 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:57.375rem;left:3.375rem;overflow:hidden;display:block; }
#bBcv3RiCPJzu0mRZnGxyTLaT5HQMyslw { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:54.75rem;left:2.5625rem;height:2.35625rem;font-style:normal;display:block; }
#Xw3mXumbyoStsu6iVebQmCbmwpXtRKaz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:54.8125rem;left:10.3125rem;height:2.275rem;font-style:normal;display:block; }
#oQe7xl44glHqbrXkTQ8ih2KqSsXElSLF { color:rgba(var(--color-tertiary-0),0.6);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:57.375rem;left:10.3125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aWKdSfEMs68eUKFJAtGOJizSFKF5Fshl { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:53.5rem;left:33.375rem;display:block; }
#tNC6yW6kfKTJZ0Wy2gsn50ZSW0VsSlEt { 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:4.3125rem;width:6.25rem;top:57.5rem;left:35.375rem;overflow:hidden;display:block; }
#BSxThzExVaBfKnROdFwsaxQMns3ZKz8O { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:54.75rem;left:35.375rem;height:2.35625rem;font-style:normal;display:block; }
#nV9CqrliEqlTKZBfx199kMp7JQxZDsT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:54.8125rem;left:43.125rem;height:2.275rem;font-style:normal;display:block; }
#WTW0OJzA2N8m12GLrPdJ4Fg22QVh9oEH { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15081;line-height:1.4;letter-spacing:0;top:57.375rem;left:43.125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MUEI7ped0JqrUCLgOyRaBNBv9ac7sd22 { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-3),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:10.5rem;width:26.625rem;top:70rem;left:0rem;display:block; }
#mW5CnfqWmnvBA89CniHqzL3MkSh5uKvH { 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:4.8125rem;width:4.8125rem;top:73.875rem;left:3.375rem;overflow:hidden;display:block; }
#TxdVlXMh8LtqTTCc18hDqD0o3oxQH3QS { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:71.25rem;left:2.5625rem;height:2.35625rem;font-style:normal;display:block; }
#W8qDg7slp4z8woTTmNbns5pAaXZqg9WC { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:71.3125rem;left:10.3125rem;height:4.548825rem;font-style:normal;display:block; }
#UB3KBqWdxv4wTpVapQeNQGR6T2N1yyth { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15081;line-height:1.4;letter-spacing:0;top:73.8125rem;left:10.3125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dZWXF6lGZwKJm8NSkMsK2F6EJu7ldzyh { position:absolute;display:block;z-index:15082;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:10.5rem;width:26.625rem;top:70rem;left:33.375rem;display:block; }
#UikS0igTiOhB7kGZFx7xD5h3vwTloLPh { color:rgba(var(--color-tertiary-3),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:73.9375rem;left:43.125rem;height:2.625rem;font-style:normal;display:block; }
#JEFP0G4u1HwwPixfogonHkU08N3t10mS { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:"babas neue";font-size:1.75rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:71.3125rem;left:43.125rem;height:4.548825rem;font-style:normal;display:block; }
#TxlBktDPGXpr0SXVZqFGLnszHpcuOXpO { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:71.25rem;left:35.125rem;height:2.35625rem;font-style:normal;display:block; }
#ehnw8VEsZ63wRf92O8AAIT33XGVtswub { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.6875rem;top:73.875rem;left:35.6875rem;overflow:hidden;display:block; }
#gtmqIhEhh6yJhZIgTwhPW1HFmMMDBod5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:6.75rem;left:23.8125rem;overflow:hidden;display:block; }
#Qd85slnvU8TamCMp5CitWznq8nRTlosJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:23.0625rem;left:23.8125rem;overflow:hidden;display:block; }
#LaEMcyOtqkoW96qQi4BGAo8mdZUFHUn8 { 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:6.25rem;width:12.5rem;top:39.4375rem;left:23.8125rem;overflow:hidden;display:block; }
#TaqgLmCqUEgEL0v09WI3fR4NaS7K1fq7 { 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:6.25rem;width:12.5rem;top:55.625rem;left:23.8125rem;overflow:hidden;display:block; }
#CBWvRGgfiCtcbmdJpIXvdr9aa787noem { 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:6.25rem;width:12.5rem;top:72.125rem;left:23.8125rem;overflow:hidden;display:block; }
#DdbB3dgfx37id66JzAwzdCyxd9u3iUDr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:11.3125rem;left:43.5625rem;overflow:hidden;display:block; }
#KGQRVOC3BUafwCvuTuwVWNwFzX2zEzGs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:29.875rem;left:10.1875rem;overflow:hidden;display:block; }
#B9tLitKISWSyQ2BtaLQhcJ9d9viANTPN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:43.8125rem;left:43.5625rem;overflow:hidden;display:block; }
#OIfzxO2Q3u2rffQd8m6ZVPE2s6OK9JMK { 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:12.5rem;width:6.25rem;top:61.3125rem;left:10.1875rem;overflow:hidden;display:block; }
#H915JQz0wwqmsXIxZBAkuTMnAOm8mJ7x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:11.3125rem;left:43.5625rem;overflow:hidden;display:none; }
#L4fbyzqduCeGClBcGFMQbvMGduTBLri3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:11.3125rem;left:43.5625rem;overflow:hidden;display:none; }
#kA7l0ap7Nq4Wyy7zFRTNeag3gzLSL6xU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:11.3125rem;left:43.5625rem;overflow:hidden;display:none; }
#DU18dmJL7lgIixNT7BFouJATkx95vmaR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:11.3125rem;left:43.5625rem;overflow:hidden;display:none; }
#rbJWOtBMabKcIHNbHFGzaquX89xBTFGs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:11.3125rem;left:43.5625rem;overflow:hidden;display:none; }
#s86QeT80x578OC9GQeSyeUEvdPTT4UOh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:6.25rem;top:11.3125rem;left:43.5625rem;overflow:hidden;display:none; }
#piToFamtMopWIWcBIqyv2JrW5Q8G2t9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/06558fc0-db10-412e-9de2-20b899bfe361/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:54.25rem;width:60rem;position:relative;display:block; }#WgxMSBWRGAVhrCF7Mdbmaek01eKyV2Lf { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:"babas neue";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.0625rem;height:0;display:none; }#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-4),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; }
#cubSmoyxzTRuRW5w0l4lA8PgTwWBgcbg { position:absolute;display:block;z-index:15046;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:3.125rem;left:11.40625rem;overflow:hidden;display:block; }
#xAb7pTUzmtCX9bvfLQ3OSmrt9V3Ci0F2 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.1875rem;position:absolute;font-family:"babas neue";font-size:4.375rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.1875rem;left:4.5625rem;height:4.8125rem;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; }
#nnDDA6MebhHXS1tP7uhvIzC8PMxOsZah { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:37.5rem;top:9.3125rem;left:11.4375rem;overflow:hidden;display:block; }
#DJcPT2b6pErdgWf1acPon6GIS9ZEUpES { 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:0.1875rem;width:0.125rem;top:9.5rem;left:27.4375rem;overflow:hidden;display:block; }
#eHwh5R6MxIlo7RLEw9qftwUSafN59wG8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:21.875rem;left:6.71875rem;overflow:hidden;display:block; }
#lrGfkTa6DPmOEVNB8ruOQRBFDHlHu5W9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:28.1875rem;left:3.875rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTvImn3Q7o1LIqqGIPdFwI3WE4sNodJy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:7.1875rem;top:21.875rem;left:19.6875rem;overflow:hidden;display:block; }
#pTBNpx7vTlnABaJbtg6CuDqrndToyTqu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:28.1875rem;left:17.53125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTfa3MSFTRqDRkn9cUJfEVteroT37Tts { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.6875rem;top:21.875rem;left:36.125rem;overflow:hidden;display:block; }
#h0esT3VKE8Jd3DAfzhO6uBrNDFSx7uok { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.25rem;top:22.125rem;left:48.125rem;overflow:hidden;display:block; }
#FeQarG9kqo0VaCknJuu8Jk7fGFOqC14H { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:28.1875rem;left:32.71875rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VI26q7DT4v8fiPDDfgpGGBqHz821NkFp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:28.1875rem;left:45rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbOAK0LAGiD2tXvMQvfShxpJsJSoDKWP { background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:2.9375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:38.9375rem;left:20rem;display:block; }
#AZreMNtnMbtXnSAUef7k0wbE862VNxN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0TrL7IRMwO1EkGlPSl43ixIge7mL2H6 { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:2.9375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:42.6875rem;left:20rem;display:block; }
#c3FHZF8Drgg7UTWcQrqCRMiyP8yVLHNq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GG1NggzIJ3MOKBTPPdu8XIiiLoBzMCnq { background-color:transparent;background-image:none;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;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:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.0625rem;height:2.061525rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:47.0625rem;left:19.65625rem;display:block; }
#tLEaFFJPxwO57ZvGFgyu22F7i5KNpBLI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGDr4rA6zZnBCRRGwCkvtNESnJaywVpI { background-color:transparent;background-image:none;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),1);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;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:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9rem;height:2.061525rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:47.0625rem;left:29.875rem;display:block; }
#q5TISFdgNUzusTocGmy57H0RPQHtbXev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wScGW5421AIMyZqRvpdI0GTapQNURgBt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);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; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt.adaptive-delivery-prevent-bg, #wScGW5421AIMyZqRvpdI0GTapQNURgBt.lazyload, #wScGW5421AIMyZqRvpdI0GTapQNURgBt.lazyloading { background-image: none; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container { background-color: transparent; background-image: none; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container > .video-iframe-container { display: none; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row > .video-iframe-container { display: none; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .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); }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container { border-width: 0; border-radius: 0; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container { font-size:0.875rem;font-family:arial;height:74.75rem;width:60rem;position:relative;display:block; }#wJBvrxuDCbRc7lJGeMH51IVgRbcF6siG { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:"babas neue";font-size:4.1875rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:4.0616216659546rem;left:0rem;height:13.81640625rem;display:block; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-form-header {  }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-regular-label { height:auto;display:block;font-family:"babas neue";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .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; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-text {padding-top: 0; padding-bottom: 0;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .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; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"babas neue";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-select {padding-top: 0; padding-bottom: 0;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .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; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .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:rgba(var(--color-tertiary-3),1);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; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK [class*="-text"]:-moz-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK [class*="-text"]::-moz-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK [class*="-text"]:-ms-input-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK [class*="-text"]::-webkit-input-placeholder { color:#9c9fa5;font-family:arial;font-size:0.875rem; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"babas neue";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.6875rem;overflow:hidden;font-style:normal;float:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .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; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-container:first-of-type{padding-top:0;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-container:last-of-type{padding-bottom:0;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK  { 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; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.875rem;display:block;vertical-align:top; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-info-text { display:block;height:auto;font-family:"babas neue";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK {display:block;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK { 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; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #cAahtJdIimpmoDbrNIyJusOqbfLkhPxb { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #oGGB6vzNQFJWtdS1HPE8VqIO1O5Be38m { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #wXOME4Up3BceccHl3JAwTndxVpesGAid { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #CRGdeO90T0rQVfWzbDZ4PwcBrXTGdbLE { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #xT3lZFsdA30aCp6HrKQkHiurR1fMBfK0 { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #zHQCl1nITuWJG9AcXktJGbzbTenzP6M7 { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #hKCWI5iegqiiQwClweL4bif1PxNZ6UpD { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #vcdtiaMAAxofs9XyckxTK5mUvR5glL8s { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #TggPpxztwmMP286zNkVBQCT93zZ6JLzg { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #CV864AuA6ct47mkXAykPg7n3RGK3X3eW { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #eISnDs9EGQRT7hy242WKp9GXfRdSF6n8 { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #m3aTezrr9MAFphDHcxTLkpqBw9qOvBSs { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #io1l8zoXl5GvRf9SWSTt5wCV4X9cZWPO { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #BFDgFx7vu8ffA1enbngod6OiXUoAPe9v { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #Sepf5wCRJcZp3NREIG15TJUvAsHCsUUe { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #uTJ0tmdEbUQ5nWmxzDR2HiWnCxCR8ucT { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #g4sxrcgTW0xXIPirWdvB75DGTUiTHhwc { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #vZy69m1f9IVE7xpp1H5f4Z1lWEroHy7f { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #zNUQJHvNPdABKwrcnZf0ofwVFzpJZRvC { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #LzGF6EG5UEgR2Ae2mTzUlraLap0pFUxy { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #k5rbu9uJ2KqxSnXG5znVNEPqVFf0Rf0Z { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #KTmFSXyJAJ2L7htTiMsRK5oR0sfl1MvO { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #pTWryFXMdPd0a1lATnJHNqNKI3M6TtfV { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #ar7JnkGL0h88n9OHbItgrgmNkranacpF { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #xEypzqdTRhG37MweTpNxelG4eFXr40A2 { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #GcKpDmqCB53kKLXekFtnUNELX89vZ4Ls { position:relative;display:none; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #a0cTRR8c1PA8mMFVknJH3y7ZZ9X4PNOO { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #Vdea5O09ssXa51PaJC4mBG6du3wXd8L2 { position:relative; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #baw1VCWmBHp1TF19lgtdiRANb6qXAsue { position:relative; }
#kEQeUpebgsRAsv1sDAtt1TXJzk1hwvwV { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:20.874816894531rem;left:-0.062144279479981rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#e3ShGIQTFTu67724NJcsknRJSJJrioD6 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:"babas neue";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.0625rem;height:0;display:none; }#e3ShGIQTFTu67724NJcsknRJSJJrioD6 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#e3ShGIQTFTu67724NJcsknRJSJJrioD6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
#fm3P85AhmnEg6CLtufaGbFNGioZ1ktoZ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),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; }
#mhTB8aKzo1ok7Qh9wsibXmr3vhJ5JOGR { 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; }
#mH3OuIC8VmoIdRl96CRAFbgCrweSN2Bl { 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; }
#aLPcTH7EeFFDR7rZbAvTqXDpBCl4GUpM { 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; }
#O1Aa7qy7rrMTOnGOdB8AzLit5gZXD6bv { 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; }
#wcSh87lvcZFr28XgkpJmKI6iV0FGbJqN { 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; }
#CWMOlzN7m0Dus4LTeJLfCcyqHqDXnqdS { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:"babas neue";font-size:2.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:3.0625123977661rem;left:36.312501907349rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#eRObe6XDkiOsHSL5F7XCC6Vv2b40P9ra { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:5.862512588501rem;left:31.625001907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hUm5zOxTiXbb1epSUc6XiTVUFTRixOaQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:"babas neue";font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:14.310729980469rem;left:0rem;height:3.8496125rem;display:block; }
#pXlJGrU3tKC88FmTGO6C4tMKWOEIm3xP { 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; }
#JrIAh4Iaw1I0oCE9yUTdXd1XpCwJEHNf { 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; }
#VAkANNROJ7VdJreM0PScGFEE1NMnDbNn { 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.03125rem;left:24.34375rem;overflow:hidden;display:block; }
#DTClDR1TPgiQVxiRcyzUxv6n0c0t4ukc { position:absolute;display:block;z-index:15040;height:1.3125rem;width:23.625rem;top:8.0625123977663rem;left:34.375001907349rem;display:block; }
#xR8xVa1TpRRKH2Ud6euUopQKLFPzh8i5 { 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; }
#IS5VWGnhomIa3v03xpBEMXwv4u47fMKS { 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; }
#TNNneZexGzvRhaof2tH8gM6mVgC4N5H2 { 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; }
#t9zQrN0wxemop5Ft0X8kAe6BCKnPsCg3 { 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; }
#iuihzvq1VPXcDQ3NRFQf2iBQVg43OkUn { 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; }
#gGTfkTbGtcSWu0tH97PMAM8lzFTGUEkD { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:48.625rem;height:1.19318125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tHlKT1gMcmTEWQ737osC7DMz0JFIKqme { 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; }
#TW8sXNKUIoLiVakwLEs2UbInA2v097Gs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:68.3125rem;left:28.4375rem;overflow:hidden;display:block; }
#m6eFTWTJyBF20hss8SDCUaJIr5c1AyTb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:68.3125rem;left:30.1875rem;overflow:hidden;display:block; }
#t48JRIImIvK59pM5Ir6IQNKp7vaPCAyk { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:66.4375rem;left:27.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FJhKdTMGptLq2cZaJHigsde3LeDSWgFC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:66.4375rem;left:46.5rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m362T2SEcyhkQtoVzc0xcrikVWatFT1v { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:67.9375rem;left:41rem;overflow:hidden;display:block; }
#m87NKVJgz8rys03yNe4fBaf0ITfO8TnI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:67.9375rem;left:44.9375rem;height:1.03125rem;font-style:normal;display:block; }
#uPu9mKbMZQLmidttKNQPOaiT5QnAeO47 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:69.25rem;left:45rem;height:1.03125rem;font-style:normal;display:block; }
#pFbdNR3rgpTPMDyTtffS1MHL8Pp6Da1a { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:70.5625rem;left:45rem;height:1.03125rem;font-style:normal;display:block; }
#Vgpw1el26VMOcAuS9yrGHp1ani3n88na { color:#fdbc18;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:66.375rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OqSLXDhUCx2dWg57y3sE5ixITFQEy5ue { 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:15043;top:67.75rem;left:0rem;display:block; }
#oIgTTlTh3sFKpzrezyBBRHwKLHtnmQxS { 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:15044;top:69.875rem;left:0rem;display:block; }
#EMD8AHkRx0mEkNT8TP3PC42CJStxlozB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:2.7;letter-spacing:0;top:67.875rem;left:1.625rem;height:2.0244125rem;text-align:left;text-align-last:left;display:block; }
#Udon90DMZdsnqpz50LiNe2FecL79EGix { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:69.65625rem;left:1.625rem;display:block; }
#CDxw7PRAXQsIxKiADFyZhNBlgK4G6DPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15.375rem;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.75rem;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.625rem;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.0625rem;height:3.0625rem;top:2.75rem;left:34.6865234375rem;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:13.0625rem;left:0rem;width:47.75rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBiTgmNglGbuv2U7UnOPKJ85MHN07wJT { top:15.1875rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHySxNhQtyaz6TWWKbifivPxPmtxuSnE { top:9rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lit4hhBXNuqkUgIaNT9f37FSogOB5o1Z { top:21.75rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZafbPEhGEUcMEGKEwTNmwdf8TQqzJuI { top:26.8125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:0.8125rem;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) { #Poug940hG3qen3rMXwt2TLsncGTSvrxM { top:4.625rem;left:0rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7fM7kQqMlhGg11GOA1t7xPAyAuwWTTF { top:5.875rem;left:0rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvAJhK0Gc1BTCNKGZEPWJPZroh7tnKu { top:8.375rem;left:0.3125rem;width:4.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD0R0CChxtDAd5l4o28rVhOgpSl9SqJJ { top:5.9375rem;left:7.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzA1MSpfWbKWE9QmsAWtuZmFpISvfVKV { top:8.375rem;left:7.25rem;width:13.5rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJMPhaOK22CqRHrGag4voAGpQ8hH0Hrn { top:20.9375rem;left:0rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVlAqyPzO7IizUtmCwRl8O9CBx9i6buv { top:22.1875rem;left:0rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlbaNKTbsCfaRoWB9COfZ47l5WZTeTm7 { top:22.25rem;left:7.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBuadTf7g4TmvtomL9sokPVoVafzQfR6 { top:4.625rem;left:21.125rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWIwbA85BQl9czOTfVe9DqSZKpfXNEqB { top:24.8125rem;left:0.3125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfpociTRmbw4F3ikcm0gNoZ3vJtW2HfZ { top:24.75rem;left:7.25rem;width:14rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ULRcL4hsszF1EhQorD1csKsXa8B7na { top:20.9375rem;left:21.125rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxM4ieoF0kVaoqKcFHffAOQCOe2uXz1Q { top:8.4375rem;left:27.125rem;width:5.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr72mbIf2gsoccAg0wxh2DZh8bCVvXNa { top:5.875rem;left:26.1875rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8mTv5zw3BcNtdOIcmt5e4MyGqHw7HMN { top:24.9375rem;left:27.3125rem;width:5.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcNDKJlTyVKQrlfu3eA67shg8w0kXPqI { top:22.1875rem;left:26.1875rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DssaFhtxmT4GZQCJOt4RlPka378sdTeJ { top:22.25rem;left:33.9375rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZflsPUFXcPMoloEXPxlJ1zQtTO99c5B8 { top:24.8125rem;left:33.9375rem;width:13rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy9aTh7zEz6lOJN1HVLwTABqxU6Ngc1k { top:5.9375rem;left:31.375rem;width:16.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Sxwh1m45mEc4sunTtZWOVDNevZWeqD { top:8.375rem;left:32.0625rem;width:15.6875rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMe7POqWDBu8Lo8WWRfooJy6wH72pfH { top:37.3125rem;left:0rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzO4crDskhlTzKnfxRxGGyBaICb0k9bc { top:37.3125rem;left:21.125rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwt532Th1n4JaW9PuaPkpvRSI1IT6UfH { top:38.5625rem;left:0rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZSylJfufSlGCvFzrCktP5LHlptZJN53 { top:38.5625rem;left:26.1875rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwrSiDTqdyfiDVTNHEx2OUWSwxx0AyZ6 { top:41.1875rem;left:0.3125rem;width:4.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkb9ZoBn07q5xMqxLCBkRZ0D5u2K7yvO { top:38.625rem;left:7.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCdLL4X26R25k80ZBfXx3BOE9QqqkLt0 { top:41.125rem;left:7.25rem;width:14rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpy3g6gIpkwxHXKxWCstH6iPT3qfbch6 { top:41.25rem;left:26.1875rem;width:6.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeMSL9ERspr2oAxTF4ERdLC5azc7R7JJ { top:38.625rem;left:33.9375rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFL8KltL2I3n5rn2IzTWgFVMXgsdyrhw { top:41.1875rem;left:33.75rem;width:14rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhAi1S270lS8wg08sVhry9oraiDUtm2O { top:53.5rem;left:0rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIn6uLKJaZ7p5hKcUkRzNJQuovrg4cT3 { top:57.375rem;left:0.3125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBcv3RiCPJzu0mRZnGxyTLaT5HQMyslw { top:54.75rem;left:0rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3mXumbyoStsu6iVebQmCbmwpXtRKaz { top:54.8125rem;left:7.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQe7xl44glHqbrXkTQ8ih2KqSsXElSLF { top:57.375rem;left:7.25rem;width:12.25rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWKdSfEMs68eUKFJAtGOJizSFKF5Fshl { top:53.5rem;left:21.125rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNC6yW6kfKTJZ0Wy2gsn50ZSW0VsSlEt { top:57.5rem;left:26.1875rem;width:6.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxThzExVaBfKnROdFwsaxQMns3ZKz8O { top:54.75rem;left:26.1875rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV9CqrliEqlTKZBfx199kMp7JQxZDsT6 { top:54.8125rem;left:33.9375rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTW0OJzA2N8m12GLrPdJ4Fg22QVh9oEH { top:57.375rem;left:33.75rem;width:14rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUEI7ped0JqrUCLgOyRaBNBv9ac7sd22 { top:70rem;left:0rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW5CnfqWmnvBA89CniHqzL3MkSh5uKvH { top:73.875rem;left:0.3125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdVlXMh8LtqTTCc18hDqD0o3oxQH3QS { top:71.25rem;left:0rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8qDg7slp4z8woTTmNbns5pAaXZqg9WC { top:71.3125rem;left:7.25rem;width:16rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB3KBqWdxv4wTpVapQeNQGR6T2N1yyth { top:73.8125rem;left:7.25rem;width:14rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZWXF6lGZwKJm8NSkMsK2F6EJu7ldzyh { top:70rem;left:21.125rem;width:26.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UikS0igTiOhB7kGZFx7xD5h3vwTloLPh { top:73.9375rem;left:33.75rem;width:14rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEFP0G4u1HwwPixfogonHkU08N3t10mS { top:71.3125rem;left:32.375rem;width:15.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxlBktDPGXpr0SXVZqFGLnszHpcuOXpO { top:71.25rem;left:25.9375rem;width:7.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehnw8VEsZ63wRf92O8AAIT33XGVtswub { top:73.875rem;left:26.5rem;width:6.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtmqIhEhh6yJhZIgTwhPW1HFmMMDBod5 { top:6.75rem;left:11.375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd85slnvU8TamCMp5CitWznq8nRTlosJ { top:23.0625rem;left:11.375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaEMcyOtqkoW96qQi4BGAo8mdZUFHUn8 { top:39.4375rem;left:11.375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaqgLmCqUEgEL0v09WI3fR4NaS7K1fq7 { top:55.625rem;left:11.375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBWvRGgfiCtcbmdJpIXvdr9aa787noem { top:72.125rem;left:11.375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdbB3dgfx37id66JzAwzdCyxd9u3iUDr { top:11.3125rem;left:34.375rem;width:6.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGQRVOC3BUafwCvuTuwVWNwFzX2zEzGs { top:29.875rem;left:7.125rem;width:6.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9tLitKISWSyQ2BtaLQhcJ9d9viANTPN { top:43.8125rem;left:34.375rem;width:6.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIfzxO2Q3u2rffQd8m6ZVPE2s6OK9JMK { top:61.3125rem;left:7.125rem;width:6.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H915JQz0wwqmsXIxZBAkuTMnAOm8mJ7x { top:11.3125rem;left:34.375rem;width:6.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4fbyzqduCeGClBcGFMQbvMGduTBLri3 { top:11.3125rem;left:34.375rem;width:6.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kA7l0ap7Nq4Wyy7zFRTNeag3gzLSL6xU { top:11.3125rem;left:34.375rem;width:6.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU18dmJL7lgIixNT7BFouJATkx95vmaR { top:11.3125rem;left:34.375rem;width:6.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbJWOtBMabKcIHNbHFGzaquX89xBTFGs { top:11.3125rem;left:34.375rem;width:6.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s86QeT80x578OC9GQeSyeUEvdPTT4UOh { top:11.3125rem;left:34.375rem;width:6.25rem;height:12.5rem;display:none; }
 }@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) { #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) { #cubSmoyxzTRuRW5w0l4lA8PgTwWBgcbg { top:3.125rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAb7pTUzmtCX9bvfLQ3OSmrt9V3Ci0F2 { top:7.1875rem;left:0rem;width:47.75rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnDDA6MebhHXS1tP7uhvIzC8PMxOsZah { top:9.3125rem;left:0rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJcPT2b6pErdgWf1acPon6GIS9ZEUpES { top:9.5rem;left:23.75rem;width:0.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHwh5R6MxIlo7RLEw9qftwUSafN59wG8 { top:21.875rem;left:3.65625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrGfkTa6DPmOEVNB8ruOQRBFDHlHu5W9 { top:28.1875rem;left:0.8125rem;width:10.4375rem;height:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvImn3Q7o1LIqqGIPdFwI3WE4sNodJy { top:21.875rem;left:16.625rem;width:7.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBNpx7vTlnABaJbtg6CuDqrndToyTqu { top:28.1875rem;left:12.375rem;width:11.5rem;height:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTfa3MSFTRqDRkn9cUJfEVteroT37Tts { top:21.875rem;left:26.9375rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0esT3VKE8Jd3DAfzhO6uBrNDFSx7uok { top:22.125rem;left:38.9375rem;width:5.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQarG9kqo0VaCknJuu8Jk7fGFOqC14H { top:28.1875rem;left:23.875rem;width:11.5rem;height:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI26q7DT4v8fiPDDfgpGGBqHz821NkFp { top:28.1875rem;left:35.8125rem;width:11.5rem;height:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbOAK0LAGiD2tXvMQvfShxpJsJSoDKWP { width:20.3125rem;height:2.9375rem;top:38.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZreMNtnMbtXnSAUef7k0wbE862VNxN1 { display:block; }
 }@media only screen and (max-width: 763px) { #o0TrL7IRMwO1EkGlPSl43ixIge7mL2H6 { width:20.3125rem;height:2.9375rem;top:42.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FHZF8Drgg7UTWcQrqCRMiyP8yVLHNq { display:block; }
 }@media only screen and (max-width: 763px) { #GG1NggzIJ3MOKBTPPdu8XIiiLoBzMCnq { width:9.0625rem;height:2rem;top:47.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEaFFJPxwO57ZvGFgyu22F7i5KNpBLI { display:block; }
 }@media only screen and (max-width: 763px) { #xGDr4rA6zZnBCRRGwCkvtNESnJaywVpI { width:9rem;height:2rem;top:47.0625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5TISFdgNUzusTocGmy57H0RPQHtbXev { display:block; }
 }@media only screen and (max-width: 763px) { #wScGW5421AIMyZqRvpdI0GTapQNURgBt { display:block; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJBvrxuDCbRc7lJGeMH51IVgRbcF6siG { top:4rem;left:0rem;width:33.75rem;height:9.1875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-text {padding-top: 0; padding-bottom: 0;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-select {padding-top: 0; padding-bottom: 0;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-button { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK  { width:25.125rem;height:auto;top:4.0625rem;left:20.125rem; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK {display:block;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK { width:25.125rem;height:auto;top:4.0625rem;left:20.125rem; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #cAahtJdIimpmoDbrNIyJusOqbfLkhPxb {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #oGGB6vzNQFJWtdS1HPE8VqIO1O5Be38m { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #wXOME4Up3BceccHl3JAwTndxVpesGAid {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #CRGdeO90T0rQVfWzbDZ4PwcBrXTGdbLE {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #xT3lZFsdA30aCp6HrKQkHiurR1fMBfK0 { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #zHQCl1nITuWJG9AcXktJGbzbTenzP6M7 {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #hKCWI5iegqiiQwClweL4bif1PxNZ6UpD {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #vcdtiaMAAxofs9XyckxTK5mUvR5glL8s { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #TggPpxztwmMP286zNkVBQCT93zZ6JLzg {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #CV864AuA6ct47mkXAykPg7n3RGK3X3eW {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #eISnDs9EGQRT7hy242WKp9GXfRdSF6n8 { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #m3aTezrr9MAFphDHcxTLkpqBw9qOvBSs {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #io1l8zoXl5GvRf9SWSTt5wCV4X9cZWPO {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #BFDgFx7vu8ffA1enbngod6OiXUoAPe9v { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #Sepf5wCRJcZp3NREIG15TJUvAsHCsUUe {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #uTJ0tmdEbUQ5nWmxzDR2HiWnCxCR8ucT {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #g4sxrcgTW0xXIPirWdvB75DGTUiTHhwc { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #vZy69m1f9IVE7xpp1H5f4Z1lWEroHy7f {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #zNUQJHvNPdABKwrcnZf0ofwVFzpJZRvC {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #LzGF6EG5UEgR2Ae2mTzUlraLap0pFUxy { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #k5rbu9uJ2KqxSnXG5znVNEPqVFf0Rf0Z {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #KTmFSXyJAJ2L7htTiMsRK5oR0sfl1MvO {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #pTWryFXMdPd0a1lATnJHNqNKI3M6TtfV { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #ar7JnkGL0h88n9OHbItgrgmNkranacpF {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #xEypzqdTRhG37MweTpNxelG4eFXr40A2 {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #GcKpDmqCB53kKLXekFtnUNELX89vZ4Ls { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #a0cTRR8c1PA8mMFVknJH3y7ZZ9X4PNOO {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #Vdea5O09ssXa51PaJC4mBG6du3wXd8L2 {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #baw1VCWmBHp1TF19lgtdiRANb6qXAsue {  }
 }@media only screen and (max-width: 763px) { #kEQeUpebgsRAsv1sDAtt1TXJzk1hwvwV { top:20.8125rem;left:0rem;width:28.8125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ShGIQTFTu67724NJcsknRJSJJrioD6 { top:26.5625rem;left:0rem;width:24.4375rem;height:;font-size:1.4375rem;display:block; }#e3ShGIQTFTu67724NJcsknRJSJJrioD6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
 }@media only screen and (max-width: 763px) { #fm3P85AhmnEg6CLtufaGbFNGioZ1ktoZ { top:24.25rem;left:0rem;width:29.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTB8aKzo1ok7Qh9wsibXmr3vhJ5JOGR { top:30.5625rem;left:0rem;width:1.5625rem;height:1.5027332915293rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH3OuIC8VmoIdRl96CRAFbgCrweSN2Bl { top:36rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLPcTH7EeFFDR7rZbAvTqXDpBCl4GUpM { top:33.3125rem;left:0rem;width:1.5625rem;height:1.5027332915293rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Aa7qy7rrMTOnGOdB8AzLit5gZXD6bv { top:38.625rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcSh87lvcZFr28XgkpJmKI6iV0FGbJqN { top:2rem;left:19.375rem;width:28.375rem;height:50.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWMOlzN7m0Dus4LTeJLfCcyqHqDXnqdS { 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) { #eRObe6XDkiOsHSL5F7XCC6Vv2b40P9ra { 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) { #hUm5zOxTiXbb1epSUc6XiTVUFTRixOaQ { top:14.25rem;left:0rem;width:29.6875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXlJGrU3tKC88FmTGO6C4tMKWOEIm3xP { top:41.1875rem;left:0rem;width:1.625rem;height:1.5628426231905rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrIAh4Iaw1I0oCE9yUTdXd1XpCwJEHNf { top:17.6875rem;left:0rem;width:29.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAkANNROJ7VdJreM0PScGFEE1NMnDbNn { top:56rem;left:11.9375rem;width:11.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTClDR1TPgiQVxiRcyzUxv6n0c0t4ukc { top:8.0625rem;left:24.125rem;width:23.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR8xVa1TpRRKH2Ud6euUopQKLFPzh8i5 { top:31rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS5VWGnhomIa3v03xpBEMXwv4u47fMKS { top:33.75rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNNneZexGzvRhaof2tH8gM6mVgC4N5H2 { top:36.4375rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9zQrN0wxemop5Ft0X8kAe6BCKnPsCg3 { top:38.875rem;left:0rem;width:27.8125rem;height:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuihzvq1VPXcDQ3NRFQf2iBQVg43OkUn { top:41.625rem;left:0rem;width:24.1875rem;height:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTfkTbGtcSWu0tH97PMAM8lzFTGUEkD { 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) { #tHlKT1gMcmTEWQ737osC7DMz0JFIKqme { top:0.8125rem;left:17.84375rem;width:11.9375rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW8sXNKUIoLiVakwLEs2UbInA2v097Gs { top:68.3125rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6eFTWTJyBF20hss8SDCUaJIr5c1AyTb { top:68.3125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t48JRIImIvK59pM5Ir6IQNKp7vaPCAyk { top:66.4375rem;left:17.375rem;width:6.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhKdTMGptLq2cZaJHigsde3LeDSWgFC { top:66.4375rem;left:37.3125rem;width:10.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m362T2SEcyhkQtoVzc0xcrikVWatFT1v { top:67.9375rem;left:31.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m87NKVJgz8rys03yNe4fBaf0ITfO8TnI { top:67.9375rem;left:34.375rem;width:13.375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPu9mKbMZQLmidttKNQPOaiT5QnAeO47 { top:69.25rem;left:32.75rem;width:15rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFbdNR3rgpTPMDyTtffS1MHL8Pp6Da1a { top:70.5625rem;left:34.375rem;width:13.375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgpw1el26VMOcAuS9yrGHp1ani3n88na { top:66.375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqSLXDhUCx2dWg57y3sE5ixITFQEy5ue { top:67.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIgTTlTh3sFKpzrezyBBRHwKLHtnmQxS { top:69.875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMD8AHkRx0mEkNT8TP3PC42CJStxlozB { top:67.875rem;left:0rem;width:22.25rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udon90DMZdsnqpz50LiNe2FecL79EGix { width:16.625rem;height:3.4375rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxw7PRAXQsIxKiADFyZhNBlgK4G6DPo { 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;display:block; }#cgZSb5EPJEWEpkQTKFXkeBCQkz2a4oh7 > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26SrtIcS1ylyVmPu4lL7W4dt9F7qr02 { width:8.625rem;height:3.9375rem;top:1.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqJaRHqWoTtGZbWV72gW8g6HhNvJgv7T { width:0.125rem;height:0.1875rem;top:16.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF9PoKkoR3Lt7NpKKqNAieZkHWdKMfNG { width:3.875rem;height:4.125rem;top:7.25rem;left:1.75rem;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:7.75rem;left:6.875rem;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:7.75rem;left:12.9375rem;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:11.125rem;left:1.1875rem;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:11.125rem;left:6.875rem;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:11.125rem;left:12.25rem;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.85546875rem;top:18rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBiTgmNglGbuv2U7UnOPKJ85MHN07wJT { width:20rem;height:3.3333333333333rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHySxNhQtyaz6TWWKbifivPxPmtxuSnE { width:20rem;height:3.3333333333333rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lit4hhBXNuqkUgIaNT9f37FSogOB5o1Z { width:20rem;height:1.3808625rem;top:25.0205078125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZafbPEhGEUcMEGKEwTNmwdf8TQqzJuI { width:20rem;height:11.209rem;top:26.67578125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4xfDg6ApF4pdCIDJdALq75QUxnxfRl { background-color:#333740;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: 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 { width:20rem;height:163.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:133.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Poug940hG3qen3rMXwt2TLsncGTSvrxM { width:20rem;height:10.5rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7fM7kQqMlhGg11GOA1t7xPAyAuwWTTF { width:7.75rem;height:2.35625rem;top:5.75rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #NTvAJhK0Gc1BTCNKGZEPWJPZroh7tnKu { width:4.0625rem;height:5rem;top:8.10546875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD0R0CChxtDAd5l4o28rVhOgpSl9SqJJ { width:12.5rem;height:2.35625rem;top:5.75rem;left:7.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzA1MSpfWbKWE9QmsAWtuZmFpISvfVKV { width:12.5rem;height:3.9375rem;top:8.63671875rem;left:7.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJMPhaOK22CqRHrGag4voAGpQ8hH0Hrn { width:20rem;height:10.5rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVlAqyPzO7IizUtmCwRl8O9CBx9i6buv { width:7.75rem;height:2.35625rem;top:53.625rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #tlbaNKTbsCfaRoWB9COfZ47l5WZTeTm7 { width:12.5rem;height:2.35625rem;top:53.625rem;left:7.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBuadTf7g4TmvtomL9sokPVoVafzQfR6 { width:20rem;height:14.875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWIwbA85BQl9czOTfVe9DqSZKpfXNEqB { width:5.0625rem;height:5.0625rem;top:56.125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfpociTRmbw4F3ikcm0gNoZ3vJtW2HfZ { width:12.0625rem;height:3.9375rem;top:56.6875rem;left:7.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9ULRcL4hsszF1EhQorD1csKsXa8B7na { width:20rem;height:10.5rem;top:37.75rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sxM4ieoF0kVaoqKcFHffAOQCOe2uXz1Q { width:3.125rem;height:2.875rem;top:19.884765625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr72mbIf2gsoccAg0wxh2DZh8bCVvXNa { width:7.75rem;height:2.35625rem;top:20.39453125rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #X8mTv5zw3BcNtdOIcmt5e4MyGqHw7HMN { width:5.0625rem;height:4.875rem;top:41.41796875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcNDKJlTyVKQrlfu3eA67shg8w0kXPqI { width:7.75rem;height:2.35625rem;top:39.0625rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #DssaFhtxmT4GZQCJOt4RlPka378sdTeJ { width:12.5rem;height:2.35625rem;top:39.0625rem;left:7.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZflsPUFXcPMoloEXPxlJ1zQtTO99c5B8 { width:11.5rem;height:3.9375rem;top:41.88671875rem;left:8.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xy9aTh7zEz6lOJN1HVLwTABqxU6Ngc1k { width:16.375rem;height:2.275rem;top:23.375rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9Sxwh1m45mEc4sunTtZWOVDNevZWeqD { width:15.6875rem;height:5.25rem;top:26.875rem;left:2.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTMe7POqWDBu8Lo8WWRfooJy6wH72pfH { width:20rem;height:11.8125rem;top:66.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzO4crDskhlTzKnfxRxGGyBaICb0k9bc { width:20rem;height:12.6875rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwt532Th1n4JaW9PuaPkpvRSI1IT6UfH { width:7.75rem;height:2.35625rem;top:68.1875rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #oZSylJfufSlGCvFzrCktP5LHlptZJN53 { width:7.75rem;height:2.35625rem;top:84.5625rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #cwrSiDTqdyfiDVTNHEx2OUWSwxx0AyZ6 { width:4.625rem;height:5.0625rem;top:71.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkb9ZoBn07q5xMqxLCBkRZ0D5u2K7yvO { width:12.5rem;height:2.35625rem;top:68.1875rem;left:7.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCdLL4X26R25k80ZBfXx3BOE9QqqkLt0 { width:11.9375rem;height:6.5625rem;top:70.6875rem;left:7.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rpy3g6gIpkwxHXKxWCstH6iPT3qfbch6 { width:6.3125rem;height:3.875rem;top:89.15625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeMSL9ERspr2oAxTF4ERdLC5azc7R7JJ { width:10.25rem;height:4.7109375rem;top:83.375rem;left:8.625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFL8KltL2I3n5rn2IzTWgFVMXgsdyrhw { width:11.3125rem;height:3.9375rem;top:89.5625rem;left:8.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhAi1S270lS8wg08sVhry9oraiDUtm2O { width:20rem;height:10.5rem;top:114.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIn6uLKJaZ7p5hKcUkRzNJQuovrg4cT3 { width:4.5rem;height:4.5rem;top:118.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBcv3RiCPJzu0mRZnGxyTLaT5HQMyslw { width:7.75rem;height:2.35625rem;top:115.6875rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3mXumbyoStsu6iVebQmCbmwpXtRKaz { width:12.5rem;height:2.35625rem;top:115.6875rem;left:7.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQe7xl44glHqbrXkTQ8ih2KqSsXElSLF { width:12.25rem;height:3.9375rem;top:118.9375rem;left:7.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWKdSfEMs68eUKFJAtGOJizSFKF5Fshl { width:20rem;height:10.5rem;top:99.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tNC6yW6kfKTJZ0Wy2gsn50ZSW0VsSlEt { width:6.25rem;height:4.3125rem;top:104.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxThzExVaBfKnROdFwsaxQMns3ZKz8O { width:7.75rem;height:2.35625rem;top:101.125rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #nV9CqrliEqlTKZBfx199kMp7JQxZDsT6 { width:12.5rem;height:2.35625rem;top:101.125rem;left:7.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTW0OJzA2N8m12GLrPdJ4Fg22QVh9oEH { width:10.8125rem;height:3.9375rem;top:104.5rem;left:8.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUEI7ped0JqrUCLgOyRaBNBv9ac7sd22 { width:20rem;height:14.625rem;top:129.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW5CnfqWmnvBA89CniHqzL3MkSh5uKvH { width:4.8125rem;height:4.8125rem;top:136.8125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxdVlXMh8LtqTTCc18hDqD0o3oxQH3QS { width:7.75rem;height:2.35625rem;top:131.5625rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#e09e19;display:block; }
 }@media only screen and (max-width: 763px) { #W8qDg7slp4z8woTTmNbns5pAaXZqg9WC { width:11.5625rem;height:4.7109375rem;top:130.25rem;left:7.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UB3KBqWdxv4wTpVapQeNQGR6T2N1yyth { width:11.5rem;height:6.5625rem;top:135.9375rem;left:7.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZWXF6lGZwKJm8NSkMsK2F6EJu7ldzyh { width:20rem;height:14.0625rem;top:148.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UikS0igTiOhB7kGZFx7xD5h3vwTloLPh { width:11rem;height:3.9375rem;top:156.3125rem;left:8.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEFP0G4u1HwwPixfogonHkU08N3t10mS { width:10.5rem;height:4.7109375rem;top:149.447265625rem;left:8.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxlBktDPGXpr0SXVZqFGLnszHpcuOXpO { width:7.75rem;height:2.35625rem;top:150.625rem;left:0.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehnw8VEsZ63wRf92O8AAIT33XGVtswub { width:6.6875rem;height:4.8125rem;top:155.875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtmqIhEhh6yJhZIgTwhPW1HFmMMDBod5 { width:12.5rem;height:6.25rem;top:6.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd85slnvU8TamCMp5CitWznq8nRTlosJ { width:12.5rem;height:6.25rem;top:54.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaEMcyOtqkoW96qQi4BGAo8mdZUFHUn8 { width:12.5rem;height:6.25rem;top:69rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaqgLmCqUEgEL0v09WI3fR4NaS7K1fq7 { width:12.5rem;height:6.25rem;top:116.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBWvRGgfiCtcbmdJpIXvdr9aa787noem { width:12.5rem;height:6.25rem;top:132.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdbB3dgfx37id66JzAwzdCyxd9u3iUDr { width:6.25rem;height:12.5rem;top:44.875rem;left:6.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #KGQRVOC3BUafwCvuTuwVWNwFzX2zEzGs { width:6.25rem;height:12.5rem;top:10.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9tLitKISWSyQ2BtaLQhcJ9d9viANTPN { width:6.25rem;height:12.5rem;top:147.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIfzxO2Q3u2rffQd8m6ZVPE2s6OK9JMK { width:6.25rem;height:12.5rem;top:29.44921875rem;left:6.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #H915JQz0wwqmsXIxZBAkuTMnAOm8mJ7x { width:6.25rem;height:12.5rem;top:60.625rem;left:6.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #L4fbyzqduCeGClBcGFMQbvMGduTBLri3 { width:6.25rem;height:12.5rem;top:76.5rem;left:6.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kA7l0ap7Nq4Wyy7zFRTNeag3gzLSL6xU { width:6.25rem;height:12.5rem;top:91.875rem;left:6.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #DU18dmJL7lgIixNT7BFouJATkx95vmaR { width:6.25rem;height:12.5rem;top:105.875rem;left:6.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rbJWOtBMabKcIHNbHFGzaquX89xBTFGs { width:6.25rem;height:12.5rem;top:119.9375rem;left:6.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #s86QeT80x578OC9GQeSyeUEvdPTT4UOh { width:6.25rem;height:12.5rem;top:140.54296875rem;left:6.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #piToFamtMopWIWcBIqyv2JrW5Q8G2t9J { background-color:#333740;background-image:url("https://images.assets-landingi.com/BldKs4bd/download_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#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 { width:20rem;height:71rem;position:relative;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) { #cubSmoyxzTRuRW5w0l4lA8PgTwWBgcbg { width:20rem;height:3.3333333333333rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAb7pTUzmtCX9bvfLQ3OSmrt9V3Ci0F2 { width:20rem;height:1.85625rem;top:4.08203125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnDDA6MebhHXS1tP7uhvIzC8PMxOsZah { width:20rem;height:3.3333333333333rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJcPT2b6pErdgWf1acPon6GIS9ZEUpES { width:0.125rem;height:0.1875rem;top:25.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHwh5R6MxIlo7RLEw9qftwUSafN59wG8 { width:4.75rem;height:4.75rem;top:11.396484375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrGfkTa6DPmOEVNB8ruOQRBFDHlHu5W9 { width:10.4375rem;height:1.949225rem;top:16.5625rem;left:4.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvImn3Q7o1LIqqGIPdFwI3WE4sNodJy { width:7.1875rem;height:4.75rem;top:22.1875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBNpx7vTlnABaJbtg6CuDqrndToyTqu { width:11.5rem;height:1.949225rem;top:27.5rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTfa3MSFTRqDRkn9cUJfEVteroT37Tts { width:4.6875rem;height:4.75rem;top:33.208984375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0esT3VKE8Jd3DAfzhO6uBrNDFSx7uok { width:5.25rem;height:4.25rem;top:44.958984375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQarG9kqo0VaCknJuu8Jk7fGFOqC14H { width:11.5rem;height:1.949225rem;top:38.458984375rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI26q7DT4v8fiPDDfgpGGBqHz821NkFp { width:11.5rem;height:1.949225rem;top:49.658203125rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbOAK0LAGiD2tXvMQvfShxpJsJSoDKWP { width:18.5rem;height:2.9375rem;top:56.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZreMNtnMbtXnSAUef7k0wbE862VNxN1 { display:block; }
 }@media only screen and (max-width: 763px) { #o0TrL7IRMwO1EkGlPSl43ixIge7mL2H6 { width:18.625rem;height:2.9375rem;top:60.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FHZF8Drgg7UTWcQrqCRMiyP8yVLHNq { display:block; }
 }@media only screen and (max-width: 763px) { #GG1NggzIJ3MOKBTPPdu8XIiiLoBzMCnq { width:9.0625rem;height:2rem;top:65.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEaFFJPxwO57ZvGFgyu22F7i5KNpBLI { display:block; }
 }@media only screen and (max-width: 763px) { #xGDr4rA6zZnBCRRGwCkvtNESnJaywVpI { width:9rem;height:2rem;top:65.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5TISFdgNUzusTocGmy57H0RPQHtbXev { display:block; }
 }@media only screen and (max-width: 763px) { #wScGW5421AIMyZqRvpdI0GTapQNURgBt { background-color:#333740;background-image:url("https://images.assets-landingi.com/BldKs4bd/download_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt.adaptive-delivery-prevent-bg, #wScGW5421AIMyZqRvpdI0GTapQNURgBt.lazyload, #wScGW5421AIMyZqRvpdI0GTapQNURgBt.lazyloading { background-image: none; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container { background-color: transparent; background-image: none; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container > .video-iframe-container { display: none; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row > .video-iframe-container { display: none; }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .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); }#wScGW5421AIMyZqRvpdI0GTapQNURgBt > .row .container { width:20rem;height:128rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJBvrxuDCbRc7lJGeMH51IVgRbcF6siG { 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) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .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; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-text {padding-top: 0; padding-bottom: 0;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-select {padding-top: 0; padding-bottom: 0;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK  { width:17.5rem;height:auto;top:43.625rem;left:0rem; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK {display:block;}#VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK { width:17.5rem;height:auto;top:43.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #cAahtJdIimpmoDbrNIyJusOqbfLkhPxb {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #oGGB6vzNQFJWtdS1HPE8VqIO1O5Be38m { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #wXOME4Up3BceccHl3JAwTndxVpesGAid {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #CRGdeO90T0rQVfWzbDZ4PwcBrXTGdbLE {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #xT3lZFsdA30aCp6HrKQkHiurR1fMBfK0 { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #zHQCl1nITuWJG9AcXktJGbzbTenzP6M7 {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #hKCWI5iegqiiQwClweL4bif1PxNZ6UpD {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #vcdtiaMAAxofs9XyckxTK5mUvR5glL8s { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #TggPpxztwmMP286zNkVBQCT93zZ6JLzg {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #CV864AuA6ct47mkXAykPg7n3RGK3X3eW {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #eISnDs9EGQRT7hy242WKp9GXfRdSF6n8 { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #m3aTezrr9MAFphDHcxTLkpqBw9qOvBSs {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #io1l8zoXl5GvRf9SWSTt5wCV4X9cZWPO {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #BFDgFx7vu8ffA1enbngod6OiXUoAPe9v { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #Sepf5wCRJcZp3NREIG15TJUvAsHCsUUe {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #uTJ0tmdEbUQ5nWmxzDR2HiWnCxCR8ucT {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #g4sxrcgTW0xXIPirWdvB75DGTUiTHhwc { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #vZy69m1f9IVE7xpp1H5f4Z1lWEroHy7f {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #zNUQJHvNPdABKwrcnZf0ofwVFzpJZRvC {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #LzGF6EG5UEgR2Ae2mTzUlraLap0pFUxy { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #k5rbu9uJ2KqxSnXG5znVNEPqVFf0Rf0Z {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #KTmFSXyJAJ2L7htTiMsRK5oR0sfl1MvO {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #pTWryFXMdPd0a1lATnJHNqNKI3M6TtfV { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #ar7JnkGL0h88n9OHbItgrgmNkranacpF {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #xEypzqdTRhG37MweTpNxelG4eFXr40A2 {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #GcKpDmqCB53kKLXekFtnUNELX89vZ4Ls { display:none; }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #a0cTRR8c1PA8mMFVknJH3y7ZZ9X4PNOO {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #Vdea5O09ssXa51PaJC4mBG6du3wXd8L2 {  }
 }@media only screen and (max-width: 763px) { #VO4nThbCbX9DGcUQgQOol9NhE0Fk2EHK #baw1VCWmBHp1TF19lgtdiRANb6qXAsue {  }
 }@media only screen and (max-width: 763px) { #kEQeUpebgsRAsv1sDAtt1TXJzk1hwvwV { width:18.6855625rem;height:9.1875rem;top:21.6875rem;left:0.65625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #e3ShGIQTFTu67724NJcsknRJSJJrioD6 { width:20.0625rem;height:8.8125rem;top:20.31591796875rem;left:-0.06298828125rem;font-size:1.4375rem;display:none; }#e3ShGIQTFTu67724NJcsknRJSJJrioD6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wcUoZfsx/download_21.png); }
 }@media only screen and (max-width: 763px) { #fm3P85AhmnEg6CLtufaGbFNGioZ1ktoZ { width:20rem;height:20.0625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhTB8aKzo1ok7Qh9wsibXmr3vhJ5JOGR { width:1.561525rem;height:1.5017955859554rem;top:30.5625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mH3OuIC8VmoIdRl96CRAFbgCrweSN2Bl { width:1.561525rem;height:1.5017955859554rem;top:36rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLPcTH7EeFFDR7rZbAvTqXDpBCl4GUpM { width:1.561525rem;height:1.5017955859554rem;top:33.3125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1Aa7qy7rrMTOnGOdB8AzLit5gZXD6bv { width:1.625rem;height:1.5628426231905rem;top:38.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcSh87lvcZFr28XgkpJmKI6iV0FGbJqN { width:19.9375rem;height:45.6875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWMOlzN7m0Dus4LTeJLfCcyqHqDXnqdS { width:20rem;height:2.6rem;top:37.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRObe6XDkiOsHSL5F7XCC6Vv2b40P9ra { 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) { #hUm5zOxTiXbb1epSUc6XiTVUFTRixOaQ { 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) { #pXlJGrU3tKC88FmTGO6C4tMKWOEIm3xP { width:1.625rem;height:1.5628426231905rem;top:41.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrIAh4Iaw1I0oCE9yUTdXd1XpCwJEHNf { width:15.9375rem;height:0.25rem;top:18.375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAkANNROJ7VdJreM0PScGFEE1NMnDbNn { width:11.9375rem;height:5.6875rem;top:56rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTClDR1TPgiQVxiRcyzUxv6n0c0t4ukc { width:20rem;height:0.625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR8xVa1TpRRKH2Ud6euUopQKLFPzh8i5 { 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) { #IS5VWGnhomIa3v03xpBEMXwv4u47fMKS { 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) { #TNNneZexGzvRhaof2tH8gM6mVgC4N5H2 { 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) { #t9zQrN0wxemop5Ft0X8kAe6BCKnPsCg3 { 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) { #iuihzvq1VPXcDQ3NRFQf2iBQVg43OkUn { 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) { #gGTfkTbGtcSWu0tH97PMAM8lzFTGUEkD { width:20rem;height:1.21875rem;top:90.78125rem;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) { #tHlKT1gMcmTEWQ737osC7DMz0JFIKqme { width:10.124rem;height:4.6875rem;top:119.875rem;left:4.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TW8sXNKUIoLiVakwLEs2UbInA2v097Gs { width:1rem;height:1.3125rem;top:114.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6eFTWTJyBF20hss8SDCUaJIr5c1AyTb { width:1.375rem;height:1.375rem;top:114.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t48JRIImIvK59pM5Ir6IQNKp7vaPCAyk { width:4.5625rem;height:1.13671875rem;top:112.9375rem;left:8.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FJhKdTMGptLq2cZaJHigsde3LeDSWgFC { width:10.4375rem;height:auto;top:66.4375rem;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) { #m362T2SEcyhkQtoVzc0xcrikVWatFT1v { width:2.25rem;height:2.25rem;top:89.8125rem;left:4.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m87NKVJgz8rys03yNe4fBaf0ITfO8TnI { width:13.375rem;height:1.58105625rem;top:92.6875rem;left:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPu9mKbMZQLmidttKNQPOaiT5QnAeO47 { width:15rem;height:1.03125rem;top:95.3125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFbdNR3rgpTPMDyTtffS1MHL8Pp6Da1a { width:13.375rem;height:1.03125rem;top:97.625rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgpw1el26VMOcAuS9yrGHp1ani3n88na { width:12.5rem;height:1.21875rem;top:101.875rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqSLXDhUCx2dWg57y3sE5ixITFQEy5ue { width:1.875rem;height:1.875rem;top:103.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIgTTlTh3sFKpzrezyBBRHwKLHtnmQxS { width:1.875rem;height:1.875rem;top:106.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMD8AHkRx0mEkNT8TP3PC42CJStxlozB { width:14.5625rem;height:1.85546875rem;top:103.875rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Udon90DMZdsnqpz50LiNe2FecL79EGix { width:17.75rem;height:3.375rem;top:106.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxw7PRAXQsIxKiADFyZhNBlgK4G6DPo { display:block; }
 }