.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:8,192,234;--color-primary-1:0,188,230;--color-primary-2:11,165,206;--color-primary-3:12,113,163;--color-primary-4:9,74,107;--color-secondary-0:255,227,224;--color-secondary-1:255,160,153;--color-secondary-2:255,65,51;--color-secondary-3:128,33,26;--color-secondary-4:38,10,8;--color-tertiary-0:255,255,255;--color-tertiary-1:90,184,232;--color-tertiary-2:0,197,255;--color-tertiary-3:12,113,163;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f3f3f3;background-color:#f9f9f9;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row .container { background-color: transparent; background-image: none; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row .container > .video-iframe-container { display: none; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row > .video-iframe-container { display: none; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .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); }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row .container { border-width: 0; border-radius: 0; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat { background-color:rgba(0,49,105,0.52);background-image:url("https://images.assets-landingi.com/uc/db768519-3e59-416d-9c87-2bdac9d60055/AgilityIntelligenceReports.webp");background-position:center !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; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat.adaptive-delivery-prevent-bg, #eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat.lazyload, #eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat.lazyloading { background-image: none; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container { background-color: transparent; background-image: none; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container > .video-iframe-container { display: none; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row > .video-iframe-container { display: none; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .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); }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container { border-width: 0; border-radius: 0; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;overflow:visible;position:relative;display:block; }#vxCGS1kVpWIavRBa89cAnhyMkEwBrcgc { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.5rem;left:0rem;height:6rem;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; }
#BgcldxCuLbfG8f74Ull4zzVCqWHGmPSP { position:absolute;display:block;z-index:15012;height:2.375rem;width:9.125rem;top:36.375rem;left:24.625rem;display:none; }
#NVimdVMF1m9XV5c83N9ZO2WP8d0xHeEu { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.420833587646rem;left:22.90625rem;display:none; }
#W8sBZ4AuBbWcmLAho3ubVTRTQPTt3IEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FciWx1UGedhUXwg7JCstGG5EgDTArwmB { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33rem;left:31.1875rem;display:none; }
#gs4ZB1XK2Dv4sdSQz78D35gcHZ9FytgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8T560qqbTboqFqC2essNKVTlMC8FgBz { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:40.6875rem;left:28.9375rem;height:0;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:none; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-container { padding-top:0;padding-right:0.5625rem;padding-bottom:0;padding-left:0.5rem;vertical-align:top; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:1.1875rem;padding-left:0.125rem;display:block;width:5.375rem;height:3.9375rem;position:relative;font-family:roboto;font-size:3.9375rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.adaptive-delivery-prevent-bg, #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.lazyload, #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.lazyloading { background-image: none; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v { top:40.6875rem;left:0rem;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:26.75rem;height:3.81145625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #w9lyGmpdoELTmbz6aTxUDncBDbLoWpwK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #OgCLgAHlzsx6r2lPAfKO7qXvV30Q2Tll { display:block; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #IKDskHKnTPdHR2zlsIeCMbd4Os4y7GGw { display:block; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #iB8XxJRrLm4PETGX0ev58x913ONXQrxl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #tJaoGvCvFerTe9bwXwZANsK57VUp7T4K { display:block; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #XkvZ8ZEq3hdB5SFNl1QIaXo0TuT333Rk { display:block; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #ee7W6PN87W11mhf6ViCEczUOdSDguhZu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #KMSX3moCRTQZvBGTMNCQzxKerkGE7Tmw { display:block; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #dp9CyiwLOnRATZlLlNUMQvxk0aeuTs40 { display:block; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #aDSBNQxaaw6AWrJ2R8R4kaVR4xn0WAp0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #g5do3RNm5DzhLzRShWx2TrhdTidqr48q { display:block; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #Xrw5EbuS9tk5N7S7CSLfl7Pcm2rZ8LdN { display:block; }
#dW38sh5fr9ySnuHD2DOHr7VZeDDTs2VO { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32rem;left:40.78125rem;display:none; }
#TLgKDIP2TkSg3oMKPxD5cK3rx3yX56Fk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztnCm3bzRSvGWoeFwaB28RF1iLTEGBm3 { background-color:transparent;background-image: -webkit-linear-gradient(114deg, #ff3355, #ff2079);background-image: -moz-linear-gradient(114deg, #ff3355, #ff2079);background-image: -ms-linear-gradient(114deg, #ff3355, #ff2079);background-image: -o-linear-gradient(114deg, #ff3355, #ff2079);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3355', endColorstr='#ff2079' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3355', endColorstr='#ff2079' );";background-image: linear-gradient(114deg, #ff3355, #ff2079);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:19rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.9375rem;left:0rem;display:block; }
#eV2wLshhiHpDdo5iTbOTvQt8T1VfR6TC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWbuAdJ6xU4Vv1CigWWIlgkUG2DaVuH3 { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #0de3ff, #25a9e0);background-image: -moz-linear-gradient(142deg, #0de3ff, #25a9e0);background-image: -ms-linear-gradient(142deg, #0de3ff, #25a9e0);background-image: -o-linear-gradient(142deg, #0de3ff, #25a9e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de3ff', endColorstr='#25a9e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de3ff', endColorstr='#25a9e0' );";background-image: linear-gradient(142deg, #0de3ff, #25a9e0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:19.375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.625rem;left:9.375rem;display:none; }
#VhuTGversxgJAskA7cFLVJuwdMfV4BB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhlIpdzxWHnOtW3HhNbBbJwe9mUMNJQy { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:9.75rem;width:25.4375rem;top:12.625rem;left:0rem;overflow:hidden;display:block; }
#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row .container { background-color: transparent; background-image: none; }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row .container > .video-iframe-container { display: none; }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row > .video-iframe-container { display: none; }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .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); }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row .container { border-width: 0; border-radius: 0; }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#RScNKShpX4R314VADQCIG1QPtUpZu7Ip { color:#0c71a3;display:block;width:26.5rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJ6Sh8RT5iJAzLtVEn8KLUMcstEM18Gb { box-sizing:content-box;color:#ff3355;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:2.0625rem;left:28.4375rem;display:block; }
#buw8GBMUXeX7p0i4kqZM7hl2Qn0E0IgV { position:absolute;display:block;z-index:15066;background-color:#d5e0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:32.4375rem;top:6.625rem;left:0rem;display:block; }
#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { 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; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { background-color: transparent; background-image: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container > .video-iframe-container { display: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container { display: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .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); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { border-width: 0; border-radius: 0; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { color:#003169;display:block;width:38rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.25rem;left:0rem;height:6.1875rem;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; }
#BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK { color:#41485a;display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:12.8125rem;left:1.875rem;height:12.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK li:before{  }
#lITMS2JcCO94bKusfCwbFbkwBET68yVH { color:#08c0ea;display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.125rem;height:1.625rem;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; }
#axiNLbnPdsv4rIy1uR6eepOaas867znf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.3125rem;left:0rem; }
#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row .container { background-color: transparent; background-image: none; }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row .container > .video-iframe-container { display: none; }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row > .video-iframe-container { display: none; }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .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); }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row .container { border-width: 0; border-radius: 0; }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#qM9H4bFCvXBmzg75Rr65n8vckg4AHZPX { color:#0c71a3;display:block;width:31.6875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTn2yKI2hOcsM6E7CziTuH1d8ZUA92U0 { box-sizing:content-box;color:#ff3355;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:2.0625rem;left:28.4375rem;display:block; }
#uPvABefMZglqNWWol8XpLLgOiq39mq58 { position:absolute;display:block;z-index:15066;background-color:#d5e0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:32.4375rem;top:6.625rem;left:0rem;display:block; }
#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R { 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; }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row .container { background-color: transparent; background-image: none; }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row .container > .video-iframe-container { display: none; }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row > .video-iframe-container { display: none; }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .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); }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row .container { border-width: 0; border-radius: 0; }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#a8dTelOuEIWK6enLPwk5zrgSKCuCrTMI { color:#003169;display:block;width:38rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1.6875rem;left:0rem;height:;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; }
#Ze3GeNFMW47eB6bTkAVmF0fTdSr6n4wQ { color:#41485a;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:6.25rem;left:2.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ze3GeNFMW47eB6bTkAVmF0fTdSr6n4wQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ze3GeNFMW47eB6bTkAVmF0fTdSr6n4wQ li:before{  }
#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row .container { background-color: transparent; background-image: none; }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row .container > .video-iframe-container { display: none; }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row > .video-iframe-container { display: none; }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .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); }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row .container { border-width: 0; border-radius: 0; }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#zgqNyCpCZGTyzxIz6ibV9Jh44hVHlamR { color:#0c71a3;display:block;width:26.5rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NyQoHaPRyUbiRANHETi4rgba1TScbIS5 { box-sizing:content-box;color:#ff3355;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:2.0625rem;left:28.4375rem;display:block; }
#HgUTGy5XkQeWDNFMOI1ukibDiB8SIIxx { position:absolute;display:block;z-index:15066;background-color:#d5e0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:32.4375rem;top:6.625rem;left:0rem;display:block; }
#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl { 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; }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row .container { background-color: transparent; background-image: none; }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row .container > .video-iframe-container { display: none; }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row > .video-iframe-container { display: none; }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .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); }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row .container { border-width: 0; border-radius: 0; }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#RzlRGchJcxRTOs3bgyTMSIbIOsie2a7A { color:#003169;display:block;width:38rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1.625rem;left:0rem;height:3.09375rem;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; }
#L5DAp5PA3O1pKTEQeRR6FMGmJhGPMHze { color:#41485a;display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:10.61874961853rem;left:2.5rem;height:25.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#L5DAp5PA3O1pKTEQeRR6FMGmJhGPMHze li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L5DAp5PA3O1pKTEQeRR6FMGmJhGPMHze li:before{  }
#M2P9BpOIgh3QRzhIIXDw3QtFcRTv0BhI { color:#41485a;display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:5.59375rem;left:1.875rem;height:3.825rem;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; }
#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row .container { background-color: transparent; background-image: none; }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row .container > .video-iframe-container { display: none; }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row > .video-iframe-container { display: none; }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .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); }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row .container { border-width: 0; border-radius: 0; }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#pr2tABmmCBARnZc8Nl2ziDvG1vJCaC6L { color:#0c71a3;display:block;width:29.125rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8Cd277puQ9Bs441To0LBJl9oMZC0aFw { box-sizing:content-box;color:#ff3355;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:2.0625rem;left:28.4375rem;display:block; }
#MnRTyZ388VCeaLR8OSkyXDD3ZaynOklA { position:absolute;display:block;z-index:15066;background-color:#d5e0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:32.4375rem;top:6.625rem;left:0rem;display:block; }
#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe { 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; }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row .container { background-color: transparent; background-image: none; }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row .container > .video-iframe-container { display: none; }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row > .video-iframe-container { display: none; }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .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); }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row .container { border-width: 0; border-radius: 0; }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:60rem;position:relative;display:block; }#p0LtxEb8u4CoN89FNPHCWt4pF0fB9P8a { color:#003169;display:block;width:38rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1.625rem;left:0rem;height:;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; }
#deRbDKISw6QISfMzXPdHqxhuCtqnUegZ { color:#41485a;display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:12.125rem;left:3.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#deRbDKISw6QISfMzXPdHqxhuCtqnUegZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#deRbDKISw6QISfMzXPdHqxhuCtqnUegZ li:before{  }
#Kn4ZFf2mKLG2Cx8tJMGowZsiv3H6mHJk { color:#0c71a3;display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:9.375rem;left:2rem;height:2.125rem;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; }
#TGml593ZIiv784FWWozLa2fuRn3szMrp { color:#0c71a3;display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:22rem;left:2.625rem;height:2.125rem;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; }
#OkkAcDHoTUqh7lTt9ik7DuFqV2ghWTs4 { color:#41485a;display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:24.75rem;left:3.8125rem;height:6.3625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OkkAcDHoTUqh7lTt9ik7DuFqV2ghWTs4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OkkAcDHoTUqh7lTt9ik7DuFqV2ghWTs4 li:before{  }
#uKSUS3eXu5fsvGRSyTGJy3r45WCoQmEo { color:#41485a;display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:35.3125rem;left:3.8125rem;height:4.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uKSUS3eXu5fsvGRSyTGJy3r45WCoQmEo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uKSUS3eXu5fsvGRSyTGJy3r45WCoQmEo li:before{  }
#QbUulVIqlB6KANDFTrqaNQfQVi9ygaQw { color:#0c71a3;display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:32.5625rem;left:2.625rem;height:2.125rem;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; }
#JT57AeB0cspSlZVBbpTggiRaXrk9soMf { color:#41485a;display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:44.25rem;left:4.0625rem;height:4.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JT57AeB0cspSlZVBbpTggiRaXrk9soMf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JT57AeB0cspSlZVBbpTggiRaXrk9soMf li:before{  }
#iCwlFvO73Juo8WnHSkM11RnRVOmwisI7 { color:#ff3355;display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:41.5rem;left:2.875rem;height:2.125rem;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; }
#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u { background-color:rgba(0,49,105,0.52);background-image:url("https://images.assets-landingi.com/uc/732b7cbd-bf8a-47c0-a054-35cf19aa89c7/AgilityComplianceCompass.webp");background-position:center !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; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u.adaptive-delivery-prevent-bg, #gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u.lazyload, #gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u.lazyloading { background-image: none; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container { background-color: transparent; background-image: none; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container > .video-iframe-container { display: none; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row > .video-iframe-container { display: none; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .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); }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container { border-width: 0; border-radius: 0; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;overflow:visible;position:relative;display:block; }#bzCCTPPLvXfT5RUTedLsxIRbgGAB5tza { position:absolute;display:block;z-index:15012;height:2.375rem;width:9.125rem;top:36.375rem;left:24.625rem;display:none; }
#HXbXibi2PD8TXV4ytO3FnailHfKRzfAw { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.420833587646rem;left:22.90625rem;display:none; }
#rdDuKgpR1CwuQoRyK2XRa0d9UKDaqp0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTH82xxT9gQT7kv79HNww6rDTN1Pcdmy { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33rem;left:31.1875rem;display:none; }
#uZSOzogFnqrOcWeaT3PFqk5t3r7SxGwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwbpFx6mvJJywvcwLpqiOpPUe8fnwOsz { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:40.6875rem;left:28.9375rem;height:0;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:none; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-container { padding-top:0;padding-right:0.5625rem;padding-bottom:0;padding-left:0.5rem;vertical-align:top; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:1.1875rem;padding-left:0.125rem;display:block;width:5.375rem;height:3.9375rem;position:relative;font-family:roboto;font-size:3.9375rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.adaptive-delivery-prevent-bg, #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.lazyload, #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.lazyloading { background-image: none; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH { top:40.6875rem;left:0rem;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:26.75rem;height:3.81145625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #tSP1IUfqKs0wLv8QJnktTscqVbWWo6CP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #MBxEt04PndkasDIVrlgylxzhA2xpmxJQ { display:block; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #Fz19HJuZPyxcP3w4awWRI6kdJR5aaPU6 { display:block; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #gF7nhvWSflgHpUQ9WzzTTOiN3kB83XuJ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #TTzF1BywDBiHoTKLfnW1RXXBLCkcLTue { display:block; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #rxAIi551zPVBcZS6KCcml40ueuZsAgVZ { display:block; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #b9zvxzu8yiCTyHWfswlbUQ3JOh8bSIUC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #mahLFaG7TG93Gw7nwtt1A333uDIQyBHa { display:block; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #wgmpT04CXdyFhQQaxM1lt2TPFg4kPfBy { display:block; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #BZtKJERr2rMofyTz58I2w7ZACHCcFTaf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #TieSyB2shlMbGX06QW1orrVg8OcfZCox { display:block; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #C9gvQeF8c55AWe39pQghlfHJ9LoNnCMD { display:block; }
#A2sJVQG1AhawSUxkIZHCdaSTq6onlFNZ { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32rem;left:40.78125rem;display:none; }
#agF0lsAQudDMsUafs51JLvIrzWp5LJ9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I38lBrA7hN3agRo4NTTD4AViEmNbB8mE { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:9.125rem;width:32.1875rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row .container { background-color: transparent; background-image: none; }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row .container > .video-iframe-container { display: none; }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row > .video-iframe-container { display: none; }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .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); }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row .container { border-width: 0; border-radius: 0; }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#a9LEqFigs5JDAQyFiqz7NBDGS2J2sJE8 { color:#0c71a3;display:block;width:26.5rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WLIibS3HA9TtblaMbfx0RPBNO2VL8FhP { box-sizing:content-box;color:#ff3355;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:2.0625rem;left:28.4375rem;display:block; }
#K5eM9Zql8se3IfqEoXeZEbZocg0ViFFp { position:absolute;display:block;z-index:15066;background-color:#d5e0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:32.4375rem;top:6.625rem;left:0rem;display:block; }
#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF { 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; }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row .container { background-color: transparent; background-image: none; }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row .container > .video-iframe-container { display: none; }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row > .video-iframe-container { display: none; }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .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); }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row .container { border-width: 0; border-radius: 0; }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#TqCNzpz8bbP9GLfsqmDzZzVFRLcMyOvW { color:#003169;display:block;width:29rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.6875rem;left:0rem;height:6.1875rem;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; }
#O6TGymp919LDcsF6Sy9XatROzy59xRxm { color:#41485a;display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:12.375rem;left:3.125rem;height:13.0375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#O6TGymp919LDcsF6Sy9XatROzy59xRxm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O6TGymp919LDcsF6Sy9XatROzy59xRxm li:before{  }
#IIi9E9SkHuqRZAu1VbJpIAlThD9UTETO { color:#41485a;display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:10rem;left:2.3125rem;height:1.9125rem;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; }
#SToGrqm98fZSc9vFIn93NTAawnhmET8X { background-color:rgba(0,49,105,0.52);background-image:url("https://images.assets-landingi.com/uc/4e3db5ec-51a4-4164-b45c-57cce29daa18/AgilityProducerSupport1.webp");background-position:center !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; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X.adaptive-delivery-prevent-bg, #SToGrqm98fZSc9vFIn93NTAawnhmET8X.lazyload, #SToGrqm98fZSc9vFIn93NTAawnhmET8X.lazyloading { background-image: none; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container { background-color: transparent; background-image: none; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container > .video-iframe-container { display: none; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row > .video-iframe-container { display: none; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .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); }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container { border-width: 0; border-radius: 0; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;overflow:visible;position:relative;display:block; }#eOmFVzEJIiyNOanIlJsmdcFf18svQPrI { position:absolute;display:block;z-index:15012;height:2.375rem;width:9.125rem;top:36.375rem;left:24.625rem;display:none; }
#iOyOZkmdmxHH9OxaLPa0tZK0UdZJL3L5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.420833587646rem;left:22.90625rem;display:none; }
#UaSvMXqWAdF3yRaBlmdLdOQAkvEMzDuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sngclHbI0g97ZDOgxn2cGdLbf512yTdu { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33rem;left:31.1875rem;display:none; }
#xQCP8QdtMvk2quaqmG273qTewwbO7wsV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cR2Lmx068mvVk0EkaZsI6mpxO3tsyqqP { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:40.6875rem;left:28.9375rem;height:0;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:none; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-container { padding-top:0;padding-right:0.5625rem;padding-bottom:0;padding-left:0.5rem;vertical-align:top; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:1.1875rem;padding-left:0.125rem;display:block;width:5.375rem;height:3.9375rem;position:relative;font-family:roboto;font-size:3.9375rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.adaptive-delivery-prevent-bg, #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.lazyload, #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.lazyloading { background-image: none; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt { top:40.6875rem;left:0rem;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:26.75rem;height:3.81145625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #WJbv8nkKVbZ09vQszVnaTJddr1Bh7M2E { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #lGnExrwN1hdOBH6mwut1BCdNQZF6nyZI { display:block; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #i2TCIgmggcvzcVGnnJv0ygTw5KBb4HTV { display:block; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #NlAx5T6snfdUIdAh25ISrh3UkkPs3RD7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #fNm9oI6so3XW2JHdbWHxNTtoSE2qSLdN { display:block; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #HKNxt5IBOWhMoHv3lO020mSKtuedVmaZ { display:block; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #VQPU9ao1JqwFmtLncCTIzWqmvRNTSrqG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #cbGRmPDzqW86Ehyk1aTf2XcsdSO65iWo { display:block; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #actbFJTaP54FkLvzm5rSJJOoOtEnLsGO { display:block; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #JCUPD9tcVvOTmR1PxexuBEIr311BKB5T { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #vyiaMcN8KGApgRZ94VRgQ34dABIsShwq { display:block; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #f7AU7vF42Tf8dptyEIG6GaESzBNQSt0N { display:block; }
#hp5C1TIIMFFy18vbcvqDm7hFxyduZKJB { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32rem;left:40.78125rem;display:none; }
#V6V541oH4neROFeaI9K8pPaRTQiJXgRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nC8e1i0qcyZ87GWP7P0NDbPmGyzsqOFi { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:11.625rem;width:31.125rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row .container { background-color: transparent; background-image: none; }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row .container > .video-iframe-container { display: none; }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row > .video-iframe-container { display: none; }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .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); }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row .container { border-width: 0; border-radius: 0; }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#TEoORofs4y4ELcmQKX926eHunWy45JwP { color:#0c71a3;display:block;width:29.8125rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.8125rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m8sDrEAnzddnww85cNw3oKyE95DVmfFW { box-sizing:content-box;color:#ff3355;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:2.0625rem;left:28.4375rem;display:block; }
#dhaX034GlkZ97GoJsEBnvRIrOfmwxFug { position:absolute;display:block;z-index:15066;background-color:#d5e0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:32.4375rem;top:6.625rem;left:0rem;display:block; }
#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t { 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; }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row .container { background-color: transparent; background-image: none; }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row .container > .video-iframe-container { display: none; }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row > .video-iframe-container { display: none; }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .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); }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row .container { border-width: 0; border-radius: 0; }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#TGNB2LXWgUEbRuKVyGzGiqPCEuDlCgDB { color:#003169;display:block;width:29rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.625rem;left:0rem;height:3.09375rem;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; }
#NWMHsUdWIsZKeymqTAqJI73uobs4pg1q { color:#41485a;display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:9.375rem;left:3.125rem;height:14.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NWMHsUdWIsZKeymqTAqJI73uobs4pg1q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NWMHsUdWIsZKeymqTAqJI73uobs4pg1q li:before{  }
#sPkOSlder5X5ffEO9zutquAhEmT9Niw0 { color:#41485a;display:block;width:46.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7rem;left:2.3125rem;height:1.9125rem;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; }
#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #08c0ea, #0c71a3);background-image: -moz-linear-gradient(180deg, #08c0ea, #0c71a3);background-image: -ms-linear-gradient(180deg, #08c0ea, #0c71a3);background-image: -o-linear-gradient(180deg, #08c0ea, #0c71a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c0ea', endColorstr='#0c71a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c0ea', endColorstr='#0c71a3' );";background-image: linear-gradient(180deg, #08c0ea, #0c71a3);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; }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row .container { background-color: transparent; background-image: none; }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row .container > .video-iframe-container { display: none; }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row > .video-iframe-container { display: none; }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .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); }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row .container { border-width: 0; border-radius: 0; }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;position:relative;display:block; }#hDkdQzPX11LeNomKkiHZa2CBBxfV4562 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCnCW7g1HVCQT7zzEV4DLXZfirnE44tH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.1875rem;left:30.8125rem;display:block; }
#ZFP5RR1ndSJxet99C45rumGUhPShOLPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CRWmc0OsSatBc1o1kguMZGX9G7KPPqW1 { background-color:#003169;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.125rem;left:13.375rem;display:block; }
#I29r2EhpGwxVbicZrKJ0pcXVSn7S7McM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vk9wToPsnAhBAyvXeD9JQR0Ez6uNf46L { position:relative;z-index:auto;display:block; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #vk9wToPsnAhBAyvXeD9JQR0Ez6uNf46L > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hZ37QvOahZGy70V4FnJQwbHxquflaTcf { display:block; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat { display:block; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxCGS1kVpWIavRBa89cAnhyMkEwBrcgc { width:41.1875rem;height:6rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgcldxCuLbfG8f74Ull4zzVCqWHGmPSP { top:36.375rem;left:18.5rem;width:9.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVimdVMF1m9XV5c83N9ZO2WP8d0xHeEu { width:14.1875rem;height:3.25rem;top:35.375rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8sBZ4AuBbWcmLAho3ubVTRTQPTt3IEJ { display:block; }
 }@media only screen and (max-width: 763px) { #FciWx1UGedhUXwg7JCstGG5EgDTArwmB { width:16.125rem;height:3.625rem;top:33rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gs4ZB1XK2Dv4sdSQz78D35gcHZ9FytgX { display:block; }
 }@media only screen and (max-width: 763px) { #X8T560qqbTboqFqC2essNKVTlMC8FgBz { width:30.5rem;height:1.875rem;top:40.6875rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-container { padding-top:0;padding-right:0.5625rem;padding-bottom:0;padding-left:0.5rem;vertical-align:top; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:1.1875rem;padding-left:0.125rem;display:block;width:5.375rem;height:3.9375rem;position:relative;font-family:roboto;font-size:3.9375rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.adaptive-delivery-prevent-bg, #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.lazyload, #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.lazyloading { background-image: none; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v { top:40.6875rem;left:0rem;width:26.75rem;height:3.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #w9lyGmpdoELTmbz6aTxUDncBDbLoWpwK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #OgCLgAHlzsx6r2lPAfKO7qXvV30Q2Tll {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #IKDskHKnTPdHR2zlsIeCMbd4Os4y7GGw {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #iB8XxJRrLm4PETGX0ev58x913ONXQrxl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #tJaoGvCvFerTe9bwXwZANsK57VUp7T4K {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #XkvZ8ZEq3hdB5SFNl1QIaXo0TuT333Rk {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #ee7W6PN87W11mhf6ViCEczUOdSDguhZu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #KMSX3moCRTQZvBGTMNCQzxKerkGE7Tmw {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #dp9CyiwLOnRATZlLlNUMQvxk0aeuTs40 {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #aDSBNQxaaw6AWrJ2R8R4kaVR4xn0WAp0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #g5do3RNm5DzhLzRShWx2TrhdTidqr48q {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #Xrw5EbuS9tk5N7S7CSLfl7Pcm2rZ8LdN {  }
 }@media only screen and (max-width: 763px) { #dW38sh5fr9ySnuHD2DOHr7VZeDDTs2VO { width:17.1875rem;height:3.4375rem;top:32rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLgKDIP2TkSg3oMKPxD5cK3rx3yX56Fk { display:block; }
 }@media only screen and (max-width: 763px) { #ztnCm3bzRSvGWoeFwaB28RF1iLTEGBm3 { width:19rem;height:3.75rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV2wLshhiHpDdo5iTbOTvQt8T1VfR6TC { display:block; }
 }@media only screen and (max-width: 763px) { #xWbuAdJ6xU4Vv1CigWWIlgkUG2DaVuH3 { width:19.375rem;height:3.125rem;top:31.625rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhuTGversxgJAskA7cFLVJuwdMfV4BB3 { display:block; }
 }@media only screen and (max-width: 763px) { #zhlIpdzxWHnOtW3HhNbBbJwe9mUMNJQy { top:12.625rem;left:0rem;width:25.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo { display:block; }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RScNKShpX4R314VADQCIG1QPtUpZu7Ip { top:2.8125rem;left:0rem;width:26.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ6Sh8RT5iJAzLtVEn8KLUMcstEM18Gb { top:2.0625rem;left:22.3125rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buw8GBMUXeX7p0i4kqZM7hl2Qn0E0IgV { top:6.625rem;left:0rem;width:32.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { display:block; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { width:38rem;height:6.1875rem;top:5.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK { width:47.75rem;height:12.6875rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }#BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK li:before{  }
 }@media only screen and (max-width: 763px) { #lITMS2JcCO94bKusfCwbFbkwBET68yVH { width:16.375rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axiNLbnPdsv4rIy1uR6eepOaas867znf { top:2.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T { display:block; }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM9H4bFCvXBmzg75Rr65n8vckg4AHZPX { top:2.8125rem;left:0rem;width:31.6875rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTn2yKI2hOcsM6E7CziTuH1d8ZUA92U0 { top:2.0625rem;left:22.3125rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvABefMZglqNWWol8XpLLgOiq39mq58 { top:6.625rem;left:0rem;width:32.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R { display:block; }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8dTelOuEIWK6enLPwk5zrgSKCuCrTMI { width:38rem;height:;top:1.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3GeNFMW47eB6bTkAVmF0fTdSr6n4wQ { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }#Ze3GeNFMW47eB6bTkAVmF0fTdSr6n4wQ li:before{  }
 }@media only screen and (max-width: 763px) { #Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk { display:block; }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgqNyCpCZGTyzxIz6ibV9Jh44hVHlamR { top:2.8125rem;left:0rem;width:26.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyQoHaPRyUbiRANHETi4rgba1TScbIS5 { top:2.0625rem;left:22.3125rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgUTGy5XkQeWDNFMOI1ukibDiB8SIIxx { top:6.625rem;left:0rem;width:32.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTGdttkmzlaCvgsZrETOXmekUw7HmBl { display:block; }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzlRGchJcxRTOs3bgyTMSIbIOsie2a7A { width:38rem;height:;top:1.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5DAp5PA3O1pKTEQeRR6FMGmJhGPMHze { width:47.75rem;height:25.75rem;top:10.5625rem;left:0rem;font-size:1.125rem;display:block; }#L5DAp5PA3O1pKTEQeRR6FMGmJhGPMHze li:before{  }
 }@media only screen and (max-width: 763px) { #M2P9BpOIgh3QRzhIIXDw3QtFcRTv0BhI { width:46.25rem;height:3.8125rem;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w { display:block; }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pr2tABmmCBARnZc8Nl2ziDvG1vJCaC6L { top:2.8125rem;left:0rem;width:29.125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Cd277puQ9Bs441To0LBJl9oMZC0aFw { top:2.0625rem;left:22.3125rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnRTyZ388VCeaLR8OSkyXDD3ZaynOklA { top:6.625rem;left:0rem;width:32.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe { display:block; }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0LtxEb8u4CoN89FNPHCWt4pF0fB9P8a { width:38rem;height:;top:1.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deRbDKISw6QISfMzXPdHqxhuCtqnUegZ { width:47.75rem;height:;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }#deRbDKISw6QISfMzXPdHqxhuCtqnUegZ li:before{  }
 }@media only screen and (max-width: 763px) { #Kn4ZFf2mKLG2Cx8tJMGowZsiv3H6mHJk { width:46.25rem;height:2.125rem;top:9.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGml593ZIiv784FWWozLa2fuRn3szMrp { width:46.25rem;height:2.125rem;top:22rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkkAcDHoTUqh7lTt9ik7DuFqV2ghWTs4 { width:47.75rem;height:6.3125rem;top:24.75rem;left:0rem;font-size:1.125rem;display:block; }#OkkAcDHoTUqh7lTt9ik7DuFqV2ghWTs4 li:before{  }
 }@media only screen and (max-width: 763px) { #uKSUS3eXu5fsvGRSyTGJy3r45WCoQmEo { width:47.75rem;height:4.125rem;top:35.3125rem;left:0rem;font-size:1.125rem;display:block; }#uKSUS3eXu5fsvGRSyTGJy3r45WCoQmEo li:before{  }
 }@media only screen and (max-width: 763px) { #QbUulVIqlB6KANDFTrqaNQfQVi9ygaQw { width:46.25rem;height:2.125rem;top:32.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT57AeB0cspSlZVBbpTggiRaXrk9soMf { width:47.75rem;height:4.125rem;top:44.25rem;left:0rem;font-size:1.125rem;display:block; }#JT57AeB0cspSlZVBbpTggiRaXrk9soMf li:before{  }
 }@media only screen and (max-width: 763px) { #iCwlFvO73Juo8WnHSkM11RnRVOmwisI7 { width:46.25rem;height:2.125rem;top:41.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u { display:block; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzCCTPPLvXfT5RUTedLsxIRbgGAB5tza { top:36.375rem;left:18.5rem;width:9.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXbXibi2PD8TXV4ytO3FnailHfKRzfAw { width:14.1875rem;height:3.25rem;top:35.375rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdDuKgpR1CwuQoRyK2XRa0d9UKDaqp0e { display:block; }
 }@media only screen and (max-width: 763px) { #TTH82xxT9gQT7kv79HNww6rDTN1Pcdmy { width:16.125rem;height:3.625rem;top:33rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZSOzogFnqrOcWeaT3PFqk5t3r7SxGwb { display:block; }
 }@media only screen and (max-width: 763px) { #iwbpFx6mvJJywvcwLpqiOpPUe8fnwOsz { width:30.5rem;height:1.875rem;top:40.6875rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-container { padding-top:0;padding-right:0.5625rem;padding-bottom:0;padding-left:0.5rem;vertical-align:top; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:1.1875rem;padding-left:0.125rem;display:block;width:5.375rem;height:3.9375rem;position:relative;font-family:roboto;font-size:3.9375rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.adaptive-delivery-prevent-bg, #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.lazyload, #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.lazyloading { background-image: none; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH { top:40.6875rem;left:0rem;width:26.75rem;height:3.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #tSP1IUfqKs0wLv8QJnktTscqVbWWo6CP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #MBxEt04PndkasDIVrlgylxzhA2xpmxJQ {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #Fz19HJuZPyxcP3w4awWRI6kdJR5aaPU6 {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #gF7nhvWSflgHpUQ9WzzTTOiN3kB83XuJ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #TTzF1BywDBiHoTKLfnW1RXXBLCkcLTue {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #rxAIi551zPVBcZS6KCcml40ueuZsAgVZ {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #b9zvxzu8yiCTyHWfswlbUQ3JOh8bSIUC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #mahLFaG7TG93Gw7nwtt1A333uDIQyBHa {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #wgmpT04CXdyFhQQaxM1lt2TPFg4kPfBy {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #BZtKJERr2rMofyTz58I2w7ZACHCcFTaf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #TieSyB2shlMbGX06QW1orrVg8OcfZCox {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #C9gvQeF8c55AWe39pQghlfHJ9LoNnCMD {  }
 }@media only screen and (max-width: 763px) { #A2sJVQG1AhawSUxkIZHCdaSTq6onlFNZ { width:17.1875rem;height:3.4375rem;top:32rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agF0lsAQudDMsUafs51JLvIrzWp5LJ9U { display:block; }
 }@media only screen and (max-width: 763px) { #I38lBrA7hN3agRo4NTTD4AViEmNbB8mE { top:7.9375rem;left:0rem;width:32.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA { display:block; }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9LEqFigs5JDAQyFiqz7NBDGS2J2sJE8 { top:2.8125rem;left:0rem;width:26.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLIibS3HA9TtblaMbfx0RPBNO2VL8FhP { top:2.0625rem;left:22.3125rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eM9Zql8se3IfqEoXeZEbZocg0ViFFp { top:6.625rem;left:0rem;width:32.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF { display:block; }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqCNzpz8bbP9GLfsqmDzZzVFRLcMyOvW { width:29rem;height:6.1875rem;top:2.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TGymp919LDcsF6Sy9XatROzy59xRxm { width:47.75rem;height:;top:12.375rem;left:0rem;font-size:1.125rem;display:block; }#O6TGymp919LDcsF6Sy9XatROzy59xRxm li:before{  }
 }@media only screen and (max-width: 763px) { #IIi9E9SkHuqRZAu1VbJpIAlThD9UTETO { width:46.25rem;height:1.875rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SToGrqm98fZSc9vFIn93NTAawnhmET8X { display:block; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOmFVzEJIiyNOanIlJsmdcFf18svQPrI { top:36.375rem;left:18.5rem;width:9.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOyOZkmdmxHH9OxaLPa0tZK0UdZJL3L5 { width:14.1875rem;height:3.25rem;top:35.375rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaSvMXqWAdF3yRaBlmdLdOQAkvEMzDuF { display:block; }
 }@media only screen and (max-width: 763px) { #sngclHbI0g97ZDOgxn2cGdLbf512yTdu { width:16.125rem;height:3.625rem;top:33rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQCP8QdtMvk2quaqmG273qTewwbO7wsV { display:block; }
 }@media only screen and (max-width: 763px) { #cR2Lmx068mvVk0EkaZsI6mpxO3tsyqqP { width:30.5rem;height:1.875rem;top:40.6875rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-container { padding-top:0;padding-right:0.5625rem;padding-bottom:0;padding-left:0.5rem;vertical-align:top; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:1.1875rem;padding-left:0.125rem;display:block;width:5.375rem;height:3.9375rem;position:relative;font-family:roboto;font-size:3.9375rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.adaptive-delivery-prevent-bg, #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.lazyload, #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.lazyloading { background-image: none; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt { top:40.6875rem;left:0rem;width:26.75rem;height:3.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #WJbv8nkKVbZ09vQszVnaTJddr1Bh7M2E { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #lGnExrwN1hdOBH6mwut1BCdNQZF6nyZI {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #i2TCIgmggcvzcVGnnJv0ygTw5KBb4HTV {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #NlAx5T6snfdUIdAh25ISrh3UkkPs3RD7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #fNm9oI6so3XW2JHdbWHxNTtoSE2qSLdN {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #HKNxt5IBOWhMoHv3lO020mSKtuedVmaZ {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #VQPU9ao1JqwFmtLncCTIzWqmvRNTSrqG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #cbGRmPDzqW86Ehyk1aTf2XcsdSO65iWo {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #actbFJTaP54FkLvzm5rSJJOoOtEnLsGO {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #JCUPD9tcVvOTmR1PxexuBEIr311BKB5T { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #vyiaMcN8KGApgRZ94VRgQ34dABIsShwq {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #f7AU7vF42Tf8dptyEIG6GaESzBNQSt0N {  }
 }@media only screen and (max-width: 763px) { #hp5C1TIIMFFy18vbcvqDm7hFxyduZKJB { width:17.1875rem;height:3.4375rem;top:32rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6V541oH4neROFeaI9K8pPaRTQiJXgRV { display:block; }
 }@media only screen and (max-width: 763px) { #nC8e1i0qcyZ87GWP7P0NDbPmGyzsqOFi { top:6.4375rem;left:0rem;width:31.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 { display:block; }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEoORofs4y4ELcmQKX926eHunWy45JwP { top:2.8125rem;left:0rem;width:29.8125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8sDrEAnzddnww85cNw3oKyE95DVmfFW { top:2.0625rem;left:22.3125rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaX034GlkZ97GoJsEBnvRIrOfmwxFug { top:6.625rem;left:0rem;width:32.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t { display:block; }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGNB2LXWgUEbRuKVyGzGiqPCEuDlCgDB { width:29rem;height:;top:2.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWMHsUdWIsZKeymqTAqJI73uobs4pg1q { width:47.75rem;height:14.3125rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }#NWMHsUdWIsZKeymqTAqJI73uobs4pg1q li:before{  }
 }@media only screen and (max-width: 763px) { #sPkOSlder5X5ffEO9zutquAhEmT9Niw0 { width:46.25rem;height:1.875rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh { display:block; }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDkdQzPX11LeNomKkiHZa2CBBxfV4562 { top:3rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCnCW7g1HVCQT7zzEV4DLXZfirnE44tH { width:15.9375rem;height:3.3125rem;top:9.1875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFP5RR1ndSJxet99C45rumGUhPShOLPt { display:block; }
 }@media only screen and (max-width: 763px) { #CRWmc0OsSatBc1o1kguMZGX9G7KPPqW1 { width:15.9375rem;height:3.4375rem;top:9.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I29r2EhpGwxVbicZrKJ0pcXVSn7S7McM { display:block; }
 }@media only screen and (max-width: 763px) { #vk9wToPsnAhBAyvXeD9JQR0Ez6uNf46L { display:block; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #vk9wToPsnAhBAyvXeD9JQR0Ez6uNf46L > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hZ37QvOahZGy70V4FnJQwbHxquflaTcf { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf { border-width: 0; border-radius: 0; }#hZ37QvOahZGy70V4FnJQwbHxquflaTcf > .row .container { width:20rem;height:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat { background-color:rgba(0,49,105,0.6);background-image:url("https://images.assets-landingi.com/uc/db768519-3e59-416d-9c87-2bdac9d60055/AgilityIntelligenceReports.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat.adaptive-delivery-prevent-bg, #eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat.lazyload, #eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat.lazyloading { background-image: none; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container { background-color: transparent; background-image: none; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container > .video-iframe-container { display: none; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row > .video-iframe-container { display: none; }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .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); }#eJLe5kwIOQo2lcOHmXxZZ79MfTxBMlat > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxCGS1kVpWIavRBa89cAnhyMkEwBrcgc { width:19.5rem;height:9.975rem;top:17.362499237061rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BgcldxCuLbfG8f74Ull4zzVCqWHGmPSP { width:9.125rem;height:2.375rem;top:20.4375rem;left:0.0625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #NVimdVMF1m9XV5c83N9ZO2WP8d0xHeEu { width:17.1875rem;height:3.125rem;top:29.9375rem;left:1.40625rem;font-size:1.25rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -moz-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -ms-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -o-linear-gradient(159deg, #0de3ff, #25a9e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de3ff', endColorstr='#25a9e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de3ff', endColorstr='#25a9e0' );";background-image: linear-gradient(159deg, #0de3ff, #25a9e0);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #W8sBZ4AuBbWcmLAho3ubVTRTQPTt3IEJ { display:block; }
 }@media only screen and (max-width: 763px) { #FciWx1UGedhUXwg7JCstGG5EgDTArwmB { width:16.125rem;height:3.625rem;top:16.997894287109rem;left:1.9375rem;font-size:1.5rem;background-color:#5ab8e8;background-image:none;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #gs4ZB1XK2Dv4sdSQz78D35gcHZ9FytgX { display:block; }
 }@media only screen and (max-width: 763px) { #X8T560qqbTboqFqC2essNKVTlMC8FgBz { width:20rem;height:auto;top:40.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-container { padding-top:0;padding-right:0.375rem;padding-bottom:0;padding-left:0.3125rem;vertical-align:top; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0.8125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:2.6875rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.adaptive-delivery-prevent-bg, #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.lazyload, #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-number.lazyloading { background-image: none; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v { top:40.6875rem;left:10rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #w9lyGmpdoELTmbz6aTxUDncBDbLoWpwK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #OgCLgAHlzsx6r2lPAfKO7qXvV30Q2Tll {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #IKDskHKnTPdHR2zlsIeCMbd4Os4y7GGw {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #iB8XxJRrLm4PETGX0ev58x913ONXQrxl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #tJaoGvCvFerTe9bwXwZANsK57VUp7T4K {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #XkvZ8ZEq3hdB5SFNl1QIaXo0TuT333Rk {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #ee7W6PN87W11mhf6ViCEczUOdSDguhZu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #KMSX3moCRTQZvBGTMNCQzxKerkGE7Tmw {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #dp9CyiwLOnRATZlLlNUMQvxk0aeuTs40 {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #aDSBNQxaaw6AWrJ2R8R4kaVR4xn0WAp0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #g5do3RNm5DzhLzRShWx2TrhdTidqr48q {  }
 }@media only screen and (max-width: 763px) { #eSHCtaIcIBGeKWSpwUMynUfVxB8bnJ4v #Xrw5EbuS9tk5N7S7CSLfl7Pcm2rZ8LdN {  }
 }@media only screen and (max-width: 763px) { #dW38sh5fr9ySnuHD2DOHr7VZeDDTs2VO { width:17.1875rem;height:3.4375rem;top:32rem;left:1.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLgKDIP2TkSg3oMKPxD5cK3rx3yX56Fk { display:block; }
 }@media only screen and (max-width: 763px) { #ztnCm3bzRSvGWoeFwaB28RF1iLTEGBm3 { width:17.40625rem;height:3.28125rem;top:25.75rem;left:1.3125rem;font-size:1.375rem;background-color:#08c0ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #eV2wLshhiHpDdo5iTbOTvQt8T1VfR6TC { display:block; }
 }@media only screen and (max-width: 763px) { #xWbuAdJ6xU4Vv1CigWWIlgkUG2DaVuH3 { width:17.1875rem;height:3.4375rem;top:29.4375rem;left:1.40625rem;font-size:1.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #08c0ea, #0c71a3);background-image: -moz-linear-gradient(125deg, #08c0ea, #0c71a3);background-image: -ms-linear-gradient(125deg, #08c0ea, #0c71a3);background-image: -o-linear-gradient(125deg, #08c0ea, #0c71a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c0ea', endColorstr='#0c71a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c0ea', endColorstr='#0c71a3' );";background-image: linear-gradient(125deg, #08c0ea, #0c71a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #VhuTGversxgJAskA7cFLVJuwdMfV4BB3 { display:block; }
 }@media only screen and (max-width: 763px) { #zhlIpdzxWHnOtW3HhNbBbJwe9mUMNJQy { width:17.4375rem;height:6.625rem;top:9.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo { display:block; }#CBwmQ0JsA2M68R5BCfb8fUoknXR7zhvo > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RScNKShpX4R314VADQCIG1QPtUpZu7Ip { width:17.0625rem;height:2.175rem;top:1.5rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uJ6Sh8RT5iJAzLtVEn8KLUMcstEM18Gb { width:5.25rem;height:5.25rem;top:0rem;left:14.75rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buw8GBMUXeX7p0i4kqZM7hl2Qn0E0IgV { width:20rem;height:0.125rem;top:4.3708343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { display:block; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { width:20rem;height:5.85rem;top:4.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK { width:19.0625rem;height:31.625rem;top:11.987499237061rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK li:before{  }
 }@media only screen and (max-width: 763px) { #lITMS2JcCO94bKusfCwbFbkwBET68yVH { width:11.6875rem;height:1.4625rem;top:2.220832824707rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axiNLbnPdsv4rIy1uR6eepOaas867znf { display:flex;width:1.5625rem;height:1.5625rem;top:2.1708374023438rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T { display:block; }#CsA9hsFB3KOzTV2ctUVld6ND7qefAF5T > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM9H4bFCvXBmzg75Rr65n8vckg4AHZPX { width:15.5rem;height:3.9875rem;top:0.6875rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dTn2yKI2hOcsM6E7CziTuH1d8ZUA92U0 { width:5.25rem;height:5.25rem;top:0rem;left:14.75rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvABefMZglqNWWol8XpLLgOiq39mq58 { width:20rem;height:0.125rem;top:5.0583343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R { display:block; }#Uv2W7tu3q0vmO0uoNeI7paegWbpTsH3R > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8dTelOuEIWK6enLPwk5zrgSKCuCrTMI { width:20rem;height:1.95rem;top:2.0625019073486rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3GeNFMW47eB6bTkAVmF0fTdSr6n4wQ { width:19.0625rem;height:29.625rem;top:5.2374992370606rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#Ze3GeNFMW47eB6bTkAVmF0fTdSr6n4wQ li:before{  }
 }@media only screen and (max-width: 763px) { #Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk { display:block; }#Xv0UDHS6VthQgDvoVM961Mnz3A4iLDJk > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgqNyCpCZGTyzxIz6ibV9Jh44hVHlamR { width:17.0625rem;height:2.175rem;top:1.5rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NyQoHaPRyUbiRANHETi4rgba1TScbIS5 { width:5.25rem;height:5.25rem;top:0rem;left:14.75rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgUTGy5XkQeWDNFMOI1ukibDiB8SIIxx { width:20rem;height:0.125rem;top:4.2458343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTGdttkmzlaCvgsZrETOXmekUw7HmBl { display:block; }#rCTGdttkmzlaCvgsZrETOXmekUw7HmBl > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzlRGchJcxRTOs3bgyTMSIbIOsie2a7A { width:20rem;height:1.95rem;top:2.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L5DAp5PA3O1pKTEQeRR6FMGmJhGPMHze { width:19.0625rem;height:41.625rem;top:14.487499237061rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#L5DAp5PA3O1pKTEQeRR6FMGmJhGPMHze li:before{  }
 }@media only screen and (max-width: 763px) { #M2P9BpOIgh3QRzhIIXDw3QtFcRTv0BhI { width:18.75rem;height:8.4375rem;top:4.9874992370606rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w { display:block; }#ygsyMt7Vo4vVmfOGFnIP1MLn5FeNxW5w > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pr2tABmmCBARnZc8Nl2ziDvG1vJCaC6L { width:16.5625rem;height:3.9875rem;top:0.4375rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D8Cd277puQ9Bs441To0LBJl9oMZC0aFw { width:5.25rem;height:5.25rem;top:0rem;left:14.75rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnRTyZ388VCeaLR8OSkyXDD3ZaynOklA { width:20rem;height:0.125rem;top:4.7458343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe { display:block; }#phVrZOmw2tTPKEB9nGMbCpOfXMAPNOfe > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0LtxEb8u4CoN89FNPHCWt4pF0fB9P8a { width:20rem;height:5.85rem;top:2.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #deRbDKISw6QISfMzXPdHqxhuCtqnUegZ { width:19.0625rem;height:22.875rem;top:11.937498092651rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#deRbDKISw6QISfMzXPdHqxhuCtqnUegZ li:before{  }
 }@media only screen and (max-width: 763px) { #Kn4ZFf2mKLG2Cx8tJMGowZsiv3H6mHJk { width:18.75rem;height:1.6875rem;top:9.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TGml593ZIiv784FWWozLa2fuRn3szMrp { width:20rem;height:3.375rem;top:36.737499237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OkkAcDHoTUqh7lTt9ik7DuFqV2ghWTs4 { width:19.125rem;height:17.5rem;top:41.049999237061rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#OkkAcDHoTUqh7lTt9ik7DuFqV2ghWTs4 li:before{  }
 }@media only screen and (max-width: 763px) { #uKSUS3eXu5fsvGRSyTGJy3r45WCoQmEo { width:19.25rem;height:10.4375rem;top:62.737499237063rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#uKSUS3eXu5fsvGRSyTGJy3r45WCoQmEo li:before{  }
 }@media only screen and (max-width: 763px) { #QbUulVIqlB6KANDFTrqaNQfQVi9ygaQw { width:20rem;height:1.6875rem;top:60.487499237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JT57AeB0cspSlZVBbpTggiRaXrk9soMf { width:19.1875rem;height:12.125rem;top:76.987499237062rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#JT57AeB0cspSlZVBbpTggiRaXrk9soMf li:before{  }
 }@media only screen and (max-width: 763px) { #iCwlFvO73Juo8WnHSkM11RnRVOmwisI7 { width:20rem;height:1.6875rem;top:74.674999237062rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/732b7cbd-bf8a-47c0-a054-35cf19aa89c7/AgilityComplianceCompass.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u.adaptive-delivery-prevent-bg, #gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u.lazyload, #gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u.lazyloading { background-image: none; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container { background-color: transparent; background-image: none; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,49,105,0.65); }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container > .video-iframe-container { display: none; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,49,105,0.65); }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row > .video-iframe-container { display: none; }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .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); }#gliPXCsNbIOC63dV4JruF0vqA6d7Bf2u > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzCCTPPLvXfT5RUTedLsxIRbgGAB5tza { width:9.125rem;height:2.375rem;top:20.4375rem;left:0.0625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #HXbXibi2PD8TXV4ytO3FnailHfKRzfAw { width:17.1875rem;height:3.125rem;top:29.9375rem;left:1.40625rem;font-size:1.25rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -moz-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -ms-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -o-linear-gradient(159deg, #0de3ff, #25a9e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de3ff', endColorstr='#25a9e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de3ff', endColorstr='#25a9e0' );";background-image: linear-gradient(159deg, #0de3ff, #25a9e0);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rdDuKgpR1CwuQoRyK2XRa0d9UKDaqp0e { display:block; }
 }@media only screen and (max-width: 763px) { #TTH82xxT9gQT7kv79HNww6rDTN1Pcdmy { width:16.125rem;height:3.625rem;top:16.997894287109rem;left:1.9375rem;font-size:1.5rem;background-color:#5ab8e8;background-image:none;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #uZSOzogFnqrOcWeaT3PFqk5t3r7SxGwb { display:block; }
 }@media only screen and (max-width: 763px) { #iwbpFx6mvJJywvcwLpqiOpPUe8fnwOsz { width:20rem;height:auto;top:40.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-container { padding-top:0;padding-right:0.375rem;padding-bottom:0;padding-left:0.3125rem;vertical-align:top; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0.8125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:2.6875rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.adaptive-delivery-prevent-bg, #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.lazyload, #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-number.lazyloading { background-image: none; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH { top:40.6875rem;left:10rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #tSP1IUfqKs0wLv8QJnktTscqVbWWo6CP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #MBxEt04PndkasDIVrlgylxzhA2xpmxJQ {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #Fz19HJuZPyxcP3w4awWRI6kdJR5aaPU6 {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #gF7nhvWSflgHpUQ9WzzTTOiN3kB83XuJ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #TTzF1BywDBiHoTKLfnW1RXXBLCkcLTue {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #rxAIi551zPVBcZS6KCcml40ueuZsAgVZ {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #b9zvxzu8yiCTyHWfswlbUQ3JOh8bSIUC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #mahLFaG7TG93Gw7nwtt1A333uDIQyBHa {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #wgmpT04CXdyFhQQaxM1lt2TPFg4kPfBy {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #BZtKJERr2rMofyTz58I2w7ZACHCcFTaf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #TieSyB2shlMbGX06QW1orrVg8OcfZCox {  }
 }@media only screen and (max-width: 763px) { #vcRTxRHIWXiZ0iqmJ5lOgZmZFilW0mKH #C9gvQeF8c55AWe39pQghlfHJ9LoNnCMD {  }
 }@media only screen and (max-width: 763px) { #A2sJVQG1AhawSUxkIZHCdaSTq6onlFNZ { width:17.1875rem;height:3.4375rem;top:32rem;left:1.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #agF0lsAQudDMsUafs51JLvIrzWp5LJ9U { display:block; }
 }@media only screen and (max-width: 763px) { #I38lBrA7hN3agRo4NTTD4AViEmNbB8mE { width:18.8125rem;height:5.25rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA { display:block; }#MedWZ7XkIJTAO7E0qCSGDzdRxWfEBgNA > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9LEqFigs5JDAQyFiqz7NBDGS2J2sJE8 { width:17.0625rem;height:2.175rem;top:1.5rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WLIibS3HA9TtblaMbfx0RPBNO2VL8FhP { width:5.25rem;height:5.25rem;top:0rem;left:14.75rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eM9Zql8se3IfqEoXeZEbZocg0ViFFp { width:20rem;height:0.125rem;top:4.2458343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF { display:block; }#AZ9Ryds5pEmztIvwTUU7zcCtNidbTyzF > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqCNzpz8bbP9GLfsqmDzZzVFRLcMyOvW { width:20rem;height:3.9rem;top:2.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O6TGymp919LDcsF6Sy9XatROzy59xRxm { width:19.3125rem;height:20.125rem;top:12.112499237061rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#O6TGymp919LDcsF6Sy9XatROzy59xRxm li:before{  }
 }@media only screen and (max-width: 763px) { #IIi9E9SkHuqRZAu1VbJpIAlThD9UTETO { width:18.75rem;height:3.375rem;top:7.6749992370606rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SToGrqm98fZSc9vFIn93NTAawnhmET8X { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e3db5ec-51a4-4164-b45c-57cce29daa18/AgilityProducerSupport1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X.adaptive-delivery-prevent-bg, #SToGrqm98fZSc9vFIn93NTAawnhmET8X.lazyload, #SToGrqm98fZSc9vFIn93NTAawnhmET8X.lazyloading { background-image: none; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container { background-color: transparent; background-image: none; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,49,105,0.72); }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container > .video-iframe-container { display: none; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,49,105,0.72); }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row > .video-iframe-container { display: none; }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .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); }#SToGrqm98fZSc9vFIn93NTAawnhmET8X > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOmFVzEJIiyNOanIlJsmdcFf18svQPrI { width:9.125rem;height:2.375rem;top:20.4375rem;left:0.0625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #iOyOZkmdmxHH9OxaLPa0tZK0UdZJL3L5 { width:17.1875rem;height:3.125rem;top:29.9375rem;left:1.40625rem;font-size:1.25rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -moz-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -ms-linear-gradient(159deg, #0de3ff, #25a9e0);background-image: -o-linear-gradient(159deg, #0de3ff, #25a9e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de3ff', endColorstr='#25a9e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0de3ff', endColorstr='#25a9e0' );";background-image: linear-gradient(159deg, #0de3ff, #25a9e0);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UaSvMXqWAdF3yRaBlmdLdOQAkvEMzDuF { display:block; }
 }@media only screen and (max-width: 763px) { #sngclHbI0g97ZDOgxn2cGdLbf512yTdu { width:16.125rem;height:3.625rem;top:16.997894287109rem;left:1.9375rem;font-size:1.5rem;background-color:#5ab8e8;background-image:none;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #xQCP8QdtMvk2quaqmG273qTewwbO7wsV { display:block; }
 }@media only screen and (max-width: 763px) { #cR2Lmx068mvVk0EkaZsI6mpxO3tsyqqP { width:20rem;height:auto;top:40.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-container { padding-top:0;padding-right:0.375rem;padding-bottom:0;padding-left:0.3125rem;vertical-align:top; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0.8125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:2.6875rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.adaptive-delivery-prevent-bg, #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.lazyload, #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-number.lazyloading { background-image: none; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt { top:40.6875rem;left:10rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #WJbv8nkKVbZ09vQszVnaTJddr1Bh7M2E { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #lGnExrwN1hdOBH6mwut1BCdNQZF6nyZI {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #i2TCIgmggcvzcVGnnJv0ygTw5KBb4HTV {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #NlAx5T6snfdUIdAh25ISrh3UkkPs3RD7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #fNm9oI6so3XW2JHdbWHxNTtoSE2qSLdN {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #HKNxt5IBOWhMoHv3lO020mSKtuedVmaZ {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #VQPU9ao1JqwFmtLncCTIzWqmvRNTSrqG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #cbGRmPDzqW86Ehyk1aTf2XcsdSO65iWo {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #actbFJTaP54FkLvzm5rSJJOoOtEnLsGO {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #JCUPD9tcVvOTmR1PxexuBEIr311BKB5T { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #vyiaMcN8KGApgRZ94VRgQ34dABIsShwq {  }
 }@media only screen and (max-width: 763px) { #E02RwTe4TZnz1AuO1bFRzmDefIx0qSTt #f7AU7vF42Tf8dptyEIG6GaESzBNQSt0N {  }
 }@media only screen and (max-width: 763px) { #hp5C1TIIMFFy18vbcvqDm7hFxyduZKJB { width:17.1875rem;height:3.4375rem;top:32rem;left:1.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6V541oH4neROFeaI9K8pPaRTQiJXgRV { display:block; }
 }@media only screen and (max-width: 763px) { #nC8e1i0qcyZ87GWP7P0NDbPmGyzsqOFi { width:18rem;height:6.625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 { display:block; }#rymHQF6dzdTsD7sXNQgw6T1tTLIpmGc3 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEoORofs4y4ELcmQKX926eHunWy45JwP { width:12.75rem;height:3.9875rem;top:0.625rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m8sDrEAnzddnww85cNw3oKyE95DVmfFW { width:5.25rem;height:5.25rem;top:0rem;left:14.75rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaX034GlkZ97GoJsEBnvRIrOfmwxFug { width:20rem;height:0.125rem;top:4.9958190917969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t { display:block; }#CeC6Olk2H9HKWATXXkrdt5N8temFlQ1t > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGNB2LXWgUEbRuKVyGzGiqPCEuDlCgDB { width:20rem;height:1.95rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NWMHsUdWIsZKeymqTAqJI73uobs4pg1q { width:19.0625rem;height:26.25rem;top:8.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }#NWMHsUdWIsZKeymqTAqJI73uobs4pg1q li:before{  }
 }@media only screen and (max-width: 763px) { #sPkOSlder5X5ffEO9zutquAhEmT9Niw0 { width:18.125rem;height:3.375rem;top:4.6124877929688rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh { display:block; }#PNJvLUm4koigGsv2gdfNdRBWMNXDLgFh > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDkdQzPX11LeNomKkiHZa2CBBxfV4562 { width:19.375rem;height:5.3625rem;top:3.1875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCnCW7g1HVCQT7zzEV4DLXZfirnE44tH { width:17.0625rem;height:3.3125rem;top:14.6875rem;left:1.46875rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZFP5RR1ndSJxet99C45rumGUhPShOLPt { display:block; }
 }@media only screen and (max-width: 763px) { #CRWmc0OsSatBc1o1kguMZGX9G7KPPqW1 { width:17.1875rem;height:3.4375rem;top:9.875rem;left:1.4375rem;font-size:1.25rem;background-color:#003169;background-image:none;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;display:block; }
 }@media only screen and (max-width: 763px) { #I29r2EhpGwxVbicZrKJ0pcXVSn7S7McM { display:block; }
 }@media only screen and (max-width: 763px) { #vk9wToPsnAhBAyvXeD9JQR0Ez6uNf46L { position:relative;z-index:auto;display:block; } #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection *:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="text"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="email"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection input[type="tel"]:focus-visible, #auhDZaCJxXozXqGV8eRMMfJLIJe7TXyB.widget-smartsection textarea:focus-visible { outline: none; } #vk9wToPsnAhBAyvXeD9JQR0Ez6uNf46L > .row .container { position:relative;display:block; } }