.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:252,228,222;--color-primary-1:247,175,156;--color-primary-2:242,121,90;--color-primary-3:255,160,23;--color-primary-4:243,106,20;--color-secondary-0:225,229,236;--color-secondary-1:165,176,199;--color-secondary-2:105,123,162;--color-secondary-3:67,90,139;--color-secondary-4:9,1,52;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6c818a;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; }#UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM > .row .container { border-width: 0; border-radius: 0; }#UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM > .row .container { font-size:0.875rem;font-family:rubik;height:5.5625rem;width:75rem;position:relative;display:none; }#W4CV11uJJSZhyGmiMOeC4vGA7fWdWxIC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:15.625rem;top:1.71875rem;left:0.625rem;overflow:hidden;display:block; }
#arT9WKxLdgQVFUz5GhTKiS7wdLDpGvUT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.162109375rem;left:27.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xGTKJstzxECKuOz5uCBVsAkPX4ScCDR9 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.130859375rem;left:50.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TMyB6AqtkftDKT70Oin4bfcLdyM70TZz { background-color:rgba(var(--color-primary-3),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.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:#303030;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:11.3125rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:59.40625rem;display:block; }
#azT7mLdootKA5VeP86b0I2UFWV6hAQeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NhdwGdnrOZ0gVuCsTWbNhKnTRpsR0Tta { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.15625rem;left:68.59375rem; }
#ltqUPz4WJgI54tRNJuVLuLyoLBaXKZta { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1312503814698rem;left:21.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DN3r5RekREbHvHrqxkLHktADClhOQDI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/c4875d29-1d5b-47f1-94df-56df6b35bbde/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DN3r5RekREbHvHrqxkLHktADClhOQDI8.adaptive-delivery-prevent-bg, #DN3r5RekREbHvHrqxkLHktADClhOQDI8.lazyload, #DN3r5RekREbHvHrqxkLHktADClhOQDI8.lazyloading { background-image: none; }#DN3r5RekREbHvHrqxkLHktADClhOQDI8 > .row .container { border-width: 0; border-radius: 0; }#DN3r5RekREbHvHrqxkLHktADClhOQDI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DN3r5RekREbHvHrqxkLHktADClhOQDI8 > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:none; }#WzWMZg1Mx9BonpscDEUnHMsLpFkckznL { position:absolute;display:block;z-index:15001;background-color:#2f373a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #f4f4f4;border-left:0.0625rem dashed #f4f4f4;border-right:0.0625rem dashed #f4f4f4;border-bottom:0.0625rem dashed #f4f4f4;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29rem;width:23.0625rem;top:8.0625rem;left:4.25rem;display:block; }
#s8ahWiIiDnoHuvdDiy9bs6E0LMJyJFSa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.1875rem;left:9.65625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kPsN9rJSCbNHt0KHZdlKNHvcqthmGi9d { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.03125rem;left:9.59375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNkpKUTtPcLInLcXvz2BN9mWOU67COls { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:23.28125rem;left:7.15625rem;height:9rem;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; }
#fHwm9SUJB4WufNM4EMQXwazIm1J3dhav { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:29.75rem;top:35rem;left:0.96875rem;overflow:hidden;display:block; }
#MgQmDRaunyk7S8tLyDakZ9kBIOGTyy3M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.375rem;width:34.625rem;top:1.875rem;left:40.375rem;overflow:hidden;display:block; }
#QHw5C9peUR6TB6O7DwXWALup7WCgE1Nc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(48,48,48,0.05);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; }#QHw5C9peUR6TB6O7DwXWALup7WCgE1Nc > .row .container { border-width: 0; border-radius: 0; }#QHw5C9peUR6TB6O7DwXWALup7WCgE1Nc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHw5C9peUR6TB6O7DwXWALup7WCgE1Nc > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:none; }#LaKtmBrbEVqIImPx7O6apSvBx2HAGhht { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.75rem;left:1.21875rem;height:12.25rem;display:block; }
#wpZGZ2NawmBxzoE37mnLdbG7vv69PhGH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:36.5625rem;top:1.875rem;left:37.96875rem;overflow:hidden;display:block; }
#ozIctdqbKkJNg16VsCW8P85SFrkex6HC { color:#303030;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:1.21875rem;height:5.5rem;overflow:hidden;display:block; }#ozIctdqbKkJNg16VsCW8P85SFrkex6HC li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ozIctdqbKkJNg16VsCW8P85SFrkex6HC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
#v21hopSkQU6EBXBq157dpRrlEbpmKvLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(48,48,48,0.05);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; }#v21hopSkQU6EBXBq157dpRrlEbpmKvLa > .row .container { border-width: 0; border-radius: 0; }#v21hopSkQU6EBXBq157dpRrlEbpmKvLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v21hopSkQU6EBXBq157dpRrlEbpmKvLa > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:none; }#Qm1UueAZutTqCdNRgmhzzvKqo2HVEvgh { color:#303030;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.8125rem;left:38.71875rem;height:6.125rem;display:block; }
#as0MInpL9INUfGSLdQRWTgU5UXCV4Wil { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:36.5625rem;top:1.1562480926514rem;left:0.46875rem;overflow:hidden;display:block; }
#nP6JhqoRb0s6Ssw3LTXqtBOhtsHQZm4c { color:#303030;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8249988555906rem;left:38.71875rem;height:15.125rem;overflow:hidden;display:block; }#nP6JhqoRb0s6Ssw3LTXqtBOhtsHQZm4c li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#nP6JhqoRb0s6Ssw3LTXqtBOhtsHQZm4c li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
#rfmcmAqzleatnxXmWLZtBCgDKZhqAwz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(48,48,48,0.05);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; }#rfmcmAqzleatnxXmWLZtBCgDKZhqAwz9 > .row .container { border-width: 0; border-radius: 0; }#rfmcmAqzleatnxXmWLZtBCgDKZhqAwz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfmcmAqzleatnxXmWLZtBCgDKZhqAwz9 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:none; }#exnJ8friyckS8ykgt5dGkunx9pdP348o { color:#303030;display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.6875rem;left:1.25rem;height:6.125rem;display:block; }
#AEpBvVqtZrzO8o3vziZP2NNHPa6eA3cw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:36.5625rem;top:8.2812480926512rem;left:37.96875rem;overflow:hidden;display:block; }
#HZzmRv8VfgMg848K92gZqJoBkwqMamGp { color:#303030;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:13.8125rem;left:1.25rem;height:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#xr1SJp3X7y2cW42vOK7aONdZqXV8XXeg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(48,48,48,0.05);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; }#xr1SJp3X7y2cW42vOK7aONdZqXV8XXeg > .row .container { border-width: 0; border-radius: 0; }#xr1SJp3X7y2cW42vOK7aONdZqXV8XXeg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xr1SJp3X7y2cW42vOK7aONdZqXV8XXeg > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:none; }#Ilx3QrgnkQ3hEyeEFClT8fBV8u3JHPpZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6d818a;border-left:0.0625rem solid #6d818a;border-right:0.0625rem solid #6d818a;border-bottom:0.0625rem solid #6d818a;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:59.5625rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#hXpepJBgALoPKXhw2qymnhyETdAshxLF { color:#303030;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.375rem;left:7.09375rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ao08ZFLvqvMrT9X0tS46yqxwLce0q43p { color:#303030;display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.09375rem;height:4.875rem;display:block; }
#rTxT7DTUpQSyZRJHAx4o8AhDKr8VTlnM { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.75rem;left:7.09375rem;height:6.125rem;overflow:hidden;display:block; }#rTxT7DTUpQSyZRJHAx4o8AhDKr8VTlnM li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTxT7DTUpQSyZRJHAx4o8AhDKr8VTlnM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
#FAONGaWcFd6asqN05oNSGXuKglOrHG0K { color:#303030;display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.206251144409rem;left:7.21875rem;height:9.75rem;display:block; }
#B4Ai6vvKv2A17dPBCb4elx1IbTn2Pc7s { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:42.1875rem;left:7.09375rem;height:;overflow:hidden;display:block; }#B4Ai6vvKv2A17dPBCb4elx1IbTn2Pc7s li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#B4Ai6vvKv2A17dPBCb4elx1IbTn2Pc7s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
#qIQg140H0Ue8wO8XyOcMDTRHgsqTBs1M { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:29.75rem;top:51.625rem;left:22.625rem;overflow:hidden;display:block; }
#aGW4EUDKydz7ylkR5irro6l9oeC2zTXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aGW4EUDKydz7ylkR5irro6l9oeC2zTXn > .row .container { border-width: 0; border-radius: 0; }#aGW4EUDKydz7ylkR5irro6l9oeC2zTXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGW4EUDKydz7ylkR5irro6l9oeC2zTXn > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:none; }#rERt8cvkh0p0XStqGTwbcZkgGb7Jih0c { color:#303030;display:block;width:66rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.5rem;height:2.4375rem;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;font-style:normal;display:block; }
#RJwwWoTPLyHWaPxq8yMG8vzFcZTcCxgJ { position:absolute;display:block;z-index:15001;background-color:rgba(48,48,48,0.05);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:25.0625rem;width:22.5rem;top:7.25rem;left:1.25rem;display:block; }
#t7Rrg0wm1HZHetMxPukOwDk2CdgTJxoG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.125rem;left:3.125rem;overflow:hidden;display:block; }
#brUBqzL8JFO44Fa6qO5HmbOCvaltZL5W { color:#303030;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.2294921875rem;left:3.125rem;height:7.3125rem;display:block; }
#ADZ6e7a9AIK08Ap39BHtFyWBpsSU4xDu { position:absolute;display:block;z-index:15004;background-color:rgba(48,48,48,0.05);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:25.0625rem;width:22.5rem;top:7.25rem;left:26.25rem;display:block; }
#mTpqiiWxTZ9PmVeLS3ULWyWxc1wwisyn { color:#303030;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.25rem;left:28.125rem;height:11.7rem;display:block; }
#dG8kTJCvwkqTt4yARe7zO5EiKTIlhrDR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.125rem;left:28.125rem;overflow:hidden;display:block; }
#wD3UgW2pwHoIIIMUTSuTpTo72qorpH6c { position:absolute;display:block;z-index:15007;background-color:rgba(48,48,48,0.05);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:25.0625rem;width:22.5rem;top:7.25rem;left:51.25rem;display:block; }
#Ly0Flf8b4BtsihVLaGR5fB84y3upBw7N { color:#303030;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.229167938233rem;left:53.25rem;height:13.1625rem;display:block; }
#CTnGsR6DODU2oWU4VzcyP8iSNmyB5w2n { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.25rem;left:53.125rem;overflow:hidden;display:block; }
#nUEgaGtAqTPSpA3D8MEDnRzDT1axVChf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nUEgaGtAqTPSpA3D8MEDnRzDT1axVChf > .row .container { border-width: 0; border-radius: 0; }#nUEgaGtAqTPSpA3D8MEDnRzDT1axVChf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUEgaGtAqTPSpA3D8MEDnRzDT1axVChf > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:none; }#UzTLWTp1RJqnrx19FQDnwh4EGqTfo986 { position:absolute;display:block;z-index:15001;background-color:rgba(48,48,48,0.05);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:19.5625rem;width:22.5rem;top:1rem;left:1.25rem;display:block; }
#oZR7eq7z1y30eRz2PDaRtdrIvvca6VaQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.875rem;left:3.125rem;overflow:hidden;display:block; }
#TFvhK5hKiTso8RN0dRoTkxZnklhCCGQT { color:#303030;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:2.46875rem;height:8.775rem;display:block; }
#Im4FTa0oehuqntk7qFxRcnyyw5TAJLwn { position:absolute;display:block;z-index:15004;background-color:rgba(48,48,48,0.05);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:19.5625rem;width:22.5rem;top:1rem;left:26.25rem;display:block; }
#liL0cm0OdTa7yIfrbDJ5XpdHQf2Eqo8T { color:#303030;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9rem;left:27.125rem;height:7.3125rem;display:block; }
#bOThcUudlv8JKH3fw9pSKmkqQ8lNWkgM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.875rem;left:28.125rem;overflow:hidden;display:block; }
#dkWeAvMbeRMLmgBIauXoFQ3q4MaMlCrE { position:absolute;display:block;z-index:15000;background-color:rgba(48,48,48,0.05);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:19.5625rem;width:22.5rem;top:1rem;left:51.25rem;display:block; }
#XWgu9Ppk1C5ZRt6QenD5k5EtcSdTuDdl { color:#303030;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9791679382325rem;left:53.25rem;height:7.3125rem;display:block; }
#Zb6WEJkxtChHprwcqvHZ1uo6S1lfZse8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3rem;left:53.125rem;overflow:hidden;display:block; }
#tWfHc7qNErmSLXKqd71LCaqAMlIyPTKG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:2.75rem;left:53rem;overflow:hidden;display:block; }
#MgkZtMDVD5LG5lf3h81vEuwm6hdfucUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(48,48,48,0.05);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; }#MgkZtMDVD5LG5lf3h81vEuwm6hdfucUm > .row .container { border-width: 0; border-radius: 0; }#MgkZtMDVD5LG5lf3h81vEuwm6hdfucUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgkZtMDVD5LG5lf3h81vEuwm6hdfucUm > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:none; }#QMEcR367DD984m9O1bNAXtWlIgZHC42T { color:#303030;display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:13.375rem;height:;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; }
#eO1pJkmoUSsOX1QL6S1wylzEuX8Xb3aU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(48,48,48,0.05);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; }#eO1pJkmoUSsOX1QL6S1wylzEuX8Xb3aU > .row .container { border-width: 0; border-radius: 0; }#eO1pJkmoUSsOX1QL6S1wylzEuX8Xb3aU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eO1pJkmoUSsOX1QL6S1wylzEuX8Xb3aU > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#xT13hRuROfQyJrr0pVo3ElOZw83xbASt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:16.0625rem;width:22.875rem;top:1.375rem;left:26.0625rem;display:block; }
#FubuJETb8bvSRxUzA444wgcZiWumCkCv { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.125rem;left:40rem;display:block; }
#T3RALyBJ8z7wWgrRcuSIucg4PI7nDxnI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HiKzsEVT2xtQ1GcZkvkJZwGkIM9GqNoh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:11.6875rem;top:10.0625rem;left:28.375rem;overflow:hidden;display:block; }
#qroQPpmTgEJJTTTZdusCybpGyN7qnV50 { color:#303030;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:28.375rem;height:2.925rem;display:block; }
#IWpfAC93yUmspOtBXG80dv6DA4Qh4oJB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:16.0625rem;width:22.875rem;top:1.375rem;left:1.0625rem;display:block; }
#vthi8icVaQa2m5UVlJlLr4JrsTJlWnwR { color:#303030;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.4375rem;height:2.925rem;display:block; }
#qa3CX3M0g5BzHhGdruoRBNrSTh4PuWDH { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.125rem;left:14.5rem;display:block; }
#mkciZfVCxy24dZdaKF2r8UmWM36Ds2KS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwSpBHxzxe5H3sk1GvQV0dBAXsnCQJ6l { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:11.6875rem;top:10.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#gevibauPgfolXKBFRCbEZSv3DmdpqDGF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:16.0625rem;width:22.875rem;top:1.375rem;left:51.0625rem;display:block; }
#wuiCiHPy4iVbzxeGANVspsHqDwSK4F2v { color:#303030;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:53rem;height:2.925rem;display:block; }
#WeypgpH4ZydvsrbDVGWvkB74K6hxJKbQ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.125rem;left:64.3125rem;display:block; }
#gcB3MGNAF8bc2CZRwFthxgcxXOTv03HT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQ0SAVHFyhizSBAilqLrAqahbNqVf0mn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:11.6875rem;top:10.09375rem;left:52.0625rem;overflow:hidden;display:block; }
#Kz7HKxGtf3r3nBRVzVVb3TW6GicoRnxi { color:#303030;display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15.34375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#qSyc6ibBthe36fpXbcyxoJJF9AtpomZo { color:#303030;display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.0625rem;left:40.84375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#tydrkkl5c41uf8ORh8F41TrfdPMIFCTv { color:#303030;display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.0625rem;left:65rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#nCKe3dN5g414zOZsWZA9HaS3SNIS7hKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#nCKe3dN5g414zOZsWZA9HaS3SNIS7hKa > .row .container { border-width: 0; border-radius: 0; }#nCKe3dN5g414zOZsWZA9HaS3SNIS7hKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCKe3dN5g414zOZsWZA9HaS3SNIS7hKa > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:none; }#tknlpkxSvzzU28aD9m7VNiPB2QMOZaXQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:29.75rem;top:1.71875rem;left:22.625rem;overflow:hidden;display:block; }
#MG8rOC7dRylhBKHwFeVlTCAH2gCfxBP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(48,48,48,0.05);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; }#MG8rOC7dRylhBKHwFeVlTCAH2gCfxBP2 > .row .container { border-width: 0; border-radius: 0; }#MG8rOC7dRylhBKHwFeVlTCAH2gCfxBP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MG8rOC7dRylhBKHwFeVlTCAH2gCfxBP2 > .row .container { font-size:0.875rem;font-family:rubik;height:38.375rem;width:75rem;position:relative;display:none; }#FsvBpsfrhOb86xX54XQKPFBiwEJXtLkM { color:#303030;display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.53;letter-spacing:0;top:5.3125rem;left:2.71875rem;height:2.86875rem;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; }
#UsZ1JPzpbMtET56Hlv1c0SPUdPiPT8LV { color:#303030;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:8.65625rem;left:2.71875rem;height:4.5rem;display:block; }
#KuFdXclBR7fBc7PlHJc6Cn2vr6zNO48Q { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.4375rem;top:6.1875rem;left:27.375rem;overflow:hidden;display:block; }
#mfioXQ5SAMU7TQ8Z369oeQTP9PlaHCFk { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.4375rem;top:6.1875rem;left:45.5rem;overflow:hidden;display:block; }
#PH8edCKL5565ndtuHttl9BDUJBecoJLA { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5625rem;left:22.5rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#MpBk0bKCHKvTTh4RTiE0RytRMXZAwsMT { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:8.40625rem;left:34.34375rem;display:block; }
#rsbeTuZ9uFshzUXkdKh6RtbCqr16qQFl { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:8.40625rem;left:54.71875rem;display:block; }
#BTHqUzurLIEU8PhUBtx56gqN4AQIHN0w { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:12.5625rem;left:40.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#nFsm9P3X7xPLuKEB4RRPA5Grgpm4zgNl { color:#3d3d3d;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:12.5625rem;left:59.90625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#gpMo8KvTo2SJ7dhiHRhChlwOg43T2p6r { color:#303030;display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.875rem;left:23.9375rem;height:3.9rem;display:block; }
#rBMZLqAhbfBpTIBZlubIFFiTchW4Rn4h { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8.75rem;top:7.15625rem;left:34.34375rem;display:none; }
#NTuVDxTKTdxrJP8TxDzkIqDHmoFLLCEm { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8.75rem;top:7.15625rem;left:52.84375rem;display:none; }
#QnDMmOdviFPQDU2bvI6qnxdhnPtUzpML { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:11.3125rem;left:22.5rem;height:6rem;text-align:center;text-align-last:center;display:none; }
#SB9LwJfhMQ0fJMTqTLJnPyWfsPLwfIrD { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:11.3125rem;left:40.625rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#QRtWI1p6Ah4MMKfZBWhUnFC1Tw5JfCFQ { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:11.375rem;left:59.03125rem;height:7.5rem;text-align:center;text-align-last:center;display:none; }
#xIb1moauaHMmqo6qsuZHBvUATvvIGVTZ { color:rgba(var(--color-secondary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.625rem;left:23.9375rem;height:6.5rem;display:none; }
#kD3mlTVtXOPwXM82nHlTuQmu1rrfUlcp { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:33rem;width:75rem;top:2.6875rem;left:0rem;display:block; }
#dkFcInarnIJO6Sf7S2Wy4QOuFkRaLgz5 { background-color:rgba(var(--color-primary-3),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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#303030;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:16.5625rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.6875rem;left:2.75rem;display:block; }
#iKKWQRw7NisB5MwRA4mZaclIf92l4J6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQf8wMmCLMZ28Kr2Bchbg2Zh0a4wHJAA { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.875rem;top:6.25rem;left:64.1875rem;overflow:hidden;display:block; }
#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f6;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; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container { background-color: transparent; background-image: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container > .video-iframe-container { display: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row > .video-iframe-container { display: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .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); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container { border-width: 0; border-radius: 0; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container { font-size:0.875rem;font-family:rubik;height:5.5625rem;width:75rem;position:relative;display:block; }#d6xzpSGmTqt6y70oMHLXKGflLmarIIWV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:11.8125rem;top:0.78125rem;left:0.625rem;overflow:hidden;display:block; }
#imOF8Gwpl2UtdkyPJqAbCGmdt21fm7QU { color:#101720;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.162109375rem;left:27.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UxZPwbdhoRkbykU4719EOAos9vcetT8i { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.130859375rem;left:50.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TgaJrXv4KSHFcdE3MpWCV6Sr6TxbyHxg { background-color:rgba(var(--color-primary-4),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.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:59.40625rem;display:block; }
#TUUG2qQpeiDK2d5ST0ZGvVEHD2zddrB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0RPhEA7kp9sgFgwFtDAIcyUth4NuAPK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.15625rem;left:68.59375rem; }
#MQOTX3k4zQuZo7wqvTmplsDIQ4XVz7ka { color:#101720;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1312503814698rem;left:21.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/735bf3dc-0148-4835-9da8-64de686a82b2/TRnoweto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1.adaptive-delivery-prevent-bg, #KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1.lazyload, #KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1.lazyloading { background-image: none; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row .container { background-color: transparent; background-image: none; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row .container > .video-iframe-container { display: none; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row > .video-iframe-container { display: none; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .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); }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row .container { border-width: 0; border-radius: 0; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#IZtHTqsAzklhwWIOABTI75ibNxiqQs7E { position:absolute;display:block;z-index:15001;background-color:#2c2c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #f4f4f4;border-left:0.0625rem dashed #f4f4f4;border-right:0.0625rem dashed #f4f4f4;border-bottom:0.0625rem dashed #f4f4f4;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29rem;width:23.0625rem;top:2.5749998092651rem;left:9.6687507629394rem;display:block; }
#DzsAAKCtlZen6ZrDvZhNPwJUPZCI5I7O { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:15rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBTvyvZFFKwbEyknJKAV2kTgAZIwwBkk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.59375rem;left:15rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#StMzTGKygtfwcDoR6IK9kKXFEUMwvWuM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.59375rem;left:12.5625rem;height:;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; }
#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.05);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; }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row .container { background-color: transparent; background-image: none; }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row .container > .video-iframe-container { display: none; }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row > .video-iframe-container { display: none; }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .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); }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row .container { border-width: 0; border-radius: 0; }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:75rem;position:relative;display:block; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm { position:relative;display:block; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm { background-color: transparent; background-image: none; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .row .container > .video-iframe-container { display: none; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .row > .video-iframe-container { display: none; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .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); }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm { border-width: 0; border-radius: 0; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BsU6TGQbmb8EkGMEQ9f1zRv3Kq26cvuh { color:#303030;display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.34375rem;height:0;overflow:hidden;display:block; }#BsU6TGQbmb8EkGMEQ9f1zRv3Kq26cvuh li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#BsU6TGQbmb8EkGMEQ9f1zRv3Kq26cvuh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
#Eq0uuVUnowe4iiASVvhayGNR8kfIyzzl { box-sizing:content-box;height:33.9375rem;width:74.875rem;position:absolute;display:block;z-index:15004;background-color:#f4f4f6;background-image:none;top:2.125rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ZUOzcUz6Q4VUuu6mVhhJbWJUuo1ShKXu { color:#303030;display:block;width:69.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.625rem;height:24.875rem;overflow:hidden;display:block; }#ZUOzcUz6Q4VUuu6mVhhJbWJUuo1ShKXu li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZUOzcUz6Q4VUuu6mVhhJbWJUuo1ShKXu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
#NqDb8qsRJoqefsROoBSOvSTfSFXgawuv { box-sizing:content-box;height:5.6875rem;width:74.875rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:0.0625rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#vT9DpykXTbwkvMFST6SC69KP6OsfeVFh { color:#303030;display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.03125rem;height:;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; }
#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd { position:relative;display:block; }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd { background-color: transparent; background-image: none; }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .row .container > .video-iframe-container { display: none; }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .row > .video-iframe-container { display: none; }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .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); }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd { border-width: 0; border-radius: 0; }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OdNNxi9McwwTTXtpgyQpdcoDN5EIz7Kw { color:#303030;display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:3.3125rem;left:9.96875rem;height:2.625rem;display:block; }
#d76BJJASNIA4yipmQfKpE8hGwkuGK5dr { color:#303030;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:8.5rem;left:5.6875rem;height:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#MWzHucPUhVhQaNSmh0REZLf4T423Grbd { box-sizing:content-box;height:39.1875rem;width:74.875rem;position:absolute;display:block;z-index:14999;background-color:#f4f4f6;background-image:none;top:1.4375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#zim30pZuH9eGiMq04sULv5GQmy1woAXW { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:29.4375rem;width:18.25rem;top:8.5rem;left:47.75rem;overflow:hidden;display:block; }
#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,253,253,0.05);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; }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row .container { background-color: transparent; background-image: none; }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row .container > .video-iframe-container { display: none; }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row > .video-iframe-container { display: none; }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .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); }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row .container { border-width: 0; border-radius: 0; }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#WDGcHvg2MnEkAlWBIfThwJg9bOo2ccTc { position:absolute;display:block;z-index:15000;background-color:#f4f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:48.75rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#TBm0foHbcI23SHDkan75q0MeNcLViy5g { color:#303030;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15104;line-height:1.4;letter-spacing:0;top:1.46875rem;left:11.65625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZFQgorUlWuPEkuASJ2CorWVTUbkv7t9 { color:#303030;display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:7.21875rem;height:6.5rem;display:block; }
#D71szpmF3KVkuCJX3WpeQSI2n8yAtaoA { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.125rem;left:7.21875rem;height:6.125rem;overflow:hidden;display:block; }#D71szpmF3KVkuCJX3WpeQSI2n8yAtaoA li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#D71szpmF3KVkuCJX3WpeQSI2n8yAtaoA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
#ZSZyHBTuV7vfKlQQ44pOrmLLObo7DvCr { color:#303030;display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.206249237061rem;left:7.21875rem;height:11.375rem;display:block; }
#g6CcQphWJJn6JCKy9IGBZtteZ2Z9xmy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.5rem;left:7.21875rem;height:6.125rem;overflow:hidden;display:block; }#g6CcQphWJJn6JCKy9IGBZtteZ2Z9xmy6 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#g6CcQphWJJn6JCKy9IGBZtteZ2Z9xmy6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
#bkoBghMzlWJ3kyTaaDMgiHfb2bQwM9GP { box-sizing:content-box;height:8.0625rem;width:74.875rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row .container { background-color: transparent; background-image: none; }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row .container > .video-iframe-container { display: none; }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row > .video-iframe-container { display: none; }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .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); }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row .container { border-width: 0; border-radius: 0; }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#QEwPpJWog8Ecu4z93XDb0cyvb9aHN3XM { color:#303030;display:block;width:66rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.5rem;height:2.4375rem;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;font-style:normal;display:block; }
#EeQOw2WBwyMCWaVP6REBEoG2gwu7OVIN { position:absolute;display:block;z-index:15001;background-color:rgba(48,48,48,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:25.0625rem;width:22.5rem;top:7.25rem;left:1.25rem;display:block; }
#dlqXB7tAFNVeRNzGAOl5tOwwf6X58G6D { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.125rem;left:3.125rem;overflow:hidden;display:block; }
#XDq4TvXSIE46yblPlclNZ3HdXmIsfunR { color:#303030;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.2294921875rem;left:3.125rem;height:10.23339375rem;display:block; }
#cXbhdTw4muMmPRVgLpFMB63Vfah5wRyJ { position:absolute;display:block;z-index:15004;background-color:rgba(48,48,48,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:25.0625rem;width:22.5rem;top:7.25rem;left:26.25rem;display:block; }
#oc15n1mmHIJGizXBB972MnHTmWNBx0Js { color:#303030;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.25rem;left:28.125rem;height:10.23339375rem;display:block; }
#KMNwIR8i3dfD4is6VlRyJWUoNcFycvFb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.125rem;left:28.125rem;overflow:hidden;display:block; }
#xSspsuTRwin1Kic2EZiNoVP908TS2Q1m { position:absolute;display:block;z-index:15007;background-color:rgba(48,48,48,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:25.0625rem;width:22.5rem;top:7.25rem;left:51.25rem;display:block; }
#KHXpPlIvUp3aTZGkATkybHLogInLZawE { color:#303030;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.229167938233rem;left:53.25rem;height:14.6191125rem;display:block; }
#Gufov1G78XOZsmiKVyRNEgmwl02pA2pW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.25rem;left:53.125rem;overflow:hidden;display:block; }
#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row .container { background-color: transparent; background-image: none; }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row .container > .video-iframe-container { display: none; }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row > .video-iframe-container { display: none; }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .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); }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row .container { border-width: 0; border-radius: 0; }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#eQHLzIw0guWlD0sIXpnIUxubCzKBGkEG { position:absolute;display:block;z-index:15001;background-color:rgba(48,48,48,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:19.5625rem;width:22.5rem;top:1rem;left:1.25rem;display:block; }
#kEE5O75LrA82OrDdkoCsTlSGKBX5PKS6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.875rem;left:3.125rem;overflow:hidden;display:block; }
#IcoD4NmH0AkTd8o2EcnTS9ga3aQrSeb9 { color:#303030;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:2.46875rem;height:10.2333875rem;display:block; }
#LaBQgsbBRFPdHy6NFmJTXRhwoW3qPheu { position:absolute;display:block;z-index:15004;background-color:rgba(48,48,48,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:19.5625rem;width:22.5rem;top:1rem;left:26.25rem;display:block; }
#wdO3cpKN53vp7UJZXpvtwzZ7ZaNeUwQ5 { color:#303030;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9rem;left:27.125rem;height:8.77148125rem;display:block; }
#a4Dy2TWApmukiTkHNZPo2Mdog4Phwsai { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.875rem;left:28.125rem;overflow:hidden;display:block; }
#HXt3RAITDFAAe2aJld19hAnBhWgzA6nr { position:absolute;display:block;z-index:15000;background-color:rgba(48,48,48,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:19.5625rem;width:22.5rem;top:1rem;left:51.25rem;display:block; }
#FdSQpWvUu0ctNFORPcZ78cxGRP0nNNU5 { color:#303030;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9791679382325rem;left:53.25rem;height:8.77148125rem;display:block; }
#owZEiueR1w3XCT2UyLfR6GCrwJTNK9S4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3rem;left:53.125rem;overflow:hidden;display:block; }
#FJvZgckMoh7yQWXvTbTdSsZT22ofmysd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:2.75rem;left:53rem;overflow:hidden;display:block; }
#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(48,48,48,0.05);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; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container { background-color: transparent; background-image: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container > .video-iframe-container { display: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row > .video-iframe-container { display: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .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); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container { border-width: 0; border-radius: 0; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container { font-size:0.875rem;font-family:rubik;height:38.375rem;width:75rem;position:relative;display:block; }#Wl08CmmXUQwDThHLcrsIU4Ts0v9ehbNN { color:#303030;display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.53;letter-spacing:0;top:5.3125rem;left:2.71875rem;height:2.86875rem;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; }
#eRc8gpi0PnwspxzAlpiPaubyow0rt0HD { color:#303030;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:8.65625rem;left:2.71875rem;height:4.5rem;display:block; }
#bFDVIdHE8J7TAHc8NmqEOIkB5yPLaLpX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.4375rem;top:6.1875rem;left:27.375rem;overflow:hidden;display:block; }
#LuePB0gG64hBwe6isOFVUmRMUJNqTBao { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.4375rem;top:6.1875rem;left:45.5rem;overflow:hidden;display:block; }
#yQhAznuDe0pBSPFSqUvlDmCgub1zbWrm { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5625rem;left:22.5rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#PS9Ugm5qWdO1uM1Kw6EKFtUdanT353eO { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:8.40625rem;left:34.34375rem;display:block; }
#TwBVZd4iWw6vr3rS1p7zEU2sZhP4wJcb { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:8.40625rem;left:54.71875rem;display:block; }
#gRQx9b4IMOT84Rq37I75r6JSgd2osaMC { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:12.5625rem;left:40.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#J1OAN1uMH2rZPRNsaC6fT24AIKk4mGA3 { color:#3d3d3d;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:12.5625rem;left:59.90625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#NZRl5Kx96JluH4NK3ZRCtUrB48rKmcwi { color:#303030;display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.875rem;left:23.9375rem;height:5.2rem;display:block; }
#qTGIk3BL3MuchTuutFi7vgm2WHNTxxlA { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8.75rem;top:7.15625rem;left:34.34375rem;display:none; }
#pTyUzFZwoolw0sq2Vzogs66cMZXemCyd { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8.75rem;top:7.15625rem;left:52.84375rem;display:none; }
#OaqESt2HrTQdAlZO0EUygWUdQRUS5i3h { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:11.3125rem;left:22.5rem;height:6rem;text-align:center;text-align-last:center;display:none; }
#TALW5vJCaWZNE4MxaXUtVL4ovz4SrpBl { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:11.3125rem;left:40.625rem;height:9rem;text-align:center;text-align-last:center;display:none; }
#BV7AdRvv4nvymOheFMpkzZyggZvKCFr5 { color:#3d3d3d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:11.375rem;left:59.03125rem;height:7.5rem;text-align:center;text-align-last:center;display:none; }
#TVkIBTeM431lt3u6Lm6hV1s5oZsW2fE6 { color:rgba(var(--color-secondary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.625rem;left:23.9375rem;height:6.5rem;display:none; }
#HnTRtZbS8UQF9hSOPrH8gTWHGKOeJwrI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;height:33rem;width:75rem;top:2.6875rem;left:0rem;display:block; }
#SON5qqZJMqNff8uQccoLfVBgpkyGlmE4 { background-color:rgba(var(--color-primary-4),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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.6875rem;left:2.75rem;display:block; }
#tvAHtR2wUAuOkhVortSst8gdG0VoxZpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0Ln6poO26sXD4GXcmG0QeeZlh5NzmAX { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.875rem;top:6.25rem;left:64.1875rem;overflow:hidden;display:block; }
#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row .container { background-color: transparent; background-image: none; }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row .container > .video-iframe-container { display: none; }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row > .video-iframe-container { display: none; }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .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); }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row .container { border-width: 0; border-radius: 0; }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#m2qmvaWAW62URdILSprENail4UinC9ND { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM { background-color:#6c818a;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:none; }#UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM > .row .container { border-width: 0; border-radius: 0; }#UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM > .row .container { width:47.75rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #W4CV11uJJSZhyGmiMOeC4vGA7fWdWxIC { width:18.875rem;height:2.5625rem;top:2.21875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arT9WKxLdgQVFUz5GhTKiS7wdLDpGvUT { width:17.8125rem;height:2.5996125rem;top:1.875rem;left:26.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xGTKJstzxECKuOz5uCBVsAkPX4ScCDR9 { width:21.875rem;height:1.29980625rem;top:3.8125rem;left:24.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TMyB6AqtkftDKT70Oin4bfcLdyM70TZz { width:11.3125rem;height:2.75rem;top:1.375rem;left:36.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #azT7mLdootKA5VeP86b0I2UFWV6hAQeC { display:block; }
 }@media only screen and (max-width: 1199px) { #NhdwGdnrOZ0gVuCsTWbNhKnTRpsR0Tta { width:1.25rem;height:1.25rem;top:2.125rem;left:46.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ltqUPz4WJgI54tRNJuVLuLyoLBaXKZta { width:17.8125rem;height:2.5996125rem;top:1.875rem;left:26.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DN3r5RekREbHvHrqxkLHktADClhOQDI8 { display:none; }#DN3r5RekREbHvHrqxkLHktADClhOQDI8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WzWMZg1Mx9BonpscDEUnHMsLpFkckznL { width:23.0625rem;height:29rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8ahWiIiDnoHuvdDiy9bs6E0LMJyJFSa { width:12.5rem;height:2.84375rem;top:12.21875rem;left:5.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kPsN9rJSCbNHt0KHZdlKNHvcqthmGi9d { width:12.5rem;height:7.3125rem;top:15.875rem;left:5.40625rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNkpKUTtPcLInLcXvz2BN9mWOU67COls { width:17.375rem;height:9rem;top:24.3125rem;left:2.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHwm9SUJB4WufNM4EMQXwazIm1J3dhav { width:23.625rem;height:5.5625rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgQmDRaunyk7S8tLyDakZ9kBIOGTyy3M { width:22.3125rem;height:26rem;top:16.25rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHw5C9peUR6TB6O7DwXWALup7WCgE1Nc { display:none; }#QHw5C9peUR6TB6O7DwXWALup7WCgE1Nc > .row .container { width:47.75rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LaKtmBrbEVqIImPx7O6apSvBx2HAGhht { width:23.1875rem;height:11.8125rem;top:1.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpZGZ2NawmBxzoE37mnLdbG7vv69PhGH { width:23.25rem;height:17.6875rem;top:3.5rem;left:24.501041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ozIctdqbKkJNg16VsCW8P85SFrkex6HC { width:22.9375rem;height:7.9375rem;top:15.41250038147rem;left:0.001042366027832rem;font-size:1.125rem;display:block; }#ozIctdqbKkJNg16VsCW8P85SFrkex6HC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 1199px) { #v21hopSkQU6EBXBq157dpRrlEbpmKvLa { display:none; }#v21hopSkQU6EBXBq157dpRrlEbpmKvLa > .row .container { width:47.75rem;height:27.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Qm1UueAZutTqCdNRgmhzzvKqo2HVEvgh { width:23.1875rem;height:7.0875rem;top:1.1875rem;left:24.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #as0MInpL9INUfGSLdQRWTgU5UXCV4Wil { width:23.25rem;height:17.625rem;top:5.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nP6JhqoRb0s6Ssw3LTXqtBOhtsHQZm4c { width:23rem;height:15.45rem;top:10.25rem;left:24.3125rem;font-size:1.125rem;display:block; }#nP6JhqoRb0s6Ssw3LTXqtBOhtsHQZm4c li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 1199px) { #rfmcmAqzleatnxXmWLZtBCgDKZhqAwz9 { display:none; }#rfmcmAqzleatnxXmWLZtBCgDKZhqAwz9 > .row .container { width:47.75rem;height:45.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #exnJ8friyckS8ykgt5dGkunx9pdP348o { width:23.5rem;height:7.0875rem;top:2rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEpBvVqtZrzO8o3vziZP2NNHPa6eA3cw { width:23.25rem;height:17.625rem;top:14.40625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZzmRv8VfgMg848K92gZqJoBkwqMamGp { width:23.375rem;height:31.5rem;top:11.64999961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xr1SJp3X7y2cW42vOK7aONdZqXV8XXeg { display:none; }#xr1SJp3X7y2cW42vOK7aONdZqXV8XXeg > .row .container { width:47.75rem;height:56.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Ilx3QrgnkQ3hEyeEFClT8fBV8u3JHPpZ { width:47.75rem;height:54.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hXpepJBgALoPKXhw2qymnhyETdAshxLF { width:45.875rem;height:4.725rem;top:3.375rem;left:1.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ao08ZFLvqvMrT9X0tS46yqxwLce0q43p { width:45.25rem;height:7.3125rem;top:10.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTxT7DTUpQSyZRJHAx4o8AhDKr8VTlnM { width:26.5625rem;height:5.6375rem;top:19.875000953674rem;left:1.0625rem;font-size:1.125rem;display:block; }#rTxT7DTUpQSyZRJHAx4o8AhDKr8VTlnM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 1199px) { #FAONGaWcFd6asqN05oNSGXuKglOrHG0K { width:46.625rem;height:10.2375rem;top:27.262499809265rem;left:1.1260423660278rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4Ai6vvKv2A17dPBCb4elx1IbTn2Pc7s { width:28.4375rem;height:5.6375rem;top:38.937500953674rem;left:1.0625rem;font-size:1.125rem;display:block; }#B4Ai6vvKv2A17dPBCb4elx1IbTn2Pc7s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 1199px) { #qIQg140H0Ue8wO8XyOcMDTRHgsqTBs1M { width:29.75rem;height:7.125rem;top:47.437500953674rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aGW4EUDKydz7ylkR5irro6l9oeC2zTXn { display:none; }#aGW4EUDKydz7ylkR5irro6l9oeC2zTXn > .row .container { width:47.75rem;height:39.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rERt8cvkh0p0XStqGTwbcZkgGb7Jih0c { width:32.8125rem;height:4.3875rem;top:1.375rem;left:7.46875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJwwWoTPLyHWaPxq8yMG8vzFcZTcCxgJ { width:15.1875rem;height:28.875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t7Rrg0wm1HZHetMxPukOwDk2CdgTJxoG { width:4rem;height:4rem;top:9.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brUBqzL8JFO44Fa6qO5HmbOCvaltZL5W { width:13.3125rem;height:14.625rem;top:15.375rem;left:1.3020839691162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADZ6e7a9AIK08Ap39BHtFyWBpsSU4xDu { width:15.1875rem;height:28.875rem;top:8.5rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTpqiiWxTZ9PmVeLS3ULWyWxc1wwisyn { width:13.5625rem;height:19.0125rem;top:14.9375rem;left:17.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dG8kTJCvwkqTt4yARe7zO5EiKTIlhrDR { width:3.75rem;height:3.75rem;top:9.5rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wD3UgW2pwHoIIIMUTSuTpTo72qorpH6c { width:15.1875rem;height:28.875rem;top:8.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ly0Flf8b4BtsihVLaGR5fB84y3upBw7N { width:14.0625rem;height:19.0125rem;top:15.375000953674rem;left:33.688541412354rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTnGsR6DODU2oWU4VzcyP8iSNmyB5w2n { width:3.75rem;height:3.75rem;top:9.5rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUEgaGtAqTPSpA3D8MEDnRzDT1axVChf { display:none; }#nUEgaGtAqTPSpA3D8MEDnRzDT1axVChf > .row .container { width:47.75rem;height:24.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UzTLWTp1RJqnrx19FQDnwh4EGqTfo986 { width:15.1875rem;height:21.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZR7eq7z1y30eRz2PDaRtdrIvvca6VaQ { width:3.75rem;height:3.75rem;top:2rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFvhK5hKiTso8RN0dRoTkxZnklhCCGQT { width:13.9375rem;height:14.625rem;top:7.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Im4FTa0oehuqntk7qFxRcnyyw5TAJLwn { width:15.1875rem;height:21.5625rem;top:0.75rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liL0cm0OdTa7yIfrbDJ5XpdHQf2Eqo8T { width:13.5625rem;height:11.7rem;top:7.4375rem;left:17.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOThcUudlv8JKH3fw9pSKmkqQ8lNWkgM { width:3.75rem;height:3.75rem;top:2rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkWeAvMbeRMLmgBIauXoFQ3q4MaMlCrE { width:15.1875rem;height:21.5625rem;top:0.75rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWgu9Ppk1C5ZRt6QenD5k5EtcSdTuDdl { width:13.3125rem;height:13.1625rem;top:7.4375rem;left:33.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zb6WEJkxtChHprwcqvHZ1uo6S1lfZse8 { width:3.75rem;height:3.75rem;top:2rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWfHc7qNErmSLXKqd71LCaqAMlIyPTKG { width:4rem;height:4rem;top:9.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgkZtMDVD5LG5lf3h81vEuwm6hdfucUm { display:none; }#MgkZtMDVD5LG5lf3h81vEuwm6hdfucUm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QMEcR367DD984m9O1bNAXtWlIgZHC42T { width:41.8125rem;height:4.3875rem;top:0.89999961853025rem;left:2.96875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eO1pJkmoUSsOX1QL6S1wylzEuX8Xb3aU { display:none; }#eO1pJkmoUSsOX1QL6S1wylzEuX8Xb3aU > .row .container { width:47.75rem;height:56.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xT13hRuROfQyJrr0pVo3ElOZw83xbASt { width:22.875rem;height:16.0625rem;top:20.5625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FubuJETb8bvSRxUzA444wgcZiWumCkCv { width:8.375rem;height:2.1875rem;top:30.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3RALyBJ8z7wWgrRcuSIucg4PI7nDxnI { display:block; }
 }@media only screen and (max-width: 1199px) { #HiKzsEVT2xtQ1GcZkvkJZwGkIM9GqNoh { width:11.6875rem;height:6.1875rem;top:28.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qroQPpmTgEJJTTTZdusCybpGyN7qnV50 { width:19.5625rem;height:2.6rem;top:23.75rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IWpfAC93yUmspOtBXG80dv6DA4Qh4oJB { width:22.875rem;height:16.0625rem;top:2.5625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vthi8icVaQa2m5UVlJlLr4JrsTJlWnwR { width:19.5625rem;height:2.6rem;top:5.8125rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qa3CX3M0g5BzHhGdruoRBNrSTh4PuWDH { width:8.375rem;height:2.1875rem;top:12.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mkciZfVCxy24dZdaKF2r8UmWM36Ds2KS { display:block; }
 }@media only screen and (max-width: 1199px) { #PwSpBHxzxe5H3sk1GvQV0dBAXsnCQJ6l { width:11.6875rem;height:6.1875rem;top:10.40625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gevibauPgfolXKBFRCbEZSv3DmdpqDGF { width:22.875rem;height:16.0625rem;top:38.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wuiCiHPy4iVbzxeGANVspsHqDwSK4F2v { width:19.5625rem;height:2.6rem;top:41.4375rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WeypgpH4ZydvsrbDVGWvkB74K6hxJKbQ { width:8.375rem;height:2.1875rem;top:48.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcB3MGNAF8bc2CZRwFthxgcxXOTv03HT { display:block; }
 }@media only screen and (max-width: 1199px) { #kQ0SAVHFyhizSBAilqLrAqahbNqVf0mn { width:11.6875rem;height:6.1875rem;top:46rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kz7HKxGtf3r3nBRVzVVb3TW6GicoRnxi { width:6.6875rem;height:1.1375rem;top:10.024991989136rem;left:25.208333969116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSyc6ibBthe36fpXbcyxoJJF9AtpomZo { width:6.6875rem;height:1.1375rem;top:28.3125rem;left:24.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tydrkkl5c41uf8ORh8F41TrfdPMIFCTv { width:6.6875rem;height:1.1375rem;top:46rem;left:24.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCKe3dN5g414zOZsWZA9HaS3SNIS7hKa { display:none; }#nCKe3dN5g414zOZsWZA9HaS3SNIS7hKa > .row .container { width:47.75rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tknlpkxSvzzU28aD9m7VNiPB2QMOZaXQ { width:29.75rem;height:7.125rem;top:1.09375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MG8rOC7dRylhBKHwFeVlTCAH2gCfxBP2 { background-color:#ffffff;background-image:none;display:none; }#MG8rOC7dRylhBKHwFeVlTCAH2gCfxBP2 > .row .container { width:47.75rem;height:51.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FsvBpsfrhOb86xX54XQKPFBiwEJXtLkM { width:19.5625rem;height:3.34668125rem;top:4.5rem;left:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsZ1JPzpbMtET56Hlv1c0SPUdPiPT8LV { width:37.125rem;height:3rem;top:8.625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KuFdXclBR7fBc7PlHJc6Cn2vr6zNO48Q { width:4.4375rem;height:4.3125rem;top:15.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfioXQ5SAMU7TQ8Z369oeQTP9PlaHCFk { width:4.4375rem;height:4.3125rem;top:15.3125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PH8edCKL5565ndtuHttl9BDUJBecoJLA { width:9.5625rem;height:6rem;top:21.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpBk0bKCHKvTTh4RTiE0RytRMXZAwsMT { width:8.75rem;height:0.0625rem;top:17.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsbeTuZ9uFshzUXkdKh6RtbCqr16qQFl { width:8.75rem;height:0.0625rem;top:17.53125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTHqUzurLIEU8PhUBtx56gqN4AQIHN0w { width:12.375rem;height:10.5rem;top:21.6875rem;left:17.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFsm9P3X7xPLuKEB4RRPA5Grgpm4zgNl { width:11.625rem;height:7.5rem;top:21.6875rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gpMo8KvTo2SJ7dhiHRhChlwOg43T2p6r { width:43.375rem;height:5.2rem;top:35.4375rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBMZLqAhbfBpTIBZlubIFFiTchW4Rn4h { width:8.75rem;height:0.0625rem;top:17.5rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NTuVDxTKTdxrJP8TxDzkIqDHmoFLLCEm { width:8.75rem;height:0.0625rem;top:17.53125rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QnDMmOdviFPQDU2bvI6qnxdhnPtUzpML { width:9.5625rem;height:6rem;top:21.6875rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SB9LwJfhMQ0fJMTqTLJnPyWfsPLwfIrD { width:12.375rem;height:12rem;top:21.6875rem;left:17.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QRtWI1p6Ah4MMKfZBWhUnFC1Tw5JfCFQ { width:11.625rem;height:7.5rem;top:21.6875rem;left:35.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xIb1moauaHMmqo6qsuZHBvUATvvIGVTZ { width:43.375rem;height:6.5rem;top:35.4375rem;left:1.71875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kD3mlTVtXOPwXM82nHlTuQmu1rrfUlcp { width:47.75rem;height:47.6875rem;top:2.65234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkFcInarnIJO6Sf7S2Wy4QOuFkRaLgz5 { width:17rem;height:2.375rem;top:45.6875rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iKKWQRw7NisB5MwRA4mZaclIf92l4J6X { display:block; }
 }@media only screen and (max-width: 1199px) { #iQf8wMmCLMZ28Kr2Bchbg2Zh0a4wHJAA { width:3.875rem;height:4.1875rem;top:15.375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 { background-color:#f4f4f6;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; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container { background-color: transparent; background-image: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container > .video-iframe-container { display: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row > .video-iframe-container { display: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .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); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container { border-width: 0; border-radius: 0; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container { width:47.75rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d6xzpSGmTqt6y70oMHLXKGflLmarIIWV { width:6.25rem;height:2.5625rem;top:2.21875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imOF8Gwpl2UtdkyPJqAbCGmdt21fm7QU { width:17.8125rem;height:2.5996125rem;top:1.875rem;left:26.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UxZPwbdhoRkbykU4719EOAos9vcetT8i { width:21.875rem;height:1.29980625rem;top:3.8125rem;left:24.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TgaJrXv4KSHFcdE3MpWCV6Sr6TxbyHxg { width:11.3125rem;height:2.75rem;top:1.375rem;left:36.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TUUG2qQpeiDK2d5ST0ZGvVEHD2zddrB2 { display:block; }
 }@media only screen and (max-width: 1199px) { #T0RPhEA7kp9sgFgwFtDAIcyUth4NuAPK { width:1.25rem;height:1.25rem;top:2.125rem;left:46.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MQOTX3k4zQuZo7wqvTmplsDIQ4XVz7ka { width:17.8125rem;height:2.5996125rem;top:1.875rem;left:26.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 { display:block; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IZtHTqsAzklhwWIOABTI75ibNxiqQs7E { width:23.0625rem;height:29rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DzsAAKCtlZen6ZrDvZhNPwJUPZCI5I7O { width:12.5rem;height:2.84375rem;top:5.03125rem;left:5.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBTvyvZFFKwbEyknJKAV2kTgAZIwwBkk { width:12.5rem;height:7.3125rem;top:8.4375rem;left:5.34375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StMzTGKygtfwcDoR6IK9kKXFEUMwvWuM { width:17.375rem;height:11.25rem;top:16.75rem;left:2.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM { display:block; }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm { display:block; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BsU6TGQbmb8EkGMEQ9f1zRv3Kq26cvuh { width:22.9375rem;height:1.4625rem;top:15.41250038147rem;left:0.001042366027832rem;font-size:1.125rem;display:block; }#BsU6TGQbmb8EkGMEQ9f1zRv3Kq26cvuh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 1199px) { #Eq0uuVUnowe4iiASVvhayGNR8kfIyzzl { width:47.625rem;height:38.6875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUOzcUz6Q4VUuu6mVhhJbWJUuo1ShKXu { width:43.3125rem;height:30.075rem;top:8.5625rem;left:2.3125rem;font-size:1.125rem;display:block; }#ZUOzcUz6Q4VUuu6mVhhJbWJUuo1ShKXu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
 }@media only screen and (max-width: 1199px) { #NqDb8qsRJoqefsROoBSOvSTfSFXgawuv { width:47.625rem;height:5.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vT9DpykXTbwkvMFST6SC69KP6OsfeVFh { width:41.8125rem;height:2.19375rem;top:2.8093757629394rem;left:2.96875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd { display:block; }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .row .container { width:47.75rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OdNNxi9McwwTTXtpgyQpdcoDN5EIz7Kw { width:41.375rem;height:4.725rem;top:2.875rem;left:2.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #d76BJJASNIA4yipmQfKpE8hGwkuGK5dr { width:23.375rem;height:33.075rem;top:10.018749237061rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MWzHucPUhVhQaNSmh0REZLf4T423Grbd { width:47.625rem;height:45.25rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zim30pZuH9eGiMq04sULv5GQmy1woAXW { width:18.25rem;height:29.4375rem;top:11.77499961853rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe { display:block; }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row .container { width:47.75rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WDGcHvg2MnEkAlWBIfThwJg9bOo2ccTc { width:47.75rem;height:44.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBm0foHbcI23SHDkan75q0MeNcLViy5g { width:45.875rem;height:4.725rem;top:1.3875007629394rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZFQgorUlWuPEkuASJ2CorWVTUbkv7t9 { width:45.25rem;height:7.3125rem;top:8.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D71szpmF3KVkuCJX3WpeQSI2n8yAtaoA { width:26.5625rem;height:5.6375rem;top:17.625rem;left:0.9375rem;font-size:1.125rem;display:block; }#D71szpmF3KVkuCJX3WpeQSI2n8yAtaoA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
 }@media only screen and (max-width: 1199px) { #ZSZyHBTuV7vfKlQQ44pOrmLLObo7DvCr { width:46.625rem;height:10.2375rem;top:25.137500762939rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g6CcQphWJJn6JCKy9IGBZtteZ2Z9xmy6 { width:28.4375rem;height:5.6375rem;top:37.125rem;left:0.9375rem;font-size:1.125rem;display:block; }#g6CcQphWJJn6JCKy9IGBZtteZ2Z9xmy6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
 }@media only screen and (max-width: 1199px) { #bkoBghMzlWJ3kyTaaDMgiHfb2bQwM9GP { width:47.625rem;height:5.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV { display:block; }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row .container { width:47.75rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QEwPpJWog8Ecu4z93XDb0cyvb9aHN3XM { width:32.8125rem;height:4.3875rem;top:1.375rem;left:7.46875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeQOw2WBwyMCWaVP6REBEoG2gwu7OVIN { width:15.1875rem;height:28.875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlqXB7tAFNVeRNzGAOl5tOwwf6X58G6D { width:4rem;height:4rem;top:9.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDq4TvXSIE46yblPlclNZ3HdXmIsfunR { width:13.3125rem;height:14.625rem;top:15.375rem;left:1.3020839691162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cXbhdTw4muMmPRVgLpFMB63Vfah5wRyJ { width:15.1875rem;height:28.875rem;top:8.5rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oc15n1mmHIJGizXBB972MnHTmWNBx0Js { width:13.5625rem;height:16.0875rem;top:14.9375rem;left:17.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMNwIR8i3dfD4is6VlRyJWUoNcFycvFb { width:3.75rem;height:3.75rem;top:9.5rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSspsuTRwin1Kic2EZiNoVP908TS2Q1m { width:15.1875rem;height:28.875rem;top:8.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHXpPlIvUp3aTZGkATkybHLogInLZawE { width:14.0625rem;height:19.0125rem;top:15.375000953674rem;left:33.688541412354rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gufov1G78XOZsmiKVyRNEgmwl02pA2pW { width:3.75rem;height:3.75rem;top:9.5rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAW3fTTKkg0O1mufNN1m02TDB04Vaoly { display:block; }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row .container { width:47.75rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eQHLzIw0guWlD0sIXpnIUxubCzKBGkEG { width:15.1875rem;height:21.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kEE5O75LrA82OrDdkoCsTlSGKBX5PKS6 { width:3.75rem;height:3.75rem;top:2rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcoD4NmH0AkTd8o2EcnTS9ga3aQrSeb9 { width:13.9375rem;height:14.625rem;top:7.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LaBQgsbBRFPdHy6NFmJTXRhwoW3qPheu { width:15.1875rem;height:21.5625rem;top:0.75rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wdO3cpKN53vp7UJZXpvtwzZ7ZaNeUwQ5 { width:13.5625rem;height:11.7rem;top:7.4375rem;left:17.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4Dy2TWApmukiTkHNZPo2Mdog4Phwsai { width:3.75rem;height:3.75rem;top:2rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXt3RAITDFAAe2aJld19hAnBhWgzA6nr { width:15.1875rem;height:21.5625rem;top:0.75rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FdSQpWvUu0ctNFORPcZ78cxGRP0nNNU5 { width:13.3125rem;height:13.1625rem;top:7.4375rem;left:33.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owZEiueR1w3XCT2UyLfR6GCrwJTNK9S4 { width:3.75rem;height:3.75rem;top:2rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJvZgckMoh7yQWXvTbTdSsZT22ofmysd { width:4rem;height:4rem;top:1.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd { background-color:#ffffff;background-image:none;display:block; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container { background-color: transparent; background-image: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container > .video-iframe-container { display: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row > .video-iframe-container { display: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .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); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container { width:47.75rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wl08CmmXUQwDThHLcrsIU4Ts0v9ehbNN { width:19.5625rem;height:3.34668125rem;top:4.5rem;left:1.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRc8gpi0PnwspxzAlpiPaubyow0rt0HD { width:37.125rem;height:3rem;top:8.625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFDVIdHE8J7TAHc8NmqEOIkB5yPLaLpX { width:4.4375rem;height:4.3125rem;top:15.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LuePB0gG64hBwe6isOFVUmRMUJNqTBao { width:4.4375rem;height:4.3125rem;top:15.3125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQhAznuDe0pBSPFSqUvlDmCgub1zbWrm { width:9.5625rem;height:6rem;top:21.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PS9Ugm5qWdO1uM1Kw6EKFtUdanT353eO { width:8.75rem;height:0.0625rem;top:17.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwBVZd4iWw6vr3rS1p7zEU2sZhP4wJcb { width:8.75rem;height:0.0625rem;top:17.53125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRQx9b4IMOT84Rq37I75r6JSgd2osaMC { width:12.375rem;height:10.5rem;top:21.6875rem;left:17.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1OAN1uMH2rZPRNsaC6fT24AIKk4mGA3 { width:11.625rem;height:7.5rem;top:21.6875rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZRl5Kx96JluH4NK3ZRCtUrB48rKmcwi { width:43.375rem;height:5.2rem;top:35.4375rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTGIk3BL3MuchTuutFi7vgm2WHNTxxlA { width:8.75rem;height:0.0625rem;top:17.5rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pTyUzFZwoolw0sq2Vzogs66cMZXemCyd { width:8.75rem;height:0.0625rem;top:17.53125rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OaqESt2HrTQdAlZO0EUygWUdQRUS5i3h { width:9.5625rem;height:6rem;top:21.6875rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TALW5vJCaWZNE4MxaXUtVL4ovz4SrpBl { width:12.375rem;height:12rem;top:21.6875rem;left:17.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BV7AdRvv4nvymOheFMpkzZyggZvKCFr5 { width:11.625rem;height:7.5rem;top:21.6875rem;left:35.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TVkIBTeM431lt3u6Lm6hV1s5oZsW2fE6 { width:43.375rem;height:6.5rem;top:35.4375rem;left:1.71875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HnTRtZbS8UQF9hSOPrH8gTWHGKOeJwrI { width:47.75rem;height:47.6875rem;top:1.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SON5qqZJMqNff8uQccoLfVBgpkyGlmE4 { width:21.5625rem;height:2.875rem;top:44.8125rem;left:13.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvAHtR2wUAuOkhVortSst8gdG0VoxZpA { display:block; }
 }@media only screen and (max-width: 1199px) { #m0Ln6poO26sXD4GXcmG0QeeZlh5NzmAX { width:3.875rem;height:4.1875rem;top:15.375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn { display:block; }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #m2qmvaWAW62URdILSprENail4UinC9ND { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM { background-color:#6c818a;background-image:none;display:none; }#UehpMP9xHgCti5TrNTIl5QBPe0o0ttQM > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W4CV11uJJSZhyGmiMOeC4vGA7fWdWxIC { width:11.375rem;height:1.5rem;top:2.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arT9WKxLdgQVFUz5GhTKiS7wdLDpGvUT { width:8.875rem;height:0;top:4.375rem;left:5.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGTKJstzxECKuOz5uCBVsAkPX4ScCDR9 { width:10.375rem;height:0;top:9.6875rem;left:4.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMyB6AqtkftDKT70Oin4bfcLdyM70TZz { width:11.3125rem;height:2.75rem;top:1.375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #azT7mLdootKA5VeP86b0I2UFWV6hAQeC { display:block; }
 }@media only screen and (max-width: 763px) { #NhdwGdnrOZ0gVuCsTWbNhKnTRpsR0Tta { display:flex;width:1.25rem;height:1.25rem;top:2.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltqUPz4WJgI54tRNJuVLuLyoLBaXKZta { width:8.0625rem;height:auto;top:2.125rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DN3r5RekREbHvHrqxkLHktADClhOQDI8 { display:none; }#DN3r5RekREbHvHrqxkLHktADClhOQDI8 > .row .container { width:20rem;height:27.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WzWMZg1Mx9BonpscDEUnHMsLpFkckznL { width:18.3125rem;height:21.5625rem;top:1.4375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ahWiIiDnoHuvdDiy9bs6E0LMJyJFSa { width:12.5rem;height:2.1125rem;top:4.34375rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPsN9rJSCbNHt0KHZdlKNHvcqthmGi9d { width:12.5rem;height:5.44375rem;top:6.456250190735rem;left:3.75rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNkpKUTtPcLInLcXvz2BN9mWOU67COls { width:15.375rem;height:6.75rem;top:13.46249961853rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHwm9SUJB4WufNM4EMQXwazIm1J3dhav { width:20rem;height:4.7899159663866rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgQmDRaunyk7S8tLyDakZ9kBIOGTyy3M { width:20rem;height:23.321299638989rem;top:32.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHw5C9peUR6TB6O7DwXWALup7WCgE1Nc { display:none; }#QHw5C9peUR6TB6O7DwXWALup7WCgE1Nc > .row .container { width:20rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LaKtmBrbEVqIImPx7O6apSvBx2HAGhht { width:20rem;height:6.65rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpZGZ2NawmBxzoE37mnLdbG7vv69PhGH { width:20rem;height:15.2145625rem;top:17.41250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozIctdqbKkJNg16VsCW8P85SFrkex6HC { width:20rem;height:7.125rem;top:9.35000038147rem;left:0rem;font-size:1rem;display:block; }#ozIctdqbKkJNg16VsCW8P85SFrkex6HC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 763px) { #v21hopSkQU6EBXBq157dpRrlEbpmKvLa { display:none; }#v21hopSkQU6EBXBq157dpRrlEbpmKvLa > .row .container { width:20rem;height:36.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qm1UueAZutTqCdNRgmhzzvKqo2HVEvgh { width:20rem;height:3.325rem;top:1.2239570617676rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as0MInpL9INUfGSLdQRWTgU5UXCV4Wil { width:20rem;height:15.161290322581rem;top:20.186458587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP6JhqoRb0s6Ssw3LTXqtBOhtsHQZm4c { width:20rem;height:14.15rem;top:5.5614585876465rem;left:0rem;font-size:1rem;display:block; }#nP6JhqoRb0s6Ssw3LTXqtBOhtsHQZm4c li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 763px) { #rfmcmAqzleatnxXmWLZtBCgDKZhqAwz9 { display:none; }#rfmcmAqzleatnxXmWLZtBCgDKZhqAwz9 > .row .container { width:20rem;height:52.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #exnJ8friyckS8ykgt5dGkunx9pdP348o { width:20rem;height:4.9875rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpBvVqtZrzO8o3vziZP2NNHPa6eA3cw { width:20rem;height:15.1614375rem;top:36.700000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZzmRv8VfgMg848K92gZqJoBkwqMamGp { width:20rem;height:28rem;top:7.2625007629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1SJp3X7y2cW42vOK7aONdZqXV8XXeg { display:none; }#xr1SJp3X7y2cW42vOK7aONdZqXV8XXeg > .row .container { width:20rem;height:60.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ilx3QrgnkQ3hEyeEFClT8fBV8u3JHPpZ { width:19.875rem;height:57.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXpepJBgALoPKXhw2qymnhyETdAshxLF { width:18.25rem;height:6.65rem;top:2rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao08ZFLvqvMrT9X0tS46yqxwLce0q43p { width:18.375rem;height:9.1rem;top:9.25rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxT7DTUpQSyZRJHAx4o8AhDKr8VTlnM { width:18.6875rem;height:6.45rem;top:19.5rem;left:0.65625rem;font-size:1rem;display:block; }#rTxT7DTUpQSyZRJHAx4o8AhDKr8VTlnM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 763px) { #FAONGaWcFd6asqN05oNSGXuKglOrHG0K { width:18.5rem;height:14.3rem;top:27.512499809265rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Ai6vvKv2A17dPBCb4elx1IbTn2Pc7s { width:18.0625rem;height:9.05rem;top:43.25rem;left:1.0625rem;font-size:1rem;display:block; }#B4Ai6vvKv2A17dPBCb4elx1IbTn2Pc7s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 763px) { #qIQg140H0Ue8wO8XyOcMDTRHgsqTBs1M { width:19.4375rem;height:4.5625rem;top:53.5625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGW4EUDKydz7ylkR5irro6l9oeC2zTXn { display:none; }#aGW4EUDKydz7ylkR5irro6l9oeC2zTXn > .row .container { width:20rem;height:68.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rERt8cvkh0p0XStqGTwbcZkgGb7Jih0c { width:20rem;height:3.0875rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJwwWoTPLyHWaPxq8yMG8vzFcZTcCxgJ { width:20rem;height:15.4375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Rrg0wm1HZHetMxPukOwDk2CdgTJxoG { width:4rem;height:4rem;top:7.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brUBqzL8JFO44Fa6qO5HmbOCvaltZL5W { width:19rem;height:7.8rem;top:11.5rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADZ6e7a9AIK08Ap39BHtFyWBpsSU4xDu { width:20rem;height:21.3125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpqiiWxTZ9PmVeLS3ULWyWxc1wwisyn { width:19.1875rem;height:11.7rem;top:29.875rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG8kTJCvwkqTt4yARe7zO5EiKTIlhrDR { width:3.75rem;height:3.75rem;top:24.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD3UgW2pwHoIIIMUTSuTpTo72qorpH6c { width:20rem;height:20.125rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly0Flf8b4BtsihVLaGR5fB84y3upBw7N { width:19.1875rem;height:11.7rem;top:52.625rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTnGsR6DODU2oWU4VzcyP8iSNmyB5w2n { width:3.75rem;height:3.75rem;top:47.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUEgaGtAqTPSpA3D8MEDnRzDT1axVChf { display:none; }#nUEgaGtAqTPSpA3D8MEDnRzDT1axVChf > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UzTLWTp1RJqnrx19FQDnwh4EGqTfo986 { width:20rem;height:15.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZR7eq7z1y30eRz2PDaRtdrIvvca6VaQ { width:3.75rem;height:3.75rem;top:2.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFvhK5hKiTso8RN0dRoTkxZnklhCCGQT { width:19.1875rem;height:9.1rem;top:7.0625rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im4FTa0oehuqntk7qFxRcnyyw5TAJLwn { width:20rem;height:14.9375rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liL0cm0OdTa7yIfrbDJ5XpdHQf2Eqo8T { width:19.1875rem;height:6.5rem;top:24.125rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOThcUudlv8JKH3fw9pSKmkqQ8lNWkgM { width:3.75rem;height:3.75rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkWeAvMbeRMLmgBIauXoFQ3q4MaMlCrE { width:20rem;height:15.25rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWgu9Ppk1C5ZRt6QenD5k5EtcSdTuDdl { width:19.1875rem;height:6.5rem;top:40.918750762939rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb6WEJkxtChHprwcqvHZ1uo6S1lfZse8 { width:3.75rem;height:3.75rem;top:36rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWfHc7qNErmSLXKqd71LCaqAMlIyPTKG { width:4rem;height:4rem;top:35.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgkZtMDVD5LG5lf3h81vEuwm6hdfucUm { display:none; }#MgkZtMDVD5LG5lf3h81vEuwm6hdfucUm > .row .container { width:20rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QMEcR367DD984m9O1bNAXtWlIgZHC42T { width:16.3125rem;height:3.0875rem;top:1.8625001907349rem;left:1.84375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eO1pJkmoUSsOX1QL6S1wylzEuX8Xb3aU { display:none; }#eO1pJkmoUSsOX1QL6S1wylzEuX8Xb3aU > .row .container { width:20rem;height:59.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xT13hRuROfQyJrr0pVo3ElOZw83xbASt { width:17.375rem;height:18rem;top:20.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FubuJETb8bvSRxUzA444wgcZiWumCkCv { width:8.375rem;height:2.1875rem;top:35.6875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3RALyBJ8z7wWgrRcuSIucg4PI7nDxnI { display:block; }
 }@media only screen and (max-width: 763px) { #HiKzsEVT2xtQ1GcZkvkJZwGkIM9GqNoh { width:11.6875rem;height:6.1875rem;top:26.375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroQPpmTgEJJTTTZdusCybpGyN7qnV50 { width:10.4375rem;height:3.9rem;top:21.6875rem;left:4.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWpfAC93yUmspOtBXG80dv6DA4Qh4oJB { width:17.375rem;height:18rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vthi8icVaQa2m5UVlJlLr4JrsTJlWnwR { width:12.5625rem;height:2.6rem;top:2.625rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qa3CX3M0g5BzHhGdruoRBNrSTh4PuWDH { width:8.375rem;height:2.1875rem;top:16.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkciZfVCxy24dZdaKF2r8UmWM36Ds2KS { display:block; }
 }@media only screen and (max-width: 763px) { #PwSpBHxzxe5H3sk1GvQV0dBAXsnCQJ6l { width:11.6875rem;height:6.1875rem;top:7.125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gevibauPgfolXKBFRCbEZSv3DmdpqDGF { width:17.375rem;height:18rem;top:39.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuiCiHPy4iVbzxeGANVspsHqDwSK4F2v { width:13.9375rem;height:3.9rem;top:41rem;left:3.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeypgpH4ZydvsrbDVGWvkB74K6hxJKbQ { width:8.375rem;height:2.1875rem;top:54.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcB3MGNAF8bc2CZRwFthxgcxXOTv03HT { display:block; }
 }@media only screen and (max-width: 763px) { #kQ0SAVHFyhizSBAilqLrAqahbNqVf0mn { width:11.6875rem;height:6.1875rem;top:45.6875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz7HKxGtf3r3nBRVzVVb3TW6GicoRnxi { width:6.6875rem;height:1.1375rem;top:14.59375rem;left:6.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSyc6ibBthe36fpXbcyxoJJF9AtpomZo { width:6.6875rem;height:1.1375rem;top:34rem;left:6.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tydrkkl5c41uf8ORh8F41TrfdPMIFCTv { width:6.6875rem;height:1.1375rem;top:53.0625rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCKe3dN5g414zOZsWZA9HaS3SNIS7hKa { display:none; }#nCKe3dN5g414zOZsWZA9HaS3SNIS7hKa > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tknlpkxSvzzU28aD9m7VNiPB2QMOZaXQ { width:20rem;height:4.7899159663866rem;top:1.9802093505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG8rOC7dRylhBKHwFeVlTCAH2gCfxBP2 { background-color:rgba(255,255,255,0.7);background-image:none;display:none; }#MG8rOC7dRylhBKHwFeVlTCAH2gCfxBP2 > .row .container { width:20rem;height:66.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FsvBpsfrhOb86xX54XQKPFBiwEJXtLkM { width:11.875rem;height:1.52995rem;top:3.9375rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UsZ1JPzpbMtET56Hlv1c0SPUdPiPT8LV { width:16.625rem;height:4.5rem;top:7.3095703125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuFdXclBR7fBc7PlHJc6Cn2vr6zNO48Q { width:4.4375rem;height:4.3125rem;top:13.122917175293rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfioXQ5SAMU7TQ8Z369oeQTP9PlaHCFk { width:4.4375rem;height:4.3125rem;top:24.122917175293rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH8edCKL5565ndtuHttl9BDUJBecoJLA { width:10.125rem;height:0;top:12.747916221619rem;left:6.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MpBk0bKCHKvTTh4RTiE0RytRMXZAwsMT { width:8.75rem;height:0.0625rem;top:20.060416221619rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsbeTuZ9uFshzUXkdKh6RtbCqr16qQFl { width:8.75rem;height:0.0625rem;top:39.62291875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTHqUzurLIEU8PhUBtx56gqN4AQIHN0w { width:14.1875rem;height:0;top:32.310416221619rem;left:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFsm9P3X7xPLuKEB4RRPA5Grgpm4zgNl { width:14.1875rem;height:0;top:64.18541875rem;left:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpMo8KvTo2SJ7dhiHRhChlwOg43T2p6r { width:18.125rem;height:0;top:43.560416221619rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBMZLqAhbfBpTIBZlubIFFiTchW4Rn4h { width:0.0625rem;height:3.75rem;top:18.872917175293rem;left:2.5625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #NTuVDxTKTdxrJP8TxDzkIqDHmoFLLCEm { width:0.0625rem;height:3.75rem;top:31.060417175293rem;left:2.5625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #QnDMmOdviFPQDU2bvI6qnxdhnPtUzpML { width:10.125rem;height:4.5rem;top:13.404167175293rem;left:5.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15025;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #SB9LwJfhMQ0fJMTqTLJnPyWfsPLwfIrD { width:13.1875rem;height:9rem;top:23.091674804688rem;left:5.8125rem;font-size:1rem;z-index:15026;text-align:left;text-align-last:left;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #QRtWI1p6Ah4MMKfZBWhUnFC1Tw5JfCFQ { width:14.1875rem;height:6rem;top:35.996883392334rem;left:5.8125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #xIb1moauaHMmqo6qsuZHBvUATvvIGVTZ { width:18.125rem;height:14.3rem;top:44.060416221619rem;left:0.9375rem;font-size:1rem;z-index:15015;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #kD3mlTVtXOPwXM82nHlTuQmu1rrfUlcp { width:20rem;height:64.75rem;top:0.84062194824219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkFcInarnIJO6Sf7S2Wy4QOuFkRaLgz5 { width:18.5rem;height:2.75rem;top:61.382289886474rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKKWQRw7NisB5MwRA4mZaclIf92l4J6X { display:block; }
 }@media only screen and (max-width: 763px) { #iQf8wMmCLMZ28Kr2Bchbg2Zh0a4wHJAA { width:3.875rem;height:4.1875rem;top:36.9033203125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 { background-color:#f4f4f6;background-image:none;display:block; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container { background-color: transparent; background-image: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container > .video-iframe-container { display: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row > .video-iframe-container { display: none; }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .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); }#fmmJemS0hXNeEdQPHHNTzCxO7MOUw1n5 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6xzpSGmTqt6y70oMHLXKGflLmarIIWV { width:5.1875rem;height:2.125rem;top:2.375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imOF8Gwpl2UtdkyPJqAbCGmdt21fm7QU { width:8.875rem;height:0;top:4.375rem;left:5.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxZPwbdhoRkbykU4719EOAos9vcetT8i { width:10.375rem;height:0;top:9.6875rem;left:4.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgaJrXv4KSHFcdE3MpWCV6Sr6TxbyHxg { width:11.3125rem;height:2.75rem;top:1.375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUUG2qQpeiDK2d5ST0ZGvVEHD2zddrB2 { display:block; }
 }@media only screen and (max-width: 763px) { #T0RPhEA7kp9sgFgwFtDAIcyUth4NuAPK { display:flex;width:1.25rem;height:1.25rem;top:2.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQOTX3k4zQuZo7wqvTmplsDIQ4XVz7ka { width:8.0625rem;height:auto;top:2.125rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 { display:block; }#KXCzb9d1hLGZc8852Sm4p5xvKhpmkni1 > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZtHTqsAzklhwWIOABTI75ibNxiqQs7E { width:19.875rem;height:21.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzsAAKCtlZen6ZrDvZhNPwJUPZCI5I7O { width:12.5rem;height:2.1125rem;top:4.34375rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTvyvZFFKwbEyknJKAV2kTgAZIwwBkk { width:12.5rem;height:5.44375rem;top:6.456250190735rem;left:3.75rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StMzTGKygtfwcDoR6IK9kKXFEUMwvWuM { width:15.875rem;height:6.75rem;top:13.4619140625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM { display:block; }#cVnXxR923PNXwtH0CpzMHoQqCcKJ2AFM > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm { display:block; }#tyK6W5EGtqDvVa8Cr7zV2fyHPeIthIOm > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsU6TGQbmb8EkGMEQ9f1zRv3Kq26cvuh { width:20rem;height:0;top:26.549997711182rem;left:0rem;font-size:1rem;display:block; }#BsU6TGQbmb8EkGMEQ9f1zRv3Kq26cvuh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1b8d6ee0-7f78-42ba-8f80-b6102355f703/checkmarkcircle04.png); }
 }@media only screen and (max-width: 763px) { #Eq0uuVUnowe4iiASVvhayGNR8kfIyzzl { width:19.875rem;height:61.9375rem;top:3.0125007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUOzcUz6Q4VUuu6mVhhJbWJUuo1ShKXu { width:18.625rem;height:55.7421875rem;top:7.40625rem;left:0.6875rem;font-size:1rem;z-index:15104;display:block; }#ZUOzcUz6Q4VUuu6mVhhJbWJUuo1ShKXu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
 }@media only screen and (max-width: 763px) { #NqDb8qsRJoqefsROoBSOvSTfSFXgawuv { width:19.875rem;height:5.6875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9DpykXTbwkvMFST6SC69KP6OsfeVFh { width:16.3125rem;height:3.0859375rem;top:1.8625001907349rem;left:1.84375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd { display:block; }#PdTCpPbGqGKPp1x9vO2ocSpPJE9yl3Gd > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdNNxi9McwwTTXtpgyQpdcoDN5EIz7Kw { width:17.5rem;height:4.986325rem;top:1.8125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d76BJJASNIA4yipmQfKpE8hGwkuGK5dr { width:17.5rem;height:32.186525rem;top:8.137499809265rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWzHucPUhVhQaNSmh0REZLf4T423Grbd { width:19.875rem;height:73.125rem;top:0.53750038146973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zim30pZuH9eGiMq04sULv5GQmy1woAXW { width:18.25rem;height:29.4375rem;top:41.97500038147rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe { display:block; }#d9LFlLxHGqCaaEzorGyhTRzbiZZerQFe > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDGcHvg2MnEkAlWBIfThwJg9bOo2ccTc { width:19.875rem;height:55.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBm0foHbcI23SHDkan75q0MeNcLViy5g { width:18.25rem;height:8.3105625rem;top:2rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZFQgorUlWuPEkuASJ2CorWVTUbkv7t9 { width:18.375rem;height:9.09863125rem;top:11.25rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D71szpmF3KVkuCJX3WpeQSI2n8yAtaoA { width:18.6875rem;height:6.45rem;top:22rem;left:0.65625rem;font-size:1rem;display:block; }#D71szpmF3KVkuCJX3WpeQSI2n8yAtaoA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
 }@media only screen and (max-width: 763px) { #ZSZyHBTuV7vfKlQQ44pOrmLLObo7DvCr { width:18.5rem;height:14.29785625rem;top:30.200000762939rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6CcQphWJJn6JCKy9IGBZtteZ2Z9xmy6 { width:18.0625rem;height:9.0488125rem;top:45.9375rem;left:0.96875rem;font-size:1rem;display:block; }#g6CcQphWJJn6JCKy9IGBZtteZ2Z9xmy6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d3c0fff0-3bfe-47df-a587-8c69b6a6c390/TRtick2.png); }
 }@media only screen and (max-width: 763px) { #bkoBghMzlWJ3kyTaaDMgiHfb2bQwM9GP { width:19.875rem;height:8.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV { display:block; }#DNMi6GEQeVd1nyVBq6vQgX6IABaeiDPV > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEwPpJWog8Ecu4z93XDb0cyvb9aHN3XM { width:20rem;height:3.0859375rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeQOw2WBwyMCWaVP6REBEoG2gwu7OVIN { width:20rem;height:15.4375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlqXB7tAFNVeRNzGAOl5tOwwf6X58G6D { width:4rem;height:4rem;top:7.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDq4TvXSIE46yblPlclNZ3HdXmIsfunR { width:19rem;height:7.79883125rem;top:11.5rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXbhdTw4muMmPRVgLpFMB63Vfah5wRyJ { width:20rem;height:21.3125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc15n1mmHIJGizXBB972MnHTmWNBx0Js { width:19.1875rem;height:9.0986375rem;top:29.875rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMNwIR8i3dfD4is6VlRyJWUoNcFycvFb { width:3.75rem;height:3.75rem;top:24.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSspsuTRwin1Kic2EZiNoVP908TS2Q1m { width:20rem;height:20.125rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHXpPlIvUp3aTZGkATkybHLogInLZawE { width:19.1875rem;height:11.69823125rem;top:52.625rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gufov1G78XOZsmiKVyRNEgmwl02pA2pW { width:3.75rem;height:3.75rem;top:47.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAW3fTTKkg0O1mufNN1m02TDB04Vaoly { display:block; }#sAW3fTTKkg0O1mufNN1m02TDB04Vaoly > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQHLzIw0guWlD0sIXpnIUxubCzKBGkEG { width:20rem;height:15.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEE5O75LrA82OrDdkoCsTlSGKBX5PKS6 { width:3.75rem;height:3.75rem;top:2.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcoD4NmH0AkTd8o2EcnTS9ga3aQrSeb9 { width:19.1875rem;height:9.0986125rem;top:7.0625rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaBQgsbBRFPdHy6NFmJTXRhwoW3qPheu { width:20rem;height:14.9375rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdO3cpKN53vp7UJZXpvtwzZ7ZaNeUwQ5 { width:19.1875rem;height:6.499025rem;top:24.125rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Dy2TWApmukiTkHNZPo2Mdog4Phwsai { width:3.75rem;height:3.75rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXt3RAITDFAAe2aJld19hAnBhWgzA6nr { width:20rem;height:15.25rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdSQpWvUu0ctNFORPcZ78cxGRP0nNNU5 { width:19.1875rem;height:6.499025rem;top:40.918750762939rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owZEiueR1w3XCT2UyLfR6GCrwJTNK9S4 { width:3.75rem;height:3.75rem;top:36rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJvZgckMoh7yQWXvTbTdSsZT22ofmysd { width:4rem;height:4rem;top:35.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container { background-color: transparent; background-image: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container > .video-iframe-container { display: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row > .video-iframe-container { display: none; }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .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); }#x44y0bDD2EhGCP5W62vfxvV8OSAz4bRd > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wl08CmmXUQwDThHLcrsIU4Ts0v9ehbNN { width:11.875rem;height:1.52995rem;top:3.9375rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eRc8gpi0PnwspxzAlpiPaubyow0rt0HD { width:16.625rem;height:4.5rem;top:7.3095703125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFDVIdHE8J7TAHc8NmqEOIkB5yPLaLpX { width:4.4375rem;height:4.3125rem;top:13.122917175293rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuePB0gG64hBwe6isOFVUmRMUJNqTBao { width:4.4375rem;height:4.3125rem;top:24.122917175293rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQhAznuDe0pBSPFSqUvlDmCgub1zbWrm { width:10.125rem;height:0;top:12.747916221619rem;left:6.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PS9Ugm5qWdO1uM1Kw6EKFtUdanT353eO { width:8.75rem;height:0.0625rem;top:20.060416221619rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwBVZd4iWw6vr3rS1p7zEU2sZhP4wJcb { width:8.75rem;height:0.0625rem;top:39.62291875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRQx9b4IMOT84Rq37I75r6JSgd2osaMC { width:14.1875rem;height:0;top:32.310416221619rem;left:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1OAN1uMH2rZPRNsaC6fT24AIKk4mGA3 { width:14.1875rem;height:0;top:64.18541875rem;left:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZRl5Kx96JluH4NK3ZRCtUrB48rKmcwi { width:18.125rem;height:0;top:43.560416221619rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTGIk3BL3MuchTuutFi7vgm2WHNTxxlA { width:0.0625rem;height:3.75rem;top:18.872917175293rem;left:2.5625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #pTyUzFZwoolw0sq2Vzogs66cMZXemCyd { width:0.0625rem;height:3.75rem;top:31.060417175293rem;left:2.5625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #OaqESt2HrTQdAlZO0EUygWUdQRUS5i3h { width:10.125rem;height:4.5rem;top:13.404167175293rem;left:5.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15025;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #TALW5vJCaWZNE4MxaXUtVL4ovz4SrpBl { width:13.1875rem;height:9rem;top:23.091674804688rem;left:5.8125rem;font-size:1rem;z-index:15026;text-align:left;text-align-last:left;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #BV7AdRvv4nvymOheFMpkzZyggZvKCFr5 { width:14.1875rem;height:6rem;top:35.996883392334rem;left:5.8125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #TVkIBTeM431lt3u6Lm6hV1s5oZsW2fE6 { width:18.125rem;height:14.297875rem;top:44.060416221619rem;left:0.9375rem;font-size:1rem;z-index:15015;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #HnTRtZbS8UQF9hSOPrH8gTWHGKOeJwrI { width:20rem;height:64.75rem;top:0.84062194824219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SON5qqZJMqNff8uQccoLfVBgpkyGlmE4 { width:18.5rem;height:2.75rem;top:61.382289886474rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvAHtR2wUAuOkhVortSst8gdG0VoxZpA { display:block; }
 }@media only screen and (max-width: 763px) { #m0Ln6poO26sXD4GXcmG0QeeZlh5NzmAX { width:3.875rem;height:4.1875rem;top:36.9033203125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn { display:block; }#ypAP8F2gLayrLrmt7NHEcPVGbEJJ8iBn > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2qmvaWAW62URdILSprENail4UinC9ND { width:0;height:0;top:0rem;left:10rem;font-size:0.875rem;display:none; }
 }