.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:244,218,218;--color-primary-1:219,133,133;--color-primary-2:182,10,10;--color-primary-3:91,5,5;--color-primary-4:27,2,2;--color-secondary-0:247,236,228;--color-secondary-1:228,190,167;--color-secondary-2:200,125,78;--color-secondary-3:100,63,39;--color-secondary-4:30,19,12;--color-tertiary-0:217,225,229;--color-tertiary-1:129,157,167;--color-tertiary-2:2,58,79;--color-tertiary-3:1,29,40;--color-tertiary-4:0,9,12;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@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;position:relative;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); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.8)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));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; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { background-color: transparent; background-image: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container > .video-iframe-container { display: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container { display: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .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); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { border-width: 0; border-radius: 0; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.2939453125rem;left:0rem;height:6.17480625rem;font-style:normal;display:block; }
#bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.53759765625rem;left:0rem;height:8.44925rem;font-style:normal;display:block; }
#xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:27.0625rem;width:27.0625rem;top:2.3125rem;left:31.375rem;display:block; }
#HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:27.0625rem;width:27.0625rem;top:1.8125rem;left:31.875rem;display:block; }
#zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:25.8125rem;width:25.8125rem;top:2.625rem;left:35.5625rem;display:block; }
#zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.3125rem;border-top-right-radius:10.3125rem;border-bottom-left-radius:10.3125rem;border-bottom-right-radius:10.3125rem;box-shadow: none;height:24.4375rem;width:23.5625rem;top:4.5rem;left:33.625rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.75);background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { background-color: transparent; background-image: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container > .video-iframe-container { display: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container { display: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .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); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { border-width: 0; border-radius: 0; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { 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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-primary-2),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.75rem;height:4.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.625rem;left:5.625rem;display:block; }
#nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzglHmEFNWH1fFufiROQz3TOayPyi5JO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row .container { background-color: transparent; background-image: none; }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row .container > .video-iframe-container { display: none; }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row > .video-iframe-container { display: none; }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .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); }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row .container { border-width: 0; border-radius: 0; }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#tH3m7OTr2k8Wxk7nccpbr2ox0Ao2DC6K { color:rgba(var(--color-primary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RV05UD8C122PGLgSFn6VFvn88paFbNuT { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#GhwnoUTM2N7CntsENQ6oLzFBK7fBrC08 { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:4.0625rem;left:12rem;display:block; }
#Xv9S4IVTlTHUhGTk2rAewsrxVlOtNsIZ { box-sizing:content-box;height:13.125rem;width:20.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.59375rem;left:38rem;display:block; }
#ZGXXtZNurss4Wy9JC2m4MZ70vuMlK6oC { color:rgba(var(--color-primary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.875rem;left:38.84375rem;height:3.0869125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gufxGLwyhJMovp2X3KuhXs3N21IlvyLL { color:#5e5e5e;display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:8.80615234375rem;left:2.625rem;height:;display:block; }#gufxGLwyhJMovp2X3KuhXs3N21IlvyLL li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gufxGLwyhJMovp2X3KuhXs3N21IlvyLL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
#NUzIzT5yWrpMdZrbZCrn2By92rwmdoJv { color:rgba(var(--color-primary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.01904296875rem;left:38.78125rem;height:4.63036875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:19.0625rem;height:5.3623rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.8)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.71875rem;left:30.96875rem;display:block; }
#OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { color:#505050;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.75634765625rem;left:25.375rem;height:13.16161875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OO9uLcJ23CpGMq9qh4t1MeQXTOzdSyAw { position:absolute;display:block;z-index:15002;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:32rem;width:23.5rem;top:-0.5625rem;left:1.8125rem;overflow:hidden;display:block; }
#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { background-color: transparent; background-image: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container > .video-iframe-container { display: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container { display: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .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); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { border-width: 0; border-radius: 0; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { box-sizing:content-box;height:24.3125rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -moz-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -ms-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -o-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.8)' );";background-image: linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-size:auto !important;top:3.25rem;left:0rem;display:block; }
#l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.3125rem;left:24.25rem;height:2.92480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RMnasEFSAkya5NnwrUwuENMTThAPXr7S { box-sizing:content-box;height:20.0625rem;width:20.0625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:1.9375rem;left:0.5625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid #e7e3df;border-left:0.125rem solid #e7e3df;border-right:0.125rem solid #e7e3df;border-bottom:0.125rem solid #e7e3df;display:block; }
#QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.625rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { color:rgba(var(--color-tertiary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:37.125rem;height:4.63036875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.8125rem;left:33.25rem;box-shadow: none;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:18.1875rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.25rem;left:33.6875rem; }
#ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:26.3125rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.0625rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.5rem;left:33.6875rem; }
#PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:22.375rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.1875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:26.625rem;left:33.6875rem; }
#CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.8125rem;left:6.0625rem;height:1.54345625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b1GfeA3EnskRk9baBynWFALNU5uJhnwG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6250rem;border-top-right-radius:6250rem;border-bottom-left-radius:6250rem;border-bottom-right-radius:6250rem;box-shadow: none;height:16.1875rem;width:21.1875rem;top:4.3125rem;left:2.4375rem;overflow:hidden;display:block; }
#JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.0625rem;left:33.6875rem; }
#RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.375rem;left:33.6875rem;display:none; }
#TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:8.5625rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.4375rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.875rem;left:33.6875rem; }
#zZTeQDqcIxmD6vkT0SVgT2zt9IcOoNSv { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.3125rem;left:8.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zZTeQDqcIxmD6vkT0SVgT2zt9IcOoNSv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZTeQDqcIxmD6vkT0SVgT2zt9IcOoNSv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07181926049b03af344cb7248834f020.svg); }
#BQOODZrPhclAK79SqsqyXrR2TTTztcSJ { box-sizing:content-box;height:16.8125rem;width:28.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.25rem;left:2.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#aOqnEF9qpsDnXTI5vMQXSl4CtiDsCgTG { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:31.4375rem;left:36.875rem;height:4.27441875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mwiMIw4EpuSrHlJthofDGQDTQ1MoCeFi { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.3125rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#XL2HGXBh3V7dM8SIHseBo2SiE0NgM7Wd { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31.75rem;left:33.6875rem; }
#OG11C742Jyszr07oZR9MBiWx8q3geFKf { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:35.75rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PfRJdsxXzvE9UKa0IWFFmAdBLMPcmKZD { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.625rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#QG9WJrkm3QU1oem7E0mxAnr33bfXANfm { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.0625rem;left:33.6875rem; }
#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container { background-color: transparent; background-image: none; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container > .video-iframe-container { display: none; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row > .video-iframe-container { display: none; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .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); }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container { border-width: 0; border-radius: 0; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;overflow:visible;position:relative;display:block; }#R4ebMuA42QTEpsTteoNPmWhSkCqSWy6q { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.5625rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#aPaKhr5UBigxgqhXHUGnDiSigq2oM4Cm { box-sizing:content-box;height:22.625rem;width:17.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.625rem;left:21.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#MNarZbESiRNFfNOgPCkzFwyrK3luLP6x { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:17rem;left:1.4375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIy9PFT4bkwWtHPEMRhL6gioINN5nI9w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.8125rem;left:0rem;height:11.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGDKKwQp23qNnSfmWe2vEz6FkI7J6pv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:23.15625rem;left:41.25rem;height:9.7993125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zn8rzF4VsCOtr41DppzZJB2gSM1Km9nF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:17.875rem;left:41.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ygrRtnlqMpCWOEEAAHgezQdxuDJrKLHd { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:18rem;left:20.625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTTQSTes7B6yCbVzVttt7Ztww7t0fZ8L { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:23.15625rem;left:22.1875rem;height:9.7993125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLTkfbzCsuwuGICtd7mdD8lkc6QnTS8x { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.3125rem;left:3.5625rem;height:7.87353125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mxZLdkg1R6WD4TBXLFsf1F0xXPVVz3A6 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:41.0498046875rem;left:2.84375rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/082ce46c-7347-4293-b62d-86d33ead189c/image.png");background-position:center right !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; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.adaptive-delivery-prevent-bg, #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.lazyload, #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.lazyloading { background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { border-width: 0; border-radius: 0; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { color:#eef1f3;display:block;width:54rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:-6.9375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { color:#eef1f3;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { color:#eef1f3;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:17.4375rem;left:1.25rem;height:19.709rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f21f967f0264b2b9665677921daed8d715e45111.svg); }
#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { background-color: transparent; background-image: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container > .video-iframe-container { display: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container { display: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .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); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { border-width: 0; border-radius: 0; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.494140625rem;left:10.96875rem;height:2.7749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hgnMXBO681uP9iTtym7ZElPWyRXCSITL { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5rem;left:0rem;display:block; }
#ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { box-sizing:content-box;height:1.8125rem;width:34rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:4.125rem;left:13rem;display:block; }
#ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { box-sizing:content-box;height:27.25rem;width:23.25rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:10.4375rem;left:5.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#Hk6430NWcyheKSi9sLXt7NMOTz8BTHhe { box-sizing:content-box;height:27.25rem;width:24.8125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:10.4375rem;left:31.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:21.6875rem;left:7.28125rem;height:14.62404375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yTIiT4y089WeZTlTFkHciWc6dU8Eni7t { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:18.3251953125rem;left:34.4375rem;height:14.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.0625rem;left:8.1875rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NdCLKqzyAKhX8VspeHhzwp5W7qS68WMi { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:13.8125rem;left:34.96875rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WzEon1OuZGtpg8rP31rsNsriS58ud5Di { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.4375rem;left:15.8125rem; }
#sx1nuFHmDKFgzh1bvtisFG7MJPKuSw8u { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.4375rem;left:42.625rem; }
#ShBgAM3zE208pTAqi9ZgGCXt9DqQt3Cw { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:9.0625rem;left:42.25rem;display:block; }
#tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:9.0625rem;left:15.4375rem;display:block; }
#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { border-width: 0; border-radius: 0; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:none; }#Jw5W9o9qrkRGhkNzJPBHSAsRxBPPtOny { box-sizing:content-box;height:19.375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:4.125rem;left:0rem;display:block; }
#ZvXeHhLukN0mI5dglCVNQKr52sFBPofM { color:#eef1f3;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.8125rem;left:2.1875rem;height:4.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wFv9gC3SuNy4sdcbLSsXAO6w6LgluaSE { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.8125rem;left:25.125rem;display:block; }
#MBcWtNsP52tXZXAdr2fLGsfN9UJIITGk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ededed;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.125rem;left:32.75rem;display:block; }
#VM0xHB8IFfBcciwbeKggOOmuGTFRhlG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0.624375rem;padding-right:0.583125rem;padding-bottom:0.624375rem;padding-left:0.583125rem;display:block;align-items:center;width:3.50625rem;min-width:3.50625rem;height:3.355rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.4975rem;font-weight:700;line-height:53.68px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.674375rem;height:1.325rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.936875rem;font-weight:400;line-height:21.2px;text-align:center;text-align-last:center;text-transform:none;top:10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.6875rem;height:6.31875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:10.65283203125rem;left:30.9375rem;z-index:15021; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #FUcIamupd5G4UpaCL9KlFGunESTELtBl { display:flex;position:relative;top:0rem;left:0rem; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #BaWUf4oAHg6y7iSdq8DGwqsn8Zf4wwhe { width:auto; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #KiTWSBt7DIczFccv8BrNhtzbW6JvhmvO {  }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #sHQMvTi0fezK8vSL6LnZJ8gpG4d1Xkk2 { display:flex;position:relative;top:0rem;left:0rem; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #MxAf99B3T3wpRnWlFtCaInqLc8dEsEO8 {  }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #vBCIDQw5lTRfxvxZO9HL0ftrhLgc7Pxx {  }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #elHSv0cLk7P8Ib0bWpWfQcOdqJikWGnn { display:flex;position:relative;top:0rem;left:0rem; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #ZFMxwD2D5BKRoyN3pkOTAhRuSK3KHJf1 {  }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #DzTZLAAKk7Cz9gn7NI07mJvQDZEEC6FD {  }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #rGuvxOO6axaVTt8gsmhNImJnUu92uX9H { display:flex;position:relative;top:0rem;left:0rem; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #GeuwTeMk8zkKiFt9dgCPqrkHlFN8TIDo {  }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #TJRWlXmx79KVpxwx0nU2UfteGM3HhoS8 {  }
#aFdgfctsTnKkbszJdlFE5lZrKxFzOf2l { box-sizing:content-box;height:3.8125rem;width:31.5625rem;position:absolute;display:block;z-index:15021;background-color:#e7e3df;background-image:none;top:2.75rem;left:26.5rem;display:block; }
#TWlNUht5mWCQ2ltRAbU1yNScNiM4Tz2o { color:#ae411e;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:3.375rem;left:27.0625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JV9SFiVy849FOakgOydoQX1uExdlPtyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row .container { background-color: transparent; background-image: none; }#JV9SFiVy849FOakgOydoQX1uExdlPtyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row .container > .video-iframe-container { display: none; }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row > .video-iframe-container { display: none; }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .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); }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row .container { border-width: 0; border-radius: 0; }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#TJyp0LuIA59xeun2ei43l3ByPreHaAX6 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:4.125rem;left:26.875rem;display:block; }
#z9lIVvPs4Sa9VgxKeMBGAhvb7CmTyK3K { color:#1e2b50;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0.625rem;height:3.07470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WgtdbQV0advR2RZV00v6ifMZQiZNpn2a { color:#023a4f;display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.3125rem;left:4.5rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WcokE2OUTq3Kf3hCSoUoCSODiOTbNEqr { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:13.84423828125rem;left:3.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;text-align:center;text-align-last:center;display:block; }
#PP6yUf5y37pA3PO304GV07WmEvsnT56z { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:25.625rem;left:4.4375rem;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;text-align:center;text-align-last:center;display:block; }
#p7Ie8aWGV4sJGB8MEB6TvAMwpIsXuAkx { color:#023a4f;display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:22.1875rem;left:3.375rem;height:2.01220625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uFTwEZ8h2FDU5BATA66x8arSxDCiEzH1 { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:37.9375rem;left:3.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;text-align:center;text-align-last:center;display:block; }
#Ia8ltExkiECdx1lJdFGmANWt13BrwFZ5 { color:#023a4f;display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:35.0625rem;left:3.625rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { background-color: transparent; background-image: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container > .video-iframe-container { display: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container { display: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .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); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { border-width: 0; border-radius: 0; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.0625rem;left:12rem;display:block; }
#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { color:#5e5e5e;display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:10.18115234375rem;left:5.625rem;height:;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row .container { background-color: transparent; background-image: none; }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row .container > .video-iframe-container { display: none; }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row > .video-iframe-container { display: none; }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .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); }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row .container { border-width: 0; border-radius: 0; }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:60rem;overflow:visible;position:relative;display:block; }#ABPh9VQRN7kO7T79lLchbl1wuTUbJBqs { box-sizing:content-box;height:39.5625rem;width:33.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.625rem;left:13.4375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oztCJWgyhmTHKl9Mem6hc7uNOnnMfIlD { background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#505050;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:20rem;height:3.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:31.1875rem;left:20rem;display:block; }
#WF0MIlQDNVhZqDNBBk1q2A3sbBrWsuu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMgT39gBqi3U9RBLcEHaGWgTm9UpT8Ck { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.5625rem;left:20rem;display:block; }
#WlxKuV8imu7ciwqd9P4zF3R2Lc8GrfV5 { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:15rem;height:4.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HhctklI9McwZmXce0UC1F57Ba9nOKDVo { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.5rem;left:20rem;display:block; }
#mTe6k5eAXiaBF94ECovSq8usERpBNHJz { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.6875rem;left:59.0625rem; }
#x4Iq2o0oci3heaJdr9BUwUTArzdfA8Sf { color:#010304;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;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; }
#eubOznfsCbyCZATk2Bq4VlVDspRe4TDr { color:rgba(var(--color-primary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.6875rem;left:14.25rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4L3lDDi97JTGbbHvefLa0sHsrGgrvRt { box-sizing:content-box;height:2.75rem;width:29.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.875rem;left:15rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#F2qWs6E4IXidRzhHpTLakcxo2RZQJoCU { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:36.875rem;left:17.75rem;height:10.847625rem;font-style:normal;display:block; }#F2qWs6E4IXidRzhHpTLakcxo2RZQJoCU li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#F2qWs6E4IXidRzhHpTLakcxo2RZQJoCU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b094f9ed01c77749c51801e025c73a88ed5097.svg); }
#e5wtfLn9M2DGWNaXyUHTt4LfoCJAift5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#e5wtfLn9M2DGWNaXyUHTt4LfoCJAift5 > .row .container { border-width: 0; border-radius: 0; }#e5wtfLn9M2DGWNaXyUHTt4LfoCJAift5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#e5wtfLn9M2DGWNaXyUHTt4LfoCJAift5 > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#viU7u1XcSKZ2H5L4XROAaeickqCAUwPu { box-sizing:content-box;height:39.5625rem;width:33.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:14.1875rem;left:24.6875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AGh4v02BDqZvK5wNisTSXBqJ7Dtgm9Nw { background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#505050;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:20rem;height:3.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:32.75rem;left:31.25rem;display:block; }
#ILB4xKEuEHEwDztB8C1wiRBmyiDlPUUf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhZL51MKOoHKfih5lUcKpsnyIeAQZdeV { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.13037109375rem;left:31.25rem;display:block; }
#tLlgpsebawngVSKNyy8CdHlndR9R40aA { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.75rem;left:26.25rem;height:4.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yZLSq2k2rJy7al1KzpqczkUKpMQFxANR { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.0625rem;left:31.25rem;display:block; }
#QJCElADlMDetEw36xnwZxt6yq48PhmL6 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.6875rem;left:59.0625rem; }
#WfEkn8xBlfsSAfq58hT8GWqsIGoqOnIm { color:#010304;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;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; }
#wJ0yXisCwawMo0Wrx3GJmqZSUfNxxSpn { color:rgba(var(--color-primary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.27490234375rem;left:25.5rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qv7CdOtQvqqMDWq74pPxDTViu92bxSd5 { color:#bd4c12;display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.84375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4Xetn3UD1vNgOBPvlp4GL8PbTJ9UDBx { box-sizing:content-box;height:2.75rem;width:29.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.4375rem;left:26.25rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#KQ0NChCEINcHuwoX1gdEAu3gpyzkdmff { box-sizing:content-box;height:33.25rem;width:23.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:20.5rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#byfRrusqmWSmQUfN8HLKBlnqBhE9QRnx { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.0625rem;left:2.84375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vpDGDSlAOxNId34O7qTaOCg3x8LmTCra { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26.625rem;left:1.71875rem;display:block; }
#vA1RqqFplglUfOvm3vcy0tpHpzZzPdna { color:rgba(var(--color-secondary-2),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.37451171875rem;left:0rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A00vbefWrbRu8pMNSZH7IPevTJ6VC39m { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.75rem;left:1.78125rem;display:block; }
#iXyvTspE38ryZ3guxkleSC9HZT33nyqz { color:rgba(var(--color-tertiary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:35.59521484375rem;left:1.78125rem;height:13.25rem;font-style:normal;display:block; }#iXyvTspE38ryZ3guxkleSC9HZT33nyqz li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#iXyvTspE38ryZ3guxkleSC9HZT33nyqz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f6c32372f8c96d850aaf6f6e0bccefa6ab9b52af.svg); }
#KTU0NlIsJqGAPl9Cp1amhHeyTgZ3l2MJ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:27.31201171875rem;left:2.84375rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mtVNJGb83HMHv015hNwtxKA8J0JIXQDv { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:38.40771484375rem;left:29rem;height:;font-style:normal;display:block; }#mtVNJGb83HMHv015hNwtxKA8J0JIXQDv li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#mtVNJGb83HMHv015hNwtxKA8J0JIXQDv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b094f9ed01c77749c51801e025c73a88ed5097.svg); }
#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row .container { background-color: transparent; background-image: none; }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row .container > .video-iframe-container { display: none; }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row > .video-iframe-container { display: none; }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .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); }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row .container { border-width: 0; border-radius: 0; }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#yPCtDnzdtkXMgaOHyCP4r28ei9KHDXvq { color:#ededed;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.494140625rem;left:6.0625rem;height:3.07470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h1VvVPXbXqJv77NNfT0Nob8XGfqIUGNe { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#b2b2b2;background-image:none;top:5rem;left:0rem;display:block; }
#alsSe9vAfavze6TQUicbJrrZTkZBT7M3 { box-sizing:content-box;height:2.6875rem;width:34.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.6875rem;left:0rem;display:block; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;vertical-align:top;border-top:0.125rem solid #cec7bf;border-left:0.125rem solid #cec7bf;border-right:0.125rem solid #cec7bf;border-bottom:0.125rem solid #cec7bf; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.1875rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-tertiary-4),1);font-style:normal; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_4cec429f2c186c098323a40e01c23a9eb0db3fb0.svg");background-size:contain !important; }#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-trigger.adaptive-delivery-prevent-bg, #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-trigger.lazyload, #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-trigger.lazyloading { background-image: none; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh { box-sizing:content-box;height:auto;width:59.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.6875rem;left:0.46875rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #nybnr80p0DXntbAHGJWNO54bWUcGx690 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG { display:block;position:relative; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #y7Ae3OhambTnZtllLSQd05qczOMo7kNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #E2B77GSro0xBrLkrBLo3LyL7IctObJkw { display:block;position:relative; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #xxMUsqUUwikng1mcHMQH06t5lR28G5NT { display:none; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX { display:block;position:relative; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo { display:none; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P { display:block;position:relative; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 { display:none; }
#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { background-color: transparent; background-image: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .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); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { border-width: 0; border-radius: 0; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { top:5.25rem;left:0rem;width:30.6875rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { top:15.5rem;left:0rem;width:31.0625rem;height:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { top:2.3125rem;left:17.875rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { top:1.8125rem;left:18rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { top:2.625rem;left:20.875rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { width:23.5625rem;height:24.4375rem;top:4.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { width:46.75rem;height:4.625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block; }
 }@media only screen and (max-width: 763px) { #nzglHmEFNWH1fFufiROQz3TOayPyi5JO { display:block; }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH3m7OTr2k8Wxk7nccpbr2ox0Ao2DC6K { width:39rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV05UD8C122PGLgSFn6VFvn88paFbNuT { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhwnoUTM2N7CntsENQ6oLzFBK7fBrC08 { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv9S4IVTlTHUhGTk2rAewsrxVlOtNsIZ { width:20.625rem;height:13.125rem;top:10.5625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXXtZNurss4Wy9JC2m4MZ70vuMlK6oC { width:18.9375rem;height:3.0625rem;top:11.875rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gufxGLwyhJMovp2X3KuhXs3N21IlvyLL { top:8.75rem;left:0rem;width:32.9375rem;height:;font-size:0.6875rem;display:block; }#gufxGLwyhJMovp2X3KuhXs3N21IlvyLL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #NUzIzT5yWrpMdZrbZCrn2By92rwmdoJv { width:19.0625rem;height:6.125rem;top:16rem;left:28.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:2.875rem;left:0rem;width:37.5rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:27.25rem;height:4.375rem;top:25.6875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { top:9.75rem;left:0rem;width:31.3125rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO9uLcJ23CpGMq9qh4t1MeQXTOzdSyAw { width:23.5rem;height:32rem;top:-0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { width:32.375rem;height:24.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { width:34.8125rem;height:2.875rem;top:4.3125rem;left:12.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMnasEFSAkya5NnwrUwuENMTThAPXr7S { width:20.0625rem;height:20.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { width:3.125rem;height:3.125rem;top:12.625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { width:22.875rem;height:4.625rem;top:12.625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { width:3.125rem;height:3.125rem;top:17.8125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { width:24.3125rem;height:2.8125rem;top:18.1875rem;left:23.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { width:2.25rem;height:2.25rem;top:18.25rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { width:23.125rem;height:4.25rem;top:26.3125rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { width:3.125rem;height:3.125rem;top:22.0625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { width:2.25rem;height:2.25rem;top:22.5rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { width:23.125rem;height:2.8125rem;top:22.375rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { width:3.125rem;height:3.125rem;top:26.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { width:2.25rem;height:2.25rem;top:26.625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { width:26.375rem;height:1.5rem;top:23.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1GfeA3EnskRk9baBynWFALNU5uJhnwG { width:21.1875rem;height:16.1875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { width:2.25rem;height:2.25rem;top:13.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { width:2.25rem;height:2.25rem;top:21.375rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { width:23.125rem;height:2.8125rem;top:8.5625rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { width:3.125rem;height:3.125rem;top:8.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { width:2.25rem;height:2.25rem;top:8.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZTeQDqcIxmD6vkT0SVgT2zt9IcOoNSv { width:18.375rem;height:;top:26.3125rem;left:2.125rem;font-size:0.9375rem;display:block; }#zZTeQDqcIxmD6vkT0SVgT2zt9IcOoNSv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07181926049b03af344cb7248834f020.svg); }
 }@media only screen and (max-width: 763px) { #BQOODZrPhclAK79SqsqyXrR2TTTztcSJ { top:22.25rem;left:0rem;width:28.25rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOqnEF9qpsDnXTI5vMQXSl4CtiDsCgTG { width:23.125rem;height:4.25rem;top:31.4375rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwiMIw4EpuSrHlJthofDGQDTQ1MoCeFi { width:3.125rem;height:3.125rem;top:31.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL2HGXBh3V7dM8SIHseBo2SiE0NgM7Wd { width:2.25rem;height:2.25rem;top:31.75rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG11C742Jyszr07oZR9MBiWx8q3geFKf { width:23.125rem;height:4.25rem;top:35.75rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfRJdsxXzvE9UKa0IWFFmAdBLMPcmKZD { width:3.125rem;height:3.125rem;top:35.625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG9WJrkm3QU1oem7E0mxAnr33bfXANfm { width:2.25rem;height:2.25rem;top:36.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf { display:block; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4ebMuA42QTEpsTteoNPmWhSkCqSWy6q { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPaKhr5UBigxgqhXHUGnDiSigq2oM4Cm { top:16.625rem;left:15.1875rem;width:17.375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNarZbESiRNFfNOgPCkzFwyrK3luLP6x { top:17rem;left:0rem;width:17.9375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIy9PFT4bkwWtHPEMRhL6gioINN5nI9w { top:23.8125rem;left:0rem;width:18.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGDKKwQp23qNnSfmWe2vEz6FkI7J6pv7 { top:23.125rem;left:29rem;width:18.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn8rzF4VsCOtr41DppzZJB2gSM1Km9nF { top:17.875rem;left:29rem;width:18.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygrRtnlqMpCWOEEAAHgezQdxuDJrKLHd { top:18rem;left:14.5rem;width:18.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTQSTes7B6yCbVzVttt7Ztww7t0fZ8L { top:23.125rem;left:16.0625rem;width:15.8125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLTkfbzCsuwuGICtd7mdD8lkc6QnTS8x { top:7.3125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZLdkg1R6WD4TBXLFsf1F0xXPVVz3A6 { top:41rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { background-color:transparent;background-image:none;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { top:2rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f21f967f0264b2b9665677921daed8d715e45111.svg); }
 }@media only screen and (max-width: 763px) { #M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { width:38.0625rem;height:2.75rem;top:3.4375rem;left:4.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgnMXBO681uP9iTtym7ZElPWyRXCSITL { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { width:34rem;height:1.8125rem;top:4.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { width:23.25rem;height:27.25rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6430NWcyheKSi9sLXt7NMOTz8BTHhe { width:24.8125rem;height:27.25rem;top:10.4375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { width:19.4375rem;height:14.5625rem;top:21.6875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIiT4y089WeZTlTFkHciWc6dU8Eni7t { width:18.6875rem;height:14.625rem;top:18.3125rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { width:17.625rem;height:6.0625rem;top:13.0625rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdCLKqzyAKhX8VspeHhzwp5W7qS68WMi { width:17.625rem;height:1.6875rem;top:13.8125rem;left:28.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEon1OuZGtpg8rP31rsNsriS58ud5Di { width:2.3125rem;height:2.3125rem;top:9.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx1nuFHmDKFgzh1bvtisFG7MJPKuSw8u { width:2.3125rem;height:2.3125rem;top:9.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShBgAM3zE208pTAqi9ZgGCXt9DqQt3Cw { width:3.125rem;height:3.125rem;top:9.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { width:3.125rem;height:3.125rem;top:9.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD { display:none; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jw5W9o9qrkRGhkNzJPBHSAsRxBPPtOny { width:47.75rem;height:19.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvXeHhLukN0mI5dglCVNQKr52sFBPofM { width:20.75rem;height:7.375rem;top:7.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFv9gC3SuNy4sdcbLSsXAO6w6LgluaSE { top:7.8125rem;left:19rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBcWtNsP52tXZXAdr2fLGsfN9UJIITGk { width:17.6875rem;height:4.4375rem;top:21.125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM0xHB8IFfBcciwbeKggOOmuGTFRhlG4 { display:block; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .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; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .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; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal { display:flex;width:18rem;height:5.0625rem;top:4.125rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #FUcIamupd5G4UpaCL9KlFGunESTELtBl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #BaWUf4oAHg6y7iSdq8DGwqsn8Zf4wwhe {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #KiTWSBt7DIczFccv8BrNhtzbW6JvhmvO {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #sHQMvTi0fezK8vSL6LnZJ8gpG4d1Xkk2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #MxAf99B3T3wpRnWlFtCaInqLc8dEsEO8 {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #vBCIDQw5lTRfxvxZO9HL0ftrhLgc7Pxx {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #elHSv0cLk7P8Ib0bWpWfQcOdqJikWGnn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #ZFMxwD2D5BKRoyN3pkOTAhRuSK3KHJf1 {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #DzTZLAAKk7Cz9gn7NI07mJvQDZEEC6FD {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #rGuvxOO6axaVTt8gsmhNImJnUu92uX9H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #GeuwTeMk8zkKiFt9dgCPqrkHlFN8TIDo {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #TJRWlXmx79KVpxwx0nU2UfteGM3HhoS8 {  }
 }@media only screen and (max-width: 763px) { #aFdgfctsTnKkbszJdlFE5lZrKxFzOf2l { width:31.5625rem;height:3.8125rem;top:2.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlNUht5mWCQ2ltRAbU1yNScNiM4Tz2o { width:30.75rem;height:2.25rem;top:3.375rem;left:17rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV9SFiVy849FOakgOydoQX1uExdlPtyF { display:block; }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJyp0LuIA59xeun2ei43l3ByPreHaAX6 { width:6.25rem;height:0.0625rem;top:4.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9lIVvPs4Sa9VgxKeMBGAhvb7CmTyK3K { width:47.75rem;height:3.07470625rem;top:5.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgtdbQV0advR2RZV00v6ifMZQiZNpn2a { width:47.75rem;height:;top:11.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcokE2OUTq3Kf3hCSoUoCSODiOTbNEqr { width:47.75rem;height:;top:13.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP6yUf5y37pA3PO304GV07WmEvsnT56z { width:47.75rem;height:;top:25.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Ie8aWGV4sJGB8MEB6TvAMwpIsXuAkx { width:47.75rem;height:2rem;top:22.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFTwEZ8h2FDU5BATA66x8arSxDCiEzH1 { width:47.75rem;height:;top:37.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8ltExkiECdx1lJdFGmANWt13BrwFZ5 { width:47.75rem;height:;top:35.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { display:block; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { width:39rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { top:10.125rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA { display:block; }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABPh9VQRN7kO7T79lLchbl1wuTUbJBqs { top:12.625rem;left:7.3125rem;width:33.125rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oztCJWgyhmTHKl9Mem6hc7uNOnnMfIlD { width:20rem;height:3.375rem;top:31.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF0MIlQDNVhZqDNBBk1q2A3sbBrWsuu6 { display:block; }
 }@media only screen and (max-width: 763px) { #RMgT39gBqi3U9RBLcEHaGWgTm9UpT8Ck { top:28.5625rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxKuV8imu7ciwqd9P4zF3R2Lc8GrfV5 { top:14.1875rem;left:8.875rem;width:30rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhctklI9McwZmXce0UC1F57Ba9nOKDVo { top:20.5rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTe6k5eAXiaBF94ECovSq8usERpBNHJz { top:13.6875rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4Iq2o0oci3heaJdr9BUwUTArzdfA8Sf { top:1.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eubOznfsCbyCZATk2Bq4VlVDspRe4TDr { top:21.6875rem;left:8.125rem;width:31.875rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4L3lDDi97JTGbbHvefLa0sHsrGgrvRt { top:10.875rem;left:8.875rem;width:29.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qWs6E4IXidRzhHpTLakcxo2RZQJoCU { top:36.875rem;left:11.625rem;width:24.875rem;height:10.8125rem;font-size:0.875rem;display:block; }#F2qWs6E4IXidRzhHpTLakcxo2RZQJoCU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b094f9ed01c77749c51801e025c73a88ed5097.svg); }
 }@media only screen and (max-width: 763px) { #e5wtfLn9M2DGWNaXyUHTt4LfoCJAift5 { display:none; }#e5wtfLn9M2DGWNaXyUHTt4LfoCJAift5 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #viU7u1XcSKZ2H5L4XROAaeickqCAUwPu { top:14.1875rem;left:14.625rem;width:33.125rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGh4v02BDqZvK5wNisTSXBqJ7Dtgm9Nw { width:20rem;height:3.375rem;top:32.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILB4xKEuEHEwDztB8C1wiRBmyiDlPUUf { display:block; }
 }@media only screen and (max-width: 763px) { #IhZL51MKOoHKfih5lUcKpsnyIeAQZdeV { top:30.125rem;left:25.125rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlgpsebawngVSKNyy8CdHlndR9R40aA { top:15.75rem;left:17.75rem;width:30rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZLSq2k2rJy7al1KzpqczkUKpMQFxANR { top:22.0625rem;left:25.125rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJCElADlMDetEw36xnwZxt6yq48PhmL6 { top:13.6875rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfEkn8xBlfsSAfq58hT8GWqsIGoqOnIm { top:3.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ0yXisCwawMo0Wrx3GJmqZSUfNxxSpn { top:23.25rem;left:15.875rem;width:31.875rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv7CdOtQvqqMDWq74pPxDTViu92bxSd5 { top:16.8125rem;left:21.875rem;width:25.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Xetn3UD1vNgOBPvlp4GL8PbTJ9UDBx { top:12.4375rem;left:17.75rem;width:29.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ0NChCEINcHuwoX1gdEAu3gpyzkdmff { top:20.5rem;left:0rem;width:23.4375rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byfRrusqmWSmQUfN8HLKBlnqBhE9QRnx { top:22.0625rem;left:0rem;width:18.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpDGDSlAOxNId34O7qTaOCg3x8LmTCra { top:26.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA1RqqFplglUfOvm3vcy0tpHpzZzPdna { top:28.3125rem;left:0rem;width:24.5625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A00vbefWrbRu8pMNSZH7IPevTJ6VC39m { top:32.75rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXyvTspE38ryZ3guxkleSC9HZT33nyqz { top:35.5625rem;left:0rem;width:19.875rem;height:;font-size:0.875rem;display:block; }#iXyvTspE38ryZ3guxkleSC9HZT33nyqz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f6c32372f8c96d850aaf6f6e0bccefa6ab9b52af.svg); }
 }@media only screen and (max-width: 763px) { #KTU0NlIsJqGAPl9Cp1amhHeyTgZ3l2MJ { top:27.25rem;left:0rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVNJGb83HMHv015hNwtxKA8J0JIXQDv { top:38.375rem;left:22.875rem;width:24.875rem;height:;font-size:0.875rem;display:block; }#mtVNJGb83HMHv015hNwtxKA8J0JIXQDv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b094f9ed01c77749c51801e025c73a88ed5097.svg); }
 }@media only screen and (max-width: 763px) { #vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap { display:block; }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPCtDnzdtkXMgaOHyCP4r28ei9KHDXvq { width:21.1875rem;height:3.07470625rem;top:3.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1VvVPXbXqJv77NNfT0Nob8XGfqIUGNe { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsSe9vAfavze6TQUicbJrrZTkZBT7M3 { width:34.625rem;height:2.6875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #nybnr80p0DXntbAHGJWNO54bWUcGx690 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 {  }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:47.75rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { width:20rem;height:5.5234375rem;top:7.53125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { width:19.375rem;height:23.75rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { width:20rem;height:22.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { width:20rem;height:23.8125rem;top:15.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { width:20rem;height:20.75rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { width:19.0625rem;height:2.4375rem;top:1.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block; }
 }@media only screen and (max-width: 763px) { #nzglHmEFNWH1fFufiROQz3TOayPyi5JO { display:block; }#nzglHmEFNWH1fFufiROQz3TOayPyi5JO > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH3m7OTr2k8Wxk7nccpbr2ox0Ao2DC6K { width:20rem;height:2.0249rem;top:2.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RV05UD8C122PGLgSFn6VFvn88paFbNuT { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhwnoUTM2N7CntsENQ6oLzFBK7fBrC08 { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xv9S4IVTlTHUhGTk2rAewsrxVlOtNsIZ { width:20rem;height:8.25rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXXtZNurss4Wy9JC2m4MZ70vuMlK6oC { width:18.875rem;height:2.5996125rem;top:24.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gufxGLwyhJMovp2X3KuhXs3N21IlvyLL { width:18.1875rem;height:21.745625rem;top:5.8369125rem;left:0.875rem;font-size:0.6875rem;display:block; }#gufxGLwyhJMovp2X3KuhXs3N21IlvyLL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #NUzIzT5yWrpMdZrbZCrn2By92rwmdoJv { width:16.9375rem;height:2.9238375rem;top:27.625rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.375rem;height:4.0625rem;top:0.84375rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:16.875rem;height:2.8125rem;top:22.14892578125rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { width:19.375rem;height:12.50926875rem;top:7.60009765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OO9uLcJ23CpGMq9qh4t1MeQXTOzdSyAw { width:15rem;height:20.3125rem;top:26.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { width:20rem;height:104rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { width:20rem;height:18.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { width:20rem;height:1.875rem;top:19.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RMnasEFSAkya5NnwrUwuENMTThAPXr7S { width:18.125rem;height:18.125rem;top:-1.46875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { width:3.125rem;height:3.125rem;top:32.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { width:18.5rem;height:3.65625rem;top:28.5625rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { width:3.125rem;height:3.125rem;top:40.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { width:17.1875rem;height:2.25rem;top:37rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { display:flex;width:2.25rem;height:2.25rem;top:41.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { width:17.375rem;height:3.375rem;top:52.5625rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { width:3.125rem;height:3.125rem;top:48.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { display:flex;width:2.25rem;height:2.25rem;top:49.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { width:18.625rem;height:2.25rem;top:44.5rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { width:3.125rem;height:3.125rem;top:24.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { display:flex;width:2.25rem;height:2.25rem;top:25.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { width:18.5rem;height:1.13720625rem;top:67.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1GfeA3EnskRk9baBynWFALNU5uJhnwG { width:16.5rem;height:12.625rem;top:3.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { display:flex;width:2.25rem;height:2.25rem;top:66.1875rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { display:flex;width:2.25rem;height:2.25rem;top:33.0625rem;left:8.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { width:20rem;height:2.25rem;top:61.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { width:3.125rem;height:3.125rem;top:57.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { display:flex;width:2.25rem;height:2.25rem;top:57.875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #zZTeQDqcIxmD6vkT0SVgT2zt9IcOoNSv { width:18.375rem;height:7.9375rem;top:70rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#zZTeQDqcIxmD6vkT0SVgT2zt9IcOoNSv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_07181926049b03af344cb7248834f020.svg); }
 }@media only screen and (max-width: 763px) { #BQOODZrPhclAK79SqsqyXrR2TTTztcSJ { width:20rem;height:16.8125rem;top:66.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOqnEF9qpsDnXTI5vMQXSl4CtiDsCgTG { width:20rem;height:3.375rem;top:93rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwiMIw4EpuSrHlJthofDGQDTQ1MoCeFi { width:3.125rem;height:3.125rem;top:84.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL2HGXBh3V7dM8SIHseBo2SiE0NgM7Wd { display:flex;width:2.25rem;height:2.25rem;top:84.6875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #OG11C742Jyszr07oZR9MBiWx8q3geFKf { width:20rem;height:2.25rem;top:97.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfRJdsxXzvE9UKa0IWFFmAdBLMPcmKZD { width:3.125rem;height:3.125rem;top:88.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG9WJrkm3QU1oem7E0mxAnr33bfXANfm { display:flex;width:2.25rem;height:2.25rem;top:89.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf { background-color:#ffffff;background-image:none;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;display:block; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container { background-color: transparent; background-image: none; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container > .video-iframe-container { display: none; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row > .video-iframe-container { display: none; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .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); }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container { border-width: 0; border-radius: 0; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMW6Bwd9BvmnGZn58qIAGSfHmyUK03Uf > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4ebMuA42QTEpsTteoNPmWhSkCqSWy6q { width:17.5rem;height:5.25rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPaKhr5UBigxgqhXHUGnDiSigq2oM4Cm { width:20rem;height:19.625rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNarZbESiRNFfNOgPCkzFwyrK3luLP6x { width:17.5rem;height:3.5rem;top:23.875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIy9PFT4bkwWtHPEMRhL6gioINN5nI9w { width:17.5rem;height:13.999rem;top:28.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGDKKwQp23qNnSfmWe2vEz6FkI7J6pv7 { width:17.5rem;height:9.7993125rem;top:73.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zn8rzF4VsCOtr41DppzZJB2gSM1Km9nF { width:17.5rem;height:3.5rem;top:67.125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygrRtnlqMpCWOEEAAHgezQdxuDJrKLHd { width:17.5rem;height:3.5rem;top:47.625rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTTQSTes7B6yCbVzVttt7Ztww7t0fZ8L { width:17.5rem;height:9.7993125rem;top:53.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLTkfbzCsuwuGICtd7mdD8lkc6QnTS8x { width:20rem;height:10.5rem;top:9.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxZLdkg1R6WD4TBXLFsf1F0xXPVVz3A6 { width:20rem;height:4.4619125rem;top:87.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { background-color:#b2846a;background-image:none;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { width:20rem;height:4.63036875rem;top:8.65966796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { width:17.5rem;height:24.1733125rem;top:15.92626953125rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f21f967f0264b2b9665677921daed8d715e45111.svg); }
 }@media only screen and (max-width: 763px) { #M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { width:20rem;height:1.875rem;top:2.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hgnMXBO681uP9iTtym7ZElPWyRXCSITL { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { width:20rem;height:1.8125rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { width:17.5rem;height:22.1875rem;top:8.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6430NWcyheKSi9sLXt7NMOTz8BTHhe { width:17.5rem;height:17.5rem;top:37.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { width:15.9375rem;height:14.29784375rem;top:15.875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIiT4y089WeZTlTFkHciWc6dU8Eni7t { width:14.9375rem;height:11.69823125rem;top:42.3125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { width:17.625rem;height:3.0869125rem;top:11rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdCLKqzyAKhX8VspeHhzwp5W7qS68WMi { width:17.625rem;height:1.30615rem;top:40.1875rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEon1OuZGtpg8rP31rsNsriS58ud5Di { display:flex;width:2.3125rem;height:2.3125rem;top:7.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #sx1nuFHmDKFgzh1bvtisFG7MJPKuSw8u { display:flex;width:2.3125rem;height:2.3125rem;top:36.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ShBgAM3zE208pTAqi9ZgGCXt9DqQt3Cw { width:3.125rem;height:3.125rem;top:36.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { width:3.125rem;height:3.125rem;top:7.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD { display:none; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { width:20rem;height:24.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jw5W9o9qrkRGhkNzJPBHSAsRxBPPtOny { width:20rem;height:11.125rem;top:7.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZvXeHhLukN0mI5dglCVNQKr52sFBPofM { width:15.9375rem;height:3rem;top:8.8125rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #wFv9gC3SuNy4sdcbLSsXAO6w6LgluaSE { width:0.125rem;height:12.5rem;top:29.375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBcWtNsP52tXZXAdr2fLGsfN9UJIITGk { width:17.6875rem;height:3.1875rem;top:17.646484375rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM0xHB8IFfBcciwbeKggOOmuGTFRhlG4 { display:block; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .widget-text.counter-number { padding-top:0.370625rem;padding-right:0.34125rem;padding-bottom:0.370625rem;padding-left:0.34125rem;width:2.045625rem;min-width:2.045625rem;height:1.994375rem;font-size:1.484375rem;line-height:31.91px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.231875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.728125rem;height:0.7875rem;font-size:0.556875rem;line-height:12.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal { display:flex;width:14.9375rem;height:3.75439375rem;top:10.4375rem;left:2.53125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #FUcIamupd5G4UpaCL9KlFGunESTELtBl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #BaWUf4oAHg6y7iSdq8DGwqsn8Zf4wwhe {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #KiTWSBt7DIczFccv8BrNhtzbW6JvhmvO {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #sHQMvTi0fezK8vSL6LnZJ8gpG4d1Xkk2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #MxAf99B3T3wpRnWlFtCaInqLc8dEsEO8 {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #vBCIDQw5lTRfxvxZO9HL0ftrhLgc7Pxx {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #elHSv0cLk7P8Ib0bWpWfQcOdqJikWGnn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #ZFMxwD2D5BKRoyN3pkOTAhRuSK3KHJf1 {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #DzTZLAAKk7Cz9gn7NI07mJvQDZEEC6FD {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #rGuvxOO6axaVTt8gsmhNImJnUu92uX9H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #GeuwTeMk8zkKiFt9dgCPqrkHlFN8TIDo {  }
 }@media only screen and (max-width: 763px) { #NPNGrLAF5XebEfQ7zSD35Wl5L0auNBal #TJRWlXmx79KVpxwx0nU2UfteGM3HhoS8 {  }
 }@media only screen and (max-width: 763px) { #aFdgfctsTnKkbszJdlFE5lZrKxFzOf2l { width:20rem;height:3.8125rem;top:17.083984375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TWlNUht5mWCQ2ltRAbU1yNScNiM4Tz2o { width:20rem;height:4.54980625rem;top:1.74951171875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV9SFiVy849FOakgOydoQX1uExdlPtyF { display:block; }#JV9SFiVy849FOakgOydoQX1uExdlPtyF > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJyp0LuIA59xeun2ei43l3ByPreHaAX6 { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9lIVvPs4Sa9VgxKeMBGAhvb7CmTyK3K { width:20rem;height:4.5rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WgtdbQV0advR2RZV00v6ifMZQiZNpn2a { width:20rem;height:1.75rem;top:8.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcokE2OUTq3Kf3hCSoUoCSODiOTbNEqr { width:20rem;height:5.249025rem;top:11.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PP6yUf5y37pA3PO304GV07WmEvsnT56z { width:20rem;height:5.249025rem;top:24.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7Ie8aWGV4sJGB8MEB6TvAMwpIsXuAkx { width:20rem;height:3.5rem;top:19.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFTwEZ8h2FDU5BATA66x8arSxDCiEzH1 { width:20rem;height:5.249025rem;top:34.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8ltExkiECdx1lJdFGmANWt13BrwFZ5 { width:20rem;height:1.75rem;top:31.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { display:block; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { width:20rem;height:2.0996125rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { width:18.125rem;height:24.9575rem;top:5.9121125rem;left:0.9375rem;font-size:0.8125rem;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA { display:block; }#zZ48XN5doI4BlxbyCAeTI80ZvqPoE9hA > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABPh9VQRN7kO7T79lLchbl1wuTUbJBqs { width:20rem;height:35.0625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oztCJWgyhmTHKl9Mem6hc7uNOnnMfIlD { width:12.625rem;height:2.3125rem;top:24.4375rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF0MIlQDNVhZqDNBBk1q2A3sbBrWsuu6 { display:block; }
 }@media only screen and (max-width: 763px) { #RMgT39gBqi3U9RBLcEHaGWgTm9UpT8Ck { width:17.5rem;height:0.0625rem;top:23.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlxKuV8imu7ciwqd9P4zF3R2Lc8GrfV5 { width:17.5rem;height:5.84911875rem;top:10rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhctklI9McwZmXce0UC1F57Ba9nOKDVo { width:17.5rem;height:0.0625rem;top:16.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTe6k5eAXiaBF94ECovSq8usERpBNHJz { display:flex;width:0.9375rem;height:0.9375rem;top:73.4375rem;left:19.0625rem; }
 }@media only screen and (max-width: 763px) { #x4Iq2o0oci3heaJdr9BUwUTArzdfA8Sf { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eubOznfsCbyCZATk2Bq4VlVDspRe4TDr { width:20rem;height:2.5996125rem;top:17.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4L3lDDi97JTGbbHvefLa0sHsrGgrvRt { width:19.875rem;height:2.75rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qWs6E4IXidRzhHpTLakcxo2RZQJoCU { width:17.375rem;height:12.44925rem;top:28.375rem;left:1.3125rem;font-size:0.875rem;display:block; }#F2qWs6E4IXidRzhHpTLakcxo2RZQJoCU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b094f9ed01c77749c51801e025c73a88ed5097.svg); }
 }@media only screen and (max-width: 763px) { #e5wtfLn9M2DGWNaXyUHTt4LfoCJAift5 { display:none; }#e5wtfLn9M2DGWNaXyUHTt4LfoCJAift5 > .row .container { width:20rem;height:75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #viU7u1XcSKZ2H5L4XROAaeickqCAUwPu { width:20rem;height:35.0625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGh4v02BDqZvK5wNisTSXBqJ7Dtgm9Nw { width:12.625rem;height:2.3125rem;top:55.25rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILB4xKEuEHEwDztB8C1wiRBmyiDlPUUf { display:block; }
 }@media only screen and (max-width: 763px) { #IhZL51MKOoHKfih5lUcKpsnyIeAQZdeV { width:17.5rem;height:0.0625rem;top:54.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlgpsebawngVSKNyy8CdHlndR9R40aA { width:17.5rem;height:5.84911875rem;top:40.8125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZLSq2k2rJy7al1KzpqczkUKpMQFxANR { width:17.5rem;height:0.0625rem;top:47.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJCElADlMDetEw36xnwZxt6yq48PhmL6 { display:flex;width:0.9375rem;height:0.9375rem;top:73.4375rem;left:19.0625rem; }
 }@media only screen and (max-width: 763px) { #WfEkn8xBlfsSAfq58hT8GWqsIGoqOnIm { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJ0yXisCwawMo0Wrx3GJmqZSUfNxxSpn { width:20rem;height:2.5996125rem;top:48.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qv7CdOtQvqqMDWq74pPxDTViu92bxSd5 { width:15.875rem;height:3.0869125rem;top:4.69921875rem;left:2.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4Xetn3UD1vNgOBPvlp4GL8PbTJ9UDBx { width:19.875rem;height:2.75rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ0NChCEINcHuwoX1gdEAu3gpyzkdmff { width:19.875rem;height:23.1875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byfRrusqmWSmQUfN8HLKBlnqBhE9QRnx { width:18.875rem;height:3.25rem;top:12.0625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpDGDSlAOxNId34O7qTaOCg3x8LmTCra { width:20rem;height:0.0625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA1RqqFplglUfOvm3vcy0tpHpzZzPdna { width:20rem;height:2.5996125rem;top:18.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A00vbefWrbRu8pMNSZH7IPevTJ6VC39m { width:20rem;height:0.0625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXyvTspE38ryZ3guxkleSC9HZT33nyqz { width:19.875rem;height:11.0493125rem;top:23.4375rem;left:0rem;font-size:0.875rem;display:block; }#iXyvTspE38ryZ3guxkleSC9HZT33nyqz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f6c32372f8c96d850aaf6f6e0bccefa6ab9b52af.svg); }
 }@media only screen and (max-width: 763px) { #KTU0NlIsJqGAPl9Cp1amhHeyTgZ3l2MJ { width:18.875rem;height:1.29980625rem;top:17.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVNJGb83HMHv015hNwtxKA8J0JIXQDv { width:17.375rem;height:12.44925rem;top:59.21484375rem;left:1.3125rem;font-size:0.875rem;display:block; }#mtVNJGb83HMHv015hNwtxKA8J0JIXQDv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e5b094f9ed01c77749c51801e025c73a88ed5097.svg); }
 }@media only screen and (max-width: 763px) { #vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap { display:block; }#vR2E5G31lgKtDMivWPLaAKV8ZcCTKSap > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPCtDnzdtkXMgaOHyCP4r28ei9KHDXvq { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;color:#bc1e85;display:block; }
 }@media only screen and (max-width: 763px) { #h1VvVPXbXqJv77NNfT0Nob8XGfqIUGNe { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsSe9vAfavze6TQUicbJrrZTkZBT7M3 { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-heading-text { font-size:0.9375rem;height:auto; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh .accordion-desc-text { font-size:0.6875rem;height:auto; }
#O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh { display:flex;height:auto;width:20rem;top:6.2119125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #nybnr80p0DXntbAHGJWNO54bWUcGx690 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
 }@media only screen and (max-width: 763px) { #O91RrRD51s4TefzsTdkg8Ju5JgLGIRDh #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 {  }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }