.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:209,250,233;--color-primary-1:116,241,188;--color-primary-2:23,231,143;--color-primary-3:14,139,86;--color-primary-4:0,42,45;--color-secondary-0:253,252,248;--color-secondary-1:248,246,232;--color-secondary-2:240,236,209;--color-secondary-3:120,118,105;--color-secondary-4:36,35,31;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Calibre";--paragraphs-font-family:"Calibre"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd743a1-1d83-4314-8ccf-9cca880a0884/shutterstock_1990498406.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:60rem;height:51.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { color:rgba(var(--color-tertiary-0),1);display:block;width:28.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:24.186199188233rem;left:0.875rem;height:7.96875rem;font-style:normal;display:block; }
#zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.1875rem;top:7.25rem;left:0rem;display:block; }
#wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { 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:1.3125rem;width:5.75rem;top:1.1875rem;left:0.875rem;overflow:hidden;display:block; }
#OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:6.5rem;left:0.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:financier;font-size:5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:11.58203125rem;left:0.875rem;height:10rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:financier;font-size:5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:16.58203125rem;left:0.875rem;height:10rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { color:#dbd99a;display:block;width:30.75rem;position:absolute;font-family:financier;font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:36.706245422363rem;left:1.125rem;height:8.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hTMBTXMmJvTCzxPfIa3uhGR27vT3DpTG { background-color:#dbd99a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.6875rem;left:1.125rem;display:block; }
#pzWAgsf1mSeKmPU2OnQMEqILg7p7grHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ybCgBMbC5DqIuh0QiWzlI91CwuH6dQvB { position:absolute;display:block;z-index:15011;height:4.375rem;width:7.8125rem;top:45.143232345581rem;left:18.624132156372rem;display:block; }
#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { background-color: transparent; background-image: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container > .video-iframe-container { display: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container { display: none; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .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); }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { border-width: 0; border-radius: 0; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#vuIaVWt2tOIT3y1G68H4hAcF4d7NTmyK { color:rgba(var(--color-tertiary-4),0.7);display:block;width:12.25rem;position:absolute;font-family:financier;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:3.578125rem;left:9.8984375rem;height:3.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:9.375rem;top:4.9539070129394rem;left:0rem;display:block; }
#OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { z-index:15000;top:39.25rem;left:18.5rem;background-color:#003f2e;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6866875rem;height:3.9984375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzhewhpdekDkHXm0fN113OG73efCpGGP { color:#4c4c4c;display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:13.5625rem;left:9.8984375rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U5lonzgxORqKZQ0sLu1LFi62drEFew9c { color:#4c4c4c;display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:18.4375rem;left:9.8984375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b6GFWzZ2Z8RZFa2ZBTr45GSUEiWROxGH { color:#003f2d;display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.8125rem;left:10.6875rem;height:3.89756875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jmu85Zrr59UNnhc80pisCpLWVXKk1PWA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:18.0625rem;left:3.28125rem; }
#b0Hb9khcA6GSlzGBvJML79XKlM33VVNb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:13.09375rem;left:3.1875rem; }
#KEN5nI1ci1XvI0cfgJ72NQNOwNZATg5q { color:#4c4c4c;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:13.5625rem;left:17.273439407349rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tAhSD0C7Tw691btHWG3c3T0GHRFZwP5x { color:#4c4c4c;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:18.4375rem;left:17.273439407349rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:#003f2e;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#003f2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.06406211853rem;left:20.375001907349rem;z-index:15034; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #bcmfrllgsdzy2AQQ9cOhL2pJIfQSrNik { display:flex;position:relative;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #wJT7rxAPsUFA8aVN5ql3auMiWXCma5ei { width:auto; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #LPKxiry03er7dKHitB7gvxrfUBledbuo {  }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #kJegzuTWZW8RseTdnTWao4bRIlHoVrc8 { display:flex;position:relative;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #F3yus3i0SiqVOmiEVvR3HyNxx9WFtAgL {  }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #PNImw7K2UHTOGxsVadK3ECET9TbbqFem {  }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #azwJeUXqhStasv0HtKTuRyRLQPsITWzm { display:flex;position:relative;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #GTxXZkexRtlNZgGr8QHArW5FAcZg2vRQ {  }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #h6EmEw0Tm2WD0QClsszgSEeazSvx1Zd6 {  }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #X4yZT7V22Se4nsvNDxgxBBdC8UFT9akA { display:flex;position:relative;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #ZH9FWMxrfeJHDP1IaRyMZikRrpbDmPg2 {  }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #bIMUP0wKQGv9CMryTmMfbcIlHBIgdZBB {  }
#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd743a1-1d83-4314-8ccf-9cca880a0884/shutterstock_1990498406.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.adaptive-delivery-prevent-bg, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyload, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyloading { background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.5rem;width:12.75rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.5);font-size:5.875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.625rem;left:12rem;display:block; }
#GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.875rem;left:17.750001907349rem;height:10.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.0625rem;left:16.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.5);font-size:5.5rem;font-weight:400;line-height:1;height:7.9355625rem;width:7.9355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:11.75rem;left:49rem;display:block; }
#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row .container { background-color: transparent; background-image: none; }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row .container > .video-iframe-container { display: none; }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row > .video-iframe-container { display: none; }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .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); }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row .container { border-width: 0; border-radius: 0; }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:60rem;position:relative;display:block; }#TD2hzgkuqaZeGIBLfahzAyFZGGmcmJP1 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:12.25rem;position:absolute;font-family:financier;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:3.578125rem;left:9.8984375rem;height:3.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCQxbN8kprKHNeos416HEkVB0P8BCbf4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:9.375rem;top:4.9539070129394rem;left:0rem;display:block; }
#VrOvcJTSz5Q3IiDPTZE1hgDRtzMmiBaS { color:#4c4c4c;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:12.9375rem;left:29.75rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J60uWhD79XLPLJC8vXmi592WHyLyrsOs { color:#4c4c4c;display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:12.9375rem;left:4.9375rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lXIKVvQGuAvUkeEbfBKyMbxE1GxK8oWd { box-sizing:content-box;height:34.375rem;width:0.3125rem;position:absolute;display:block;z-index:15028;background-color:#4c4c4c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1250002384187rem;left:21.885938644409rem;display:block; }
#DxXXz8ZSNnadzXsqpTUWeXsrD0mQcbTb { color:#4c4c4c;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:16.625rem;left:29.75rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aNcunP8MvV86TAVsfydtf1VmCxd5Svy6 { color:#4c4c4c;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.1875rem;left:29.75rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gMLdAvVT9Upg6PPTD34Mc0txxJyfbizm { color:#4c4c4c;display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:23.25rem;left:29.75rem;height:6.18489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CVvb2yFfDTW0N5FWgtb6ayGGlCUJ6RGm { color:#4c4c4c;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:27.9375rem;left:29.75rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tAh0Dy9XrSTTOdiWouqoam8nMDkGK03R { color:#4c4c4c;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:30.9375rem;left:29.625rem;height:4.1232625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TDoNpaZqKLBKWLAocehiLJbGawaKyA2e { color:#4c4c4c;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:35.625rem;left:29.75rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PmGryanAgVs9UubJUXaes3n2VO2x7MrF { color:#4c4c4c;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.5625rem;left:5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cEACCWHHeAdvqzeyiefqHZN0uzoEZr35 { color:#4c4c4c;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:20.125rem;left:5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uNzbB9qt0XBnNmvet50QVkbJzrkQwzuF { color:#4c4c4c;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:24.25rem;left:5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yXyNQTQLfE38Th1LsvI1RwMWQWdGhl1d { color:#4c4c4c;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:27.875rem;left:5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eQTBtAkPbG3JUSSUTDXRefcyAhLUMPfG { color:#4c4c4c;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:31.9375rem;left:5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PeQaI7fGmtctUCC1Ch6JZLDydPXmg3id { color:#4c4c4c;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:35.625rem;left:5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wmiTQ71spbNrl5oxOa8NnUc9HCM6UB51 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15034;opacity:1;top:12.4375rem;left:24rem; }
#mupfdIlXGycWyiO26dUkTPsoDApoT7R2 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15035;opacity:1;top:16.0625rem;left:24rem; }
#wHtD2Hy5DsfT5sAq6u7fBUXpc6PkL0ae { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15036;opacity:1;top:19.625rem;left:24rem; }
#JVmK4TzgX9H815UP4TDVblByEL6bzAiX { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15037;opacity:1;top:27.375rem;left:24rem; }
#Sn4D28XMnX5rNBmU1a8WtJItmsLCGSA3 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15038;opacity:1;top:23.75rem;left:24rem; }
#WoxdLLAdfJbENZWsbTK54sRbSaWkyAQZ { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15039;opacity:1;top:31.5rem;left:24rem; }
#RbalEN4rqauyCfOTMbeSWmLbEsrpvLly { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15040;opacity:1;top:35.0625rem;left:24rem; }
#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container { background-color: transparent; background-image: none; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container > .video-iframe-container { display: none; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row > .video-iframe-container { display: none; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .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); }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container { border-width: 0; border-radius: 0; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:60rem;position:relative;display:block; }#WmxJvSFAr8NFllJr0TCxTQIMFaCviDrf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:61.25rem;left:17.25rem;display:block; }
#dSGl1hLhzoXbSwfwOKPhzRFP1U0115bH { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:61.375rem;left:0rem;height:1.38125rem;font-style:normal;display:block; }
#EsadNGk84qVH8TrCiyBG09KBnaoLM5rS { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:0rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCRWVtf9IMBJaJNavswClIRsf4sU4UKx { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:20rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ix5SzrqQPEZVyEQLgAp2su4FtBXzLexi { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23.1875rem;left:40rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w4Mc9B15hATEyJhtJTA96ArAXeCF1Gqu { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:9.1875rem;left:3.75rem;overflow:hidden;display:block; }
#DmwDBTiOqS2hR7JhHNaJIilX1tcOS6Tc { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:9.1875rem;left:23.75rem;overflow:hidden;display:block; }
#OqiF8cQfvgpZQxpXalcGztfQ8Tcv8s47 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:9.1875rem;left:43.75rem;overflow:hidden;display:block; }
#IJ7qiwuQ3fcw7kuzMNfu12Xat1LSKeTE { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:46.875rem;left:0rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGT55gQM6TaDnAci93MCKiopWarzd5Vb { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.875rem;left:3.75rem;overflow:hidden;display:block; }
#diCUrRP6Rx1Bvn5oatKmFePKBVbkNRSc { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:46.875rem;left:20rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZUM3cXIhOMSQT3vEdq7ZvhczDAyfJ82 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.875rem;left:23.75rem;overflow:hidden;display:block; }
#KrWo6OdPDcqHtFaGaxQZRpXJTxOoL2WZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:46.875rem;left:40rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMhTmmtgfJB89oM9A9Kht3efaoLhgWtE { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:32.875rem;left:43.75rem;overflow:hidden;display:block; }
#hhcRkfIU6J1sJDAFEVEsuaKa5TyvH4uG { background-color:#dbd99a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:55.6875rem;left:21.25rem;display:block; }
#DrDW7WHAUAxdnzZmFmUm6LvexLAtXyJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U34rZaQmxp7MVhWmvRckATBzufb5gSqO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:financier;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:2.75rem;left:9.875rem;height:3.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J2WKBOuS0rEbJM2M2hPLLqSFzTzeu0Gy { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-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;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.3125rem;width:9.375rem;top:4.125rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { width:28.4375rem;height:7.9375rem;top:24.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { top:7.25rem;left:0rem;width:0.1875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { top:1.1875rem;left:0rem;width:5.75rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { width:10.125rem;height:;top:6.5rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { width:22.5rem;height:5rem;top:11.5625rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { width:32.4375rem;height:5rem;top:16.5625rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { width:30.75rem;height:5.625rem;top:36.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMBTXMmJvTCzxPfIa3uhGR27vT3DpTG { width:17.5rem;height:3.4375rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzWAgsf1mSeKmPU2OnQMEqILg7p7grHm { display:block; }
 }@media only screen and (max-width: 763px) { #ybCgBMbC5DqIuh0QiWzlI91CwuH6dQvB { top:45.125rem;left:12.499132156372rem;width:7.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIaVWt2tOIT3y1G68H4hAcF4d7NTmyK { width:12.25rem;height:3.0625rem;top:3.5625rem;left:3.7734375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { width:9.375rem;height:0.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:39.25rem;left:12.375rem;width:21.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #dzhewhpdekDkHXm0fN113OG73efCpGGP { width:7.375rem;height:;top:13.5625rem;left:3.7734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5lonzgxORqKZQ0sLu1LFi62drEFew9c { width:7.1875rem;height:;top:18.4375rem;left:3.7734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6GFWzZ2Z8RZFa2ZBTr45GSUEiWROxGH { width:38.6875rem;height:1.9375rem;top:35.8125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmu85Zrr59UNnhc80pisCpLWVXKk1PWA { top:18.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Hb9khcA6GSlzGBvJML79XKlM33VVNb { top:13.0625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEN5nI1ci1XvI0cfgJ72NQNOwNZATg5q { width:22.8125rem;height:2.0625rem;top:13.5625rem;left:11.148439407349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAhSD0C7Tw691btHWG3c3T0GHRFZwP5x { width:26.8125rem;height:2.0625rem;top:18.4375rem;left:11.148439407349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc { display:flex;width:18rem;height:5.0625rem;top:31.75rem;left:5.3500003814697rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #bcmfrllgsdzy2AQQ9cOhL2pJIfQSrNik { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #wJT7rxAPsUFA8aVN5ql3auMiWXCma5ei {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #LPKxiry03er7dKHitB7gvxrfUBledbuo {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #kJegzuTWZW8RseTdnTWao4bRIlHoVrc8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #F3yus3i0SiqVOmiEVvR3HyNxx9WFtAgL {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #PNImw7K2UHTOGxsVadK3ECET9TbbqFem {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #azwJeUXqhStasv0HtKTuRyRLQPsITWzm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #GTxXZkexRtlNZgGr8QHArW5FAcZg2vRQ {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #h6EmEw0Tm2WD0QClsszgSEeazSvx1Zd6 {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #X4yZT7V22Se4nsvNDxgxBBdC8UFT9akA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #ZH9FWMxrfeJHDP1IaRyMZikRrpbDmPg2 {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #bIMUP0wKQGv9CMryTmMfbcIlHBIgdZBB {  }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { top:4.875rem;left:0rem;width:12.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { top:0.625rem;left:5.875rem;width:8.75rem;height:8.4375rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { top:4.875rem;left:5.4375rem;width:42.3125rem;height:10.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { top:16.0625rem;left:10.3125rem;width:18.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { top:11.75rem;left:39.875rem;width:7.875rem;height:7.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diRTPqJPRIkgsAQCpdH4HhABPT1phxiR { display:block; }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD2hzgkuqaZeGIBLfahzAyFZGGmcmJP1 { width:12.25rem;height:3.0625rem;top:3.5625rem;left:3.7734375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQxbN8kprKHNeos416HEkVB0P8BCbf4 { width:9.375rem;height:0.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrOvcJTSz5Q3IiDPTZE1hgDRtzMmiBaS { width:22.8125rem;height:2.0625rem;top:12.9375rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60uWhD79XLPLJC8vXmi592WHyLyrsOs { width:15.9375rem;height:2.0625rem;top:12.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXIKVvQGuAvUkeEbfBKyMbxE1GxK8oWd { top:8.125rem;left:15.760938644409rem;width:0.3125rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxXXz8ZSNnadzXsqpTUWeXsrD0mQcbTb { width:22.8125rem;height:2.0625rem;top:16.625rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcunP8MvV86TAVsfydtf1VmCxd5Svy6 { width:22.8125rem;height:2.0625rem;top:20.1875rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMLdAvVT9Upg6PPTD34Mc0txxJyfbizm { width:24.5625rem;height:4.125rem;top:23.25rem;left:23.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvb2yFfDTW0N5FWgtb6ayGGlCUJ6RGm { width:22.8125rem;height:2.0625rem;top:27.9375rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAh0Dy9XrSTTOdiWouqoam8nMDkGK03R { width:24.75rem;height:4.125rem;top:30.9375rem;left:23rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDoNpaZqKLBKWLAocehiLJbGawaKyA2e { width:22.8125rem;height:2.0625rem;top:35.625rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmGryanAgVs9UubJUXaes3n2VO2x7MrF { width:15.875rem;height:2.0625rem;top:16.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEACCWHHeAdvqzeyiefqHZN0uzoEZr35 { width:15.875rem;height:2.0625rem;top:20.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNzbB9qt0XBnNmvet50QVkbJzrkQwzuF { width:15.875rem;height:2.0625rem;top:24.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXyNQTQLfE38Th1LsvI1RwMWQWdGhl1d { width:15.875rem;height:2.0625rem;top:27.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTBtAkPbG3JUSSUTDXRefcyAhLUMPfG { width:15.875rem;height:2.0625rem;top:31.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeQaI7fGmtctUCC1Ch6JZLDydPXmg3id { width:15.875rem;height:2.0625rem;top:35.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmiTQ71spbNrl5oxOa8NnUc9HCM6UB51 { top:12.4375rem;left:17.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mupfdIlXGycWyiO26dUkTPsoDApoT7R2 { top:16.0625rem;left:17.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHtD2Hy5DsfT5sAq6u7fBUXpc6PkL0ae { top:19.625rem;left:17.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVmK4TzgX9H815UP4TDVblByEL6bzAiX { top:27.375rem;left:17.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn4D28XMnX5rNBmU1a8WtJItmsLCGSA3 { top:23.75rem;left:17.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoxdLLAdfJbENZWsbTK54sRbSaWkyAQZ { top:31.5rem;left:17.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbalEN4rqauyCfOTMbeSWmLbEsrpvLly { top:35.0625rem;left:17.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV { display:block; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmxJvSFAr8NFllJr0TCxTQIMFaCviDrf { top:61.25rem;left:11.125rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSGl1hLhzoXbSwfwOKPhzRFP1U0115bH { top:61.375rem;left:0rem;width:23.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsadNGk84qVH8TrCiyBG09KBnaoLM5rS { top:23.1875rem;left:0rem;width:20rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCRWVtf9IMBJaJNavswClIRsf4sU4UKx { top:23.1875rem;left:13.875rem;width:20rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix5SzrqQPEZVyEQLgAp2su4FtBXzLexi { top:23.1875rem;left:27.75rem;width:20rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4Mc9B15hATEyJhtJTA96ArAXeCF1Gqu { top:9.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwDBTiOqS2hR7JhHNaJIilX1tcOS6Tc { top:9.1875rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqiF8cQfvgpZQxpXalcGztfQ8Tcv8s47 { top:9.1875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7qiwuQ3fcw7kuzMNfu12Xat1LSKeTE { top:46.875rem;left:0rem;width:20rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGT55gQM6TaDnAci93MCKiopWarzd5Vb { top:32.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diCUrRP6Rx1Bvn5oatKmFePKBVbkNRSc { top:46.875rem;left:13.875rem;width:20rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZUM3cXIhOMSQT3vEdq7ZvhczDAyfJ82 { top:32.875rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWo6OdPDcqHtFaGaxQZRpXJTxOoL2WZ { top:46.875rem;left:27.75rem;width:20rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMhTmmtgfJB89oM9A9Kht3efaoLhgWtE { top:32.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhcRkfIU6J1sJDAFEVEsuaKa5TyvH4uG { width:17.5rem;height:3.4375rem;top:55.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDW7WHAUAxdnzZmFmUm6LvexLAtXyJL { display:block; }
 }@media only screen and (max-width: 763px) { #U34rZaQmxp7MVhWmvRckATBzufb5gSqO { width:22.5rem;height:3.0625rem;top:2.75rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2WKBOuS0rEbJM2M2hPLLqSFzTzeu0Gy { width:9.375rem;height:0.3125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lymOuqEMwWF6p2F7z6dOp36AXnRMgJlr { width:20rem;height:6.375rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXpN4VIe9zg9z4PTHU8pwmdkSaqEvSC { width:0.1875rem;height:13.75rem;top:7.25rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiU0egRNbGqwW1OG1SfEFCovn0Q46wGO { width:6.5rem;height:1.5625rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHQqikDT2gFMF07cUqxkuFxUbAC2yRqb { width:5.3125rem;height:2.1875rem;top:5.09375rem;left:7.3437502980231rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlpEs0nh0ClzwQPkKVP1W1Stm2s1VKZT { width:11.25rem;height:2rem;top:8rem;left:4.3750002980232rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0c6Qgw8i3FbyvFp23hTQILAgfDrtWzf { width:20rem;height:2rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aedAcP44dkG4IT8MfiZ0SkL2zwa3NXER { width:20rem;height:4rem;top:26.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMBTXMmJvTCzxPfIa3uhGR27vT3DpTG { width:17.5rem;height:3.4375rem;top:31.500001907349rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzWAgsf1mSeKmPU2OnQMEqILg7p7grHm { display:block; }
 }@media only screen and (max-width: 763px) { #ybCgBMbC5DqIuh0QiWzlI91CwuH6dQvB { width:7.8125rem;height:4.375rem;top:36.187501907349rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ { display:block; }#NxJdm0oxDEuvAL9p8KZiCR53TKagrHKJ > .row .container { width:20rem;height:61.184461688232rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIaVWt2tOIT3y1G68H4hAcF4d7NTmyK { width:16.625rem;height:2.79948125rem;top:0.62187480926514rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5yH6Gh3SIy2fxWHX2myRUT63FfuEQM { width:9.375rem;height:0.3125rem;top:4.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OloQJPoyKVwaPKwUWw7WG8kQEyNLHfeb { top:41.061199188233rem;left:0.37760418653488rem;width:18.996125rem;height:3.99739375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDoyJM93U2Nag97XglHfgB0PgxzH28pG { display:block; }
 }@media only screen and (max-width: 763px) { #dzhewhpdekDkHXm0fN113OG73efCpGGP { width:2.75rem;height:1.875rem;top:11.59765625rem;left:5.4205732345581rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5lonzgxORqKZQ0sLu1LFi62drEFew9c { width:9.75rem;height:1.875rem;top:14.9375rem;left:5.4205732345581rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6GFWzZ2Z8RZFa2ZBTr45GSUEiWROxGH { width:17.125rem;height:3.25rem;top:3.69921875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmu85Zrr59UNnhc80pisCpLWVXKk1PWA { display:flex;width:2.8125rem;height:2.8125rem;top:53.810330438232rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #b0Hb9khcA6GSlzGBvJML79XKlM33VVNb { display:flex;width:3rem;height:3rem;top:46.248699188233rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #KEN5nI1ci1XvI0cfgJ72NQNOwNZATg5q { width:20rem;height:0;top:50.498699188233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAhSD0C7Tw691btHWG3c3T0GHRFZwP5x { width:20rem;height:0;top:57.872830438232rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc { display:flex;width:18rem;height:5.0625rem;top:31.75rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #bcmfrllgsdzy2AQQ9cOhL2pJIfQSrNik { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #wJT7rxAPsUFA8aVN5ql3auMiWXCma5ei {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #LPKxiry03er7dKHitB7gvxrfUBledbuo {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #kJegzuTWZW8RseTdnTWao4bRIlHoVrc8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #F3yus3i0SiqVOmiEVvR3HyNxx9WFtAgL {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #PNImw7K2UHTOGxsVadK3ECET9TbbqFem {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #azwJeUXqhStasv0HtKTuRyRLQPsITWzm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #GTxXZkexRtlNZgGr8QHArW5FAcZg2vRQ {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #h6EmEw0Tm2WD0QClsszgSEeazSvx1Zd6 {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #X4yZT7V22Se4nsvNDxgxBBdC8UFT9akA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #ZH9FWMxrfeJHDP1IaRyMZikRrpbDmPg2 {  }
 }@media only screen and (max-width: 763px) { #aebcKAhpsdNuNKHCiL6hTFOicRXOoRAc #bIMUP0wKQGv9CMryTmMfbcIlHBIgdZBB {  }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd743a1-1d83-4314-8ccf-9cca880a0884/shutterstock_1990498406.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.adaptive-delivery-prevent-bg, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyload, #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw.lazyloading { background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpOxMO9v4JwNJKUqk2JxAnZM0X3UfJ01 { width:12.75rem;height:15.5rem;top:4.71875rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #LazlVRLeFTP0WW4KSqRCcgI3CvwGSoAR { width:8.75rem;height:8.4375rem;top:22.84375rem;left:0rem;font-size:5.875rem;color:rgba(255,255,255,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #GQRpRaLVd2ThwKH3OzRatcK51gEdbeUB { width:20rem;height:13rem;top:29.468753814698rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xdwgOznad9kUi1rTmSywkMd0Kz1elwyy { width:18.5rem;height:1.3828125rem;top:21.34375rem;left:0.75000005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqhpB9Ax7wTk106FndPeTPGt2eK52Ap7 { width:7.875rem;height:7.875rem;top:41.239585876465rem;left:12.123698532581rem;font-size:5.5rem;color:rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #diRTPqJPRIkgsAQCpdH4HhABPT1phxiR { display:block; }#diRTPqJPRIkgsAQCpdH4HhABPT1phxiR > .row .container { width:20rem;height:123.4166625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD2hzgkuqaZeGIBLfahzAyFZGGmcmJP1 { width:16.625rem;height:2.79948125rem;top:0.62187480926514rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQxbN8kprKHNeos416HEkVB0P8BCbf4 { width:9.375rem;height:0.3125rem;top:4.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrOvcJTSz5Q3IiDPTZE1hgDRtzMmiBaS { width:20rem;height:0;top:47.932725rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J60uWhD79XLPLJC8vXmi592WHyLyrsOs { width:15.9375rem;height:0;top:4.62109375rem;left:2rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXIKVvQGuAvUkeEbfBKyMbxE1GxK8oWd { width:0.3125rem;height:34.375rem;top:7.932725rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxXXz8ZSNnadzXsqpTUWeXsrD0mQcbTb { width:20rem;height:0;top:58.9309875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcunP8MvV86TAVsfydtf1VmCxd5Svy6 { width:20rem;height:0;top:69.92925rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMLdAvVT9Upg6PPTD34Mc0txxJyfbizm { width:20rem;height:0;top:88.61414375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvb2yFfDTW0N5FWgtb6ayGGlCUJ6RGm { width:20rem;height:0;top:96.04795625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAh0Dy9XrSTTOdiWouqoam8nMDkGK03R { width:20rem;height:0;top:107.04621875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDoNpaZqKLBKWLAocehiLJbGawaKyA2e { width:20rem;height:0;top:120.10503125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmGryanAgVs9UubJUXaes3n2VO2x7MrF { width:15.875rem;height:0;top:51.24435625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEACCWHHeAdvqzeyiefqHZN0uzoEZr35 { width:15.875rem;height:0;top:62.24261875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNzbB9qt0XBnNmvet50QVkbJzrkQwzuF { width:15.875rem;height:0;top:73.24088125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXyNQTQLfE38Th1LsvI1RwMWQWdGhl1d { width:15.875rem;height:0;top:80.9275125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTBtAkPbG3JUSSUTDXRefcyAhLUMPfG { width:15.875rem;height:0;top:99.3595875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeQaI7fGmtctUCC1Ch6JZLDydPXmg3id { width:15.875rem;height:0;top:112.4184rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmiTQ71spbNrl5oxOa8NnUc9HCM6UB51 { display:flex;width:3.125rem;height:3.125rem;top:43.557725rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mupfdIlXGycWyiO26dUkTPsoDApoT7R2 { display:flex;width:3.125rem;height:3.125rem;top:54.5559875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wHtD2Hy5DsfT5sAq6u7fBUXpc6PkL0ae { display:flex;width:3.125rem;height:3.125rem;top:65.55425rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JVmK4TzgX9H815UP4TDVblByEL6bzAiX { display:flex;width:3.125rem;height:3.125rem;top:84.23914375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Sn4D28XMnX5rNBmU1a8WtJItmsLCGSA3 { display:flex;width:3.125rem;height:3.125rem;top:76.5525125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WoxdLLAdfJbENZWsbTK54sRbSaWkyAQZ { display:flex;width:3.125rem;height:3.125rem;top:102.67121875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RbalEN4rqauyCfOTMbeSWmLbEsrpvLly { display:flex;width:3.125rem;height:3.125rem;top:115.73003125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd743a1-1d83-4314-8ccf-9cca880a0884/shutterstock_1990498406.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV.adaptive-delivery-prevent-bg, #IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV.lazyload, #IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV.lazyloading { background-image: none; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container { background-color: transparent; background-image: none; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container > .video-iframe-container { display: none; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row > .video-iframe-container { display: none; }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .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); }#IkRRUTWI2CAM7kI1hSeqG6aXF9AmJImV > .row .container { width:20rem;height:175.68881875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmxJvSFAr8NFllJr0TCxTQIMFaCviDrf { width:1.6875rem;height:1.6875rem;top:60.375rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSGl1hLhzoXbSwfwOKPhzRFP1U0115bH { width:19.3125rem;height:1.38020625rem;top:60.5625rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsadNGk84qVH8TrCiyBG09KBnaoLM5rS { width:18.5rem;height:1.3828125rem;top:21.34375rem;left:0.75000005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCRWVtf9IMBJaJNavswClIRsf4sU4UKx { width:20rem;height:0;top:108.87456875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ix5SzrqQPEZVyEQLgAp2su4FtBXzLexi { width:20rem;height:0;top:113.04991875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4Mc9B15hATEyJhtJTA96ArAXeCF1Gqu { width:12.5rem;height:12.5rem;top:67.62456875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwDBTiOqS2hR7JhHNaJIilX1tcOS6Tc { width:12.5rem;height:12.5rem;top:81.37456875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqiF8cQfvgpZQxpXalcGztfQ8Tcv8s47 { width:12.5rem;height:12.5rem;top:95.12456875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7qiwuQ3fcw7kuzMNfu12Xat1LSKeTE { width:20rem;height:0;top:158.47526875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGT55gQM6TaDnAci93MCKiopWarzd5Vb { width:12.5rem;height:12.5rem;top:117.22526875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #diCUrRP6Rx1Bvn5oatKmFePKBVbkNRSc { width:20rem;height:0;top:162.65061875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZUM3cXIhOMSQT3vEdq7ZvhczDAyfJ82 { width:12.5rem;height:12.5rem;top:130.97526875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWo6OdPDcqHtFaGaxQZRpXJTxOoL2WZ { width:20rem;height:0;top:166.82596875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMhTmmtgfJB89oM9A9Kht3efaoLhgWtE { width:12.5rem;height:12.5rem;top:144.72526875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhcRkfIU6J1sJDAFEVEsuaKa5TyvH4uG { width:17.5rem;height:3.4375rem;top:171.00131875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDW7WHAUAxdnzZmFmUm6LvexLAtXyJL { display:block; }
 }@media only screen and (max-width: 763px) { #U34rZaQmxp7MVhWmvRckATBzufb5gSqO { width:20rem;height:0;top:63.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2WKBOuS0rEbJM2M2hPLLqSFzTzeu0Gy { width:9.375rem;height:0.3125rem;top:4.125rem;left:5.3125rem;display:none; }
 }