.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:254,240,206;--color-primary-1:251,209,108;--color-primary-2:248,178,10;--color-primary-3:252,166,2;--color-primary-4:50,36,2;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container { background-color: transparent; background-image: none; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container > .video-iframe-container { display: none; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row > .video-iframe-container { display: none; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .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); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container { border-width: 0; border-radius: 0; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#FFt1wssAwHdd5o1TFEi21WhgCRkypyIM { 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:4.8125rem;width:5.75rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#U9TIQ8CWCbDdIwqEeUWoeyLSy2cDHxs5 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:52.875rem;display:block; }
#zK3PhEz5zfDtwcGgkx7aIeVT2zQaVyd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3mhZ6ONmlcFAWuZIh5vp4PGKWTAB45D { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);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-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:44.875rem;display:block; }
#BqvpgPh3saTpMe546X9RgnLNyQytPW9f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Xkvw83VH/2019_03_12_13.44.41tegro_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;overflow:visible;position:relative;display:block; }#zxU6fHaD4CeSRuN9hB1s6g4wO9hA0lDE { box-sizing:content-box;color:#f8a503;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:18.14999961853rem;left:1.1875rem;display:block; }
#DHZETL2kyBLWbLaFsblLhrRTlmJpmSLe { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:2.1875rem;height:0;font-style:normal;display:block; }
#RplKHwnGIMNO4g7waCifhOeEgMGEMTyc { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:"titillium web";font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.14999961853rem;left:4.6875rem;height:11.20895rem;font-style:normal;display:block; }
#Zx7Is2UiT9lfGqLBnt1gSBUGscBVu4m1 { color:#0b074c;display:block;width:23rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.074999809265rem;left:37.000001907349rem;height:1.3rem;font-style:normal;display:block; }
#lm8EhOFViFvNCsz1tSD3WlWpHpfgpA9R { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0.86);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:13.0625rem;width:28.5rem;top:16.825000762939rem;left:0rem;display:block; }
#vsBEWbL6e5tCaXzeNf15qG16KQ2vmAeV { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:34.1875rem;left:28.500001907349rem;display:block; }
#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.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; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T.adaptive-delivery-prevent-bg, #HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T.lazyload, #HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T.lazyloading { background-image: none; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { background-color: transparent; background-image: none; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container > .video-iframe-container { display: none; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row > .video-iframe-container { display: none; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .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); }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { border-width: 0; border-radius: 0; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#oIwtf7Vy1c5i1HVWtLNceA9kwmh8zDKo { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.2500004768372rem;left:1.75rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4GquwwTHPTJJqAswDWfRwlzrvFNLXPD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.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; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.adaptive-delivery-prevent-bg, #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.lazyload, #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.lazyloading { background-image: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { background-color: transparent; background-image: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container > .video-iframe-container { display: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container { display: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .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); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { border-width: 0; border-radius: 0; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#pPEMF673Rt1h19nTRUOuBEBkPboxMBKO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-secondary-4),0.14) ;height:23.25rem;width:18.875rem;top:1.71875rem;left:0rem;display:block; }
#yp8EscKAA4gPcTpaAIAV7C9xAuOtJQIG { 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:16.9375rem;width:17rem;top:2.5867185592651rem;left:0.9375rem;overflow:hidden;display:block; }
#bX0MNgHNToy0D1kS1Di1AdgVDyHNCb8b { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.5234375rem;left:1.03125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FF0qTgfRBsZm9lXcEyyDbC1egOTUVTI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.76171875rem;left:0.59375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFBJVyr8nPkMtpavPUsKIAoh94TgFiJS { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-secondary-4),0.14) ;height:23.3125rem;width:18.875rem;top:1.71875rem;left:20.4375rem;display:block; }
#JnN3KTGwTNdzaVndb7PrHhdsNPE9gT9s { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8232421875rem;left:19.5625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MhwqZeTfDWPgOaEWtaPppqi0M2m47l6q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.5234375rem;left:21.625001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8Z0pfBe1QZAwMhMPlVbkHyPDg3bo3mi { 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:17.0625rem;width:17.0625rem;top:2.4921875rem;left:21.343751907349rem;overflow:hidden;display:block; }
#CoS4yEc8mco1EflczrG0QJHRqnVciiJS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-secondary-4),0.14) ;height:23.4375rem;width:18.875rem;top:1.71875rem;left:41.125rem;display:block; }
#T6gPqinM5tkXx1v2omDD0N0WI0Kv6RIW { 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:17.0625rem;width:17.0625rem;top:2.5859375rem;left:42.031251907349rem;overflow:hidden;display:block; }
#ikJ9NBTrD2AxK4w98Z3xLv98PXNq1bKH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.5234375rem;left:42.655469894409rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJrwTefQfJnUOVZoe1RAz3T05qVvtIQt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.795455574989rem;left:41.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FM4STZu4THHnfCZetcGVxxTNxhZZN565 { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:26.25390625rem;left:5.21875rem;display:block; }
#g9mURK3t23hUFXc480eu1o6txcJ6BC6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgcSRn0ihNCxRtZUsnCqV4BZGPBUdfKK { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:26.25390625rem;left:25.71875rem;display:block; }
#x30ngIuq57ZSE5sopuuGIim5X13yGgBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5trfnSrGrTArqnxOzrcdxQ2csnqltzc { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:26.25390625rem;left:46.125rem;display:block; }
#p2dW3se5Qem0f6u0ZOSNDvXa545ihvQJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/4u778l6a/03.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; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.adaptive-delivery-prevent-bg, #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.lazyload, #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.lazyloading { background-image: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { background-color: transparent; background-image: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container > .video-iframe-container { display: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container { display: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .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); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { border-width: 0; border-radius: 0; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:block; }#NU82bZebpbP1Eh2Gw43G3OtKGevuNQ3k { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:2.0625rem;display:block; }
#XTioEdaALHqpagZnTSe2awd67UNrDfOF { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:5.5rem;left:2.9375rem;display:block; }
#hEPpI5eoVg13n6EosdKEu1DJakW4Mdg5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.15625rem;left:7.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZKazAwLZTIWxCccf0APeQAmGwkMf8Vl { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:23.6875rem;display:block; }
#bsZsIVhHCrOfDEQsBd6uFimfmr4coU2n { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.375rem;left:24.4375rem;display:block; }
#yx1o8PeefxnUxRwzUNGPOusDh4CqrKPa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.5rem;left:28.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zHk8xWTh1MgbPomBIHlOHkq4uDrcqHVt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.5rem;left:48.4375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SQVibauNgsith4MQ4MOvKRKkzkoZg1aG { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:43.1875rem;display:block; }
#HR7EttifAimvrv8QBaHl0A4GH8VbEsvn { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.5625rem;left:43.9375rem;display:block; }
#CPNbGyK1BhURPXCW97xfkTLthiinJdRE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.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; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE.adaptive-delivery-prevent-bg, #CPNbGyK1BhURPXCW97xfkTLthiinJdRE.lazyload, #CPNbGyK1BhURPXCW97xfkTLthiinJdRE.lazyloading { background-image: none; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row .container { background-color: transparent; background-image: none; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row .container > .video-iframe-container { display: none; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row > .video-iframe-container { display: none; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .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); }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row .container { border-width: 0; border-radius: 0; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#FQ6Z05zcpROkfsvgcqgHtCK4QrEkMoF7 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.2500004768372rem;left:1.75rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTZPV9ft9BWgkNBoTqAwtFg9dTdfpDdT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#kGeA9SdfM0btCtrTbq4OTldVr2D8Ni6e { 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:20.875rem;width:25.1875rem;top:6.2099609375rem;left:17.40625rem;overflow:hidden;display:block; }
#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.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; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv.adaptive-delivery-prevent-bg, #MFIxzJPsPCBTnxugs5T4T1igccrTnEhv.lazyload, #MFIxzJPsPCBTnxugs5T4T1igccrTnEhv.lazyloading { background-image: none; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container { background-color: transparent; background-image: none; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container > .video-iframe-container { display: none; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row > .video-iframe-container { display: none; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .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); }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container { border-width: 0; border-radius: 0; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#lHQD4cULUhOtxTIPpf7JRcJEQX2t3m30 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-secondary-4),0.14) ;height:24.0625rem;width:33.3125rem;top:1.71875rem;left:12.4375rem;display:block; }
#JX9SogXldlrfpBS1UQ1ACJa84W8nQeUD { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8232421875rem;left:15.8125rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GcJ8fgRx3tD4FgBAN8ubyLUeNiWFAI0g { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.5849609375rem;left:20.84375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDcyDsKu6RV0Dg6EQSS9v5OymbK3KvSb { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27.0625rem;left:24.3125rem;display:block; }
#E0guvMJdT7w7sxhigUTlwq1fTWiFKLLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/4u778l6a/03.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; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop.adaptive-delivery-prevent-bg, #QgdeqD78fBRmMB4W2cVqmLVskQbBtOop.lazyload, #QgdeqD78fBRmMB4W2cVqmLVskQbBtOop.lazyloading { background-image: none; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container { background-color: transparent; background-image: none; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container > .video-iframe-container { display: none; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row > .video-iframe-container { display: none; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .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); }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container { border-width: 0; border-radius: 0; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:block; }#XcGdn3oaiKxfsmGqRsfVJD2yWyIeh7xH { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:2.0625rem;display:block; }
#gN7mFfQaEvsT9zTbqtJqZaKOlV2cucIz { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:5.5rem;left:2.9375rem;display:block; }
#q9c7UNNfqfV5maAm1bk1w24VKEhlVasX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.15625rem;left:7.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nS5qLThJzh4X996l90Kus8ozrozRLvRU { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:23.6875rem;display:block; }
#ifSS6SzOpda6EQq0FPqrnoK8iiBdr7fc { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.375rem;left:24.4375rem;display:block; }
#AwvMymzeuUEVeb0O3AVexwaPHZ2JoN1C { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.15625rem;left:29rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PKJDbbJDk7rdqvXozQEVDH7aFraqJuBo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:6.15625rem;left:48.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPN8t0hWd2FsKgDqE6SHZXBIq4VuKPL8 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:43.1875rem;display:block; }
#wDncLZPJNhksBDblDPCR46JAVeKeB5qX { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.5625rem;left:43.9375rem;display:block; }
#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.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; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP.adaptive-delivery-prevent-bg, #kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP.lazyload, #kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP.lazyloading { background-image: none; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row .container { background-color: transparent; background-image: none; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row .container > .video-iframe-container { display: none; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row > .video-iframe-container { display: none; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .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); }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row .container { border-width: 0; border-radius: 0; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#OZkmC7c0CEyFO0RiIe4kgv58SmgR5JTO { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.48828125rem;left:1.75rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxc3QOtTVCEkkeTXehHdrJdFype533xT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#hMxI16vdbiarSWffkH6fcpr84kSmfhNI { position:absolute;display:block;z-index:15028;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:28.5625rem;width:28.5625rem;top:6.5625rem;left:16.875rem;overflow:hidden;display:block; }
#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.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; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8.adaptive-delivery-prevent-bg, #gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8.lazyload, #gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8.lazyloading { background-image: none; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container { background-color: transparent; background-image: none; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container > .video-iframe-container { display: none; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row > .video-iframe-container { display: none; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .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); }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container { border-width: 0; border-radius: 0; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#qKmlOAFkdE2EyH6IZf4a725XgkJRhz9z { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-secondary-4),0.14) ;height:34.25rem;width:47.625rem;top:0rem;left:6.09375rem;display:block; }
#xkbA9z6KsmL1UU5qCN1hou9C0nxTihAe { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.9482421875rem;left:16.90625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eU0QAswxz8Nr4cSbFT7OHgEIEVQRabmk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:26.7099609375rem;left:21.65625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IAxLKR4ylFi9hKsCvEHKJbv4L3R7JbV6 { 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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:36.125rem;left:24.125rem;display:block; }
#iGisMFJLByinGGZITP7wAKxllLPdRJfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n590qDct2QPrZth72ho5TAyfOER23xik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/xAog5rmE/2019_03_12_13.29.19tegro_1.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; }#n590qDct2QPrZth72ho5TAyfOER23xik.adaptive-delivery-prevent-bg, #n590qDct2QPrZth72ho5TAyfOER23xik.lazyload, #n590qDct2QPrZth72ho5TAyfOER23xik.lazyloading { background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { background-color: transparent; background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .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); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { border-width: 0; border-radius: 0; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-secondary-4),0.14) ;height:34.875rem;width:46.1875rem;top:3.4375rem;left:6.90625rem;display:block; }
#Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.3125rem;left:15.625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { color:rgba(var(--color-tertiary-0),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.318359375rem;left:9.125rem;height:10.2333875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQe8KAQ0PeKZyOcs5lUxFTbTCRImKM6x { position:absolute;display:block;z-index:15020;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.625rem;width:6.625rem;top:4.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#lU8uaSs8sFc03g7RiCI2KwHCnSvxsVOm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:28.1328125rem;left:9.9375rem; }
#g3DxMF8xTICHeVw7HLG4ewkfIQAiKh3m { color:#0b074c;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:27.2578125rem;left:14.75rem;height:8.3964875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { background-color: transparent; background-image: none; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container > .video-iframe-container { display: none; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row > .video-iframe-container { display: none; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .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); }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { border-width: 0; border-radius: 0; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { font-size:0.875rem;font-family:arial;height:86.375rem;width:60rem;position:relative;display:block; }#J88WV9UhK82BtyLvoyLsknqtg37HOmi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.1250009536743rem;left:0rem;height:3.00625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esxxRmcQMn5E81bMv6iHEqP2vT5tVVhA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:24.8125rem;top:26.0625rem;left:3.71875rem;overflow:hidden;display:block; }
#Xd1XxqQ4h1zGEBF0ITSS61uprSuEzwTb { position:absolute;display:block;z-index:15020;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:16.25rem;width:17.5625rem;top:24.9375rem;left:32.5rem;overflow:hidden;display:block; }
#HvCzvsRFMcapcqQHfoyNoMxAruEZg61y { position:absolute;display:block;z-index:15021;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:15.0625rem;width:15.0625rem;top:45.125rem;left:35.5rem;overflow:hidden;display:block; }
#CPEWbkJLhnMdEpqEONSgug5gGtu4TZ1v { position:absolute;display:block;z-index:15022;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:15.75rem;width:24.75rem;top:46.125rem;left:3.75rem;overflow:hidden;display:block; }
#eBZO4xL5pzdU5tFBbccLi4MPv8FNUsnv { position:absolute;display:block;z-index:15023;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:16.9375rem;width:25.125rem;top:64.9375rem;left:3.5625rem;overflow:hidden;display:block; }
#wF7hUgR09qSxXUKCz1gqNMNpT5UlkS9b { position:absolute;display:block;z-index:15022;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:16.5625rem;width:16.5625rem;top:65.125rem;left:35rem;overflow:hidden;display:block; }
#bt3LC7Q0ruCqrAV1UuyLS8CB3z8weExs { position:absolute;display:block;z-index:15020;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:16.375rem;width:24.5625rem;top:6.5rem;left:3.71875rem;overflow:hidden;display:block; }
#pMJHaoGNuK8wNhSHVw9JTxCAf4rA8riS { position:absolute;display:block;z-index:15021;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:15.625rem;width:18.8125rem;top:6.6875rem;left:31.6875rem;overflow:hidden;display:block; }
#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Xkvw83VH/2019_03_12_13.44.41tegro_1.jpg");background-position:center left !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; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.adaptive-delivery-prevent-bg, #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.lazyload, #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.lazyloading { background-image: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { background-color: transparent; background-image: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container > .video-iframe-container { display: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row > .video-iframe-container { display: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .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); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { border-width: 0; border-radius: 0; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { color:#0b074c;display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.3718738555908rem;left:2.375rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GQmOiuObczDRgPtlTaV5EB7hINaiMgxF { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),0.84);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-secondary-4),0.14) ;height:32.8125rem;width:20.875rem;top:12.59375rem;left:16.750001907349rem;display:block; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-form-header {  }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #787578;border-left:0.0625rem solid #787578;border-right:0.0625rem solid #787578;border-bottom:0.0625rem solid #787578;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:roboto;box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #787578;border-left:0.0625rem solid #787578;border-right:0.0625rem solid #787578;border-bottom:0.0625rem solid #787578;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:roboto;box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:#272727;width:17.5rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;float:none; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .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; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-container:first-of-type{padding-top:0;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-container:last-of-type{padding-bottom:0;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:17.90625rem;top:22.0927734375rem;z-index:15023;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi {display:block;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:17.90625rem;top:22.0927734375rem;z-index:15023;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #hTv8GthfA6NbgNKxDpMXGGKh6BsIN1GS { position:relative;z-index:1; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #xIB3wexgVEENlTVafJvCVntIArW414Ql { position:relative;display:none; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #TEZtvXDWqQUo5ZVuIrF0RXP0MJWVFvWo { position:relative; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #yV8fQE7nogVuRlAWQxFbbTuky1Vakyxs { position:relative;z-index:1; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #F7oFkNy2lyvRDcHvUTxB9LrHT1bpc2ws { position:relative;display:none; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #Fm3r6F1MmZmRJDzLviAsnhgUdbG5NQ1l { position:relative; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #dsqbziOEVzDQb0FrC3bT12tqp2n8o8S6 { position:relative;z-index:1; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #edVevEgx4rxHHzrc35KKF8hmndbqHeBf { position:relative;display:none; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #araOtDhNLv1QpRVvgbOAxnHLVqyeqWFf { position:relative; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #g7kXeTMqh6xha9pmsmJVSUHBxFKKKwnJ { position:relative; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #iri6kfZ9Z5I1D56BmlqPesf4G90vKP4h { position:relative;z-index:2; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #PmDxqJUKi1PuDFGRsluM0qumW9W717hr { position:relative; }
#kdrhTmvtqOx6CpeBq7T9TqU8tncuKUC7 { position:relative;display:block;z-index:100000;display:block; }
#gOS3GhVgJCUyhFKLyTZ3ePNDeEMZ1c3u { position:relative;display:block;z-index:100000;display:block; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #kpDlAiKuQ7F6M6gzWSR6TDmPMh3Tre8J { position:relative;z-index:1; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #IXIgAIi5TCIFEeGN0OUt5a1Srb3VZdBl { position:relative; }
#iKADXTzKIEysK1WgPpxW4UAtoOsvd59t { color:#0b074c;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:17.805469036103rem;left:17.062501907349rem;height:5.84765rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mXlfbb037kqsn8F3cgtTFcVH41Lb6xoe { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:20.875rem;top:12.593749761581rem;left:16.750001907349rem;display:block; }
#HTlhR8DLKD1w0cLwq5RdTSFfTMdFgSI2 { color:#0b074c;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:13.625rem;left:17.875rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bI99Vtf3zcEvTp53Qdyhcdp3M6K6PHbo { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0.74);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:8rem;width:44.75rem;top:1.9734373092651rem;left:1.59375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eyu43CtXPcqA8csGxLp2v5gt41pK9XUx { display:block; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFt1wssAwHdd5o1TFEi21WhgCRkypyIM { width:5.75rem;height:4.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9TIQ8CWCbDdIwqEeUWoeyLSy2cDHxs5 { width:7.125rem;height:2.4375rem;top:0.875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3PhEz5zfDtwcGgkx7aIeVT2zQaVyd3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q3mhZ6ONmlcFAWuZIh5vp4PGKWTAB45D { width:7.125rem;height:2.4375rem;top:0.9375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqvpgPh3saTpMe546X9RgnLNyQytPW9f { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxU6fHaD4CeSRuN9hB1s6g4wO9hA0lDE { width:2.125rem;height:2.125rem;top:18.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHZETL2kyBLWbLaFsblLhrRTlmJpmSLe { width:47.75rem;height:;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RplKHwnGIMNO4g7waCifhOeEgMGEMTyc { width:22rem;height:11.1875rem;top:18.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx7Is2UiT9lfGqLBnt1gSBUGscBVu4m1 { width:23rem;height:1.25rem;top:9.0625rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm8EhOFViFvNCsz1tSD3WlWpHpfgpA9R { top:16.8125rem;left:0rem;width:28.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBEWbL6e5tCaXzeNf15qG16KQ2vmAeV { top:34.1875rem;left:22.375001907349rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T { display:block; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIwtf7Vy1c5i1HVWtLNceA9kwmh8zDKo { width:47.75rem;height:3rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4GquwwTHPTJJqAswDWfRwlzrvFNLXPD { display:none; }
 }@media only screen and (max-width: 763px) { #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd { display:block; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPEMF673Rt1h19nTRUOuBEBkPboxMBKO { width:18.875rem;height:23.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp8EscKAA4gPcTpaAIAV7C9xAuOtJQIG { width:17rem;height:16.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX0MNgHNToy0D1kS1Di1AdgVDyHNCb8b { width:16.8125rem;height:1.25rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF0qTgfRBsZm9lXcEyyDbC1egOTUVTI9 { width:17.5rem;height:2.75rem;top:20.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFBJVyr8nPkMtpavPUsKIAoh94TgFiJS { width:18.875rem;height:23.3125rem;top:1.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnN3KTGwTNdzaVndb7PrHhdsNPE9gT9s { width:20.625rem;height:2.75rem;top:20.8125rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhwqZeTfDWPgOaEWtaPppqi0M2m47l6q { width:16.5rem;height:1.25rem;top:19.5rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Z0pfBe1QZAwMhMPlVbkHyPDg3bo3mi { width:17.0625rem;height:17.0625rem;top:2.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoS4yEc8mco1EflczrG0QJHRqnVciiJS { width:18.875rem;height:23.4375rem;top:1.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gPqinM5tkXx1v2omDD0N0WI0Kv6RIW { width:17.0625rem;height:17.0625rem;top:2.5625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJ9NBTrD2AxK4w98Z3xLv98PXNq1bKH { width:16.5rem;height:1.25rem;top:19.5rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJrwTefQfJnUOVZoe1RAz3T05qVvtIQt { width:17.625rem;height:3.875rem;top:20.75rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM4STZu4THHnfCZetcGVxxTNxhZZN565 { width:8.4375rem;height:3.4375rem;top:26.25rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9mURK3t23hUFXc480eu1o6txcJ6BC6s { display:block; }
 }@media only screen and (max-width: 763px) { #WgcSRn0ihNCxRtZUsnCqV4BZGPBUdfKK { width:8.3125rem;height:3.4375rem;top:26.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x30ngIuq57ZSE5sopuuGIim5X13yGgBD { display:block; }
 }@media only screen and (max-width: 763px) { #K5trfnSrGrTArqnxOzrcdxQ2csnqltzc { width:8.875rem;height:3.4375rem;top:26.25rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2dW3se5Qem0f6u0ZOSNDvXa545ihvQJ { display:block; }
 }@media only screen and (max-width: 763px) { #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi { display:block; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NU82bZebpbP1Eh2Gw43G3OtKGevuNQ3k { width:4.375rem;height:4.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTioEdaALHqpagZnTSe2awd67UNrDfOF { width:3.125rem;height:3.125rem;top:5.5rem;left:0.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEPpI5eoVg13n6EosdKEu1DJakW4Mdg5 { width:12.625rem;height:1.625rem;top:6.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZKazAwLZTIWxCccf0APeQAmGwkMf8Vl { width:4.375rem;height:4.375rem;top:4.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsZsIVhHCrOfDEQsBd6uFimfmr4coU2n { width:3.125rem;height:3.125rem;top:5.375rem;left:18.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx1o8PeefxnUxRwzUNGPOusDh4CqrKPa { width:11.0625rem;height:3.1875rem;top:5.5rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHk8xWTh1MgbPomBIHlOHkq4uDrcqHVt { width:11.5625rem;height:3.1875rem;top:5.5rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQVibauNgsith4MQ4MOvKRKkzkoZg1aG { width:4.375rem;height:4.375rem;top:4.8125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7EttifAimvrv8QBaHl0A4GH8VbEsvn { width:3.125rem;height:3.125rem;top:5.5625rem;left:33.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNbGyK1BhURPXCW97xfkTLthiinJdRE { display:block; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ6Z05zcpROkfsvgcqgHtCK4QrEkMoF7 { width:47.75rem;height:3rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZPV9ft9BWgkNBoTqAwtFg9dTdfpDdT { display:none; }
 }@media only screen and (max-width: 763px) { #kGeA9SdfM0btCtrTbq4OTldVr2D8Ni6e { width:25.1875rem;height:20.875rem;top:6.1875rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFIxzJPsPCBTnxugs5T4T1igccrTnEhv { display:block; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHQD4cULUhOtxTIPpf7JRcJEQX2t3m30 { width:33.3125rem;height:24.0625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9SogXldlrfpBS1UQ1ACJa84W8nQeUD { width:26rem;height:4.125rem;top:20.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcJ8fgRx3tD4FgBAN8ubyLUeNiWFAI0g { width:16.5rem;height:1.25rem;top:19.5625rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDcyDsKu6RV0Dg6EQSS9v5OymbK3KvSb { width:11.5625rem;height:3.4375rem;top:27.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0guvMJdT7w7sxhigUTlwq1fTWiFKLLU { display:block; }
 }@media only screen and (max-width: 763px) { #QgdeqD78fBRmMB4W2cVqmLVskQbBtOop { display:block; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcGdn3oaiKxfsmGqRsfVJD2yWyIeh7xH { width:4.375rem;height:4.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN7mFfQaEvsT9zTbqtJqZaKOlV2cucIz { width:3.125rem;height:3.125rem;top:5.5rem;left:0.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9c7UNNfqfV5maAm1bk1w24VKEhlVasX { width:12.625rem;height:1.625rem;top:6.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS5qLThJzh4X996l90Kus8ozrozRLvRU { width:4.375rem;height:4.375rem;top:4.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifSS6SzOpda6EQq0FPqrnoK8iiBdr7fc { width:3.125rem;height:3.125rem;top:5.375rem;left:18.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwvMymzeuUEVeb0O3AVexwaPHZ2JoN1C { width:11.0625rem;height:1.625rem;top:6.125rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKJDbbJDk7rdqvXozQEVDH7aFraqJuBo { width:11.5625rem;height:1.625rem;top:6.125rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPN8t0hWd2FsKgDqE6SHZXBIq4VuKPL8 { width:4.375rem;height:4.375rem;top:4.8125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDncLZPJNhksBDblDPCR46JAVeKeB5qX { width:3.125rem;height:3.125rem;top:5.5625rem;left:33.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP { display:block; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZkmC7c0CEyFO0RiIe4kgv58SmgR5JTO { width:47.75rem;height:6rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxc3QOtTVCEkkeTXehHdrJdFype533xT { display:none; }
 }@media only screen and (max-width: 763px) { #hMxI16vdbiarSWffkH6fcpr84kSmfhNI { top:6.5625rem;left:10.75rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 { display:block; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKmlOAFkdE2EyH6IZf4a725XgkJRhz9z { width:47.625rem;height:34.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkbA9z6KsmL1UU5qCN1hou9C0nxTihAe { width:26rem;height:4.125rem;top:27.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU0QAswxz8Nr4cSbFT7OHgEIEVQRabmk { width:16.5rem;height:1.25rem;top:26.6875rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAxLKR4ylFi9hKsCvEHKJbv4L3R7JbV6 { width:11.5625rem;height:3.4375rem;top:36.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGisMFJLByinGGZITP7wAKxllLPdRJfO { display:block; }
 }@media only screen and (max-width: 763px) { #n590qDct2QPrZth72ho5TAyfOER23xik { display:block; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { width:46.1875rem;height:34.875rem;top:3.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { width:28.75rem;height:3rem;top:10.3125rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { width:41.75rem;height:10.1875rem;top:13.3125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQe8KAQ0PeKZyOcs5lUxFTbTCRImKM6x { top:4.6875rem;left:20.5625rem;width:6.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8uaSs8sFc03g7RiCI2KwHCnSvxsVOm { top:28.125rem;left:3.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3DxMF8xTICHeVw7HLG4ewkfIQAiKh3m { top:27.25rem;left:8.625rem;width:32.0625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI { display:block; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J88WV9UhK82BtyLvoyLsknqtg37HOmi1 { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxxRmcQMn5E81bMv6iHEqP2vT5tVVhA { width:24.8125rem;height:16.375rem;top:26.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd1XxqQ4h1zGEBF0ITSS61uprSuEzwTb { width:17.5625rem;height:16.25rem;top:24.9375rem;left:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvCzvsRFMcapcqQHfoyNoMxAruEZg61y { width:15.0625rem;height:15.0625rem;top:45.125rem;left:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPEWbkJLhnMdEpqEONSgug5gGtu4TZ1v { width:24.75rem;height:15.75rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBZO4xL5pzdU5tFBbccLi4MPv8FNUsnv { width:25.125rem;height:16.9375rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF7hUgR09qSxXUKCz1gqNMNpT5UlkS9b { width:16.5625rem;height:16.5625rem;top:65.125rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bt3LC7Q0ruCqrAV1UuyLS8CB3z8weExs { width:24.5625rem;height:16.375rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMJHaoGNuK8wNhSHVw9JTxCAf4rA8riS { width:18.8125rem;height:15.625rem;top:6.6875rem;left:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf { display:block; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { width:46.1875rem;height:7.1875rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQmOiuObczDRgPtlTaV5EB7hINaiMgxF { width:20.875rem;height:32.8125rem;top:12.5625rem;left:10.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi  { width:17.5rem;height:auto;top:22.0625rem;left:11.78125rem; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi {display:block;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi { width:17.5rem;height:auto;top:22.0625rem;left:11.78125rem; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #hTv8GthfA6NbgNKxDpMXGGKh6BsIN1GS {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #xIB3wexgVEENlTVafJvCVntIArW414Ql { display:none; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #TEZtvXDWqQUo5ZVuIrF0RXP0MJWVFvWo {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #yV8fQE7nogVuRlAWQxFbbTuky1Vakyxs {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #F7oFkNy2lyvRDcHvUTxB9LrHT1bpc2ws { display:none; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #Fm3r6F1MmZmRJDzLviAsnhgUdbG5NQ1l {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #dsqbziOEVzDQb0FrC3bT12tqp2n8o8S6 {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #edVevEgx4rxHHzrc35KKF8hmndbqHeBf { display:none; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #araOtDhNLv1QpRVvgbOAxnHLVqyeqWFf {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #g7kXeTMqh6xha9pmsmJVSUHBxFKKKwnJ {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #iri6kfZ9Z5I1D56BmlqPesf4G90vKP4h {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #PmDxqJUKi1PuDFGRsluM0qumW9W717hr {  }
 }@media only screen and (max-width: 763px) { #kdrhTmvtqOx6CpeBq7T9TqU8tncuKUC7 { display:block; }
 }@media only screen and (max-width: 763px) { #gOS3GhVgJCUyhFKLyTZ3ePNDeEMZ1c3u { display:block; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #kpDlAiKuQ7F6M6gzWSR6TDmPMh3Tre8J {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #IXIgAIi5TCIFEeGN0OUt5a1Srb3VZdBl {  }
 }@media only screen and (max-width: 763px) { #iKADXTzKIEysK1WgPpxW4UAtoOsvd59t { width:20.25rem;height:4.3125rem;top:17.75rem;left:10.937501907349rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXlfbb037kqsn8F3cgtTFcVH41Lb6xoe { width:20.875rem;height:3.3125rem;top:12.5625rem;left:10.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlhR8DLKD1w0cLwq5RdTSFfTMdFgSI2 { width:18.5625rem;height:1.5rem;top:13.625rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bI99Vtf3zcEvTp53Qdyhcdp3M6K6PHbo { top:1.9375rem;left:0rem;width:44.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eyu43CtXPcqA8csGxLp2v5gt41pK9XUx { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container { background-color: transparent; background-image: none; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container > .video-iframe-container { display: none; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row > .video-iframe-container { display: none; }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .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); }#eyu43CtXPcqA8csGxLp2v5gt41pK9XUx > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFt1wssAwHdd5o1TFEi21WhgCRkypyIM { width:3rem;height:2.5625rem;top:0.625rem;left:0.74921870231631rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9TIQ8CWCbDdIwqEeUWoeyLSy2cDHxs5 { width:5rem;height:1.25rem;top:1.28125rem;left:14.125000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3PhEz5zfDtwcGgkx7aIeVT2zQaVyd3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q3mhZ6ONmlcFAWuZIh5vp4PGKWTAB45D { width:5rem;height:1.25rem;top:1.28125rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqvpgPh3saTpMe546X9RgnLNyQytPW9f { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xAog5rmE/2019_03_12_13.29.19tegro_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxU6fHaD4CeSRuN9hB1s6g4wO9hA0lDE { width:2.125rem;height:2.125rem;top:8.715624809265rem;left:1.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHZETL2kyBLWbLaFsblLhrRTlmJpmSLe { width:15.0625rem;height:0;top:8.4375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RplKHwnGIMNO4g7waCifhOeEgMGEMTyc { width:15.0625rem;height:3.575rem;top:8.4375rem;left:4.9374998807907rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx7Is2UiT9lfGqLBnt1gSBUGscBVu4m1 { width:20rem;height:1.3rem;top:13.44375038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm8EhOFViFvNCsz1tSD3WlWpHpfgpA9R { width:18.5rem;height:4.625rem;top:7.7156252861025rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBEWbL6e5tCaXzeNf15qG16KQ2vmAeV { width:5.375rem;height:5.375rem;top:12.837500572204rem;left:7.3125003576281rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T { display:block; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIwtf7Vy1c5i1HVWtLNceA9kwmh8zDKo { width:19rem;height:5.85rem;top:1.53125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4GquwwTHPTJJqAswDWfRwlzrvFNLXPD { top:1.53125rem;left:0rem;width:19.875rem;height:9.875rem;z-index:15011;background-color:rgba(227,227,227,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/57a6dYJ1/Group-9.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.adaptive-delivery-prevent-bg, #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.lazyload, #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.lazyloading { background-image: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { background-color: transparent; background-image: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container > .video-iframe-container { display: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container { display: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .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); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPEMF673Rt1h19nTRUOuBEBkPboxMBKO { width:18.875rem;height:22.375rem;top:2.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp8EscKAA4gPcTpaAIAV7C9xAuOtJQIG { width:8.625rem;height:8.625rem;top:2.1875rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX0MNgHNToy0D1kS1Di1AdgVDyHNCb8b { width:7.5rem;height:2.6rem;top:12.075000762939rem;left:6.8124998807906rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FF0qTgfRBsZm9lXcEyyDbC1egOTUVTI9 { width:14.8125rem;height:5.5875rem;top:14.675001144409rem;left:2.5937501192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFBJVyr8nPkMtpavPUsKIAoh94TgFiJS { width:18.9375rem;height:22.375rem;top:30.812500953674rem;left:0.53125005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnN3KTGwTNdzaVndb7PrHhdsNPE9gT9s { width:15.9375rem;height:4.14375rem;top:44.687501907349rem;left:2.0312499403954rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhwqZeTfDWPgOaEWtaPppqi0M2m47l6q { width:7.5rem;height:2.6rem;top:40.7265625rem;left:6.2500001788137rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8Z0pfBe1QZAwMhMPlVbkHyPDg3bo3mi { width:7.8125rem;height:7.8125rem;top:31.999290466309rem;left:6.0937501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoS4yEc8mco1EflczrG0QJHRqnVciiJS { width:18.875rem;height:22.375rem;top:60.437500476837rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gPqinM5tkXx1v2omDD0N0WI0Kv6RIW { width:17.0625rem;height:17.0625rem;top:61.304687976837rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJ9NBTrD2AxK4w98Z3xLv98PXNq1bKH { width:16.5rem;height:1.3rem;top:78.242187976837rem;left:2.0923309326172rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJrwTefQfJnUOVZoe1RAz3T05qVvtIQt { width:17.625rem;height:2.6rem;top:79.514206051825rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM4STZu4THHnfCZetcGVxxTNxhZZN565 { width:8.4375rem;height:3.4375rem;top:84.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9mURK3t23hUFXc480eu1o6txcJ6BC6s { display:block; }
 }@media only screen and (max-width: 763px) { #WgcSRn0ihNCxRtZUsnCqV4BZGPBUdfKK { width:8.3125rem;height:3.4375rem;top:88.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x30ngIuq57ZSE5sopuuGIim5X13yGgBD { display:block; }
 }@media only screen and (max-width: 763px) { #K5trfnSrGrTArqnxOzrcdxQ2csnqltzc { width:8.875rem;height:3.4375rem;top:93.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2dW3se5Qem0f6u0ZOSNDvXa545ihvQJ { display:block; }
 }@media only screen and (max-width: 763px) { #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eQL25baA/Group-10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.adaptive-delivery-prevent-bg, #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.lazyload, #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.lazyloading { background-image: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { background-color: transparent; background-image: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container > .video-iframe-container { display: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container { display: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .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); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NU82bZebpbP1Eh2Gw43G3OtKGevuNQ3k { width:4.375rem;height:4.375rem;top:2.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTioEdaALHqpagZnTSe2awd67UNrDfOF { width:3.125rem;height:3.125rem;top:3.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEPpI5eoVg13n6EosdKEu1DJakW4Mdg5 { width:18.125rem;height:1.3rem;top:8.375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZKazAwLZTIWxCccf0APeQAmGwkMf8Vl { width:4.375rem;height:4.375rem;top:14.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsZsIVhHCrOfDEQsBd6uFimfmr4coU2n { width:3.125rem;height:3.125rem;top:15.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx1o8PeefxnUxRwzUNGPOusDh4CqrKPa { width:18.125rem;height:1.3rem;top:20.625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHk8xWTh1MgbPomBIHlOHkq4uDrcqHVt { width:18.125rem;height:1.3rem;top:32.3125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQVibauNgsith4MQ4MOvKRKkzkoZg1aG { width:4.375rem;height:4.375rem;top:26.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7EttifAimvrv8QBaHl0A4GH8VbEsvn { width:3.125rem;height:3.125rem;top:27rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNbGyK1BhURPXCW97xfkTLthiinJdRE { display:block; }#CPNbGyK1BhURPXCW97xfkTLthiinJdRE > .row .container { width:20rem;height:38.499221801757rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ6Z05zcpROkfsvgcqgHtCK4QrEkMoF7 { width:19rem;height:5.85rem;top:1.53125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZPV9ft9BWgkNBoTqAwtFg9dTdfpDdT { top:1.53125rem;left:0rem;width:19.875rem;height:9.875rem;z-index:15011;background-color:rgba(227,227,227,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kGeA9SdfM0btCtrTbq4OTldVr2D8Ni6e { width:7.8125rem;height:6.5rem;top:31.999290466309rem;left:6.0937501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFIxzJPsPCBTnxugs5T4T1igccrTnEhv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/57a6dYJ1/Group-9.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv.adaptive-delivery-prevent-bg, #MFIxzJPsPCBTnxugs5T4T1igccrTnEhv.lazyload, #MFIxzJPsPCBTnxugs5T4T1igccrTnEhv.lazyloading { background-image: none; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container { background-color: transparent; background-image: none; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container > .video-iframe-container { display: none; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row > .video-iframe-container { display: none; }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .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); }#MFIxzJPsPCBTnxugs5T4T1igccrTnEhv > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHQD4cULUhOtxTIPpf7JRcJEQX2t3m30 { width:18.9375rem;height:22.375rem;top:30.812500953674rem;left:0.53125005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9SogXldlrfpBS1UQ1ACJa84W8nQeUD { width:15.9375rem;height:4.14375rem;top:44.687501907349rem;left:2.0312499403954rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcJ8fgRx3tD4FgBAN8ubyLUeNiWFAI0g { width:7.5rem;height:2.6rem;top:40.7265625rem;left:6.2500001788137rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDcyDsKu6RV0Dg6EQSS9v5OymbK3KvSb { width:11.5625rem;height:3.4375rem;top:54.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0guvMJdT7w7sxhigUTlwq1fTWiFKLLU { display:block; }
 }@media only screen and (max-width: 763px) { #QgdeqD78fBRmMB4W2cVqmLVskQbBtOop { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eQL25baA/Group-10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop.adaptive-delivery-prevent-bg, #QgdeqD78fBRmMB4W2cVqmLVskQbBtOop.lazyload, #QgdeqD78fBRmMB4W2cVqmLVskQbBtOop.lazyloading { background-image: none; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container { background-color: transparent; background-image: none; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container > .video-iframe-container { display: none; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row > .video-iframe-container { display: none; }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .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); }#QgdeqD78fBRmMB4W2cVqmLVskQbBtOop > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcGdn3oaiKxfsmGqRsfVJD2yWyIeh7xH { width:4.375rem;height:4.375rem;top:2.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN7mFfQaEvsT9zTbqtJqZaKOlV2cucIz { width:3.125rem;height:3.125rem;top:3.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9c7UNNfqfV5maAm1bk1w24VKEhlVasX { width:18.125rem;height:1.3rem;top:8.375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nS5qLThJzh4X996l90Kus8ozrozRLvRU { width:4.375rem;height:4.375rem;top:14.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifSS6SzOpda6EQq0FPqrnoK8iiBdr7fc { width:3.125rem;height:3.125rem;top:15.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwvMymzeuUEVeb0O3AVexwaPHZ2JoN1C { width:18.125rem;height:1.3rem;top:20.625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKJDbbJDk7rdqvXozQEVDH7aFraqJuBo { width:18.125rem;height:1.3rem;top:32.3125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPN8t0hWd2FsKgDqE6SHZXBIq4VuKPL8 { width:4.375rem;height:4.375rem;top:26.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDncLZPJNhksBDblDPCR46JAVeKeB5qX { width:3.125rem;height:3.125rem;top:27rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP { display:block; }#kH9sKXrKXlQDR97rOpKUTesbTSKR8VaP > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZkmC7c0CEyFO0RiIe4kgv58SmgR5JTO { width:19rem;height:5.85rem;top:1.53125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxc3QOtTVCEkkeTXehHdrJdFype533xT { top:1.53125rem;left:0rem;width:19.875rem;height:9.875rem;z-index:15011;background-color:rgba(227,227,227,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hMxI16vdbiarSWffkH6fcpr84kSmfhNI { width:20rem;height:20rem;top:12.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/57a6dYJ1/Group-9.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8.adaptive-delivery-prevent-bg, #gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8.lazyload, #gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8.lazyloading { background-image: none; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container { background-color: transparent; background-image: none; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container > .video-iframe-container { display: none; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row > .video-iframe-container { display: none; }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .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); }#gR7oqVHquR9wDKUAWBeaIAwsyi1tgBr8 > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKmlOAFkdE2EyH6IZf4a725XgkJRhz9z { width:18.9375rem;height:22.375rem;top:30.812500953674rem;left:0.53125005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkbA9z6KsmL1UU5qCN1hou9C0nxTihAe { width:15.9375rem;height:4.14375rem;top:44.687501907349rem;left:2.0312499403954rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eU0QAswxz8Nr4cSbFT7OHgEIEVQRabmk { width:7.5rem;height:2.6rem;top:40.7265625rem;left:6.2500001788137rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAxLKR4ylFi9hKsCvEHKJbv4L3R7JbV6 { width:11.5625rem;height:3.4375rem;top:54.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGisMFJLByinGGZITP7wAKxllLPdRJfO { display:block; }
 }@media only screen and (max-width: 763px) { #n590qDct2QPrZth72ho5TAyfOER23xik { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LsTeskQz/Group-111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n590qDct2QPrZth72ho5TAyfOER23xik.adaptive-delivery-prevent-bg, #n590qDct2QPrZth72ho5TAyfOER23xik.lazyload, #n590qDct2QPrZth72ho5TAyfOER23xik.lazyloading { background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { background-color: transparent; background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .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); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { width:20rem;height:57.209rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { width:20rem;height:37rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { width:20rem;height:1.95rem;top:6.37499666214rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { width:17.5625rem;height:22rem;top:10.0625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQe8KAQ0PeKZyOcs5lUxFTbTCRImKM6x { width:6.625rem;height:5.625rem;top:33.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8uaSs8sFc03g7RiCI2KwHCnSvxsVOm { display:flex;width:3.9375rem;height:3.9375rem;top:42.375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #g3DxMF8xTICHeVw7HLG4ewkfIQAiKh3m { width:20rem;height:0;top:47.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI { display:block; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J88WV9UhK82BtyLvoyLsknqtg37HOmi1 { width:20rem;height:3.9rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxxRmcQMn5E81bMv6iHEqP2vT5tVVhA { width:16.75rem;height:11.1875rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd1XxqQ4h1zGEBF0ITSS61uprSuEzwTb { width:8.6875rem;height:8.6875rem;top:29.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvCzvsRFMcapcqQHfoyNoMxAruEZg61y { width:8.6875rem;height:8.6875rem;top:39.8125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPEWbkJLhnMdEpqEONSgug5gGtu4TZ1v { width:11.75rem;height:7.5625rem;top:8.9367313385013rem;left:4.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBZO4xL5pzdU5tFBbccLi4MPv8FNUsnv { width:20rem;height:13.482rem;top:18.12343788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF7hUgR09qSxXUKCz1gqNMNpT5UlkS9b { width:16.5625rem;height:16.5625rem;top:65.125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bt3LC7Q0ruCqrAV1UuyLS8CB3z8weExs { width:20rem;height:13.333333333333rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMJHaoGNuK8wNhSHVw9JTxCAf4rA8riS { width:18.8125rem;height:15.625rem;top:6.6875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Xkvw83VH/2019_03_12_13.44.41tegro_1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.adaptive-delivery-prevent-bg, #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.lazyload, #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.lazyloading { background-image: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { background-color: transparent; background-image: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container > .video-iframe-container { display: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row > .video-iframe-container { display: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .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); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { width:16.8125rem;height:21.9375rem;top:1.1875rem;left:2.2812501192093rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQmOiuObczDRgPtlTaV5EB7hINaiMgxF { width:20rem;height:31.5rem;top:27.936721801757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi  { width:16.0625rem;height:auto;top:35.649219512939rem;left:0.71875rem;z-index:15032; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi {display:block;}#X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi { width:16.0625rem;height:auto;top:35.649219512939rem;left:0.71875rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #hTv8GthfA6NbgNKxDpMXGGKh6BsIN1GS {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #xIB3wexgVEENlTVafJvCVntIArW414Ql { display:none; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #TEZtvXDWqQUo5ZVuIrF0RXP0MJWVFvWo {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #yV8fQE7nogVuRlAWQxFbbTuky1Vakyxs {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #F7oFkNy2lyvRDcHvUTxB9LrHT1bpc2ws { display:none; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #Fm3r6F1MmZmRJDzLviAsnhgUdbG5NQ1l {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #dsqbziOEVzDQb0FrC3bT12tqp2n8o8S6 {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #edVevEgx4rxHHzrc35KKF8hmndbqHeBf { display:none; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #araOtDhNLv1QpRVvgbOAxnHLVqyeqWFf {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #g7kXeTMqh6xha9pmsmJVSUHBxFKKKwnJ {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #iri6kfZ9Z5I1D56BmlqPesf4G90vKP4h {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #PmDxqJUKi1PuDFGRsluM0qumW9W717hr {  }
 }@media only screen and (max-width: 763px) { #kdrhTmvtqOx6CpeBq7T9TqU8tncuKUC7 { display:block; }
 }@media only screen and (max-width: 763px) { #gOS3GhVgJCUyhFKLyTZ3ePNDeEMZ1c3u { display:block; }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #kpDlAiKuQ7F6M6gzWSR6TDmPMh3Tre8J {  }
 }@media only screen and (max-width: 763px) { #X7T83CQ0aPtirG2DzWV5pfKJKOPh34pi #IXIgAIi5TCIFEeGN0OUt5a1Srb3VZdBl {  }
 }@media only screen and (max-width: 763px) { #iKADXTzKIEysK1WgPpxW4UAtoOsvd59t { width:19rem;height:3.9rem;top:31.811719894409rem;left:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mXlfbb037kqsn8F3cgtTFcVH41Lb6xoe { width:20rem;height:3.3125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlhR8DLKD1w0cLwq5RdTSFfTMdFgSI2 { width:17.3125rem;height:1.3rem;top:28.66250038147rem;left:2.6875001192093rem;z-index:15030;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bI99Vtf3zcEvTp53Qdyhcdp3M6K6PHbo { width:20rem;height:0.125rem;top:54.999221801757rem;left:0rem;display:block; }
 }