.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,237,221;--color-primary-1:251,194,143;--color-primary-2:246,133,31;--color-primary-3:123,67,16;--color-primary-4:37,20,5;--color-secondary-0:247,224,224;--color-secondary-1:228,150,152;--color-secondary-2:201,45,49;--color-secondary-3:101,23,25;--color-secondary-4:30,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:51,51,51;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;background-color:#fafafa;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; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { background-color: transparent; background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .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); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { border-width: 0; border-radius: 0; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.8125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#yhze4nGJ7QZodo97h4EcV5Qkb4shv2At { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.90625rem;left:65.75rem;display:block; }
#oTtePXGyA09SN3uKiQgN4ORkGydgb33s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASKJkwISgMbxaN429A90K4RfZ30beILC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d86b07;border-left:0.125rem solid #d86b07;border-right:0.125rem solid #d86b07;border-bottom:0.125rem solid #d86b07;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#d86b07;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2rem;left:51.25rem;display:block; }
#tAsmJtAAoRrc41tVTiJliCQxpTcdKa4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWhxvAHLypsONFZVRgL8LUiseE2MDcb9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1875rem;left:40.125rem;display:block; }
#mTzOPxwPU7B4SAr5TLIRPGXpXQL3IWwM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQNx9FTkBeSOTl0Tz7e8ltTKPeOd6fpi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.1875rem;left:35.25rem;display:block; }
#L8cQIRrJyh0g1CZt57L1otN2XTFiqdFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJfqGp9f9cpgVApxcqbiH44XBVyUMm7W { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.1875rem;left:29.4375rem;display:block; }
#J13pqQwFksJMZil7K7NcrSyksT09W5KM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iChHbKsT9Xb6WoN14kNTFxh43halPxSn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#3f3f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1875rem;left:25.5rem;display:block; }
#aa1PJz44vQnMbLMXcwEGO8xs6JSAgS5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/I9aByJy8/Hero_bg_new_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.adaptive-delivery-prevent-bg, #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.lazyload, #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.lazyloading { background-image: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { background-color: transparent; background-image: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container > .video-iframe-container { display: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container { display: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .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); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { border-width: 0; border-radius: 0; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#KO4AqJwN6s4qRM7p0ofnIqO6rG8hoHzz { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:23.375rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yeX9cAq1Z2tAz97P3F7821Z2tTrfTtq7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,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(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.875rem;left:0rem;display:block; }
#uLvAyDGaFUoMlnut3L08yyG0qsOunZzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNRJU9FZUc6n7M6kHmvibiRLlQ4N1Z9w { background-color:rgba(var(--color-tertiary-0),0.21);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,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(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.875rem;left:21.25rem;display:block; }
#VaLZlpy9rzenq0vTTSQHDEOGgyQh5B8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHgTHFE1K3EXo6CkUrpAuJaWdUq2Ko7V { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:15.0625rem;left:0rem;height:6.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { background-color: transparent; background-image: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .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); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { border-width: 0; border-radius: 0; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#zi3T90UL779aAry81PfSq6PCuzZdwH5W { color:#3e3e3d;display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:9.125rem;left:40.8125rem;height:4.21875rem;font-style:normal;display:block; }
#prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:33rem;left:40.8125rem;display:block; }
#XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JOZfJSWuoWE3dQRIftoR1sgbbcy0IXcZ { color:#3e3e3d;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:40.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q3MTkT7fJNDz16D0lhABVbvIz63vGNOJ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:9.375rem;top:15.8125rem;left:40.8125rem;display:block; }
#ngWnawqZhykLxmTE8oykK9x10Sd622FW { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:25.21875rem;left:43.9375rem;overflow:hidden;display:block; }
#m0wz0XuTZInmMe3Lt5oBC5965Inozwhg { color:#3e3e3d;display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:17.5rem;left:42.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oL2TVqeNAMnKWqU3eHc8PGq03wV3VvCP { color:#050b26;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:20.75rem;left:42.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvOHPu2RCALpCRxttDaKdKQMDvoAPkAt { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:9.375rem;top:15.8125rem;left:51.6875rem;display:block; }
#TnCvHQLV7ys9cLLXkbXgPRwwrRRX9xHQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:25.21875rem;left:54.6875rem;overflow:hidden;display:block; }
#kJWROCbTStSOvvdhPLv9nMiFn08DD1EI { color:#050b26;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:20.75rem;left:52.125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gesd3Jcf6kx9neDxXcCGRlARkM73Q275 { color:#3e3e3d;display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.5rem;left:53rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eutXAGUE7udwAZUvBQEWNT3CC60u38i7 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:25.21875rem;left:65.65625rem;overflow:hidden;display:block; }
#ieZE9Nx5iTbvZz2GV2rTDEF7HuU9qbJG { color:#050b26;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:20.75rem;left:64.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPcWsNo5NJ81Db3GVavw0DN7XQ41ZbOU { color:#3e3e3d;display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.5rem;left:63.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZLza5EtDU0zOaUzEliDT9VTmenTgtXpH { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:9.375rem;top:15.8125rem;left:62.53125rem;display:block; }
#HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { position:absolute;display:block;z-index:15015;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:40rem;width:40rem;top:0.0625rem;left:-7.5rem;overflow:hidden;display:block; }
#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zgjXpIhL/17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz.adaptive-delivery-prevent-bg, #CCbA7uLWK250lx20ctueT1K6HgGi5Ryz.lazyload, #CCbA7uLWK250lx20ctueT1K6HgGi5Ryz.lazyloading { background-image: none; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container { background-color: transparent; background-image: none; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container > .video-iframe-container { display: none; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row > .video-iframe-container { display: none; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .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); }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container { border-width: 0; border-radius: 0; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container { font-size:0.875rem;font-family:arial;height:135.8125rem;width:75rem;position:relative;display:block; }#CgTppDXTzAMmArU5vFvs5XsAwO4AzD0a { color:#3e3e3d;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:75.25rem;left:42.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aX35WtDlndaEnMECpeTvDLfh0rB4O2Qq { color:#3e3e3d;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:81.4375rem;left:42.125rem;height:4.21875rem;font-style:normal;display:block; }
#saG7ZAsT5yAxkPvnfirxhLameQeU6zhg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:35.1875rem;top:72.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#rmJTMcl7Z6UGTshTfn73ts83NrGl9XIt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:88.75rem;left:42.125rem;display:block; }
#T8ZCzwUXOC3UrCyVRh4RLHWmlrHTkp8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETvbTF4cRTCNrbK3ppdRNO7qRL97f5Jv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:38.1875rem;top:38.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#OiByAAwizLaebGn8BUkQbnbnm8yHP5Qs { color:#3e3e3d;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:44.0625rem;left:4.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ELr0IIvnMtyxg5dPFa5m3TdPRwe2TD1B { color:#3e3e3d;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:50.25rem;left:4.75rem;height:5.625rem;font-style:normal;display:block; }
#UAacMddeh6CEyi0yFCexcnx2988Q4tut { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:57.4375rem;left:4.75rem;display:block; }
#SE5B2oRpdJA96SKCttIzCr8nJS4g0sWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rFDGkNvTnv711J22rN8e4CuURiKCL5dg { color:#3e3e3d;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:104.75rem;left:4.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AuhIES4aqumGcx7zMNIDFsQvPfcAF4zp { color:#3e3e3d;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:110.9375rem;left:4.8125rem;height:4.21875rem;font-style:normal;display:block; }
#ZRfN5lKt0ZT4qUl1x4LtIUaynL1gI3T7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:36.3125rem;top:96.1875rem;left:38.09375rem;overflow:hidden;display:block; }
#GhxE1ei6s7BzzBz4mUKUpxkTwlTU5J7T { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:118.25rem;left:4.8125rem;display:block; }
#BAruPo0DgE6wNXTkqfqRsublHVxN6p91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qADmqpmmtIeIa2lHUAVUeVdBIk5yeQE8 { color:#3e3e3d;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:41.3125rem;height:4.21875rem;font-style:normal;display:block; }
#ovSiLQu15aWB52CvRuSuutrDPZG9h8Om { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.5625rem;left:41.3125rem;display:block; }
#XgF6chZXdElpxCdXeuiTN0LEUluIon88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gOtu0BsI3KrBDdzdbID2WJgJTeKAenmA { color:#3e3e3d;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:41.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VE97Z9BU6kk5trIN4zud4gaFeyvctKDs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:37.0625rem;top:2.25rem;left:0.21875rem;overflow:hidden;display:block; }
#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { background-color: transparent; background-image: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container > .video-iframe-container { display: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { display: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .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); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { border-width: 0; border-radius: 0; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#aszGu7lzH6xoDTSme1Vroaz3Fbb5Zkdv { color:#3e3e3d;display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:6.0625rem;left:7.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V8m3Ppp3rwhdRfIFJeFRJ8ok9oKmTiTV { color:#3e3e3d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:9.625rem;left:7.5rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJXRtkhKKO5Ln1L3U82HMKPg8wWI9byI { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.5rem;top:13.3125rem;left:35.25rem;display:block; }
#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/1BAQvmyF/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6.adaptive-delivery-prevent-bg, #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6.lazyload, #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6.lazyloading { background-image: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { background-color: transparent; background-image: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .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); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { border-width: 0; border-radius: 0; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { color:#3e3e3d;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:13.583984375rem;left:4.09375rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hStvTVBNcd01tVTvSqP9r1CM1WxJC2oM { color:#050b26;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.5625rem;left:4.3125rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVQu1h5xGHK9vT6ISuwH5OSTTRmXybS0 { color:#050b26;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:17.5625rem;left:28.59375rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbBlVHELnZnbRHeaG0rfQLGWfFXvuGt6 { color:#3e3e3d;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:13.583984375rem;left:31.0625rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qW2O17pPlkm2fdzi7p5GCTkguO9CU5Wa { color:#050b26;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.5625rem;left:54.3125rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IvNWMIbqPwui8T44mOzCuNTwiDnrFey0 { color:#3e3e3d;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:13.583984375rem;left:57.53125rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#end4n1IXGONZnq3P4MJl5UrovRSGINlQ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0f70b8;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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:24.0625rem;width:23.125rem;top:0rem;left:1rem;display:block; }
#UCxg1RIMd1S91n2xDIinUgL6NM8BRLuX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0f70b8;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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:24.0625rem;width:23.125rem;top:0rem;left:25.9375rem;display:block; }
#oUBmyiq6ALoz9w5g1lS834pcKyiGIW3b { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0f70b8;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.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:24.0625rem;width:23.125rem;top:0rem;left:50.9375rem;display:block; }
#zwS5gSZFf97eLWqqmdrrLJJXWWahqVo7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:7.8125rem;overflow:hidden;display:block; }
#ap4JQdOA7mxDz95BhP1TA4rVq2bAFaaF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:32.8125rem;overflow:hidden;display:block; }
#XD2AAbtu10VkbzNEVfJ4u4IDnqaBA3JL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:57.8125rem;overflow:hidden;display:block; }
#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW { 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; }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row .container { background-color: transparent; background-image: none; }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row .container > .video-iframe-container { display: none; }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row > .video-iframe-container { display: none; }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .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); }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row .container { border-width: 0; border-radius: 0; }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#RbUAb0XCpZhaVLpDOlRxdPZnKAaKclAi { color:#3e3e3d;display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1rem;left:7.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGtQJvwf0CXm3PsTVU6qJxXpPqE8sCkB { color:#3e3e3d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:4.5625rem;left:7.5rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pVoF8B1TK0Ohz1Ovugp0HRTquU0O0xXV { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.5rem;top:8.25rem;left:35.25rem;display:block; }
#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B { 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; }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row .container { background-color: transparent; background-image: none; }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row .container > .video-iframe-container { display: none; }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row > .video-iframe-container { display: none; }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .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); }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row .container { border-width: 0; border-radius: 0; }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#hflDDLvoEcFcnyRFnzgIwU80uSco0oyp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:13.25rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#lVtIE1Q12T4e8lcbWC9LDR8lGT8EU0M9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:10.75rem;top:2.125rem;left:16.625rem;overflow:hidden;display:block; }
#JKTBuD8g54HWHBgi1yRuDBe8KTd8zdeA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:13.25rem;top:1.8125rem;left:30.875rem;overflow:hidden;display:block; }
#zq6Tk5icbvtorp3LrcwL9sEHb1VcTMbK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.5625rem;top:2.375rem;left:47.40625rem;overflow:hidden;display:block; }
#K7vTcw88PZAMfczeHfPmoTXoTdUG6bZU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:1.8125rem;left:64.3125rem;overflow:hidden;display:block; }
#dR1ADUqq2O06IiP80UXF5MCvPGTUS5ls { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:13.25rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#rHwkGyvSMDQ0tqZg6J4lGu5SvitgmhKb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:11.8125rem;top:9.1875rem;left:16.09375rem;overflow:hidden;display:block; }
#aqxJENMF3GwoGeBya9ybwQVQFBFRLCrg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:13.25rem;top:9.09375rem;left:30.875rem;overflow:hidden;display:block; }
#Agqu238cP3hzW8VQapMx2uiBxc05pTDW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:9.0625rem;top:8.78125rem;left:48.65625rem;overflow:hidden;display:block; }
#W323CnqUlDFpeHFa5KErKVTnMZOVrnAU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.25rem;top:9.84375rem;left:61.75rem;overflow:hidden;display:block; }
#UFSKBiupyuIi5EXowMsQ4m0eRsZJz3Js { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:11.5rem;top:16.875rem;left:0.875rem;overflow:hidden;display:block; }
#C2a78kMd6sZw9TOqmBHmt2hfLoFaqa5a { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.5rem;top:17.3125rem;left:15.75rem;overflow:hidden;display:block; }
#qgR3rnTatI87EAbfVPBUPkdFtntGdBAI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12rem;top:16.40625rem;left:47.1875rem;overflow:hidden;display:block; }
#av7aR4G9kyv2iWIUU4CtdJHF9TToWpWw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:10.1875rem;top:15.5625rem;left:32.40625rem;overflow:hidden;display:block; }
#hcpC7mVqyqlZHEFSngIKPfTHx7L3FauT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.9375rem;top:16.625rem;left:61.75rem;overflow:hidden;display:block; }
#Utu7eS7ToO454J5Q8lsIQcmAuP5HVLsd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.9375rem;left:28.5625rem;display:block; }
#Xk4TdU3uP3rvzhc0HTs1MLBv90XvTw8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx { 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; }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row .container { background-color: transparent; background-image: none; }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row .container > .video-iframe-container { display: none; }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row > .video-iframe-container { display: none; }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .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); }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row .container { border-width: 0; border-radius: 0; }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#OROmufxuX2TaQnXIMEkfaRGBfAPRcSaq { color:#3e3e3d;display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1rem;left:7.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WIi1p0UJl8d91gAdbQMANpbtOVhERTPB { color:#3e3e3d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:4.5625rem;left:7.5rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCmSnAJTSkksBEmIAKhNtTCkRzmyLG3Z { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.5rem;top:8.25rem;left:35.25rem;display:block; }
#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr { 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; }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row .container { background-color: transparent; background-image: none; }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row .container > .video-iframe-container { display: none; }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row > .video-iframe-container { display: none; }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .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); }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row .container { border-width: 0; border-radius: 0; }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#Iky9FDcppGGWWeOE7kBz8dI07vuvEixF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:20.75rem;left:10.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzExwbwnhLWmrB2Vk7ybmrRivcNtuGvr { position:absolute;display:block;z-index:15004;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:28.75rem;top:2.6875rem;left:5.9375rem;overflow:hidden;display:block; }
#hIgX4F11K29n9kquRnFDNreb531XN124 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:20.6875rem;left:42.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4LMyyUROQ2KKemVuR8zXChIwGglEGDJ { position:absolute;display:block;z-index:15005;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:28.75rem;top:2.6875rem;left:40.125rem;overflow:hidden;display:block; }
#No4NKdgHqbhqyw7IT5Jyl69ir5rhOCqN { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:24.6875rem;left:23.1875rem;display:block; }
#S76qqrIxxWG4nc5WLmX9IlzbFJna1HXZ { color:rgba(var(--color-secondary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:25.5625rem;left:15.0625rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vX4Z0gGkx06feeya1puK7vfPmmZ8znQR { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:24.6875rem;left:57.1875rem;display:block; }
#Mr0DUsM5apabNQwJMOTc84vEHRXJV52A { color:rgba(var(--color-secondary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:25.5rem;left:49.375rem;height:1.4875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2uVN6mJDbGltL0gAbTKsVvTxImrAT5M { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:26.8125rem;width:28.75rem;top:3.3125rem;left:5.9375rem;display:block; }
#Ju2HheTxg1NF3VhIWdOL5UuKtDn5IWJ6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:26.8125rem;width:28.75rem;top:3.25rem;left:40.125rem;display:block; }
#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iqoIlpVA/Banner_Mask.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG.adaptive-delivery-prevent-bg, #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG.lazyload, #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG.lazyloading { background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { background-color: transparent; background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .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); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { border-width: 0; border-radius: 0; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:15.28125rem;height:8.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/o4546fdp/Blackbaud_Feature_Image.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8.adaptive-delivery-prevent-bg, #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8.lazyload, #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8.lazyloading { background-image: none; } #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection *:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="text"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="email"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="tel"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection textarea:focus-visible { outline: none; } #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container { background-color: transparent; background-image: none; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,84,137,0.9); }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container > .video-iframe-container { display: none; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,84,137,0.9); }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row > .video-iframe-container { display: none; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .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); }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container { border-width: 0; border-radius: 0; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { background-color: transparent; background-image: none; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container > .video-iframe-container { display: none; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row > .video-iframe-container { display: none; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .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); }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { border-width: 0; border-radius: 0; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#fsBaJihTO8FE8t00G304GiySVtJKmrON { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:1.35546875rem;left:0rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPJJFNvINXs7IvXRkx5F8ZprB13HZPKe { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:2.099609375rem;left:45.75rem;height:1.4875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { width:7.8125rem;height:3rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhze4nGJ7QZodo97h4EcV5Qkb4shv2At { width:9.25rem;height:2.5rem;top:1.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtePXGyA09SN3uKiQgN4ORkGydgb33s { display:block; }
 }@media only screen and (max-width: 763px) { #ASKJkwISgMbxaN429A90K4RfZ30beILC { width:13.375rem;height:2.5rem;top:2rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAsmJtAAoRrc41tVTiJliCQxpTcdKa4X { display:block; }
 }@media only screen and (max-width: 763px) { #gWhxvAHLypsONFZVRgL8LUiseE2MDcb9 { width:5.9375rem;height:2.1875rem;top:2.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTzOPxwPU7B4SAr5TLIRPGXpXQL3IWwM { display:block; }
 }@media only screen and (max-width: 763px) { #fQNx9FTkBeSOTl0Tz7e8ltTKPeOd6fpi { width:4.9375rem;height:2.1875rem;top:2.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8cQIRrJyh0g1CZt57L1otN2XTFiqdFF { display:block; }
 }@media only screen and (max-width: 763px) { #QJfqGp9f9cpgVApxcqbiH44XBVyUMm7W { width:5.875rem;height:2.1875rem;top:2.1875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J13pqQwFksJMZil7K7NcrSyksT09W5KM { display:block; }
 }@media only screen and (max-width: 763px) { #iChHbKsT9Xb6WoN14kNTFxh43halPxSn { width:4rem;height:2.1875rem;top:2.1875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa1PJz44vQnMbLMXcwEGO8xs6JSAgS5y { display:block; }
 }@media only screen and (max-width: 763px) { #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU { display:block; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO4AqJwN6s4qRM7p0ofnIqO6rG8hoHzz { width:32.75rem;height:4.5rem;top:23.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeX9cAq1Z2tAz97P3F7821Z2tTrfTtq7 { width:20.3125rem;height:3.125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLvAyDGaFUoMlnut3L08yyG0qsOunZzF { display:block; }
 }@media only screen and (max-width: 763px) { #uNRJU9FZUc6n7M6kHmvibiRLlQ4N1Z9w { width:10.5625rem;height:3.125rem;top:31.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaLZlpy9rzenq0vTTSQHDEOGgyQh5B8A { display:block; }
 }@media only screen and (max-width: 763px) { #BHgTHFE1K3EXo6CkUrpAuJaWdUq2Ko7V { width:37.5625rem;height:6.4375rem;top:15.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zi3T90UL779aAry81PfSq6PCuzZdwH5W { width:28.875rem;height:4.125rem;top:9.125rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { width:20.3125rem;height:3.125rem;top:33rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block; }
 }@media only screen and (max-width: 763px) { #JOZfJSWuoWE3dQRIftoR1sgbbcy0IXcZ { width:25.3125rem;height:4.875rem;top:2.875rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MTkT7fJNDz16D0lhABVbvIz63vGNOJ { width:9.375rem;height:14.0625rem;top:15.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWnawqZhykLxmTE8oykK9x10Sd622FW { width:3.125rem;height:3.125rem;top:25.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0wz0XuTZInmMe3Lt5oBC5965Inozwhg { width:6.75rem;height:3.25rem;top:17.5rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL2TVqeNAMnKWqU3eHc8PGq03wV3VvCP { width:6.3125rem;height:2.625rem;top:20.75rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvOHPu2RCALpCRxttDaKdKQMDvoAPkAt { width:9.375rem;height:14.0625rem;top:15.8125rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnCvHQLV7ys9cLLXkbXgPRwwrRRX9xHQ { width:3.125rem;height:3.125rem;top:25.1875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJWROCbTStSOvvdhPLv9nMiFn08DD1EI { width:8.4375rem;height:2.625rem;top:20.75rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gesd3Jcf6kx9neDxXcCGRlARkM73Q275 { width:6.75rem;height:3.25rem;top:17.5rem;left:32.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eutXAGUE7udwAZUvBQEWNT3CC60u38i7 { width:3.125rem;height:3.125rem;top:25.1875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieZE9Nx5iTbvZz2GV2rTDEF7HuU9qbJG { width:6.3125rem;height:2.625rem;top:20.75rem;left:41.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcWsNo5NJ81Db3GVavw0DN7XQ41ZbOU { width:6.75rem;height:3.25rem;top:17.5rem;left:41rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLza5EtDU0zOaUzEliDT9VTmenTgtXpH { width:9.375rem;height:14.0625rem;top:15.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { width:40rem;height:40rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbA7uLWK250lx20ctueT1K6HgGi5Ryz { display:block; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgTppDXTzAMmArU5vFvs5XsAwO4AzD0a { width:32.375rem;height:4.875rem;top:75.25rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX35WtDlndaEnMECpeTvDLfh0rB4O2Qq { width:29.875rem;height:4.1875rem;top:81.4375rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saG7ZAsT5yAxkPvnfirxhLameQeU6zhg { top:72.9375rem;left:0rem;width:35.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmJTMcl7Z6UGTshTfn73ts83NrGl9XIt { width:12.4375rem;height:3.125rem;top:88.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZCzwUXOC3UrCyVRh4RLHWmlrHTkp8F { display:block; }
 }@media only screen and (max-width: 763px) { #ETvbTF4cRTCNrbK3ppdRNO7qRL97f5Jv { top:38.3125rem;left:0rem;width:38.1875rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiByAAwizLaebGn8BUkQbnbnm8yHP5Qs { width:29rem;height:4.875rem;top:44.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELr0IIvnMtyxg5dPFa5m3TdPRwe2TD1B { width:29.875rem;height:5.625rem;top:50.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAacMddeh6CEyi0yFCexcnx2988Q4tut { width:12.4375rem;height:3.125rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE5B2oRpdJA96SKCttIzCr8nJS4g0sWg { display:block; }
 }@media only screen and (max-width: 763px) { #rFDGkNvTnv711J22rN8e4CuURiKCL5dg { width:32.375rem;height:4.875rem;top:104.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuhIES4aqumGcx7zMNIDFsQvPfcAF4zp { width:29.875rem;height:4.1875rem;top:110.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRfN5lKt0ZT4qUl1x4LtIUaynL1gI3T7 { top:96.1875rem;left:11.4375rem;width:36.3125rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhxE1ei6s7BzzBz4mUKUpxkTwlTU5J7T { width:12.4375rem;height:3.125rem;top:118.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAruPo0DgE6wNXTkqfqRsublHVxN6p91 { display:block; }
 }@media only screen and (max-width: 763px) { #qADmqpmmtIeIa2lHUAVUeVdBIk5yeQE8 { width:29.875rem;height:4.1875rem;top:16.375rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovSiLQu15aWB52CvRuSuutrDPZG9h8Om { width:12.4375rem;height:3.125rem;top:23.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgF6chZXdElpxCdXeuiTN0LEUluIon88 { display:block; }
 }@media only screen and (max-width: 763px) { #gOtu0BsI3KrBDdzdbID2WJgJTeKAenmA { width:29rem;height:4.875rem;top:10.1875rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE97Z9BU6kk5trIN4zud4gaFeyvctKDs { top:2.25rem;left:0rem;width:37.0625rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aszGu7lzH6xoDTSme1Vroaz3Fbb5Zkdv { width:47.75rem;height:1.875rem;top:6.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8m3Ppp3rwhdRfIFJeFRJ8ok9oKmTiTV { width:47.75rem;height:1.75rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJXRtkhKKO5Ln1L3U82HMKPg8wWI9byI { width:4.5rem;height:0.1875rem;top:13.3125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { width:16.8125rem;height:3.375rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStvTVBNcd01tVTvSqP9r1CM1WxJC2oM { width:16.375rem;height:4.125rem;top:17.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVQu1h5xGHK9vT6ISuwH5OSTTRmXybS0 { width:17.8125rem;height:4.125rem;top:17.5625rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbBlVHELnZnbRHeaG0rfQLGWfFXvuGt6 { width:12.875rem;height:3.375rem;top:13.5625rem;left:17.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW2O17pPlkm2fdzi7p5GCTkguO9CU5Wa { width:16.375rem;height:4.125rem;top:17.5625rem;left:31.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvNWMIbqPwui8T44mOzCuNTwiDnrFey0 { width:9.9375rem;height:3.375rem;top:13.5625rem;left:34.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #end4n1IXGONZnq3P4MJl5UrovRSGINlQ { width:23.125rem;height:24.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxg1RIMd1S91n2xDIinUgL6NM8BRLuX { width:23.125rem;height:24.0625rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUBmyiq6ALoz9w5g1lS834pcKyiGIW3b { width:23.125rem;height:24.0625rem;top:0rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwS5gSZFf97eLWqqmdrrLJJXWWahqVo7 { top:2.375rem;left:3.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4JQdOA7mxDz95BhP1TA4rVq2bAFaaF { top:2.375rem;left:19.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD2AAbtu10VkbzNEVfJ4u4IDnqaBA3JL { top:2.375rem;left:35rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW { display:block; }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbUAb0XCpZhaVLpDOlRxdPZnKAaKclAi { width:47.75rem;height:1.875rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGtQJvwf0CXm3PsTVU6qJxXpPqE8sCkB { width:47.75rem;height:1.75rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVoF8B1TK0Ohz1Ovugp0HRTquU0O0xXV { width:4.5rem;height:0.1875rem;top:8.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHmq20arfqNDMyKTBn0yWk7H83Z7l28B { display:block; }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hflDDLvoEcFcnyRFnzgIwU80uSco0oyp { top:1.8125rem;left:0rem;width:13.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVtIE1Q12T4e8lcbWC9LDR8lGT8EU0M9 { top:2.125rem;left:3rem;width:10.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTBuD8g54HWHBgi1yRuDBe8KTd8zdeA { top:1.8125rem;left:17.25rem;width:13.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq6Tk5icbvtorp3LrcwL9sEHb1VcTMbK { top:2.375rem;left:33.78125rem;width:11.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7vTcw88PZAMfczeHfPmoTXoTdUG6bZU { top:1.8125rem;left:39.625rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1ADUqq2O06IiP80UXF5MCvPGTUS5ls { top:8.8125rem;left:0rem;width:13.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHwkGyvSMDQ0tqZg6J4lGu5SvitgmhKb { top:9.1875rem;left:2.46875rem;width:11.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqxJENMF3GwoGeBya9ybwQVQFBFRLCrg { top:9.0625rem;left:17.25rem;width:13.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agqu238cP3hzW8VQapMx2uiBxc05pTDW { top:8.75rem;left:35.03125rem;width:9.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W323CnqUlDFpeHFa5KErKVTnMZOVrnAU { top:9.8125rem;left:34.5rem;width:13.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFSKBiupyuIi5EXowMsQ4m0eRsZJz3Js { top:16.875rem;left:0rem;width:11.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2a78kMd6sZw9TOqmBHmt2hfLoFaqa5a { top:17.3125rem;left:2.125rem;width:12.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgR3rnTatI87EAbfVPBUPkdFtntGdBAI { top:16.375rem;left:33.5625rem;width:12rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #av7aR4G9kyv2iWIUU4CtdJHF9TToWpWw { top:15.5625rem;left:18.78125rem;width:10.1875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcpC7mVqyqlZHEFSngIKPfTHx7L3FauT { top:16.625rem;left:34.5rem;width:12.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utu7eS7ToO454J5Q8lsIQcmAuP5HVLsd { width:17.875rem;height:3.125rem;top:26.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk4TdU3uP3rvzhc0HTs1MLBv90XvTw8t { display:block; }
 }@media only screen and (max-width: 763px) { #ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx { display:block; }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OROmufxuX2TaQnXIMEkfaRGBfAPRcSaq { width:47.75rem;height:1.875rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIi1p0UJl8d91gAdbQMANpbtOVhERTPB { width:47.75rem;height:1.75rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCmSnAJTSkksBEmIAKhNtTCkRzmyLG3Z { width:4.5rem;height:0.1875rem;top:8.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr { display:block; }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iky9FDcppGGWWeOE7kBz8dI07vuvEixF { width:21.125rem;height:3rem;top:20.75rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzExwbwnhLWmrB2Vk7ybmrRivcNtuGvr { width:28.75rem;height:15.6875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIgX4F11K29n9kquRnFDNreb531XN124 { width:23.5rem;height:3rem;top:20.6875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4LMyyUROQ2KKemVuR8zXChIwGglEGDJ { width:28.75rem;height:15.6875rem;top:2.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #No4NKdgHqbhqyw7IT5Jyl69ir5rhOCqN { top:24.6875rem;left:16.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76qqrIxxWG4nc5WLmX9IlzbFJna1HXZ { width:8.125rem;height:1.4375rem;top:25.5625rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX4Z0gGkx06feeya1puK7vfPmmZ8znQR { top:24.6875rem;left:36.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0DUsM5apabNQwJMOTc84vEHRXJV52A { width:7.8125rem;height:1.4375rem;top:25.5rem;left:28.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2uVN6mJDbGltL0gAbTKsVvTxImrAT5M { width:28.75rem;height:26.8125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2HheTxg1NF3VhIWdOL5UuKtDn5IWJ6 { width:28.75rem;height:26.8125rem;top:3.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:44.4375rem;height:8.625rem;top:5.875rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 { display:block; } #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection *:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="text"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="email"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="tel"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection textarea:focus-visible { outline: none; } #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq { display:block; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsBaJihTO8FE8t00G304GiySVtJKmrON { top:1.3125rem;left:0rem;width:29.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPJJFNvINXs7IvXRkx5F8ZprB13HZPKe { top:2.0625rem;left:18.5rem;width:29.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { position:relative;z-index:auto;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { width:8.5rem;height:3.0625rem;top:2.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhze4nGJ7QZodo97h4EcV5Qkb4shv2At { width:9.25rem;height:2.5rem;top:20.75rem;left:5.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTtePXGyA09SN3uKiQgN4ORkGydgb33s { display:block; }
 }@media only screen and (max-width: 763px) { #ASKJkwISgMbxaN429A90K4RfZ30beILC { width:13.375rem;height:2.5rem;top:17rem;left:3.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAsmJtAAoRrc41tVTiJliCQxpTcdKa4X { display:block; }
 }@media only screen and (max-width: 763px) { #gWhxvAHLypsONFZVRgL8LUiseE2MDcb9 { width:5.9375rem;height:2.1875rem;top:17rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTzOPxwPU7B4SAr5TLIRPGXpXQL3IWwM { display:block; }
 }@media only screen and (max-width: 763px) { #fQNx9FTkBeSOTl0Tz7e8ltTKPeOd6fpi { width:4.9375rem;height:2.1875rem;top:13.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8cQIRrJyh0g1CZt57L1otN2XTFiqdFF { display:block; }
 }@media only screen and (max-width: 763px) { #QJfqGp9f9cpgVApxcqbiH44XBVyUMm7W { width:5.875rem;height:2.1875rem;top:10.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J13pqQwFksJMZil7K7NcrSyksT09W5KM { display:block; }
 }@media only screen and (max-width: 763px) { #iChHbKsT9Xb6WoN14kNTFxh43halPxSn { width:4rem;height:2.1875rem;top:6.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa1PJz44vQnMbLMXcwEGO8xs6JSAgS5y { display:block; }
 }@media only screen and (max-width: 763px) { #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/I9aByJy8/Hero_bg_new_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.adaptive-delivery-prevent-bg, #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.lazyload, #Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU.lazyloading { background-image: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { background-color: transparent; background-image: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container > .video-iframe-container { display: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row > .video-iframe-container { display: none; }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .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); }#Hl6UMQ6ygIz29T8lSGXL5CrdoevoIPvU > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO4AqJwN6s4qRM7p0ofnIqO6rG8hoHzz { width:16.75rem;height:6.296875rem;top:12.375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yeX9cAq1Z2tAz97P3F7821Z2tTrfTtq7 { width:15.8125rem;height:3.125rem;top:21.0625rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLvAyDGaFUoMlnut3L08yyG0qsOunZzF { display:block; }
 }@media only screen and (max-width: 763px) { #uNRJU9FZUc6n7M6kHmvibiRLlQ4N1Z9w { width:15.8125rem;height:3.125rem;top:25.1875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaLZlpy9rzenq0vTTSQHDEOGgyQh5B8A { display:block; }
 }@media only screen and (max-width: 763px) { #BHgTHFE1K3EXo6CkUrpAuJaWdUq2Ko7V { width:17.125rem;height:6.5244375rem;top:3.375rem;left:1.4375rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zi3T90UL779aAry81PfSq6PCuzZdwH5W { width:17rem;height:7.4365rem;top:26.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { width:17rem;height:2.875rem;top:84.875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block; }
 }@media only screen and (max-width: 763px) { #JOZfJSWuoWE3dQRIftoR1sgbbcy0IXcZ { width:20rem;height:3.25rem;top:21.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MTkT7fJNDz16D0lhABVbvIz63vGNOJ { width:9.375rem;height:14.0625rem;top:36.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWnawqZhykLxmTE8oykK9x10Sd622FW { width:3.125rem;height:3.125rem;top:46.15625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0wz0XuTZInmMe3Lt5oBC5965Inozwhg { width:6.75rem;height:2.5996125rem;top:38.4375rem;left:6.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL2TVqeNAMnKWqU3eHc8PGq03wV3VvCP { width:6.3125rem;height:2.9746125rem;top:41.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vvOHPu2RCALpCRxttDaKdKQMDvoAPkAt { width:9.375rem;height:14.0625rem;top:52.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnCvHQLV7ys9cLLXkbXgPRwwrRRX9xHQ { width:3.125rem;height:3.125rem;top:61.65625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJWROCbTStSOvvdhPLv9nMiFn08DD1EI { width:8.4375rem;height:2.9746125rem;top:57.1875rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gesd3Jcf6kx9neDxXcCGRlARkM73Q275 { width:6.75rem;height:2.5996125rem;top:53.9375rem;left:6.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eutXAGUE7udwAZUvBQEWNT3CC60u38i7 { width:3.125rem;height:3.125rem;top:77.15625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieZE9Nx5iTbvZz2GV2rTDEF7HuU9qbJG { width:6.3125rem;height:2.9746125rem;top:72.6875rem;left:6.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sPcWsNo5NJ81Db3GVavw0DN7XQ41ZbOU { width:6.75rem;height:2.5996125rem;top:69.4375rem;left:6.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLza5EtDU0zOaUzEliDT9VTmenTgtXpH { width:9.375rem;height:14.0625rem;top:67.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { width:19.4375rem;height:19.4375rem;top:1.4375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbA7uLWK250lx20ctueT1K6HgGi5Ryz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uupwMKIO/18.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz.adaptive-delivery-prevent-bg, #CCbA7uLWK250lx20ctueT1K6HgGi5Ryz.lazyload, #CCbA7uLWK250lx20ctueT1K6HgGi5Ryz.lazyloading { background-image: none; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container { background-color: transparent; background-image: none; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container > .video-iframe-container { display: none; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row > .video-iframe-container { display: none; }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .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); }#CCbA7uLWK250lx20ctueT1K6HgGi5Ryz > .row .container { width:20rem;height:149.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgTppDXTzAMmArU5vFvs5XsAwO4AzD0a { width:15.0625rem;height:4.875rem;top:14.875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX35WtDlndaEnMECpeTvDLfh0rB4O2Qq { width:14.625rem;height:8.9238125rem;top:20.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #saG7ZAsT5yAxkPvnfirxhLameQeU6zhg { width:18.5rem;height:11.125rem;top:2.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmJTMcl7Z6UGTshTfn73ts83NrGl9XIt { width:12.4375rem;height:3.125rem;top:31rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZCzwUXOC3UrCyVRh4RLHWmlrHTkp8F { display:block; }
 }@media only screen and (max-width: 763px) { #ETvbTF4cRTCNrbK3ppdRNO7qRL97f5Jv { width:16.9375rem;height:12.125rem;top:74.3125rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiByAAwizLaebGn8BUkQbnbnm8yHP5Qs { width:11.6875rem;height:6.5rem;top:88.125rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELr0IIvnMtyxg5dPFa5m3TdPRwe2TD1B { width:14.375rem;height:11.8984375rem;top:95.3125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UAacMddeh6CEyi0yFCexcnx2988Q4tut { width:12.4375rem;height:3.125rem;top:108.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE5B2oRpdJA96SKCttIzCr8nJS4g0sWg { display:block; }
 }@media only screen and (max-width: 763px) { #rFDGkNvTnv711J22rN8e4CuURiKCL5dg { width:14rem;height:3.25rem;top:52.8125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuhIES4aqumGcx7zMNIDFsQvPfcAF4zp { width:14.375rem;height:8.9238125rem;top:57.625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZRfN5lKt0ZT4qUl1x4LtIUaynL1gI3T7 { width:11.0625rem;height:11.6875rem;top:39.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhxE1ei6s7BzzBz4mUKUpxkTwlTU5J7T { width:12.4375rem;height:3.125rem;top:68.5625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAruPo0DgE6wNXTkqfqRsublHVxN6p91 { display:block; }
 }@media only screen and (max-width: 763px) { #qADmqpmmtIeIa2lHUAVUeVdBIk5yeQE8 { width:20rem;height:5.94921875rem;top:137.891625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ovSiLQu15aWB52CvRuSuutrDPZG9h8Om { width:12.4375rem;height:3.125rem;top:145.09084375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgF6chZXdElpxCdXeuiTN0LEUluIon88 { display:block; }
 }@media only screen and (max-width: 763px) { #gOtu0BsI3KrBDdzdbID2WJgJTeKAenmA { width:20rem;height:3.25rem;top:133.391625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE97Z9BU6kk5trIN4zud4gaFeyvctKDs { width:20rem;height:18.954468802698rem;top:113.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aszGu7lzH6xoDTSme1Vroaz3Fbb5Zkdv { width:13.5rem;height:2.5rem;top:2.1875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8m3Ppp3rwhdRfIFJeFRJ8ok9oKmTiTV { width:15.25rem;height:4.72265625rem;top:5.46875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJXRtkhKKO5Ln1L3U82HMKPg8wWI9byI { width:4.5rem;height:0.1875rem;top:12rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { width:12.5rem;height:3.3994125rem;top:14.833984375rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hStvTVBNcd01tVTvSqP9r1CM1WxJC2oM { width:14.0625rem;height:4.4619125rem;top:18.875rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OVQu1h5xGHK9vT6ISuwH5OSTTRmXybS0 { width:13.6875rem;height:5.94921875rem;top:43.8125rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TbBlVHELnZnbRHeaG0rfQLGWfFXvuGt6 { width:12.875rem;height:3.3994125rem;top:39.708984375rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW2O17pPlkm2fdzi7p5GCTkguO9CU5Wa { width:14.125rem;height:4.4619125rem;top:69.4375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IvNWMIbqPwui8T44mOzCuNTwiDnrFey0 { width:9.9375rem;height:3.3994125rem;top:65.333984375rem;left:5.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #end4n1IXGONZnq3P4MJl5UrovRSGINlQ { width:18.75rem;height:23.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxg1RIMd1S91n2xDIinUgL6NM8BRLuX { width:18.75rem;height:23.75rem;top:26.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUBmyiq6ALoz9w5g1lS834pcKyiGIW3b { width:18.75rem;height:23.75rem;top:51.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwS5gSZFf97eLWqqmdrrLJJXWWahqVo7 { width:9.375rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4JQdOA7mxDz95BhP1TA4rVq2bAFaaF { width:9.375rem;height:9.375rem;top:28.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD2AAbtu10VkbzNEVfJ4u4IDnqaBA3JL { width:9.375rem;height:9.375rem;top:53.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW { display:block; }#D20rxLsB6ka3MuOIKtVD1zHunuqK5JuW > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbUAb0XCpZhaVLpDOlRxdPZnKAaKclAi { width:15.375rem;height:3.75rem;top:2.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UGtQJvwf0CXm3PsTVU6qJxXpPqE8sCkB { width:18.75rem;height:4.72265625rem;top:7.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVoF8B1TK0Ohz1Ovugp0HRTquU0O0xXV { width:4.5rem;height:0.1875rem;top:12.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHmq20arfqNDMyKTBn0yWk7H83Z7l28B { display:block; }#MHmq20arfqNDMyKTBn0yWk7H83Z7l28B > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hflDDLvoEcFcnyRFnzgIwU80uSco0oyp { width:13.25rem;height:5.75rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVtIE1Q12T4e8lcbWC9LDR8lGT8EU0M9 { width:10.75rem;height:5.125rem;top:8.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTBuD8g54HWHBgi1yRuDBe8KTd8zdeA { width:13.25rem;height:5.125rem;top:14.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq6Tk5icbvtorp3LrcwL9sEHb1VcTMbK { width:11.5625rem;height:4.625rem;top:21rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7vTcw88PZAMfczeHfPmoTXoTdUG6bZU { width:8.125rem;height:5.75rem;top:26.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR1ADUqq2O06IiP80UXF5MCvPGTUS5ls { width:13.25rem;height:5.6875rem;top:33.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHwkGyvSMDQ0tqZg6J4lGu5SvitgmhKb { width:11.8125rem;height:4.9375rem;top:40.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqxJENMF3GwoGeBya9ybwQVQFBFRLCrg { width:13.25rem;height:5.125rem;top:47rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agqu238cP3hzW8VQapMx2uiBxc05pTDW { width:9.0625rem;height:5.75rem;top:53.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W323CnqUlDFpeHFa5KErKVTnMZOVrnAU { width:13.25rem;height:3.625rem;top:60.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFSKBiupyuIi5EXowMsQ4m0eRsZJz3Js { width:11.5rem;height:5.25rem;top:65.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2a78kMd6sZw9TOqmBHmt2hfLoFaqa5a { width:12.5rem;height:4.375rem;top:71.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgR3rnTatI87EAbfVPBUPkdFtntGdBAI { width:12rem;height:6.1875rem;top:86.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #av7aR4G9kyv2iWIUU4CtdJHF9TToWpWw { width:10.1875rem;height:7.875rem;top:77.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcpC7mVqyqlZHEFSngIKPfTHx7L3FauT { width:12.9375rem;height:5.75rem;top:93.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utu7eS7ToO454J5Q8lsIQcmAuP5HVLsd { width:17.875rem;height:3.125rem;top:100.9375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk4TdU3uP3rvzhc0HTs1MLBv90XvTw8t { display:block; }
 }@media only screen and (max-width: 763px) { #ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx { display:block; }#ngo0khWTW74DZzLgZgfGNa9JuPgFaaIx > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OROmufxuX2TaQnXIMEkfaRGBfAPRcSaq { width:15.375rem;height:3.75rem;top:2.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WIi1p0UJl8d91gAdbQMANpbtOVhERTPB { width:18.75rem;height:4.72265625rem;top:7.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCmSnAJTSkksBEmIAKhNtTCkRzmyLG3Z { width:4.5rem;height:0.1875rem;top:12.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr { display:block; }#yPBr2X2XJdBmOr74nElIyO0NbC8NkJLr > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iky9FDcppGGWWeOE7kBz8dI07vuvEixF { width:13rem;height:4.19824375rem;top:12.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzExwbwnhLWmrB2Vk7ybmrRivcNtuGvr { width:18.75rem;height:10.1875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIgX4F11K29n9kquRnFDNreb531XN124 { width:14.75rem;height:4.19824375rem;top:39.625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4LMyyUROQ2KKemVuR8zXChIwGglEGDJ { width:18.75rem;height:10.1875rem;top:27.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #No4NKdgHqbhqyw7IT5Jyl69ir5rhOCqN { width:3.125rem;height:3.125rem;top:18.1875rem;left:12.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76qqrIxxWG4nc5WLmX9IlzbFJna1HXZ { width:8.125rem;height:1.48730625rem;top:19.0625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vX4Z0gGkx06feeya1puK7vfPmmZ8znQR { width:3.125rem;height:3.125rem;top:44.375rem;left:12.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0DUsM5apabNQwJMOTc84vEHRXJV52A { width:7.8125rem;height:1.48730625rem;top:45.1875rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2uVN6mJDbGltL0gAbTKsVvTxImrAT5M { width:18.75rem;height:21.875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2HheTxg1NF3VhIWdOL5UuKtDn5IWJ6 { width:18.75rem;height:21.875rem;top:27.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:15.9375rem;height:8.9355625rem;top:4.5rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/o4546fdp/Blackbaud_Feature_Image.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8.adaptive-delivery-prevent-bg, #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8.lazyload, #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8.lazyloading { background-image: none; } #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection *:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="text"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="email"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection input[type="tel"]:focus-visible, #Eda6388e9c5157ecb70bdefb95cea6b0.widget-smartsection textarea:focus-visible { outline: none; } #BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container { background-color: transparent; background-image: none; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,84,137,0.9); }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container > .video-iframe-container { display: none; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,84,137,0.9); }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row > .video-iframe-container { display: none; }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .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); }#BOq6AobR7qdPbx5Tv61mowhgdGV2MxT8 > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq { display:block; }#tkLOMn0AeDShp6uvt8XTdLtWkfXDHkGq > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsBaJihTO8FE8t00G304GiySVtJKmrON { width:12.1875rem;height:5.949225rem;top:1.25rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPJJFNvINXs7IvXRkx5F8ZprB13HZPKe { width:20rem;height:1.48730625rem;top:8.44921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }