.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,240,232;--color-primary-1:128,207,177;--color-primary-2:0,158,99;--color-primary-3:0,79,50;--color-primary-4:0,24,15;--color-secondary-0:255,231,217;--color-secondary-1:255,175,128;--color-secondary-2:255,94,0;--color-secondary-3:128,47,0;--color-secondary-4:38,14,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/eGcUQfbv/pillars_comp.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;overflow:visible;position:relative;display:block; }#TkX34XVFVkmWx9xCDWNThti00QMqwm7r { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.4375rem;font-weight:400;line-height:1;height:6.3105625rem;width:6.5615rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:37.0625rem;left:34.21875rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block; }
#lX4Mfs8C2TxWtlKENdXkOPaKK7607fba { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.87109375rem;left:7.59375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7kcyyeWTH4sm8MpUS8ARShr4UbCSHPb { z-index:15000;top:1.5615234375rem;left:39.125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b48aeoAMkUZXFv8KTzAtJ2H4CMJkk1sU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SL5N8283UI7gtkLixMW1CM7tWBPiIoIK { z-index:15002;top:1.5615234375rem;left:64.4375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1230625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kqUxIllcbHph7G2QB7ySkXLUieaLeFJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJ3SsEEskqLgzBuFiZklEGqoOvA9QLF5 { z-index:15003;top:1.5615234375rem;left:49.6875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#izRGEmXW27uWGdILXLhKV9Wr2pfqLg5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msPBsub2aGk9KkyXx1KTAga2G1L7edmz { position:absolute;display:block;z-index:15039;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:26rem;top:1.1552734375rem;left:3.875rem;overflow:hidden;display:block; }
#cXCZf44XpHsxk7TbZS5AD30LC1Lq23Jm { display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:17.9375rem;left:12.5rem;height:18rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#v0zsMWJK1tGhdmsaLS3JGIKV1mWg596d { position:absolute;display:block;z-index:14999;background-color:rgba(33,57,93,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:20.25rem;width:54.75rem;top:16.8125rem;left:10.125rem;display:block; }
#uuBixDyekVKzkuTkkeFZNX7uMKRcAKHy { z-index:15003;top:1.5615234375rem;left:56.5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e4k6GbyF7B85aVUASZQRfFBVv8HdGBG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQdXvZmouGvb67ebGEq36XqvQli03hE0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f5ff;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; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { background-color: transparent; background-image: none; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container > .video-iframe-container { display: none; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row > .video-iframe-container { display: none; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .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); }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { border-width: 0; border-radius: 0; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#pQXtf6rIyNcb19nZ8J20TUSTbAVtvvNv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15004;top:3.5625rem;left:48.3125rem;display:block; }
#MMLyppk1PpMZrkCbzrrITSZg0Tri4rs0 { display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:31.625rem;height:5.75rem;font-style:normal;color:#07447c;text-align:right;text-align-last:right;display:block; }
#gSIJQlywVEnagPipITfhJkMAOCFNE9IQ { display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.8125rem;left:8.75rem;height:8rem;color:rgba(var(--color-tertiary-4),1);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; }
#ETBdqAmOCe2SdPwSb4rops14T8M714Eb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.125rem;width:8.0625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.5625rem;left:13.5625rem;overflow:hidden;display:block; }
#rcBtOeuTTP12x6iKQNo8kbMtDRU3ShEE { display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:22.625rem;left:11.53125rem;height:15.875rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }#rcBtOeuTTP12x6iKQNo8kbMtDRU3ShEE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rcBtOeuTTP12x6iKQNo8kbMtDRU3ShEE li:before{  }
#ZLpsiDqdZ2zXP8rl0Ec0f0iMXoHZa1FO { display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:50.0625rem;left:8.75rem;height:2rem;color:rgba(var(--color-tertiary-4),1);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; }
#IPBXKxZBtadx34lbIVpu70etIhxXMlxG { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #07447c;border-left:0.0625rem solid #07447c;border-right:0.0625rem solid #07447c;border-bottom:0.0625rem solid #07447c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:7.3125rem;width:18.75rem;top:40.4375rem;left:7.5rem;display:block; }
#LBDCrfxZ39XXOikt6OwnHoKz5gTtmcDt { color:#272727;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:41rem;left:11.1875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDCo4AdaZmVEmbQ575LIK750Z4lmcmi2 { color:#272727;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:42.875rem;left:11.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdtA9DCZ8p67C20CcUThZbl7MPzg9dzK { box-sizing:content-box;color:#07447c;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:15050;top:43.25rem;left:7.875rem;display:block; }
#cPstgARDidOCtdn1J6NatQqsngNGcD6p { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #07447c;border-left:0.0625rem solid #07447c;border-right:0.0625rem solid #07447c;border-bottom:0.0625rem solid #07447c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.3125rem;width:18.8125rem;top:40.4375rem;left:28.125rem;display:block; }
#iS5JfRpU0MwflG5h2e4vdX7pGLyuPPZo { box-sizing:content-box;color:#07447c;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:15049;top:43.25rem;left:28.0625rem;display:block; }
#GZ0BSGUV4iRUQizNqdgplluOudyZPNDw { color:#272727;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41rem;left:31.9375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mn184qeHpslcUbfNBb7SuzJpdhWncSTC { color:#272727;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:42.875rem;left:31.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JX3SU5AHMQsON1HtqWargEOw40qXcrFM { box-sizing:content-box;color:#07447c;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:43.1875rem;left:48.6875rem;display:block; }
#ZhygTHRuVtKwXwUHUyBAZndXTLB2i3tF { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #07447c;border-left:0.0625rem solid #07447c;border-right:0.0625rem solid #07447c;border-bottom:0.0625rem solid #07447c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.68) ;height:7.3125rem;width:18.75rem;top:40.4375rem;left:48.75rem;display:block; }
#SBTc2iRrUvbN7c7T7GcJhRlkUwgEDbD2 { color:#272727;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:42.875rem;left:52.5rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOuhHIkCtAlyB6c2KfUtpCTz2eCcmtNd { color:#272727;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:41rem;left:52.4375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI { 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; }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row .container { background-color: transparent; background-image: none; }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row .container > .video-iframe-container { display: none; }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row > .video-iframe-container { display: none; }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .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); }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row .container { border-width: 0; border-radius: 0; }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#rOi9tNU6zUGdJgyFECUEee2R5mWTZ9cA { display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.5rem;height:4.5rem;font-style:normal;color:#07447c;text-align:center;text-align-last:center;display:block; }
#AG9FsE3m18HBT2GXyz1aoKrs4R9SlDlU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.31152375rem;width:9.375rem;position:absolute;display:block;z-index:15008;top:4.25rem;left:7.8125rem;display:block; }
#RrbiX6wWUe0sWfpXkz1TNhnUDM4bEsoG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.31152375rem;width:9.375rem;position:absolute;display:block;z-index:15010;top:4.25rem;left:33.3125rem;display:block; }
#VJxEvH92Gig2AhOsD5u4zrOXQdfzIWu5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.31152375rem;width:9.375rem;position:absolute;display:block;z-index:15012;top:4.3125rem;left:58.75rem;display:block; }
#IfJap2k1t5TQe1ePLuZ6UVHxPJUm1OM7 { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #002e62;border-left:0.0625rem solid #002e62;border-right:0.0625rem solid #002e62;border-bottom:0.0625rem solid #002e62;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.71) ;height:13.125rem;width:23.4375rem;top:12rem;left:0.75rem;display:block; }
#Uiz3kO4vyDaKG8Lgvm8Xb6vfHRTLEo3T { display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:25.5rem;height:4.5rem;font-style:normal;color:#07447c;text-align:center;text-align-last:center;display:block; }
#GZTVCPvpfRAEmX637ERNDvwf4EynCsDd { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #002e62;border-left:0.0625rem solid #002e62;border-right:0.0625rem solid #002e62;border-bottom:0.0625rem solid #002e62;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.71) ;height:13.125rem;width:23.4375rem;top:12rem;left:25.75rem;display:block; }
#BVy1rF3IcJdSSXevUgbKT7zU7Tlw3hMD { display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:50.5rem;height:4.5rem;font-style:normal;color:#07447c;text-align:center;text-align-last:center;display:block; }
#IVub1HIa1ZtTGL9WhdzeX9yUVErEbCN8 { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #002e62;border-left:0.0625rem solid #002e62;border-right:0.0625rem solid #002e62;border-bottom:0.0625rem solid #002e62;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.71) ;height:13.125rem;width:23.4375rem;top:12rem;left:50.75rem;display:block; }
#EuDMPmlMpB59HBHhi5rTR6dfPIMLkZqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.75rem;left:1.78125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#WEdCFvq5bu99DTBdGy1BedDZ3txisMqB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.75rem;left:29.3125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#TZQswE8q2nCEtgtCxEmpZwAoBvV4hzii { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.75rem;left:53.09375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eef2fa;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; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { background-color: transparent; background-image: none; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container > .video-iframe-container { display: none; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row > .video-iframe-container { display: none; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .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); }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { border-width: 0; border-radius: 0; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#zr7VIJMp2cz9eS2TdZmNTVhwONwcPv5T { display:block;width:67.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3291015625rem;left:3.625rem;height:2.75rem;font-style:normal;color:#07447c;text-align:center;text-align-last:center;display:block; }
#hTrESFRCOOXbILED2cPbvVR8dz2NFWiM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.312205rem;width:9.375rem;position:absolute;display:block;z-index:15006;top:3.0791015625rem;left:32.75rem;display:block; }
#HiGgFegg8teEz1RwS65rXPmp85dkBtgS { position:absolute;display:block;z-index:15008;height:35.1875rem;width:74.1875rem;top:9.6416015625rem;left:0.40625rem;display:block; }
#WpEhGOdSuMuMSc5d4T3azyFcZ3uKxz0z { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(26,26,26,0.72) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.0625rem;left:25.46875rem;display:none; }
#asbOe5UDnazgW3mSFOWLMIboCQarLIQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz { border-bottom:0;border-left:0;border-right:0;border-top: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; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { background-color: transparent; background-image: none; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container > .video-iframe-container { display: none; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row > .video-iframe-container { display: none; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .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); }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { border-width: 0; border-radius: 0; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#ds0T5JuJNVyOo11lgUDSzMztQZJ917d1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15004;top:2.9375rem;left:17.125rem;display:block; }
#QbETkgvpUf6a9wJb9aB0ttLMrfCac8iA { display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:17.125rem;height:3.3125rem;font-style:normal;color:#07447c;display:block; }
#PwedLuaha9K2XzpgvuVR0IVoDTUUEiCg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.6875rem;width:14.6875rem;position:absolute;display:block;z-index:15006;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;top:13.875rem;left:3.0625rem;overflow:hidden;display:block; }
#mT1hQ4zz3blNXuBFh8lGdTQtCCXBlqPk { display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:10.875rem;left:20.25rem;height:20.3125rem;color:#434343;display:block; }
#zxeJD6acR3ar3Jr9uCycByF80DwCLnxX { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.875rem;left:4.15625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;color:#07447c;display:block; }
#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/mZipbceI/scales.jpg");background-position:top 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; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.adaptive-delivery-prevent-bg, #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.lazyload, #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.lazyloading { background-image: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { background-color: transparent; background-image: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container > .video-iframe-container { display: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container { display: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .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); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { border-width: 0; border-radius: 0; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#JbJppUpOLTg5uCATervTTiSaZd8ZcOct { display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:24.5rem;height:3.25rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9CH1IDm1T423Tpxvqu0fiVPuk5WA6e1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:9.3125rem;position:absolute;display:block;z-index:15008;top:10.1875rem;left:32.8125rem;display:block; }
#CxQg0U3AhHxHHdTa7XeNnDmUfmy7dND1 { display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.125rem;left:15.90625rem;height:7rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#EiTQPSEnaVIIgK1STTlH1aB4XSodwCdu { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(26,26,26,0.72) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:22.5rem;display:block; }
#fkX90EPi35pkmooWwQyZcrsQTPLl3aXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT { border-bottom:0;border-left:0;border-right:0;border-top: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; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { background-color: transparent; background-image: none; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container > .video-iframe-container { display: none; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row > .video-iframe-container { display: none; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .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); }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { border-width: 0; border-radius: 0; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#o4VAhBZgJgwbmtcTDuWuoXmTAWHi68TX { display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:16.59375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#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 { height:41.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkX34XVFVkmWx9xCDWNThti00QMqwm7r { width:6.561625rem;height:6.3121875rem;top:35.1875rem;left:20.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4Mfs8C2TxWtlKENdXkOPaKK7607fba { width:47.6869375rem;height:6.79245rem;top:8.2482309341431rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7kcyyeWTH4sm8MpUS8ARShr4UbCSHPb { top:1.6866155862808rem;left:21.374116480351rem;width:8.1244375rem;height:2.4994125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b48aeoAMkUZXFv8KTzAtJ2H4CMJkk1sU { display:block; }
 }@media only screen and (max-width: 763px) { #SL5N8283UI7gtkLixMW1CM7tWBPiIoIK { top:1.6866155862808rem;left:30.749116480351rem;width:8.1244375rem;height:2.4994125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqUxIllcbHph7G2QB7ySkXLUieaLeFJq { display:block; }
 }@media only screen and (max-width: 763px) { #kJ3SsEEskqLgzBuFiZklEGqoOvA9QLF5 { top:1.6866155862808rem;left:38.812501490116rem;width:8.125rem;height:2.4994125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izRGEmXW27uWGdILXLhKV9Wr2pfqLg5s { display:block; }
 }@media only screen and (max-width: 763px) { #msPBsub2aGk9KkyXx1KTAga2G1L7edmz { width:26rem;height:3.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXCZf44XpHsxk7TbZS5AD30LC1Lq23Jm { width:43.125rem;height:11.8867875rem;top:13.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0zsMWJK1tGhdmsaLS3JGIKV1mWg596d { width:47.75rem;height:20.25rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuBixDyekVKzkuTkkeFZNX7uMKRcAKHy { top:1.6866155862808rem;left:30.749116480351rem;width:8.1244375rem;height:2.4994125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4k6GbyF7B85aVUASZQRfFBVv8HdGBG2 { display:block; }
 }@media only screen and (max-width: 763px) { #OQdXvZmouGvb67ebGEq36XqvQli03hE0 { display:block; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQXtf6rIyNcb19nZ8J20TUSTbAVtvvNv { width:9.375rem;height:0.3125rem;top:3.5625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMLyppk1PpMZrkCbzrrITSZg0Tri4rs0 { width:26rem;height:5.7735875rem;top:4.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSIJQlywVEnagPipITfhJkMAOCFNE9IQ { width:43.125rem;height:11.8867875rem;top:13.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBdqAmOCe2SdPwSb4rops14T8M714Eb { width:10.0625rem;height:10rem;top:7.625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcBtOeuTTP12x6iKQNo8kbMtDRU3ShEE { width:43.125rem;height:11.8867875rem;top:13.1875rem;left:2.25rem;display:block; }#rcBtOeuTTP12x6iKQNo8kbMtDRU3ShEE li:before{  }
 }@media only screen and (max-width: 763px) { #ZLpsiDqdZ2zXP8rl0Ec0f0iMXoHZa1FO { width:43.125rem;height:11.8867875rem;top:13.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPBXKxZBtadx34lbIVpu70etIhxXMlxG { width:18.75rem;height:7.3125rem;top:17.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBDCrfxZ39XXOikt6OwnHoKz5gTtmcDt { width:11.25rem;height:1.41509375rem;top:18.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDCo4AdaZmVEmbQ575LIK750Z4lmcmi2 { width:11.25rem;height:4.075475rem;top:20.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdtA9DCZ8p67C20CcUThZbl7MPzg9dzK { width:3.125rem;height:3.125rem;top:43.25rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPstgARDidOCtdn1J6NatQqsngNGcD6p { width:18.875rem;height:7.3125rem;top:17.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS5JfRpU0MwflG5h2e4vdX7pGLyuPPZo { width:3.125rem;height:3.125rem;top:43.25rem;left:14.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZ0BSGUV4iRUQizNqdgplluOudyZPNDw { width:11.125rem;height:1.41509375rem;top:18.375rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn184qeHpslcUbfNBb7SuzJpdhWncSTC { width:12.6875rem;height:4.075475rem;top:20.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX3SU5AHMQsON1HtqWargEOw40qXcrFM { width:3.3125rem;height:3.3125rem;top:28.375rem;left:14.4375rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhygTHRuVtKwXwUHUyBAZndXTLB2i3tF { width:18.8125rem;height:7.3125rem;top:27.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTc2iRrUvbN7c7T7GcJhRlkUwgEDbD2 { width:11.25rem;height:4.075475rem;top:30.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOuhHIkCtAlyB6c2KfUtpCTz2eCcmtNd { width:11.25rem;height:1.41509375rem;top:28.625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr9nHlQgAPCOScyoddu8dD1KZa7ARacI { display:block; }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOi9tNU6zUGdJgyFECUEee2R5mWTZ9cA { width:25.9996875rem;height:2.88679375rem;top:4.3744111061096rem;left:10.842276155949rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG9FsE3m18HBT2GXyz1aoKrs4R9SlDlU { width:9.375rem;height:0.312205rem;top:2.6860265731811rem;left:19.18691021204rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrbiX6wWUe0sWfpXkz1TNhnUDM4bEsoG { width:9.375rem;height:0.312205rem;top:2.6860265731811rem;left:19.18691021204rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJxEvH92Gig2AhOsD5u4zrOXQdfzIWu5 { width:9.375rem;height:0.312205rem;top:2.6860265731811rem;left:19.18691021204rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfJap2k1t5TQe1ePLuZ6UVHxPJUm1OM7 { width:23.4375rem;height:13.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiz3kO4vyDaKG8Lgvm8Xb6vfHRTLEo3T { width:25.9996875rem;height:2.88679375rem;top:4.3744111061096rem;left:10.842276155949rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTVCPvpfRAEmX637ERNDvwf4EynCsDd { width:23.4375rem;height:13.125rem;top:12rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVy1rF3IcJdSSXevUgbKT7zU7Tlw3hMD { width:25.9996875rem;height:2.88679375rem;top:4.3744111061096rem;left:10.842276155949rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVub1HIa1ZtTGL9WhdzeX9yUVErEbCN8 { width:23.4375rem;height:13.125rem;top:12rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuDMPmlMpB59HBHhi5rTR6dfPIMLkZqZ { width:21.4375rem;height:2.8125rem;top:25.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEdCFvq5bu99DTBdGy1BedDZ3txisMqB { width:16.375rem;height:2.8125rem;top:25.75rem;left:15.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQswE8q2nCEtgtCxEmpZwAoBvV4hzii { width:18.8125rem;height:1.875rem;top:25.75rem;left:28.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5OstCOqTbm5nWlTEeXwZ4i119erdHy { display:block; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { width:47.75rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr7VIJMp2cz9eS2TdZmNTVhwONwcPv5T { width:25.9996875rem;height:2.88679375rem;top:4.3744111061096rem;left:10.842276155949rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrESFRCOOXbILED2cPbvVR8dz2NFWiM { width:9.375rem;height:0.312205rem;top:2.6860265731811rem;left:19.18691021204rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiGgFegg8teEz1RwS65rXPmp85dkBtgS { width:47.75rem;height:35.1875rem;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpEhGOdSuMuMSc5d4T3azyFcZ3uKxz0z { width:30rem;height:4.9375rem;top:29.0625rem;left:11.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #asbOe5UDnazgW3mSFOWLMIboCQarLIQl { display:block; }
 }@media only screen and (max-width: 763px) { #gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz { display:block; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { width:47.75rem;height:113.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ds0T5JuJNVyOo11lgUDSzMztQZJ917d1 { width:9.3125rem;height:0.3125rem;top:2.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbETkgvpUf6a9wJb9aB0ttLMrfCac8iA { width:16.8125rem;height:3.3125rem;top:4.75rem;left:3.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwedLuaha9K2XzpgvuVR0IVoDTUUEiCg { width:6.25rem;height:6.25rem;top:9.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1hQ4zz3blNXuBFh8lGdTQtCCXBlqPk { width:44.125rem;height:19.0188625rem;top:19.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxeJD6acR3ar3Jr9uCycByF80DwCLnxX { width:12.5rem;height:1.92453125rem;top:16.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mZipbceI/scales.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.adaptive-delivery-prevent-bg, #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.lazyload, #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.lazyloading { background-image: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { background-color: transparent; background-image: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container > .video-iframe-container { display: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container { display: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .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); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbJppUpOLTg5uCATervTTiSaZd8ZcOct { width:26rem;height:3.2264125rem;top:2.5rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9CH1IDm1T423Tpxvqu0fiVPuk5WA6e1 { width:9.3125rem;height:0.3125rem;top:8.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQg0U3AhHxHHdTa7XeNnDmUfmy7dND1 { width:47.75rem;height:2.0943375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiTQPSEnaVIIgK1STTlH1aB4XSodwCdu { width:30rem;height:4.9375rem;top:22.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkX90EPi35pkmooWwQyZcrsQTPLl3aXn { display:block; }
 }@media only screen and (max-width: 763px) { #xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT { display:block; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4VAhBZgJgwbmtcTDuWuoXmTAWHi68TX { width:32.6875rem;height:1.24528125rem;top:1.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/eGcUQfbv/pillars_comp.jpg");background-position:bottom right !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 { height:45.4375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkX34XVFVkmWx9xCDWNThti00QMqwm7r { width:4.3125rem;height:4.125rem;top:42.8740234375rem;left:7.84375rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lX4Mfs8C2TxWtlKENdXkOPaKK7607fba { width:19rem;height:5.625rem;top:5.123046875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7kcyyeWTH4sm8MpUS8ARShr4UbCSHPb { top:1.5rem;left:4.6875rem;width:10.5625rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b48aeoAMkUZXFv8KTzAtJ2H4CMJkk1sU { display:block; }
 }@media only screen and (max-width: 763px) { #SL5N8283UI7gtkLixMW1CM7tWBPiIoIK { top:1.5rem;left:5.9375rem;width:8.0625rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqUxIllcbHph7G2QB7ySkXLUieaLeFJq { display:block; }
 }@media only screen and (max-width: 763px) { #kJ3SsEEskqLgzBuFiZklEGqoOvA9QLF5 { top:3.6875rem;left:5.9375rem;width:8.125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #izRGEmXW27uWGdILXLhKV9Wr2pfqLg5s { display:block; }
 }@media only screen and (max-width: 763px) { #msPBsub2aGk9KkyXx1KTAga2G1L7edmz { width:18.75rem;height:2.375rem;top:0.9990234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXCZf44XpHsxk7TbZS5AD30LC1Lq23Jm { width:20rem;height:29.75rem;top:13.234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0zsMWJK1tGhdmsaLS3JGIKV1mWg596d { width:20rem;height:20.25rem;top:54.0468734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuBixDyekVKzkuTkkeFZNX7uMKRcAKHy { top:1.5rem;left:6.25rem;width:7.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4k6GbyF7B85aVUASZQRfFBVv8HdGBG2 { display:block; }
 }@media only screen and (max-width: 763px) { #OQdXvZmouGvb67ebGEq36XqvQli03hE0 { display:block; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQXtf6rIyNcb19nZ8J20TUSTbAVtvvNv { width:9.375rem;height:0.3125rem;top:10.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMLyppk1PpMZrkCbzrrITSZg0Tri4rs0 { width:20rem;height:4.125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSIJQlywVEnagPipITfhJkMAOCFNE9IQ { width:19rem;height:14rem;top:7.8125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBdqAmOCe2SdPwSb4rops14T8M714Eb { width:6.75rem;height:6.75rem;top:22.936027288437rem;left:6.6244106292725rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcBtOeuTTP12x6iKQNo8kbMtDRU3ShEE { width:18.1875rem;height:15.875rem;top:23.125rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#rcBtOeuTTP12x6iKQNo8kbMtDRU3ShEE li:before{  }
 }@media only screen and (max-width: 763px) { #ZLpsiDqdZ2zXP8rl0Ec0f0iMXoHZa1FO { width:19.5625rem;height:5.25rem;top:66.3125rem;left:0.21875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPBXKxZBtadx34lbIVpu70etIhxXMlxG { width:18.75rem;height:7.3125rem;top:40.25rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LBDCrfxZ39XXOikt6OwnHoKz5gTtmcDt { width:12.6875rem;height:1.4375rem;top:41rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDCo4AdaZmVEmbQ575LIK750Z4lmcmi2 { width:12.625rem;height:4.5rem;top:42.6875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdtA9DCZ8p67C20CcUThZbl7MPzg9dzK { width:3.125rem;height:3.125rem;top:43.0625rem;left:0.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPstgARDidOCtdn1J6NatQqsngNGcD6p { width:18.8125rem;height:7.3125rem;top:48.9375rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iS5JfRpU0MwflG5h2e4vdX7pGLyuPPZo { width:3.125rem;height:3.125rem;top:43.25rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZ0BSGUV4iRUQizNqdgplluOudyZPNDw { width:11.125rem;height:1.4375rem;top:49.5rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn184qeHpslcUbfNBb7SuzJpdhWncSTC { width:12.625rem;height:4.5rem;top:51.25rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX3SU5AHMQsON1HtqWargEOw40qXcrFM { width:3.375rem;height:3.3125rem;top:64.624710083006rem;left:0.87470531463625rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhygTHRuVtKwXwUHUyBAZndXTLB2i3tF { width:18.75rem;height:7.3125rem;top:57.625rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SBTc2iRrUvbN7c7T7GcJhRlkUwgEDbD2 { width:13.125rem;height:4.5rem;top:60.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOuhHIkCtAlyB6c2KfUtpCTz2eCcmtNd { width:11.25rem;height:1.4375rem;top:58.25rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr9nHlQgAPCOScyoddu8dD1KZa7ARacI { display:block; }#fr9nHlQgAPCOScyoddu8dD1KZa7ARacI > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOi9tNU6zUGdJgyFECUEee2R5mWTZ9cA { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AG9FsE3m18HBT2GXyz1aoKrs4R9SlDlU { width:9.375rem;height:0.25rem;top:4.25rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrbiX6wWUe0sWfpXkz1TNhnUDM4bEsoG { width:9.375rem;height:0.25rem;top:4.25rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJxEvH92Gig2AhOsD5u4zrOXQdfzIWu5 { width:9.375rem;height:0.25rem;top:4.3125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfJap2k1t5TQe1ePLuZ6UVHxPJUm1OM7 { height:11.129875rem;width:19.875rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiz3kO4vyDaKG8Lgvm8Xb6vfHRTLEo3T { width:20rem;height:6.75rem;top:23.37890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GZTVCPvpfRAEmX637ERNDvwf4EynCsDd { height:11.13rem;width:19.875rem;top:30.629875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVy1rF3IcJdSSXevUgbKT7zU7Tlw3hMD { width:20rem;height:6.75rem;top:47.19725rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IVub1HIa1ZtTGL9WhdzeX9yUVErEbCN8 { height:11.129875rem;width:19.875rem;top:53.9462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuDMPmlMpB59HBHhi5rTR6dfPIMLkZqZ { width:20rem;height:2.8125rem;top:18.19140625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEdCFvq5bu99DTBdGy1BedDZ3txisMqB { width:16.375rem;height:2.8125rem;top:42.3212890625rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQswE8q2nCEtgtCxEmpZwAoBvV4hzii { width:18.8125rem;height:1.875rem;top:65.763671875rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5OstCOqTbm5nWlTEeXwZ4i119erdHy { display:block; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr7VIJMp2cz9eS2TdZmNTVhwONwcPv5T { width:19.9988125rem;height:6.1875rem;top:2.1217513084412rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hTrESFRCOOXbILED2cPbvVR8dz2NFWiM { width:9.375rem;height:0.25rem;top:3.0625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiGgFegg8teEz1RwS65rXPmp85dkBtgS { width:20rem;height:40.9375rem;top:8.62109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpEhGOdSuMuMSc5d4T3azyFcZ3uKxz0z { width:19rem;height:4.9375rem;top:9.74609375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbOe5UDnazgW3mSFOWLMIboCQarLIQl { display:block; }
 }@media only screen and (max-width: 763px) { #gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz { display:block; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ds0T5JuJNVyOo11lgUDSzMztQZJ917d1 { width:9.3125rem;height:0.3125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbETkgvpUf6a9wJb9aB0ttLMrfCac8iA { width:16.8125rem;height:2rem;top:2.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwedLuaha9K2XzpgvuVR0IVoDTUUEiCg { width:8.4375rem;height:8.4375rem;top:5.375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1hQ4zz3blNXuBFh8lGdTQtCCXBlqPk { width:18.75rem;height:37.125rem;top:16.8125rem;left:0.5625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxeJD6acR3ar3Jr9uCycByF80DwCLnxX { width:12.5rem;height:1.625rem;top:14.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA { display:block; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbJppUpOLTg5uCATervTTiSaZd8ZcOct { width:20rem;height:2.4375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9CH1IDm1T423Tpxvqu0fiVPuk5WA6e1 { width:9.3125rem;height:0.3125rem;top:5.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQg0U3AhHxHHdTa7XeNnDmUfmy7dND1 { width:18.4375rem;height:7.5rem;top:7.1875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiTQPSEnaVIIgK1STTlH1aB4XSodwCdu { width:19rem;height:4.9375rem;top:16.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkX90EPi35pkmooWwQyZcrsQTPLl3aXn { display:block; }
 }@media only screen and (max-width: 763px) { #xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT { display:block; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4VAhBZgJgwbmtcTDuWuoXmTAWHi68TX { width:20rem;height:2.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }