.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_3afa1e3faf9419af19b47e0df35588bc62d217bf.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT { background-color:#c20e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { background-color: transparent; background-image: none; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container > .video-iframe-container { display: none; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row > .video-iframe-container { display: none; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .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); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { border-width: 0; border-radius: 0; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:5.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#e7f9e7;padding-top:0.451875rem;padding-right:0.395rem;padding-bottom:0.451875rem;padding-left:0.395rem;display:block;align-items:center;width:2.36875rem;min-width:2.36875rem;height:2.425rem;position:relative;font-family:barlow;font-size:1.805625rem;font-weight:700;line-height:38.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-text.counter-label { background-color:;background-image:none;color:#e7f9e7;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.156875rem;height:1.315625rem;position:relative;font-family:sora;font-size:0.67625rem;font-weight:300;line-height:21.05px;text-align:center;text-align-last:center;text-transform:none;top:-10%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.625rem;height:4.92529375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"barlow medium semibold bold";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.318359375rem;left:43.6875rem;z-index:5002; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #DDs8BPT9VnpEnKZNFpGX7p0FKQsuT4tQ { display:flex;position:relative;top:0rem;left:0rem; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #CPrnJfcb0kZt1UTcQ2i89hNfbgfyBVF2 { width:auto; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #CDxhWF7wMTITCARNUN77hfLmTnvq0aql {  }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #RaFH9r7PzN8tvz2q7eqfNCyKINM3VgMu { display:flex;position:relative;top:0rem;left:0rem; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #WtTXKtO1R8yL99beUm4Q3G90wcF3tzJN {  }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #e6vBbymqo940vK13FXWb4BNdlHQwvqc2 {  }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #D0627vUZB4qNoKb0alo4oWlaQngHqnRr { display:flex;position:relative;top:0rem;left:0rem; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #ly1zltS38xKrrhHKpGMR0zWFekhgEJIK {  }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #mdKZkmWP3iaLeyPcDFSq3WOTheDdtiTO {  }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #ozKP3ZXFy4TLHuMI6VnnVsWNsO44GW47 { display:flex;position:relative;top:0rem;left:0rem; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #abTFX4hZrZN6biWzvEX1TsN8sEVLrV4H {  }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #dmmq771rFTFVgbILc7fza2sQP8G4SX02 {  }
#OhVD3XbT4LMKm4HRdu0xRATyUeJHAg1q { color:#e7f9e7;display:block;width:29.8125rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:0.8125rem;left:10.375rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdPEkONsl779LbVeHLTMroO7iExZwZ74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row .container { background-color: transparent; background-image: none; }#PdPEkONsl779LbVeHLTMroO7iExZwZ74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row .container > .video-iframe-container { display: none; }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row > .video-iframe-container { display: none; }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .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); }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row .container { border-width: 0; border-radius: 0; }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:8.1875rem;width:75rem;position:relative;display:block; }#klOs29sxQyDCtZ7Myv80i6izqeX1E0pZ { box-sizing:content-box;height:4.375rem;width:37.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.9375rem;left:37.8125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#emVKqSThXrIQ21hoWuBiBhOiNt4OA41t { background-color:#98c548;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0f283b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.875rem;left:61.375rem;display:block; }
#lu8C207EsQDKgXPcHu12IWwhqJKzneiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MChRdAwG7kT5XcmdfPcF4vsnES0c2b8I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#010406;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.84375rem;left:55.75rem;display:block; }
#mcWTCyyOsQTVTVKQoJpDL3iApJLQiNLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTwCXuXwpGXzP9x4gZmIh9q9C6TDkWMa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#010406;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.84375rem;left:43.6875rem;display:block; }
#hNDxvLIx6HrvBfIXkHCxfXgRptIhK2TK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghcvqTKaVaRvBvIbxgaHRRtcZMLungua { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#010406;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.875rem;left:38.625rem;display:block; }
#R2d9xTgJWb7O60GsWNZSH8V1nPpE8LZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vscevm7ctpg3Gr3MJeUwsP8snhSPpAQi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:16.1875rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_35cfa36df3c55fbf257ec9830f6a6895cddbcc8c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.adaptive-delivery-prevent-bg, #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.lazyload, #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.lazyloading { background-image: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { background-color: transparent; background-image: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container > .video-iframe-container { display: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container { display: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .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); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { border-width: 0; border-radius: 0; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:56.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { color:#082a4b;display:block;width:34.25rem;position:absolute;font-family:sora;font-size:5.625rem;font-weight:700;z-index:15086;line-height:1;letter-spacing:0;top:2rem;left:40.75rem;height:16.875rem;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; }
#T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:21.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:21.875rem;box-shadow: none;height:26.5rem;width:39rem;top:6.99951171875rem;left:0rem;overflow:hidden;display:block; }
#ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { color:#082a4b;display:block;width:31.6235625rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:300;z-index:15088;line-height:1.2;letter-spacing:0;top:32.65576171875rem;left:40.75rem;height:9.8984375rem;font-style:normal;display:block; }
#sSnOIgKhOUbymG1ANu4CflQFmq5KsP9h { color:#98c548;display:block;width:33.8125rem;position:absolute;font-family:sora;font-size:3.25rem;font-weight:700;z-index:15087;line-height:1;letter-spacing:0;top:20.982421875rem;left:40.96875rem;height:9.75rem;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; }
#eCJ7J3QlvwdhdzuUqr1STDZCXhywLklA { color:#000000;display:block;width:30.875rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:44.94921875rem;left:40.75rem;height:8.125rem;display:block; }
#qRykPOyXm8AUr7HbqTcW8TLfAtZg4c0T { background-color:#c20e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c20e0e;border-left:0.0625rem solid #c20e0e;border-right:0.0625rem solid #c20e0e;border-bottom:0.0625rem solid #c20e0e;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:3.3125rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:37.26171875rem;left:8.125rem;display:block; }
#IRfE7m45cZaHoCxViiw9w8cTItuG4rSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxariXg2qoQofJv1fSor0CGc8QOk3WDZ { color:#c20e0e;display:block;width:25.625rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:42.55419921875rem;left:6.6875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row .container { background-color: transparent; background-image: none; }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row .container > .video-iframe-container { display: none; }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row > .video-iframe-container { display: none; }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .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); }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row .container { border-width: 0; border-radius: 0; }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:14.5625rem;width:75rem;position:relative;display:block; }#RGbh7emMsx3gUH0oo9d6XVKqbwitKBND { color:#c20e0e;display:block;width:49.6875rem;position:absolute;font-family:sora;font-size:4.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.15625rem;left:12.65625rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC { position:relative;display:block; }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC { background-color: transparent; background-image: none; }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .row .container > .video-iframe-container { display: none; }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .row > .video-iframe-container { display: none; }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .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); }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC { border-width: 0; border-radius: 0; }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .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; }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#kGWXLePsFtXxqnwvUTtLeTERgiL77TcT { position:absolute;display:block;z-index:15019;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:17.875rem;width:17.875rem;top:0rem;left:9.7808170318606rem;overflow:hidden;display:block; }
#TJaGxdmsbC6BWpkogBUpOSQhBXQxFHqT { position:absolute;display:block;z-index:15020;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:17.875rem;width:17.875rem;top:0rem;left:46.718212127686rem;overflow:hidden;display:block; }
#MyT34xKazl06N3lg9i4Wbc5letdtgrvb { color:#c20e0e;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:19.8095703125rem;left:9.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cvT29ls4OsmdshlD3THEs9eLJ5LGuqz2 { color:#0f283b;display:block;width:27.9375rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:22.37451171875rem;left:4.78125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpw1zg2sFIgorR5JGnmby4rTFDSipQAg { color:#0f283b;display:block;width:28.8125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.87451171875rem;left:4.15625rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJ0lqKedLXTTgkNiz2ugotvfOAauvVQp { color:#c20e0e;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:19.8095703125rem;left:46.875003814698rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#coIg4WkskNTLLK5bBcCCla3MPriKShaL { color:#0f283b;display:block;width:17.0625rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:22.37451171875rem;left:47.1240234375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fg08lwZ7xWxsfJcd7Qb3fWLNDpeVZC6T { color:#0f283b;display:block;width:29.375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:25.87451171875rem;left:41.78125rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs { position:relative;display:block; }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs { background-color: transparent; background-image: none; }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .row .container > .video-iframe-container { display: none; }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .row > .video-iframe-container { display: none; }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .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); }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs { border-width: 0; border-radius: 0; }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .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; }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34rem;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; }#qq1BGbpPcP12WFnuV5wmS5uFDkVTRQpO { color:#0f283b;display:block;width:25.0625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:22.56201171875rem;left:6.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ClwAwvn7RDsItBIuKUJATe8APgtFkzdO { color:#c20e0e;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:19.875rem;left:9.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWnAUhImZsDKciQG7z5U7G5CuM3hPKE7 { color:#0f283b;display:block;width:26.4375rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:22.56201171875rem;left:43.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQRxtfpsJ6rzxMR00VNt4eMgzKonu9CG { color:#c20e0e;display:block;width:18.75rem;position:absolute;font-family:"barlow medium semibold bold";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:19.9375rem;left:46.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ron2apAMsuTw751WDKI5v6DIVXDUfO7Q { position:absolute;display:block;z-index:15019;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:17.875rem;width:17.875rem;top:0rem;left:9.7808170318606rem;overflow:hidden;display:block; }
#ODLnGpHUN304PbaS2iqfByKenD9uh0h5 { position:absolute;display:block;z-index:15020;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:17.875rem;width:17.875rem;top:0rem;left:46.718212127686rem;overflow:hidden;display:block; }
#UiOhpeCOdXMnCQV9byPHrxVFVXJBPASz { color:#0f283b;display:block;width:31.625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:26.1240234375rem;left:2.8125rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tru7vd1E4oiBIJ6qi2iTtPSpd8UU2Ahd { color:#0f283b;display:block;width:32.75rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:26.1240234375rem;left:39.875rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn { position:relative;display:block; }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn { background-color: transparent; background-image: none; }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .row .container > .video-iframe-container { display: none; }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .row > .video-iframe-container { display: none; }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .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); }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn { border-width: 0; border-radius: 0; }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .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; }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;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; }#vAxdeatG5WA6QLrrqBKDWMDkQZzlu3wk { background-color:#0f283b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.2426875rem;height:3.3046875rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:14.4375rem;left:43.1875rem;display:block; }
#Db4q2TTSCqfgqGGSM4Mtg9F0vkbC0mLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MycsvPA0lWV6b6QeEfMAUxXKrgJFokCF { 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:18.8125rem;width:18.8125rem;top:0rem;left:9.34375rem;overflow:hidden;display:block; }
#vzJPfgmisRp3RoL1wBqTTWV95TbKE7mR { color:#c20e0e;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:20.75rem;left:9.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJTClVhoxHTKl2JEtXGIcyO2auJhmNWz { color:#0f283b;display:block;width:19.8745rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:23.72216796875rem;left:8.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vw5VXD0SFwW6RD7CxdxBstNr25eilzo5 { color:#c20e0e;display:block;width:25.625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:20.5625rem;left:43.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gRTBIdSrnHDQANcQwvcUU7URwWlfxtCM { color:#0f283b;display:block;width:34.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.3115234375rem;left:1.71875rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJS3alGWHGXWzDaWiTy9nt3Px4Xit2lT { 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:6.9375rem;width:18.125rem;top:5.4375rem;left:47.0625rem;overflow:hidden;display:block; }
#AAshCCbZ326989kay8k937G6TFAwgo3r { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_63e56e73e4f0dd33976c567df196561229654673.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AAshCCbZ326989kay8k937G6TFAwgo3r.adaptive-delivery-prevent-bg, #AAshCCbZ326989kay8k937G6TFAwgo3r.lazyload, #AAshCCbZ326989kay8k937G6TFAwgo3r.lazyloading { background-image: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { background-color: transparent; background-image: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container > .video-iframe-container { display: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row > .video-iframe-container { display: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .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); }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { border-width: 0; border-radius: 0; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:58.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { color:#e7f9e7;display:block;width:25.4375rem;position:absolute;font-family:sora;font-size:4.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:10.76171875rem;left:3.59375rem;height:17.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { color:#c20e0e;display:block;width:32.4375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.125rem;left:42.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJafAwVBngEUovneeKMNFa4JVMLMDvsC { color:#082c47;display:block;width:21.625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:5.25rem;left:42.5625rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.125rem;left:36.375rem; }
#CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { color:#c20e0e;display:block;width:29rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:27rem;left:42.75rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.4375rem;left:36.3125rem; }
#hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { color:#c20e0e;display:block;width:32.25rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:10.25rem;left:42.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { color:#082c47;display:block;width:28.3125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:13.5rem;left:42.5625rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10.25rem;left:36.3125rem; }
#b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { box-sizing:content-box;height:35.8125rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:#c20e0e;background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#sPMB5fubyplGOD3cseCVHyeeoDAowm9m { box-sizing:content-box;height:38.3125rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/r0V1JODuxCw/unsplash/rosario-janza-r0V1JODuxCw-photo-1597250090903-15e11fe19a4f.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:20.5rem;left:0rem;display:block; }#sPMB5fubyplGOD3cseCVHyeeoDAowm9m.adaptive-delivery-prevent-bg, #sPMB5fubyplGOD3cseCVHyeeoDAowm9m.lazyload, #sPMB5fubyplGOD3cseCVHyeeoDAowm9m.lazyloading { background-image: none; }
#lQqA62KspcazqSiO1TikclVfUMT5Eux1 { color:#082c47;display:block;width:28.4375rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:21.875rem;left:42.3125rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BeyT9bwonDM7S2OeQrcWcGmLEypIyWWC { color:#c20e0e;display:block;width:32.3125rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:18.5rem;left:42.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TkyPg41731I1EbWerNBNaND2Zf6wI2Q4 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.4375rem;left:35.875rem; }
#us4T5CVyWsxgd8UFwlECHnyD1ch0i092 { color:#082c47;display:block;width:28.4375rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:28.6875rem;left:42.75rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JUOiOHV4b6lpip6d6PRQ8TOvhttO4ORu { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.9375rem;left:36.25rem; }
#tWOFC9seyimFPuhnT22TeEMggRoHollP { color:#c20e0e;display:block;width:31.625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:33.9375rem;left:42.75rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TToxSuZCFe7qOZSF51lnMpTuNPhsxTKk { color:#082c47;display:block;width:28.4375rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:37.3125rem;left:42.75rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrMMgLEbQihtxMXWufI3tabs6BswQhE9 { color:#082c47;display:block;width:34rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:44.0625rem;left:36.9375rem;height:11.0229375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQJQwUZ7gBPcPUJnc1WoahtTbVKciEKx { color:#0f283b;display:block;width:26.75rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.09375rem;left:3.59375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb { position:relative;display:block; }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb { background-color: transparent; background-image: none; }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .row .container > .video-iframe-container { display: none; }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .row > .video-iframe-container { display: none; }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .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); }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb { border-width: 0; border-radius: 0; }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .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; }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_63e56e73e4f0dd33976c567df196561229654673.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr.adaptive-delivery-prevent-bg, #RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr.lazyload, #RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr.lazyloading { background-image: none; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row .container { background-color: transparent; background-image: none; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row .container > .video-iframe-container { display: none; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row > .video-iframe-container { display: none; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .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); }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row .container { border-width: 0; border-radius: 0; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:78.375rem;width:75rem;overflow:visible;position:relative;display:block; }#PxTEz6KrOT4N5EF2oa095KPWPmMTNakR { color:#98c548;display:block;width:27.125rem;position:absolute;font-family:sora;font-size:4.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:13.625rem;left:3.3125rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QJEcpdzmkDTmiTNpFlT56rlmngshmWfp { color:#082c47;display:block;width:27.9375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0rem;left:42.4375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DuArTxJHn7lcCwHb7k0ASLSakonTwCT4 { color:#98c548;display:block;width:28.6875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.5rem;left:42.4375rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTwLkvXgvZyb3g5KB56O4tHxTMT4SUVk { color:#082c47;display:block;width:30.3125rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:9.8125rem;left:42.4375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C8daqqXUphlT9UtnJLV7B45nBbcZx39Q { box-sizing:content-box;height:35.8125rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:#082c47;background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3 { box-sizing:content-box;height:57.9375rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/5d_8NniFTRg/unsplash/joey-nicotra-5d_8NniFTRg-photo-1579798164209-8b8abcd1b7b5.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:20.5rem;left:0rem;display:block; }#BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3.adaptive-delivery-prevent-bg, #BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3.lazyload, #BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3.lazyloading { background-image: none; }
#r9eyfkyButJKETxTMhGe8OfW5Ay8MRln { color:#98c548;display:block;width:32.5625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:32.5rem;left:42.4375rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#glkw5WTdEos4ALctF2PImsIiA6tgl8Ub { color:#98c548;display:block;width:27.5rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:23.3125rem;left:42.4375rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#thI4LGQkzrtOf8WsK0EORziaRRwLleOH { color:#98c548;display:block;width:30.125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:42.375rem;left:42.4375rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RMidx1d6OJb5ztGdQ76xH26Urtd22KQa { color:#082c47;display:block;width:27.5rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:48.78125rem;left:42.65625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MeyODidPQ2bXqeK3bFKOSqIH2MT0bt7i { color:#98c548;display:block;width:31.875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:50.625rem;left:42.4375rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QfF556xoL6640IteNQXL9pZWVnNwrylT { color:#082c47;display:block;width:36.75rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:57rem;left:37.18359375rem;height:7.8735625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oFTGWUFVBxSCqPlEHZTNFXH90b0NW8MW { color:#98c548;display:block;width:27.5625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:13.625rem;left:42.625rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTXIHwJkyUNX7W5T6fkVMoQxZXadUQxk { color:#082c47;display:block;width:32.5rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:29.125rem;left:42.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofBS58OPL9CCulznrxnuL8ePzwee2wdd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:0.75rem;left:36.4375rem;overflow:hidden;display:block; }
#n7hpfqadbbnVxmVGP9x9c5qNnIWKmgb6 { color:#082c47;display:block;width:31.8125rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:37.46875rem;left:42.4375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lCJbEP0KqA1NlfU3iHkuhbssUVm9wPzn { color:#082c47;display:block;width:32.4375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:19.875rem;left:42.4375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHe1dVCIb8BCidERksnKz22Crz04pS8H { background-color:#0f283b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.2426875rem;height:3.3046875rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:68rem;left:41.6875rem;display:block; }
#Admanz6omayTcNKKX96v4NrO0UQmrXEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vrugaAVIGaFyEWwyTRaTTKmC3aannBVD { color:#c20e0e;display:block;width:25.625rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:73.3125rem;left:42.4375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#pZBNn5lwBAv8NI6s5TTqIBkGeUCkPTK2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:10.5rem;left:36.4375rem;overflow:hidden;display:block; }
#wIOUoLiARfCoKpRQiW4yLBwVfbOMlkPS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:19.875rem;left:36.4375rem;overflow:hidden;display:block; }
#cp7nJNLeicipEFoe7KFR99D9plUpopSi { 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:5.3125rem;width:5.3125rem;top:29.125rem;left:36.4375rem;overflow:hidden;display:block; }
#M2omJmUsWko5CGCtH27sRpyuPCHzcqau { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:38.125rem;left:36.4375rem;overflow:hidden;display:block; }
#rxEBmn9kuIvauLsmiy2wWobMrANIa7T5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:48.78125rem;left:36.4375rem;overflow:hidden;display:block; }
#sT6QFypLp9oo2Lv0Tysvo2Lb1yzCrGMC { color:#e7f9e7;display:block;width:28.25rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.3125rem;left:3.3125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_aa1d0de038ab2da3ac464cddb0aaf628849f7724.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.adaptive-delivery-prevent-bg, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyload, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyloading { background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { background-color: transparent; background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .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); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { border-width: 0; border-radius: 0; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:74.0625rem;width:75rem;position:relative;display:block; }#UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { color:#0f283b;display:block;width:35.9375rem;position:absolute;font-family:sora;font-size:5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:9.65625rem;left:0rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { color:#0f283b;display:block;width:42.25rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:37.75rem;left:29.5rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXVlXcJZptxDTSduy7i5ke7inGWmVkii { color:#0f283b;display:block;width:45.5rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:45.6875rem;left:29.5rem;height:11.2285rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HXVlXcJZptxDTSduy7i5ke7inGWmVkii li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HXVlXcJZptxDTSduy7i5ke7inGWmVkii li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
#EHXt0HOqXRVhqpTJwr9gWxtN69kltoBo { color:#c20e0e;display:block;width:36.8125rem;position:absolute;font-family:sora;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.96875rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qQK7LNB8LQGEs2EaTiWX3GobPdHUazF7 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#e7f9e7;background-image:none;top:56.5625rem;left:9.375rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WvSVnh7CZD6cUxIaMTLekvWCkpldqQsG { color:#98c548;display:block;width:21.5rem;position:absolute;font-family:sora;font-size:2.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:26.75rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ymJ9bRHomG8yUaxJnI1h39vTGOT6eM8K { color:#c20e0e;display:block;width:25.625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:66.625rem;left:37.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#c8DokT1TNTtgp585alZTEyDVCT0VL7Cc { background-color:#0f283b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0f283b;border-left:0.0625rem solid #0f283b;border-right:0.0625rem solid #0f283b;border-bottom:0.0625rem solid #0f283b;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.2426875rem;height:3.3046875rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:60.5rem;left:37.5rem;display:block; }
#SFTuaicIs3uo7MyJsUa1LcbOhkrXgV5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ewy6wZAmdQAKfSKQXCe9NyBnf5oM4aer { position:absolute;display:block;z-index:15096;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:28.8125rem;width:34.375rem;top:5.96875rem;left:40.625rem;overflow:hidden;display:block; }
#ExdnNbaR5rzdneNv1meDfHTO2qqt5Ie0 { position:absolute;display:block;z-index:15097;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:29.8125rem;width:29.8125rem;top:44.25rem;left:0rem;overflow:hidden;display:block; }
#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_aa1d0de038ab2da3ac464cddb0aaf628849f7724.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5.adaptive-delivery-prevent-bg, #Be1DXhubXOufGhEDGFKGPUrAKW1777J5.lazyload, #Be1DXhubXOufGhEDGFKGPUrAKW1777J5.lazyloading { background-image: none; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row .container { background-color: transparent; background-image: none; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row .container > .video-iframe-container { display: none; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row > .video-iframe-container { display: none; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .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); }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row .container { border-width: 0; border-radius: 0; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:63.8125rem;width:75rem;position:relative;display:block; }#HwGGECIJeBZxXiQAIPN8JdSXg0GRQbwq { color:#c20e0e;display:block;width:62.8125rem;position:absolute;font-family:sora;font-size:5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.375rem;left:3.9375rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q2fpf42PfsbXInyoL6imlXGCrMRTcVi5 { color:#0f283b;display:block;width:60.875rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:23.3125rem;left:3.9375rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3CrfF1OIlCS6SQkyvx0IDqfbkFpKlBS { color:#0f283b;display:block;width:27.5rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:29.8203125rem;left:3.9375rem;height:27.4863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#r3CrfF1OIlCS6SQkyvx0IDqfbkFpKlBS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r3CrfF1OIlCS6SQkyvx0IDqfbkFpKlBS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
#nNUmO34qbekxgq0dMroDAMzX8T60Ileo { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.1875rem;width:40.375rem;top:29.8203125rem;left:34.625rem;display:block; }
#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { background-color:#f0f6e4;background-image:url("https://icons.assets-landingi.com/icon_9e13001db6cc48ef80e50887620ee754a05e2d65.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.adaptive-delivery-prevent-bg, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyload, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyloading { background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { background-color: transparent; background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .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); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { border-width: 0; border-radius: 0; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:131.25rem;width:75rem;overflow:visible;position:relative;display:block; }#HKazLco2eyGoymunEP178MH0QlGQTrSF { color:#0f283b;display:block;width:70.6875rem;position:absolute;font-family:sora;font-size:5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.6875rem;left:0rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:15.1875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.75rem;left:41.25rem; }
#OqBIJfx0hfPIsNwNASvEgsv1GXS22qm1 { color:#0f283b;display:block;width:25.625rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:122.875rem;left:24.6875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#ncEu52tHQhNSr2OzQKfnAxzK1eIkzakK { background-color:#0f283b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0f283b;border-left:0.0625rem solid #0f283b;border-right:0.0625rem solid #0f283b;border-bottom:0.0625rem solid #0f283b;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.3125rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:117.4375rem;left:24.875rem;display:block; }
#S3nF1aWT7dxJl2KNdb1DOR0nrt0wutyV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GsJgk0Czg3yHgiPKnxROz7CoJ0VVKifZ { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:15.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ac4LurbtFkZDwuOMVe5oE28sprBwWm87 { color:#0f283b;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:21.875rem;left:2.5rem;height:6.9995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbByG3allTUixBNVuRyFo3c39QeLuKtG { color:#0f283b;display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:18.125rem;left:6.5625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9idssxLFb4aPxtJUeqLl0Hy6PS1LbVu { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.75rem;left:2.5rem; }
#V9opRZb8cehwviFmRflptXm999bhvTES { color:#0f283b;display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:18.125rem;left:45.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3BRke0PpBpGOlbNbVxJ13MXCPbLzrdd { color:#0f283b;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:21.875rem;left:41.25rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ltPOzuRwe9FWz1fFdpcOVMqgNaIfJVV7 { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:55.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#LdE3Fswg2EXggnMOzo1yFBEphXu7ZssG { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:57.3125rem;left:2.5rem; }
#g87HQqrFNlpAnkQTBGe7khfsIo3zUhZF { color:#0f283b;display:block;width:23.25rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:57.3125rem;left:6.5rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NX9mezC6Id9vevSM1VE5xtG1FQ8hSpgx { color:#0f283b;display:block;width:30.5rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:62.375rem;left:2.5rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqL7KgIy5Li8PeTvbizsLEi4RJsbQx8U { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:55.6875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BXQHyFgxG6RP1kTikdRK0oAOaZOXQ2V9 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:57.9375rem;left:41.25rem; }
#o5o1vKFRvTCfQJUCbZOVr9beT68czlyO { color:#0f283b;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:62.375rem;left:41.25rem;height:6.9995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EfoTp4dkgpLCn0o8ni03vX9Cc1owMBm0 { color:#0f283b;display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:58.3125rem;left:45.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDbbaaDKra40n3ixPluGdHKrhSrCzRv6 { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:96.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KL2dFTJzVFIniaU1Tz4K9dcH6lzAkvab { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:99.0625rem;left:2.5rem; }
#moR8l2XSQCHNK3QeNEVeNoTLH8AVreb6 { color:#0f283b;display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:99.4375rem;left:6.5625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AoIZrmeSttLVbWLqyhFLZ7GRlddnQ18n { color:#0f283b;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:103.5rem;left:2.5rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#krZqIUbBU0zpann4LJJDT6Q4lERXdU1g { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:96.8125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qlbpz5MWztii7CJxeW4Us7mTEPW9L6Pz { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:99.375rem;left:41.25rem; }
#Gwq8CeFphnGtUtJevyhlbWKDwUZQO25h { color:#0f283b;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:103.5rem;left:41.25rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZtoPxnmlI0Ct2o9JJO6V0CenFWTf4AS { color:#0f283b;display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:99.75rem;left:45.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#biyW2nfpcMd2FZQuDvWB6bQ7saU2BF4g { color:#c20e0e;display:block;width:75rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CSZvOZ5pTKTaf14udhy3MnfVMiUXCv3C { position:absolute;display:block;z-index:15098;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:20.375rem;width:36.25rem;top:33.1875rem;left:0rem;overflow:hidden;display:block; }
#sreXhf54Up6FUgwWQcp2xVEC1WJ2SzwV { position:absolute;display:block;z-index:15099;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:20.375rem;width:36.25rem;top:33.1875rem;left:38.6875rem;overflow:hidden;display:block; }
#cpwQi0cetQ2R2oW8KQTkqyMXSx4d7SXD { position:absolute;display:block;z-index:15100;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:20.375rem;width:36.25rem;top:73.6875rem;left:0rem;overflow:hidden;display:block; }
#zomtTsd6zTcTsXkqzgM09dyB12CZz39x { position:absolute;display:block;z-index:15101;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:20.375rem;width:36.25rem;top:73.6875rem;left:38.6875rem;overflow:hidden;display:block; }
#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr { background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_66ff7737e02dfadf619d76713c7a6e52d795c358.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr.adaptive-delivery-prevent-bg, #nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr.lazyload, #nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr.lazyloading { background-image: none; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container { background-color: transparent; background-image: none; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container > .video-iframe-container { display: none; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row > .video-iframe-container { display: none; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .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); }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container { border-width: 0; border-radius: 0; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:129.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ofvBTF7QXyveSJPRrvlA5z3MZZoEXPFL { color:#98c548;display:block;width:35.8115rem;position:absolute;font-family:sora;font-size:8.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.30859375rem;left:0rem;height:8.18775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UAqLhkQ1PJOGeebNGSbT7dlmGbRb89X4 { color:#010406;display:block;width:34.249rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:56.1748046875rem;left:38.21923828125rem;height:48.2011875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGM2J6eyn0sVyvW1lVfmwQATN2pIriFf { color:#010406;display:block;width:19.375rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:104.23461914062rem;left:1.937255859375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTztFirofqEZfvBBsS0NVp3X7dPhhs3R { box-sizing:content-box;height:70.3125rem;width:32.125rem;position:absolute;display:block;z-index:15002;background-color:#f8f6f6;background-image:none;top:39.0625rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M3Uop3yUQEmLdJOi6DXy0mprHlL3TkLZ { box-sizing:content-box;height:75.25rem;width:39.312rem;position:absolute;display:block;z-index:15002;background-color:#f8f6f6;background-image:none;top:34.171142578125rem;left:35.68798828125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#eQqDJUvTwPzmnMhok7t9chrJmf6nvunZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.125rem;left:38.21923828125rem; }
#fhMDvllIynfipn9mPIQiTT9Ca8Pdpl6O { color:#010406;display:block;width:27.25rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:59.4990234375rem;left:1.937255859375rem;height:41.55275rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qbfseTnJVNL2MswTplTBM4xvNZkHB9Eu { color:#010406;display:block;width:19.375rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:48.93701171875rem;left:55.625rem;height:1.6621125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HWTFlBHxVDnLTtmJVztxG1TFu37B6FmT { box-sizing:content-box;height:16.9995rem;width:16.9995rem;position:absolute;display:block;z-index:15001;background-color:#e7f9e7;background-image:none;top:17.218505859375rem;left:58.00048828125rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RpEgdE9RzkiUw22p8FJkQTud2nqD1H7M { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nGUoblLJkwmJr3CK63bfoy1MzpMTXWCb { position:absolute;display:block;z-index:15068;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:31.4375rem;width:21rem;top:2.781005859375rem;left:39.1875rem;overflow:hidden;display:block; }
#ERZToZcU47q5MLXyBeQbLZ4DbBETAVOw { color:#0f283b;display:block;width:38.125rem;position:absolute;font-family:sora;font-size:4.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:19.547607421875rem;left:0rem;height:14.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O0Ar8nt9ZyGTsuHC8chkip7ezu1mxIQc { color:#c20e0e;display:block;width:25.625rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:121.125rem;left:20.75rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#yAdbPiLyuWwRcPxxPWhueJIHsmxkDQfu { background-color:#0f283b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.3125rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:115.25rem;left:21.75rem;display:block; }
#BBBoHI3kLC6FAC09aSf6I4XF4ZE7atz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJWGmUkJNLgR5EqHERhSgRHJGekWX5Ac { color:#98c548;display:block;width:28.0625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:49.62451171875rem;left:1.609130859375rem;height:7.69925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LO9krIpX9C1bxgP6SZXbnHThKtTktl9m { color:#98c548;display:block;width:20.625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:44.04296875rem;left:38.21923828125rem;height:7.1484375rem;display:block; }
#uci3J3zBVKL43eV73hFe7E7zf6EUmdwW { position:absolute;display:block;z-index:15108;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:11.125rem;width:11.125rem;top:36.68701171875rem;left:60.1875rem;overflow:hidden;display:block; }
#bAFaA6n8LCNOfPva6bG6E3hObwNaCkA9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:42.93603515625rem;left:1.60888671875rem; }
#zabxgESJK3vJWfaqvLaChZQv44qBmomq { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_b44bcb9c2b10d8e1ef1b3a811fba58b50581ca73.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq.adaptive-delivery-prevent-bg, #zabxgESJK3vJWfaqvLaChZQv44qBmomq.lazyload, #zabxgESJK3vJWfaqvLaChZQv44qBmomq.lazyloading { background-image: none; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row .container { background-color: transparent; background-image: none; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row .container > .video-iframe-container { display: none; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row > .video-iframe-container { display: none; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .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); }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row .container { border-width: 0; border-radius: 0; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row .container { font-size:0.875rem;font-family:sora;height:88.125rem;width:75rem;overflow:visible;position:relative;display:block; }#m7KqR4HTv1INunacHqlvcRN4VSUR1yV6 { color:#010406;display:block;width:45.0625rem;position:absolute;font-family:sora;font-size:5.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wSebR67t01NNfJEX4mZP0Z8bfypdZlTs { color:#010406;display:block;width:30.8125rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:24.84521484375rem;left:0rem;height:10.4980625rem;font-style:normal;display:block; }
#pHxhQI1BCLQDDunBogP3JD7wZkkbPnFJ { box-sizing:content-box;height:45.6875rem;width:38.375rem;position:absolute;display:block;z-index:14999;background-color:#f8f6f6;background-image:none;top:0rem;left:36.625rem;border-top-right-radius:21.875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#sUsShOl7Jt0aLw010g6WhntW4kLSnuLx { color:#c20e0e;display:block;width:32.5rem;position:absolute;font-family:sora;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:16.25rem;left:0rem;height:6.599625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QQ9Ip15MD7vWZEiLhfLJuzzvTAArc6X0 { color:#0f283b;display:block;width:32.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:24.84521484375rem;left:39.5625rem;height:18.1987125rem;font-style:normal;display:block; }
#POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { color:#342d4d;display:block;width:28.75rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.849609375rem;left:39.5625rem;height:2.88720625rem;font-style:normal;display:block; }
#LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU { box-sizing:content-box;height:38.375rem;width:38.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/x_SLGfbFuqE/unsplash/benjamin-r--x_SLGfbFuqE-photo-1599492968050-f0eb8a2b3caa.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:49.8125rem;left:36.625rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU.adaptive-delivery-prevent-bg, #LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU.lazyload, #LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU.lazyloading { background-image: none; }
#XJqQMHduGDzdayD86aO1e6yEJAX19mE1 { color:#010406;display:block;width:33.5rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:42.125rem;left:0rem;height:11.5488125rem;font-style:normal;display:block; }
#FEZcfTwsuBxOXDw65eNTaUTQVUpnftTg { color:#c20e0e;display:block;width:34.5625rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:2.4746125rem;font-style:normal;display:block; }
#Uc28TUocPpVvbhuuM5TLQhJdEPTqC5Dl { color:#342d4d;display:block;width:28.75rem;position:absolute;font-family:sora;font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:56.9375rem;left:0rem;height:2.36230625rem;font-style:normal;display:block; }
#VMJ1tuSIz3anRzwStx8kH0taA5Kx7PIt { color:#010406;display:block;width:21.1875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:60.08203125rem;left:11.9375rem;height:11.0229375rem;font-style:normal;display:block; }
#UbxaP2AizmUHzsTHsSiwtbl1kKreQ2kE { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:59.9375rem;left:0rem;overflow:hidden;display:block; }
#UrVc3HSFzXLe9b55QNA5txPN8EKIlwLZ { color:#010406;display:block;width:21.1875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:78.212890625rem;left:11.9375rem;height:9.44825rem;font-style:normal;display:block; }
#dp3SpaFb0Eclr5AccU05Voz3wCQJfnlV { position:absolute;display:block;z-index:15038;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:10.5625rem;width:10.5625rem;top:77.5625rem;left:0rem;overflow:hidden;display:block; }
#QkGWlwQy0L7V1C9bqD65rADxEae3vSeb { color:#342d4d;display:block;width:28.75rem;position:absolute;font-family:sora;font-size:1.6875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:74.75rem;left:0rem;height:2.36230625rem;font-style:normal;display:block; }
#LVPE0zPW6KMNHgfkSz9M3mxQlUQv4tsn { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.1875rem;width:16.8125rem;top:0rem;left:54.875rem;overflow:hidden;display:block; }
#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly { position:relative;display:block; }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly { background-color: transparent; background-image: none; }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .row .container > .video-iframe-container { display: none; }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .row > .video-iframe-container { display: none; }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .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); }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly { border-width: 0; border-radius: 0; }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .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; }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;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; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl { background-color:#f0f6e4;background-image:url("https://icons.assets-landingi.com/icon_63e56e73e4f0dd33976c567df196561229654673.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl.adaptive-delivery-prevent-bg, #ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl.lazyload, #ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl.lazyloading { background-image: none; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { background-color: transparent; background-image: none; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container > .video-iframe-container { display: none; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row > .video-iframe-container { display: none; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .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); }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { border-width: 0; border-radius: 0; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:93.5625rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#AhFi75xHyMMhOUUEUJdgpMC7hMtRPLbp { color:#0f283b;display:block;width:29.3125rem;position:absolute;font-family:"barlow medium semibold bold";font-size:6.9375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:6.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUIk0FZCRgvLdx7XeraFUPyBU9VE5aOa { color:#0f283b;display:block;width:24.625rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.0625rem;left:0rem;height:5.7744125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:#010406;font-family:"barlow medium semibold bold";height:auto;line-height:1.4;overflow:hidden; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#010406;font-family:barlow;height:auto;line-height:1.4;overflow:hidden; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_4ac6c0d38e305ad8e13dcfbea2b8439679dc42a9.svg");background-size:contain !important; }#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-trigger.adaptive-delivery-prevent-bg, #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-trigger.lazyload, #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-trigger.lazyloading { background-image: none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF { box-sizing:content-box;height:auto;width:38.75rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:36.25rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #cdnAp1JTRLCSf4hbqeriIqu5OJbsZzkK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #s0EPR6oiebbeItWrBGGVUzi4uBrCELFr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #BL2e8KJgsCe3ZCQelhN1JZShW5cc62V1 { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LAzfEP0sBl9dNCt3TTAWypFxlpTlIST4 {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #T5DBbiNmTet35OJUrBbdLDs2gGNgcgCS { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #RT9ZktAlURg0rLWD5S16EkTtD04SFJ68 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WlOZfRAKxAN2HNU61BB3oDz8w42n1kl5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hSO5qpf3MLMQrxTT8D7pQXewTosWc094 { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #id2fxZRTZQg52ZIrkuDkNcSlR3W1d8e2 {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #XtrIZDmr8fcTISpCCWqcpr4CVEkGJoQB { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #T8HQXlX9f38QIRmSu83cmhm7710ufpcQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zOWKmVw806D4Cs3tDFQI3amOTLh08gTN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #DCvwzGOANzeEuucTN6pSUwxa9VHpz5ku { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hhZh58S62xZNPfs66MxcbxCqIi8D9Bvw {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TgSuZw2XRfmfXqf7EFVtTqKLCTnS799G { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WVOTkt7y3qO5FGT31ic6hXZrdlNu3yAe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #AdfPfG3UStmtJeAbqBbpxXDMnaTf4Gcq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #IIm6ZxvErBRkSDM4Lsh7He7pLoHIS8Fl { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #b1bUVyGn75EPbgfUQ1KWuGV13x1y0dTz {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zB5SODTFwgVdKWTHmTrcBbfFPddqTATw { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #Mpd25nLS28kMUXH8v3rVTe7apR6teEKx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #BLXX7iwvBZ6mDeGGkvWIJMEspiOhuiSx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LxohLEA4rJyxhDrUP9H487Qke9QPItMX { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #eRqmOwN0kPsKLGtZABHpihpUg77cTFMx {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #swcTFqzNafWA2SGISbKDs0Dhcig0zQzT { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #pPMBrZxHT9RwVwP24qSdJdwzqzb8O9hq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #KxkQNqdVTNxrvaxiyvDNoHIIzIRNKoV1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hyZRT3kesuniAl6ADOrmx7mDKsz2uOIQ { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #UfdnFcB5wU8LiCuEwdgomtalcvlZ0nv6 {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #X53CdTqAGKVtLnTM1ppJ8ET8BqGHbqPM { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vyQ62rii87nIr3gfDz5urNn0BehrakF2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #h0aq7GM4JdQvEgXVaXKKAfovMrtfk1xB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #H6yvGLif8HNhTCrXOnoP3J2xboqETPzL { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #gRgkymC9CsPNwbqSgr9UQ998bNfmRXyS {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #PecPSt057k5uG5Fn8eVrpCcFTgLUDFGE { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TDvmCH3HQ3Ps5fhZcTBuU2uW2z7EohdE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #bALWTTQzy8TUoakE20U1PpapTrHJKerq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #S1w6AXzr3OMqLDRbvbfnG4QIz7GsWeIS { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #VKSChSspMoBUFz7s1V8e6FUS6B1XPV3A {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ugPm5PfC21DvisBQk52HAtCpLshUzBkc { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #DWHmsmAhsHIR670L2qqOdsHh0pTWJkDE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #yXT7WdEvXZ64ZUfwXAynZTIOvycxwNmr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WeFwicayaAAriw1pLC5R2TJrq4fClBWE { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ahKspo8I11d1Q5QkeByISoeHF9VdkUTH {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #NNTRPwCbaPSQ9cVeTMJRMBT20Ta7LB5D { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LDzk2SVVCwKCBxmTn3WM3rJnsm2TpSIA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #iOnrRBGbxheNS6LifcDO5qe14PM6EaWx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #Pzxe1U5Fxxvn81oevS4vp2TGuRT3JSGX { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #bnyCbzQ0GiBAZaE7o7CiCTfXncqLUXdQ {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #dPk8fQpSVhP49w1TIyegDSzCJIcRsOAg { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vcHC4IK1ZkqwC90QAIcdnAgIe1fuT8N5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #G6spyBbICso6kdC8fcxh5LdKTcIgfJsd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #GJZf5RBSNJ7F2XFhPzeVEUyhW4RTDSvd { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TxeJSSq3s8HqSZ8D3xOW6uDyhwFVEJlQ {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #SD9b3zk2re2SpLqIgnwOZapID1LqhFHh { display:none; }
#UR8AuGMRIvfPsd7uxtgSpVvosarllZny { color:#c20e0e;display:block;width:29.5rem;position:absolute;font-family:"barlow medium semibold bold";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:12.5rem;left:0rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F { background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_c88bb5d37d66ccc9ef2ce6a288de140c56e01a78.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F.adaptive-delivery-prevent-bg, #ZxCNV1O7xzmL81Nmfl899yScqK33xw1F.lazyload, #ZxCNV1O7xzmL81Nmfl899yScqK33xw1F.lazyloading { background-image: none; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container { background-color: transparent; background-image: none; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0f283b; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container > .video-iframe-container { display: none; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0f283b; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row > .video-iframe-container { display: none; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .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); }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container { border-width: 0; border-radius: 0; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:37.125rem;width:75rem;overflow:visible;position:relative;display:block; }#R0TJHJsbHtTiPh2Mf4Wxu4WB2lwTtfHR { color:#98c548;display:block;width:70.8125rem;position:absolute;font-family:sora;font-size:4.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.3125rem;left:2.09375rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fBpDubo7CJNS9r7cBNdWSHchJ5oGkuhp { color:#e7f9e7;display:block;width:53.8125rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.6875rem;left:10.59375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JIhk62J2SxHP9pCChOz9fq8zBGzdGgnQ { background-color:#98c548;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0f283b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.1865234375rem;left:24.875rem;display:block; }
#NgkbyiwEnJXoK7wrGOzZbI07ghidmOSH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#amWQZOPUFr7JFpySJeiJi5GQqTWr4HnN { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#e7f9e7;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#OHqy4b71t4fu90fi5PtukdA6koDiLHTS { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#e7f9e7;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#hZxdZNP95tC6i5PvG1bD7BHmfaAtup12 { color:#98c548;display:block;width:47.3125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:28.25rem;left:13.84375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd { position:relative;display:block; }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd { background-color: transparent; background-image: none; }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .row .container > .video-iframe-container { display: none; }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .row > .video-iframe-container { display: none; }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .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); }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd { border-width: 0; border-radius: 0; }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .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; }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.5625rem;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; }#mdxyzBhS6Z7DdQ33zh55iKp2qPUAwnTC { color:#98c548;display:block;width:70.8125rem;position:absolute;font-family:sora;font-size:2.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:9.24853515625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bDd5ncUbztVwTy89HTMsnOqqdFxdlMOf { box-sizing:content-box;height:12.375rem;width:22.4375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:16.75rem;left:3.5625rem;border-top:0.3125rem solid #98c548;border-left:0.3125rem solid #98c548;border-right:0.3125rem solid #98c548;border-bottom:0.3125rem solid #98c548;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#iSNWPuTxg1axXyTIylPJvO1NH7PAy81C { color:#0f283b;display:block;width:22.375rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.1875rem;left:3.9375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTNrBnMe2BUv3NIvVM7q1vttTDeArF1f { color:#0f283b;display:block;width:16.5625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.973959922791rem;left:6.7916679382325rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qn0pAvEMATycHwhXOKmaHJdbO4COK0S6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:20.125rem;left:30.625rem; }
#v2cvithr9P5M7RsafncRaaF5VZBJCTSG { box-sizing:content-box;height:12.375rem;width:30.5625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:16.6875rem;left:40.5rem;border-top:0.3125rem solid #98c548;border-left:0.3125rem solid #98c548;border-right:0.3125rem solid #98c548;border-bottom:0.3125rem solid #98c548;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#NZpLqstIsm6NTeIXee0Tm2ODNJ7PbSRJ { color:#0f283b;display:block;width:30.5625rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.187500953674rem;left:40.79167175293rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O3Ets3btATuu7uocTVTuMV6BCb8cTTaD { color:#003049;display:block;width:28.125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.000000953674rem;left:42.01042175293rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeDzVLnF374lH1oLy5WFGuoUTT0MTZfR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.0625rem;left:32.4375rem;display:none; }
#UIWZcNsrKwDhknKAzhEqfBhSa8dLWa9B { color:#003049;display:block;width:75rem;position:absolute;font-family:sora;font-size:4.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.56103515625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX { position:relative;display:block; }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX { background-color: transparent; background-image: none; }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .row .container > .video-iframe-container { display: none; }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .row > .video-iframe-container { display: none; }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .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); }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX { border-width: 0; border-radius: 0; }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .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; }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:74rem;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; }#X41ZKf3m3SLgtVnkCNWQgJvKmQUVpChl { box-sizing:content-box;height:62.125rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:6.4375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.5rem solid #95c43b;border-left:0.5rem solid #95c43b;border-right:0.5rem solid #95c43b;border-bottom:0.5rem solid #95c43b;display:block; }
#IDnkiUD35DIz9GLU87TgPVEPLQCOvgD5 { color:#98c548;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:0.4375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJCKkUycuTE1eguQ27NTmzpmRMyV0hbz { box-sizing:content-box;height:4.25rem;width:23rem;position:absolute;display:block;z-index:15001;background-color:#0f283b;background-image:none;top:6.4375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.5rem solid #0f283b;border-left:0.5rem solid #0f283b;border-right:0.5rem solid #0f283b;border-bottom:0.5rem solid #0f283b;display:block; }
#kqs0TbuwJvnKez9I5EG9vwrnIZsLJT6O { color:#e7f9e7;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcLR3LOaZ1QFzFT8ptb5cNBeUlfMAonW { color:#0f283b;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0244140625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3FE4WCGR4xMc7pgopghyhVBeBZmnppg { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0556640625rem;left:0.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfTTAeUULt2FOak7eT10JfUhWfDQWMRn { box-sizing:content-box;height:1.875rem;width:23rem;position:absolute;display:block;z-index:15002;background-color:#98c548;background-image:none;top:23.9736328125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.5rem solid #98c548;border-left:0.5rem solid #98c548;border-right:0.5rem solid #98c548;border-bottom:0.5rem solid #98c548;display:block; }
#ICv6VWRTK8vBaXBuMQdcwfnFTUSzQwXQ { color:#0f283b;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.5986328125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOOlM9mf4Zsf8gvdx11w9dHAMaJAB85e { color:#0f283b;display:block;width:13.9375rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:57.2841796875rem;left:6.28125rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ow3PClk8Tv5yc4yLvBCDLXGfC9eqmT09 { background-color:#0f283b;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:62.5625rem;left:3.25rem;display:block; }
#PpfAUbavTTZVv4Dp8JQIOUPmWEmvvcny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UctuTyyrFSdOUSvzutC5SEiOixkttIQc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:57.578125rem;left:2.96875rem; }
#zf0NXTmzVAfhqCRlUwJ2XeoTDFLmEhxB { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.220703125rem;left:2.96875rem;height:23.28225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zf0NXTmzVAfhqCRlUwJ2XeoTDFLmEhxB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zf0NXTmzVAfhqCRlUwJ2XeoTDFLmEhxB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
#XQNM3ZHVzFt5QahdBTomPcUhm9dkrqF7 { box-sizing:content-box;height:2.4375rem;width:18.75rem;position:absolute;display:block;z-index:15031;background-color:#98c548;background-image:none;top:4rem;left:28.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CIdbLUd3uJ1a7VX0bBWzkbu7rLfNmhTU { color:#0f283b;display:block;width:16.25rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:700;z-index:15091;line-height:1;letter-spacing:0;top:4.6875rem;left:29.375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ckqw7PFMbTi6DOPWZHEoEx3P4thkqGxx { box-sizing:content-box;height:62.125rem;width:23rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:6.4375rem;left:25.5rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.5rem solid #95c43b;border-left:0.5rem solid #95c43b;border-right:0.5rem solid #95c43b;border-bottom:0.5rem solid #95c43b;display:block; }
#mxSAJLwR4McADulJoJvtNPOP8QR7ioG2 { color:#98c548;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.125rem;left:25.9375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZt4dVxBApsC7WOXk1hUFOMcXpqOwiGC { box-sizing:content-box;height:4.25rem;width:23rem;position:absolute;display:block;z-index:15013;background-color:#0f283b;background-image:none;top:6.4375rem;left:25.5rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.5rem solid #0f283b;border-left:0.5rem solid #0f283b;border-right:0.5rem solid #0f283b;border-bottom:0.5rem solid #0f283b;display:block; }
#iUUhg9F47GTHC7iUzFVNdSLMIDDNpcfq { color:#e7f9e7;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.8125rem;left:25.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OypvKC1MzqdPU44IrI5Ux0hrpT9heoDa { color:#0f283b;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.9619140625rem;left:25.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#au284LV6lBXthENx8yocyIk11kVtokO2 { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.0556640625rem;left:25.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zp3zC8im6FvK8uEpOtlA4feK78FfQi6f { box-sizing:content-box;height:1.875rem;width:23rem;position:absolute;display:block;z-index:15014;background-color:#98c548;background-image:none;top:23.9736328125rem;left:25.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.5rem solid #98c548;border-left:0.5rem solid #98c548;border-right:0.5rem solid #98c548;border-bottom:0.5rem solid #98c548;display:block; }
#sulOb1nEvp8e3XES8UlXzM6xn6T7BheX { color:#0f283b;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.5986328125rem;left:25.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPTpwA97BNnUQhLA3sbnRBMVHwbNpbXD { color:#98c548;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:7.125rem;left:51.375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KX712MBlom4UcL7bF6vvImMU7GIosIMg { box-sizing:content-box;height:4.25rem;width:23rem;position:absolute;display:block;z-index:15024;background-color:#0f283b;background-image:none;top:6.4375rem;left:50.9375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.5rem solid #0f283b;border-left:0.5rem solid #0f283b;border-right:0.5rem solid #0f283b;border-bottom:0.5rem solid #0f283b;display:block; }
#FzGavGOFPyJOu40bxzL4r3nqA5gH9Wt1 { color:#e7f9e7;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:9.8125rem;left:51.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PpGSiFQEqUfCcPtmqnVhpqizatOPMtL8 { color:#0f283b;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.0244140625rem;left:50.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPRo3Pz05hm4ute9zh6IDd25Jo1IfdAG { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:16.6181640625rem;left:50.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIzLFgsNWnQcUKOeLeMi4MsEZvQwDdVc { color:#c5cbce;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:47.70361328125rem;left:27.96875rem;height:3.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZIzLFgsNWnQcUKOeLeMi4MsEZvQwDdVc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZIzLFgsNWnQcUKOeLeMi4MsEZvQwDdVc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
#a99f9CU9x5bu2dgFBJNOLdi9Th31aCQ0 { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15075;line-height:1.4;letter-spacing:0;top:53.375rem;left:2.96875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p98DNaWbuSeHa8RySaOSUsrVSt0e15lX { background-color:#0f283b;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:62.5625rem;left:28.75rem;display:block; }
#uMBevB78nIgTqIc89mWVZdB9hDQyKR5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmNq3gzVxxiuezs5EecTRxMv6sx5iQuK { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:29.513671875rem;left:27.96875rem;height:18.108375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WmNq3gzVxxiuezs5EecTRxMv6sx5iQuK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WmNq3gzVxxiuezs5EecTRxMv6sx5iQuK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
#aGzVIh6oJryg5dEDVFCWrZDLsOXkkHoq { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15080;line-height:1.4;letter-spacing:0;top:53.375rem;left:27.96875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bHHHx6WgoVhHlWAfPfJL7KweADW3PLUR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:57.5771484375rem;left:28.125rem; }
#oJQ3UPdT1wOQvyJokAP1WBoThleAPwD4 { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:29.220703125rem;left:52.96875rem;height:4.861325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oJQ3UPdT1wOQvyJokAP1WBoThleAPwD4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oJQ3UPdT1wOQvyJokAP1WBoThleAPwD4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
#GxiQAdd1FNDQGpa8gAmhsbT72zMmFggn { color:#c5cbce;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:34.90576171875rem;left:52.96875rem;height:15.834rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GxiQAdd1FNDQGpa8gAmhsbT72zMmFggn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GxiQAdd1FNDQGpa8gAmhsbT72zMmFggn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
#IECfEEtZehml5yRsJD4KAcgxWlGTS2fC { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15086;line-height:1.4;letter-spacing:0;top:53.375rem;left:52.96875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uu4IcFTRMus2csXFdZ0vNlwcuJOGESgl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:57.5771484375rem;left:52.96875rem; }
#M1rvo9KrzvEpzJQd4afTuJZKf0ZunTDy { background-color:#0f283b;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:62.5625rem;left:53.75rem;display:block; }
#NON4kzJQhbRrBmrri7AnfJEiJPv7byOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5RE3TnIFRVrZd62GDougt2pxeu4mTOb { color:#0f283b;display:block;width:13.9375rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:57.28369140625rem;left:31.375rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qRRItxTS06klV84yQa9BDP5fITTff5vg { color:#0f283b;display:block;width:13.9375rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:57.28369140625rem;left:56.65625rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pn60gwCmgxxMGKi9r1dbas0rEoMu1M1Q { box-sizing:content-box;height:60.5rem;width:23rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:8.125rem;left:50.9375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.5rem solid #98c548;border-left:0.5rem solid #98c548;border-right:0.5rem solid #98c548;border-bottom:0.5rem solid #98c548;display:block; }
#kaDTRKO99sLUu2z3R26aAKzAfOCwbkfz { color:#98c548;display:block;width:17.25rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5673828125rem;left:3.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NElz4tBnBqv7vLUqeTqSbMsAsfbzbbUo { color:#98c548;display:block;width:17.5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.5673828125rem;left:28.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPzAVvcmVb7cV9c0XtTLuFyMbKd3diTT { color:#98c548;display:block;width:20rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:21.4111328125rem;left:52.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W { position:relative;display:block; }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W { background-color: transparent; background-image: none; }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .row .container > .video-iframe-container { display: none; }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .row > .video-iframe-container { display: none; }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .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); }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W { border-width: 0; border-radius: 0; }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .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; }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.75rem;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; }#mKkhKToSKbaMqVOx2lQhu0pv92l8OytZ { color:#0f283b;display:block;width:75rem;position:absolute;font-family:sora;font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.5625rem;left:0rem;height:3.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c457gUTn5S5V9FtGKamVVHkfWLrn23sR { color:#c20e0e;display:block;width:75rem;position:absolute;font-family:sora;font-size:4.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.875rem;left:0rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr { position:relative;display:block; }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr { background-color: transparent; background-image: none; }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .row .container > .video-iframe-container { display: none; }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .row > .video-iframe-container { display: none; }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .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); }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr { border-width: 0; border-radius: 0; }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .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; }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;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; }#TJzmZNBOCZDTBwN8axC2zLSd6FgmoFeV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.375rem;width:13.6875rem;top:0rem;left:2.53125rem;overflow:hidden;display:block; }
#aLIkzgMOTVHoI4NHvE66C7MwqNh68hWo { color:#010406;display:block;width:17.875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:15.060546875rem;left:0.4375rem;height:5.249025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oD93TevmGt0hHTbNTmXsTQkfPRXONrbf { color:#010406;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:11.650390625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXxs7vWtEHDTQoS8Xm7tTeWsg3CwWCWO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:0rem;left:41.84375rem;overflow:hidden;display:block; }
#xbnrqL3efvWxWmvq7SKSOHg3c0TFw9Vg { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:0rem;left:60.59375rem;overflow:hidden;display:block; }
#DpuiFT6Dl7cXR20bq2rA0FGLCOC9ynAo { color:#010406;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:11.650390625rem;left:18.84375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQScguMulMo98VkCJKsPZlEr6Rxh8Xs5 { color:#010406;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:11.650390625rem;left:37.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2tbHUN2yeCN7PnJ9wTCc7FtHHw2V3Kv { color:#010406;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:11.650390625rem;left:56.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBc6IdsL0yugrd1kqpltKMUS1I4eBRQ1 { color:#010406;display:block;width:17.75rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:15.060546875rem;left:19.25rem;height:5.249025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfheWPN1QbO8wah6uV8A6UPgQz3lUy1o { color:#010406;display:block;width:15.4375rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:15.060546875rem;left:39.28125rem;height:5.249025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQFnNDPfKGRiXivX54aKwDHL3AQZKCsu { color:#010406;display:block;width:17.5rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:15.060546875rem;left:56.875rem;height:5.249025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSZnQka3cKymzmuXTlsF61lxX7tHuymO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:0rem;left:23.09375rem;overflow:hidden;display:block; }
#z6lqnUSHbO0XVrLHVKyvHG0hhA8GJFPq { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:22rem;left:0.8125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCVi6eg3WT767zirZWUATvH4B98Rv2fC { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:23.0625rem;left:0.8125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsxhSy0OTwrsOuxk3WAUoll726JROg7e { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:24.125rem;left:0.8125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7UqWK50BerbsMuFxniXRtMczrpPJdi1 { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:24.0625rem;left:19.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usvE88hibB0wZqcd8VlQ5Dk6T3uvloww { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:23rem;left:19.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MB8iM6v5XxdUvWVBUvMdNp4qv0Q6HW8e { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:22rem;left:19.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWd2tPb5DX7uyHl0uv3nCABCzOWqJhcT { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:24.0625rem;left:38.3125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVgz03OXlI3JDuff3yG1Z3D1JV0fsqQm { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:23rem;left:38.3125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6guKu9MDZvZu7wOgDJ8Con9F607FX6r { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:22rem;left:38.3125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTTGyGPTXuRHeeeywP95lqCrN3q7OKVD { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:24.0625rem;left:57.0625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uG3J8morGqxzzGsQ8bKdToII8SshvT0A { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23rem;left:57.0625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTGJd0JN1WDDJbJ0UqBpsGIeu2Q0HorL { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:22rem;left:57.0625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi { position:relative;display:block; }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi { background-color: transparent; background-image: none; }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .row .container > .video-iframe-container { display: none; }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .row > .video-iframe-container { display: none; }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .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); }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi { border-width: 0; border-radius: 0; }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .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; }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#wUQckimA0cBhOBO7w8FwqmdSuKRnAqCb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:0rem;left:32.46875rem;overflow:hidden;display:block; }
#O9e3fSqe85XisFDdxTJTNN7PDxPahQZb { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:0rem;left:57.46875rem;overflow:hidden;display:block; }
#FOP98xdKHgAqCGdTXXCfE1pWGsIcinrG { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.0625rem;width:10.0625rem;top:0rem;left:7.46875rem;overflow:hidden;display:block; }
#zycEJi8RJxXBV63eC3Mk3gCU9yW3ZbqJ { color:#010406;display:block;width:18.75rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:11.4375rem;left:3.125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJ07v5rcDWxeAITfZhvybso4ZiwZqcIa { color:#010406;display:block;width:17.3125rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:11.4375rem;left:28.125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoqofD08oH3byb9xA1DxRi7bgR8OOXry { color:#010406;display:block;width:21.625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:11.4375rem;left:51.6875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uyASyN2gHRb7iIg0gTNpvSltffdFNqLr { color:#010406;display:block;width:20.3125rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:15.27392578125rem;left:2.34375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qVsCJJMDiT0kUL0lz9TGLyVUXa0ZEXc3 { color:#010406;display:block;width:22.875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:15.27392578125rem;left:26.0625rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZfpkOo9o9ubPVAJMEgJax9LJXccyTMu { color:#010406;display:block;width:21.375rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:15.27392578125rem;left:51.8125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVVaW3mSGfWESyU8QyRLfy24VFUpTlGX { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:20.625rem;left:28.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PtJxBuqFPooBWKDWupulRJ9GNVm4E6tF { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:20.625rem;left:53.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8IOlAE5pfiahmsdOuMLVe9lIiCnJuPq { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:21.6875rem;left:28.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HUKZIcI4CNeWGz90qHLIgFxEhnWld9Rr { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21.6875rem;left:53.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgylEb7Plti8CgWxBZvss6QhKDuRfHl8 { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:22.75rem;left:53.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SoElulevixXpz0DJoO3VKKMg2rpbRTDs { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:22.75rem;left:28.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IQbB07fH1FyrCyVqOaDgkQzXqqfazu90 { color:#a29d9d;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:22.6875rem;left:3.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulv2d478aXsxEETmdT5xBe1G6XRgG8G7 { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:21.625rem;left:3.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ci2T9dc8tban2TCVDLvoedsFp7JSXGqD { color:#010406;display:block;width:17.1875rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s { position:relative;display:block; }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s { background-color: transparent; background-image: none; }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .row .container > .video-iframe-container { display: none; }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .row > .video-iframe-container { display: none; }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .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); }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s { border-width: 0; border-radius: 0; }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .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; }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;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; }#OREIkrLEa8OepuyLVfhXMoKk5ramM2x7 { color:#c20e0e;display:block;width:75rem;position:absolute;font-family:sora;font-size:4.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r0M8PdLAtmNDhM7gJeDJmzoAWOla8B7K { color:#0f283b;display:block;width:43.4375rem;position:absolute;font-family:sora;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.125rem;left:15.78125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dpLZ8dFMPxbu75lEL9pXE0x8DJXLVFqt { color:#c20e0e;display:block;width:44.9375rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:13.373046875rem;left:15.03125rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N { position:relative;display:block; }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N { background-color: transparent; background-image: none; }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .row .container > .video-iframe-container { display: none; }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .row > .video-iframe-container { display: none; }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .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); }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N { border-width: 0; border-radius: 0; }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .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; }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.5625rem;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; }#uxQ85lNf94S3z0tZdsK1rSCy876THreH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.9375rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kk1xeprcRkD6dtRRJZtp9KCryl8Qp2T1 { color:#0f283b;display:block;width:34.5625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.86376953125rem;left:40.4375rem;height:15.3989375rem;display:block; }
#vohd8913BUxLlScqROcaPB0iBoQiU763 { color:#0f283b;display:block;width:34.5625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:40.4375rem;height:4.875rem;display:block; }
#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 { position:relative;display:block; }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 { background-color: transparent; background-image: none; }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .row .container > .video-iframe-container { display: none; }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .row > .video-iframe-container { display: none; }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .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); }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 { border-width: 0; border-radius: 0; }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .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; }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_b44bcb9c2b10d8e1ef1b3a811fba58b50581ca73.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y.adaptive-delivery-prevent-bg, #KZfizl0nWTXhcE5qzi3HRlADuZu09c5y.lazyload, #KZfizl0nWTXhcE5qzi3HRlADuZu09c5y.lazyloading { background-image: none; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row .container { background-color: transparent; background-image: none; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row .container > .video-iframe-container { display: none; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row > .video-iframe-container { display: none; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .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); }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row .container { border-width: 0; border-radius: 0; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#taDZFiaBdJVDozEQZ3rPw0GWCCFgvz5E { color:#98c548;display:block;width:74.875rem;position:absolute;font-family:sora;font-size:4.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:1.6875rem;left:0rem;height:4.5rem;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; }
#xovgHyboB7fT6ezUvo2B152EdE4zpVxc { color:#de2530;display:block;width:62.8125rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:29.53125rem;left:0rem;height:5.7744125rem;font-style:normal;display:block; }
#tTUTdSWThUG17tW4T1lCPffyVayTpk3K { background-color:#c20e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow medium semibold bold";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:4.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:43.8125rem;left:16.8125rem;display:block; }
#wELcxEUlOP7PqlO4dHGnCl80iPJP0UOw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g38XmwIqd4GZBfMDVEy2KbkLCTqRHSze { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:0;width:30rem;top:0rem;left:45rem;overflow:hidden;display:block; }
#kttHFgho7oTHnT2862BdwORWU7AA8eo6 { box-sizing:content-box;height:35.0625rem;width:33rem;position:absolute;display:block;z-index:14999;background-color:#e7f9e7;background-image:none;top:16.75rem;left:41.88312007874rem;border-top-right-radius:21.875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#KC6ZiJ5lGK09beXSJrWx8apIIec9LTVG { color:#c20e0e;display:block;width:75rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:12.625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uEnrCJ0M4FJv9B6qFGoliDLe5QFdKtAc { color:#010406;display:block;width:61.25rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:18.4501953125rem;left:0rem;height:7.875rem;font-style:normal;display:block; }
#FKJtEVwpgu2uAh1uJmv2LXGbkT25SR6p { color:#0f283b;display:block;width:74.875rem;position:absolute;font-family:sora;font-size:3.9375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.125rem;left:0rem;height:3.9375rem;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; }
#BWmMekbTu1L0rrC80HklHhxRlBGudvHf { color:#c20e0e;display:block;width:34.9375rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:38.5625rem;left:9.28125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ihrTTd2n72zFFfl5yec6EubQIit68kVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_5941e26837ecde6a021ba98d3bf1d5d8a3ad1755.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk.adaptive-delivery-prevent-bg, #ihrTTd2n72zFFfl5yec6EubQIit68kVk.lazyload, #ihrTTd2n72zFFfl5yec6EubQIit68kVk.lazyloading { background-image: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { background-color: transparent; background-image: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container > .video-iframe-container { display: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container { display: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .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); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { border-width: 0; border-radius: 0; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:80.8125rem;width:75rem;position:relative;display:block; }#Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/IBaVuZsJJTo/unsplash/ryoji-iwata-IBaVuZsJJTo-photo-1528642474498-1af0c17fd8c3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:9.5rem;left:0.1875rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.adaptive-delivery-prevent-bg, #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.lazyload, #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.lazyloading { background-image: none; }
#VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { box-sizing:content-box;height:31.75rem;width:21.5rem;position:absolute;display:block;z-index:15026;background-color:#c20e0e;background-image:none;top:26.0625rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { box-sizing:content-box;height:31.5625rem;width:21.3125rem;position:absolute;display:block;z-index:15028;background-color:#0f283b;background-image:none;top:26.0625rem;left:53.875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { color:#e7f9e7;display:block;width:16.25rem;position:absolute;font-family:sora;font-size:3.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:34.875rem;left:2.71875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { color:#e7f9e7;display:block;width:14.6875rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:40.1875rem;left:3.5rem;height:5.36230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dAlHebXT5ZOXGSMNWgHbIcBg4X7Xau20 { color:#0f283b;display:block;width:16.25rem;position:absolute;font-family:sora;font-size:3.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:34.875rem;left:29.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qf44EqZcmbMg4Vl7hL2eR3WHSMdkaHil { color:#0f283b;display:block;width:16.25rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:40.1875rem;left:29.375rem;height:5.36230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcMLBvpMMHodhf3B0BTVHCHvdS0WRWTy { color:#e7f9e7;display:block;width:16.25rem;position:absolute;font-family:sora;font-size:3.75rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:34.875rem;left:56.40625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b6SnmKErS9wZxgFFqqguoF7URmE0oO25 { color:#e7f9e7;display:block;width:14.625rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:40.1875rem;left:57.21875rem;height:5.36230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { box-sizing:content-box;height:31.9375rem;width:21.75rem;position:absolute;display:block;z-index:15027;background-color:#98c548;background-image:none;top:25.875rem;left:26.875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PMxT0XtQ--A/unsplash/jacek-dylag-PMxT0XtQ--A-photo-1517732306149-e8f829eb588a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:26.4375rem;left:27rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.adaptive-delivery-prevent-bg, #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.lazyload, #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.lazyloading { background-image: none; }
#cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PMxT0XtQ--A/unsplash/jacek-dylag-PMxT0XtQ--A-photo-1517732306149-e8f829eb588a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:9.5rem;left:53.875rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.adaptive-delivery-prevent-bg, #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.lazyload, #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.lazyloading { background-image: none; }
#Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { color:#0f283b;display:block;width:31.8125rem;position:absolute;font-family:sora;font-size:5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.8125rem;left:21.59375rem;height:20rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QsMxHFxm8OU4F2BhaOilQDxfStviTLRK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:48.03125rem;left:8.34375rem; }
#hcpU1l7ATgegDJOxtm8FXuhBRQnekRyG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:48.5625rem;left:62.5625rem; }
#X8LXwZOsHcCTviPGI0a3keZLhTTlIk85 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:48.4375rem;left:35.40625rem; }
#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { background-color: transparent; background-image: none; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container > .video-iframe-container { display: none; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row > .video-iframe-container { display: none; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .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); }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { border-width: 0; border-radius: 0; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:20.25rem;width:75rem;overflow:visible;position:relative;display:block; }#g2SuNLO7ivbG85DDrzJkCJBnMVikTzy4 { position:absolute;display:block;z-index:15033;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:8.125rem;width:7.875rem;top:8.4375rem;left:5.0120967741936rem;overflow:hidden;display:block; }
#Xdb8RMKOZsS3sfoP5eLtyCH31EpMolQQ { position:absolute;display:block;z-index:15034;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.1875rem;width:8.5rem;top:10.90625rem;left:14.875rem;overflow:hidden;display:block; }
#w10GONuyPDXZiSQCG41nqD6tVkovKWzL { position:absolute;display:block;z-index:15036;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.75rem;width:6.9375rem;top:10.125rem;left:51.75rem;overflow:hidden;display:block; }
#UQTVtQKInDreuM9DJmTHD63t6wLTB79u { position:absolute;display:block;z-index:15037;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.9375rem;width:6.9375rem;top:10.9375rem;left:62.6875rem;overflow:hidden;display:block; }
#u3SomozdHBMA8a7ABpQDyAC2hgoGntTi { position:absolute;display:block;z-index:15038;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.9375rem;width:6.9375rem;top:10.78125rem;left:40.75rem;overflow:hidden;display:block; }
#UGym1URcam0HLHyuyTAnRHXmyxQaWxDf { position:absolute;display:block;z-index:15036;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.4375rem;width:12.125rem;top:10.53125rem;left:25.3291015625rem;overflow:hidden;display:block; }
#SsQasWxo2tetaBPeLQqs2VrcH8dhK4ck { color:#0f283b;display:block;width:37.5rem;position:absolute;font-family:sora;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.9375rem;left:18.75rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt { position:relative;display:block; }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt { background-color: transparent; background-image: none; }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .row .container > .video-iframe-container { display: none; }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .row > .video-iframe-container { display: none; }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .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); }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt { border-width: 0; border-radius: 0; }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .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; }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;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; }#UCISlT1hyZTXa1PSi48yTDJMG3e0Uop2 { color:#0f283b;display:block;width:22.5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:13.40625rem;text-align:left;text-align-last:left;display:block; }
#HokGoxeRRVsyAh3aMCTR8ZHrW336PgQc { color:#98c548;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:3.5rem;left:30.6875rem;height:1.29980625rem;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; }
#hgfGVLiSdpk7ME0nZCeoTH11acOUqp1Z { color:#0f283b;display:block;width:16.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:5.4375rem;left:30.6875rem;height:8.53125rem;display:block; }
#f3hUFmBdQSp6kouNhFLoz6po9Sa4FAnX { color:#0f283b;display:block;width:14.625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.4375rem;left:55.6875rem;height:1.29980625rem;display:block; }
#BCXOm2O62WGMIN9BSiTgTWOl5u5nVKmV { color:#98c548;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:55.6875rem;height:1.29980625rem;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; }
#sQxNstXHPskbFu3u0yxtnHPZMRfGoEF6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.9375rem;left:63.9375rem; }
#sQxNstXHPskbFu3u0yxtnHPZMRfGoEF6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#IDT1A0PrqPTrR2ysXKipX6SmdxvP959x { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.9375rem;left:59.75rem; }
#IDT1A0PrqPTrR2ysXKipX6SmdxvP959x > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#EsuL9pRc0SahuZ0EIJDDee5f2pAVI4gv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.9375rem;left:55.6875rem; }
#EsuL9pRc0SahuZ0EIJDDee5f2pAVI4gv > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#xDpAStSXyuxmnt8AeqCuoPZ0sJJi6BpC { color:#0f283b;display:block;width:15.75rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.625rem;left:55.6875rem;height:3.65625rem;display:block; }
#a6DK2rOVTeL4Gn4RXXstL7TxHTClyFLL { color:#98c548;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.5rem;height:1.29980625rem;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; }
#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f283b;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; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { background-color: transparent; background-image: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container > .video-iframe-container { display: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container { display: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .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); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { border-width: 0; border-radius: 0; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { font-size:0.875rem;font-family:"barlow medium semibold bold";height:11.5rem;width:75rem;position:relative;display:block; }#FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#98c548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.625rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.25rem;left:19.1875rem;display:block; }
#Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbgRV3kXEzqislJC5sIzzAOpSQOeErTT { display:block; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 { display:flex;width:18rem;height:5.0625rem;top:17.25rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #DDs8BPT9VnpEnKZNFpGX7p0FKQsuT4tQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #CPrnJfcb0kZt1UTcQ2i89hNfbgfyBVF2 {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #CDxhWF7wMTITCARNUN77hfLmTnvq0aql {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #RaFH9r7PzN8tvz2q7eqfNCyKINM3VgMu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #WtTXKtO1R8yL99beUm4Q3G90wcF3tzJN {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #e6vBbymqo940vK13FXWb4BNdlHQwvqc2 {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #D0627vUZB4qNoKb0alo4oWlaQngHqnRr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #ly1zltS38xKrrhHKpGMR0zWFekhgEJIK {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #mdKZkmWP3iaLeyPcDFSq3WOTheDdtiTO {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #ozKP3ZXFy4TLHuMI6VnnVsWNsO44GW47 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #abTFX4hZrZN6biWzvEX1TsN8sEVLrV4H {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #dmmq771rFTFVgbILc7fza2sQP8G4SX02 {  }
 }@media only screen and (max-width: 763px) { #OhVD3XbT4LMKm4HRdu0xRATyUeJHAg1q { top:0.8125rem;left:0rem;width:29.8125rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdPEkONsl779LbVeHLTMroO7iExZwZ74 { display:block; }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klOs29sxQyDCtZ7Myv80i6izqeX1E0pZ { top:1.9375rem;left:10.5625rem;width:37.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emVKqSThXrIQ21hoWuBiBhOiNt4OA41t { width:11.5625rem;height:2.5rem;top:2.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu8C207EsQDKgXPcHu12IWwhqJKzneiz { display:block; }
 }@media only screen and (max-width: 763px) { #MChRdAwG7kT5XcmdfPcF4vsnES0c2b8I { width:4.5625rem;height:2.5rem;top:2.8125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcWTCyyOsQTVTVKQoJpDL3iApJLQiNLW { display:block; }
 }@media only screen and (max-width: 763px) { #WTwCXuXwpGXzP9x4gZmIh9q9C6TDkWMa { width:12.0625rem;height:2.5rem;top:2.8125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDxvLIx6HrvBfIXkHCxfXgRptIhK2TK { display:block; }
 }@media only screen and (max-width: 763px) { #ghcvqTKaVaRvBvIbxgaHRRtcZMLungua { width:5.625rem;height:2.5rem;top:2.875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2d9xTgJWb7O60GsWNZSH8V1nPpE8LZQ { display:block; }
 }@media only screen and (max-width: 763px) { #Vscevm7ctpg3Gr3MJeUwsP8snhSPpAQi { width:16.1875rem;height:6.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { top:2rem;left:13.5rem;width:34.25rem;height:16.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { top:6.9375rem;left:0rem;width:39rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { top:32.625rem;left:16.1875rem;width:31.5625rem;height:9.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSnOIgKhOUbymG1ANu4CflQFmq5KsP9h { top:20.9375rem;left:13.9375rem;width:33.8125rem;height:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJ7J3QlvwdhdzuUqr1STDZCXhywLklA { width:30.875rem;height:8.125rem;top:44.9375rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRykPOyXm8AUr7HbqTcW8TLfAtZg4c0T { width:22.75rem;height:3.3125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRfE7m45cZaHoCxViiw9w8cTItuG4rSv { display:block; }
 }@media only screen and (max-width: 763px) { #zxariXg2qoQofJv1fSor0CGc8QOk3WDZ { width:25.625rem;height:3.0625rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc { display:block; }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGbh7emMsx3gUH0oo9d6XVKqbwitKBND { top:3.125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC { display:block; }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGWXLePsFtXxqnwvUTtLeTERgiL77TcT { width:17.875rem;height:17.875rem;top:0rem;left:2.9683170318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJaGxdmsbC6BWpkogBUpOSQhBXQxFHqT { width:17.875rem;height:17.875rem;top:0rem;left:26.280712127686rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyT34xKazl06N3lg9i4Wbc5letdtgrvb { top:19.75rem;left:2.5625rem;width:18.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvT29ls4OsmdshlD3THEs9eLJ5LGuqz2 { top:22.3125rem;left:0rem;width:27.9375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpw1zg2sFIgorR5JGnmby4rTFDSipQAg { top:25.8125rem;left:0rem;width:28.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ0lqKedLXTTgkNiz2ugotvfOAauvVQp { top:19.75rem;left:26.4375rem;width:18.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coIg4WkskNTLLK5bBcCCla3MPriKShaL { top:22.3125rem;left:26.6865234375rem;width:17.0625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg08lwZ7xWxsfJcd7Qb3fWLNDpeVZC6T { top:25.8125rem;left:18.375rem;width:29.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs { display:block; }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq1BGbpPcP12WFnuV5wmS5uFDkVTRQpO { top:22.5rem;left:0rem;width:25.0625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClwAwvn7RDsItBIuKUJATe8APgtFkzdO { top:19.875rem;left:2.75rem;width:18.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWnAUhImZsDKciQG7z5U7G5CuM3hPKE7 { top:22.5rem;left:21.3125rem;width:26.4375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQRxtfpsJ6rzxMR00VNt4eMgzKonu9CG { top:19.9375rem;left:25.875rem;width:18.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ron2apAMsuTw751WDKI5v6DIVXDUfO7Q { width:17.875rem;height:17.875rem;top:0rem;left:2.9683170318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLnGpHUN304PbaS2iqfByKenD9uh0h5 { width:17.875rem;height:17.875rem;top:0rem;left:26.280712127686rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOhpeCOdXMnCQV9byPHrxVFVXJBPASz { top:26.0625rem;left:0rem;width:31.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tru7vd1E4oiBIJ6qi2iTtPSpd8UU2Ahd { top:26.0625rem;left:15rem;width:32.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgQJGU7m46OO3i4uDRobayaMCVQzfpRn { display:block; }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAxdeatG5WA6QLrrqBKDWMDkQZzlu3wk { width:26.1875rem;height:3.25rem;top:14.4375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db4q2TTSCqfgqGGSM4Mtg9F0vkbC0mLb { display:block; }
 }@media only screen and (max-width: 763px) { #MycsvPA0lWV6b6QeEfMAUxXKrgJFokCF { width:18.8125rem;height:18.8125rem;top:0rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJPfgmisRp3RoL1wBqTTWV95TbKE7mR { top:20.75rem;left:2.5625rem;width:18.75rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTClVhoxHTKl2JEtXGIcyO2auJhmNWz { top:23.6875rem;left:2rem;width:19.8125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw5VXD0SFwW6RD7CxdxBstNr25eilzo5 { width:25.625rem;height:3.25rem;top:20.5625rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRTBIdSrnHDQANcQwvcUU7URwWlfxtCM { top:27.25rem;left:0rem;width:34.0625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS3alGWHGXWzDaWiTy9nt3Px4Xit2lT { width:18.125rem;height:6.9375rem;top:5.4375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAshCCbZ326989kay8k937G6TFAwgo3r { display:block; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { top:10.75rem;left:0rem;width:25.4375rem;height:17.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { top:2.125rem;left:15.3125rem;width:32.4375rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJafAwVBngEUovneeKMNFa4JVMLMDvsC { top:5.25rem;left:26.125rem;width:21.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { top:2.125rem;left:22.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { top:27rem;left:18.75rem;width:29rem;height:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { top:26.4375rem;left:22.6875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { top:10.25rem;left:15.5rem;width:32.25rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { top:13.5rem;left:19.4375rem;width:28.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { top:10.25rem;left:22.6875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { top:0rem;left:0rem;width:33.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPMB5fubyplGOD3cseCVHyeeoDAowm9m { top:20.5rem;left:0rem;width:33.75rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQqA62KspcazqSiO1TikclVfUMT5Eux1 { top:21.875rem;left:19.3125rem;width:28.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeyT9bwonDM7S2OeQrcWcGmLEypIyWWC { top:18.5rem;left:15.4375rem;width:32.3125rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyPg41731I1EbWerNBNaND2Zf6wI2Q4 { top:18.4375rem;left:22.25rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4T5CVyWsxgd8UFwlECHnyD1ch0i092 { top:28.6875rem;left:19.3125rem;width:28.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOiOHV4b6lpip6d6PRQ8TOvhttO4ORu { top:33.9375rem;left:22.625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWOFC9seyimFPuhnT22TeEMggRoHollP { top:33.9375rem;left:16.125rem;width:31.625rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToxSuZCFe7qOZSF51lnMpTuNPhsxTKk { top:37.3125rem;left:19.3125rem;width:28.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrMMgLEbQihtxMXWufI3tabs6BswQhE9 { top:44.0625rem;left:13.75rem;width:34rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJQwUZ7gBPcPUJnc1WoahtTbVKciEKx { top:4.0625rem;left:0rem;width:26.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVIxxF2FPrAN85GZEC8bOia3MVCll6gb { display:block; }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr { display:block; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxTEz6KrOT4N5EF2oa095KPWPmMTNakR { top:13.625rem;left:0rem;width:27.125rem;height:13.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJEcpdzmkDTmiTNpFlT56rlmngshmWfp { top:0rem;left:19.8125rem;width:27.9375rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuArTxJHn7lcCwHb7k0ASLSakonTwCT4 { top:3.5rem;left:19.0625rem;width:28.6875rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwLkvXgvZyb3g5KB56O4tHxTMT4SUVk { top:9.8125rem;left:17.4375rem;width:30.3125rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8daqqXUphlT9UtnJLV7B45nBbcZx39Q { top:0rem;left:0rem;width:33.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3 { top:20.5rem;left:0rem;width:33.75rem;height:57.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9eyfkyButJKETxTMhGe8OfW5Ay8MRln { top:32.5rem;left:15.1875rem;width:32.5625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glkw5WTdEos4ALctF2PImsIiA6tgl8Ub { top:23.3125rem;left:20.25rem;width:27.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thI4LGQkzrtOf8WsK0EORziaRRwLleOH { top:42.375rem;left:17.625rem;width:30.125rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMidx1d6OJb5ztGdQ76xH26Urtd22KQa { top:48.75rem;left:20.25rem;width:27.5rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeyODidPQ2bXqeK3bFKOSqIH2MT0bt7i { top:50.625rem;left:15.875rem;width:31.875rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfF556xoL6640IteNQXL9pZWVnNwrylT { top:57rem;left:11rem;width:36.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFTGWUFVBxSCqPlEHZTNFXH90b0NW8MW { top:13.625rem;left:20.1875rem;width:27.5625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXIHwJkyUNX7W5T6fkVMoQxZXadUQxk { top:29.125rem;left:15.25rem;width:32.5rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofBS58OPL9CCulznrxnuL8ePzwee2wdd { width:5.3125rem;height:5.3125rem;top:0.75rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hpfqadbbnVxmVGP9x9c5qNnIWKmgb6 { top:37.4375rem;left:15.9375rem;width:31.8125rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCJbEP0KqA1NlfU3iHkuhbssUVm9wPzn { top:19.875rem;left:15.3125rem;width:32.4375rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHe1dVCIb8BCidERksnKz22Crz04pS8H { width:26.1875rem;height:3.25rem;top:68rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Admanz6omayTcNKKX96v4NrO0UQmrXEW { display:block; }
 }@media only screen and (max-width: 763px) { #vrugaAVIGaFyEWwyTRaTTKmC3aannBVD { width:25.625rem;height:3.5625rem;top:73.3125rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZBNn5lwBAv8NI6s5TTqIBkGeUCkPTK2 { width:5.3125rem;height:5.3125rem;top:10.5rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIOUoLiARfCoKpRQiW4yLBwVfbOMlkPS { width:5.3125rem;height:5.3125rem;top:19.875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp7nJNLeicipEFoe7KFR99D9plUpopSi { width:5.3125rem;height:5.3125rem;top:29.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2omJmUsWko5CGCtH27sRpyuPCHzcqau { width:5.3125rem;height:5.3125rem;top:38.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxEBmn9kuIvauLsmiy2wWobMrANIa7T5 { width:5.3125rem;height:5.3125rem;top:48.75rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6QFypLp9oo2Lv0Tysvo2Lb1yzCrGMC { top:5.3125rem;left:0rem;width:28.25rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { top:9.625rem;left:0rem;width:35.9375rem;height:15rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { top:37.75rem;left:5.5rem;width:42.25rem;height:5.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXVlXcJZptxDTSduy7i5ke7inGWmVkii { top:18.25rem;left:1.25rem;width:12.5625rem;height:8.2734375rem;font-size:1.125rem;display:block; }#HXVlXcJZptxDTSduy7i5ke7inGWmVkii li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #EHXt0HOqXRVhqpTJwr9gWxtN69kltoBo { top:5.9375rem;left:0rem;width:36.8125rem;height:2.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQK7LNB8LQGEs2EaTiWX3GobPdHUazF7 { top:56.5625rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvSVnh7CZD6cUxIaMTLekvWCkpldqQsG { top:26.75rem;left:0rem;width:21.5rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymJ9bRHomG8yUaxJnI1h39vTGOT6eM8K { width:25.625rem;height:3.25rem;top:66.625rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8DokT1TNTtgp585alZTEyDVCT0VL7Cc { width:26.1875rem;height:3.25rem;top:60.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFTuaicIs3uo7MyJsUa1LcbOhkrXgV5i { display:block; }
 }@media only screen and (max-width: 763px) { #Ewy6wZAmdQAKfSKQXCe9NyBnf5oM4aer { width:34.375rem;height:28.8125rem;top:5.9375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExdnNbaR5rzdneNv1meDfHTO2qqt5Ie0 { width:29.8125rem;height:29.8125rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be1DXhubXOufGhEDGFKGPUrAKW1777J5 { display:block; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwGGECIJeBZxXiQAIPN8JdSXg0GRQbwq { top:5.375rem;left:0rem;width:47.75rem;height:15rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2fpf42PfsbXInyoL6imlXGCrMRTcVi5 { top:23.3125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3CrfF1OIlCS6SQkyvx0IDqfbkFpKlBS { top:18.25rem;left:1.25rem;width:12.5625rem;height:8.2734375rem;font-size:1.125rem;display:block; }#r3CrfF1OIlCS6SQkyvx0IDqfbkFpKlBS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #nNUmO34qbekxgq0dMroDAMzX8T60Ileo { width:40.375rem;height:22.1875rem;top:29.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { top:7.6875rem;left:0rem;width:47.75rem;height:5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { top:15.1875rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { top:17.75rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqBIJfx0hfPIsNwNASvEgsv1GXS22qm1 { width:25.625rem;height:3.5625rem;top:122.875rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncEu52tHQhNSr2OzQKfnAxzK1eIkzakK { width:25.3125rem;height:3.3125rem;top:117.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3nF1aWT7dxJl2KNdb1DOR0nrt0wutyV { display:block; }
 }@media only screen and (max-width: 763px) { #GsJgk0Czg3yHgiPKnxROz7CoJ0VVKifZ { top:15.1875rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac4LurbtFkZDwuOMVe5oE28sprBwWm87 { top:21.875rem;left:0rem;width:31.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbByG3allTUixBNVuRyFo3c39QeLuKtG { top:18.125rem;left:0rem;width:29.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9idssxLFb4aPxtJUeqLl0Hy6PS1LbVu { top:17.75rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9opRZb8cehwviFmRflptXm999bhvTES { top:18.125rem;left:18rem;width:29.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3BRke0PpBpGOlbNbVxJ13MXCPbLzrdd { top:21.875rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltPOzuRwe9FWz1fFdpcOVMqgNaIfJVV7 { top:55.6875rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdE3Fswg2EXggnMOzo1yFBEphXu7ZssG { top:57.3125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g87HQqrFNlpAnkQTBGe7khfsIo3zUhZF { top:57.3125rem;left:0rem;width:23.25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX9mezC6Id9vevSM1VE5xtG1FQ8hSpgx { top:62.375rem;left:0rem;width:30.5rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqL7KgIy5Li8PeTvbizsLEi4RJsbQx8U { top:55.6875rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXQHyFgxG6RP1kTikdRK0oAOaZOXQ2V9 { top:57.9375rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5o1vKFRvTCfQJUCbZOVr9beT68czlyO { top:62.375rem;left:16.5rem;width:31.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfoTp4dkgpLCn0o8ni03vX9Cc1owMBm0 { top:58.3125rem;left:18rem;width:29.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDbbaaDKra40n3ixPluGdHKrhSrCzRv6 { top:96.8125rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL2dFTJzVFIniaU1Tz4K9dcH6lzAkvab { top:99.0625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #moR8l2XSQCHNK3QeNEVeNoTLH8AVreb6 { top:99.4375rem;left:0rem;width:29.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoIZrmeSttLVbWLqyhFLZ7GRlddnQ18n { top:103.5rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krZqIUbBU0zpann4LJJDT6Q4lERXdU1g { top:96.8125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlbpz5MWztii7CJxeW4Us7mTEPW9L6Pz { top:99.375rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwq8CeFphnGtUtJevyhlbWKDwUZQO25h { top:103.5rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZtoPxnmlI0Ct2o9JJO6V0CenFWTf4AS { top:99.75rem;left:18rem;width:29.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biyW2nfpcMd2FZQuDvWB6bQ7saU2BF4g { top:3.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSZvOZ5pTKTaf14udhy3MnfVMiUXCv3C { width:36.25rem;height:20.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sreXhf54Up6FUgwWQcp2xVEC1WJ2SzwV { width:36.25rem;height:20.375rem;top:33.1875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwQi0cetQ2R2oW8KQTkqyMXSx4d7SXD { width:36.25rem;height:20.375rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zomtTsd6zTcTsXkqzgM09dyB12CZz39x { width:36.25rem;height:20.375rem;top:73.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr { display:block; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofvBTF7QXyveSJPRrvlA5z3MZZoEXPFL { top:8.25rem;left:0rem;width:35.75rem;height:8.1875rem;font-size:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAqLhkQ1PJOGeebNGSbT7dlmGbRb89X4 { top:56.125rem;left:13.5625rem;width:34.1875rem;height:48.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGM2J6eyn0sVyvW1lVfmwQATN2pIriFf { top:104.1875rem;left:0rem;width:19.375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTztFirofqEZfvBBsS0NVp3X7dPhhs3R { top:39.0625rem;left:0rem;width:32.125rem;height:70.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Uop3yUQEmLdJOi6DXy0mprHlL3TkLZ { top:34.125rem;left:8.4375rem;width:39.25rem;height:75.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQqDJUvTwPzmnMhok7t9chrJmf6nvunZ { top:38.125rem;left:24.59423828125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhMDvllIynfipn9mPIQiTT9Ca8Pdpl6O { top:59.4375rem;left:0rem;width:27.25rem;height:41.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbfseTnJVNL2MswTplTBM4xvNZkHB9Eu { top:48.875rem;left:28.375rem;width:19.375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTFlBHxVDnLTtmJVztxG1TFu37B6FmT { top:17.1875rem;left:30.75rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpEgdE9RzkiUw22p8FJkQTud2nqD1H7M { display:none; }
 }@media only screen and (max-width: 763px) { #nGUoblLJkwmJr3CK63bfoy1MzpMTXWCb { width:21rem;height:31.4375rem;top:2.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERZToZcU47q5MLXyBeQbLZ4DbBETAVOw { top:19.5rem;left:0rem;width:38.125rem;height:14.1875rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Ar8nt9ZyGTsuHC8chkip7ezu1mxIQc { width:25.625rem;height:3.5625rem;top:121.125rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdbPiLyuWwRcPxxPWhueJIHsmxkDQfu { width:22.9375rem;height:3.3125rem;top:115.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBBoHI3kLC6FAC09aSf6I4XF4ZE7atz7 { display:block; }
 }@media only screen and (max-width: 763px) { #RJWGmUkJNLgR5EqHERhSgRHJGekWX5Ac { top:49.5625rem;left:0rem;width:28.0625rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO9krIpX9C1bxgP6SZXbnHThKtTktl9m { width:20.625rem;height:7.125rem;top:44rem;left:24.59423828125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uci3J3zBVKL43eV73hFe7E7zf6EUmdwW { width:11.125rem;height:11.125rem;top:36.625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAFaA6n8LCNOfPva6bG6E3hObwNaCkA9 { top:42.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zabxgESJK3vJWfaqvLaChZQv44qBmomq { display:block; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7KqR4HTv1INunacHqlvcRN4VSUR1yV6 { top:3.125rem;left:0rem;width:45.0625rem;height:11.25rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSebR67t01NNfJEX4mZP0Z8bfypdZlTs { top:24.8125rem;left:0rem;width:30.8125rem;height:10.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHxhQI1BCLQDDunBogP3JD7wZkkbPnFJ { top:0rem;left:9.375rem;width:38.375rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUsShOl7Jt0aLw010g6WhntW4kLSnuLx { top:16.25rem;left:0rem;width:32.5rem;height:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9Ip15MD7vWZEiLhfLJuzzvTAArc6X0 { top:24.8125rem;left:15.6875rem;width:32.0625rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { top:20.8125rem;left:19rem;width:28.75rem;height:2.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU { top:49.8125rem;left:9.375rem;width:38.375rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJqQMHduGDzdayD86aO1e6yEJAX19mE1 { top:42.125rem;left:0rem;width:33.5rem;height:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEZcfTwsuBxOXDw65eNTaUTQVUpnftTg { top:38.3125rem;left:0rem;width:34.5625rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc28TUocPpVvbhuuM5TLQhJdEPTqC5Dl { top:56.9375rem;left:0rem;width:28.75rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJ1tuSIz3anRzwStx8kH0taA5Kx7PIt { top:60.0625rem;left:0rem;width:21.1875rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbxaP2AizmUHzsTHsSiwtbl1kKreQ2kE { width:10.9375rem;height:10.9375rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrVc3HSFzXLe9b55QNA5txPN8EKIlwLZ { top:78.1875rem;left:0rem;width:21.1875rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp3SpaFb0Eclr5AccU05Voz3wCQJfnlV { width:10.5625rem;height:10.5625rem;top:77.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGWlwQy0L7V1C9bqD65rADxEae3vSeb { top:74.75rem;left:0rem;width:28.75rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVPE0zPW6KMNHgfkSz9M3mxQlUQv4tsn { top:0rem;left:30.9375rem;width:16.8125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly { display:block; }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl { display:block; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhFi75xHyMMhOUUEUJdgpMC7hMtRPLbp { top:4.3125rem;left:0rem;width:29.3125rem;height:6.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUIk0FZCRgvLdx7XeraFUPyBU9VE5aOa { top:17.0625rem;left:0rem;width:24.625rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #cdnAp1JTRLCSf4hbqeriIqu5OJbsZzkK {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #s0EPR6oiebbeItWrBGGVUzi4uBrCELFr {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #BL2e8KJgsCe3ZCQelhN1JZShW5cc62V1 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LAzfEP0sBl9dNCt3TTAWypFxlpTlIST4 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #T5DBbiNmTet35OJUrBbdLDs2gGNgcgCS {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #RT9ZktAlURg0rLWD5S16EkTtD04SFJ68 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WlOZfRAKxAN2HNU61BB3oDz8w42n1kl5 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hSO5qpf3MLMQrxTT8D7pQXewTosWc094 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #id2fxZRTZQg52ZIrkuDkNcSlR3W1d8e2 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #XtrIZDmr8fcTISpCCWqcpr4CVEkGJoQB {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #T8HQXlX9f38QIRmSu83cmhm7710ufpcQ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zOWKmVw806D4Cs3tDFQI3amOTLh08gTN {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #DCvwzGOANzeEuucTN6pSUwxa9VHpz5ku {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hhZh58S62xZNPfs66MxcbxCqIi8D9Bvw {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TgSuZw2XRfmfXqf7EFVtTqKLCTnS799G {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WVOTkt7y3qO5FGT31ic6hXZrdlNu3yAe {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #AdfPfG3UStmtJeAbqBbpxXDMnaTf4Gcq {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #IIm6ZxvErBRkSDM4Lsh7He7pLoHIS8Fl {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #b1bUVyGn75EPbgfUQ1KWuGV13x1y0dTz {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zB5SODTFwgVdKWTHmTrcBbfFPddqTATw {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #Mpd25nLS28kMUXH8v3rVTe7apR6teEKx {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #BLXX7iwvBZ6mDeGGkvWIJMEspiOhuiSx {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LxohLEA4rJyxhDrUP9H487Qke9QPItMX {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #eRqmOwN0kPsKLGtZABHpihpUg77cTFMx {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #swcTFqzNafWA2SGISbKDs0Dhcig0zQzT {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #pPMBrZxHT9RwVwP24qSdJdwzqzb8O9hq {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #KxkQNqdVTNxrvaxiyvDNoHIIzIRNKoV1 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hyZRT3kesuniAl6ADOrmx7mDKsz2uOIQ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #UfdnFcB5wU8LiCuEwdgomtalcvlZ0nv6 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #X53CdTqAGKVtLnTM1ppJ8ET8BqGHbqPM {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vyQ62rii87nIr3gfDz5urNn0BehrakF2 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #h0aq7GM4JdQvEgXVaXKKAfovMrtfk1xB {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #H6yvGLif8HNhTCrXOnoP3J2xboqETPzL {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #gRgkymC9CsPNwbqSgr9UQ998bNfmRXyS {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #PecPSt057k5uG5Fn8eVrpCcFTgLUDFGE {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TDvmCH3HQ3Ps5fhZcTBuU2uW2z7EohdE {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #bALWTTQzy8TUoakE20U1PpapTrHJKerq {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #S1w6AXzr3OMqLDRbvbfnG4QIz7GsWeIS {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #VKSChSspMoBUFz7s1V8e6FUS6B1XPV3A {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ugPm5PfC21DvisBQk52HAtCpLshUzBkc {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #DWHmsmAhsHIR670L2qqOdsHh0pTWJkDE {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #yXT7WdEvXZ64ZUfwXAynZTIOvycxwNmr {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WeFwicayaAAriw1pLC5R2TJrq4fClBWE {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ahKspo8I11d1Q5QkeByISoeHF9VdkUTH {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #NNTRPwCbaPSQ9cVeTMJRMBT20Ta7LB5D {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LDzk2SVVCwKCBxmTn3WM3rJnsm2TpSIA {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #iOnrRBGbxheNS6LifcDO5qe14PM6EaWx {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #Pzxe1U5Fxxvn81oevS4vp2TGuRT3JSGX {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #bnyCbzQ0GiBAZaE7o7CiCTfXncqLUXdQ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #dPk8fQpSVhP49w1TIyegDSzCJIcRsOAg {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vcHC4IK1ZkqwC90QAIcdnAgIe1fuT8N5 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #G6spyBbICso6kdC8fcxh5LdKTcIgfJsd {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #GJZf5RBSNJ7F2XFhPzeVEUyhW4RTDSvd {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TxeJSSq3s8HqSZ8D3xOW6uDyhwFVEJlQ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #SD9b3zk2re2SpLqIgnwOZapID1LqhFHh {  }
 }@media only screen and (max-width: 763px) { #UR8AuGMRIvfPsd7uxtgSpVvosarllZny { top:12.5rem;left:0rem;width:29.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCNV1O7xzmL81Nmfl899yScqK33xw1F { display:block; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0TJHJsbHtTiPh2Mf4Wxu4WB2lwTtfHR { top:5.3125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBpDubo7CJNS9r7cBNdWSHchJ5oGkuhp { top:12.6875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIhk62J2SxHP9pCChOz9fq8zBGzdGgnQ { width:25.25rem;height:3.5rem;top:21.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgkbyiwEnJXoK7wrGOzZbI07ghidmOSH { display:block; }
 }@media only screen and (max-width: 763px) { #amWQZOPUFr7JFpySJeiJi5GQqTWr4HnN { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHqy4b71t4fu90fi5PtukdA6koDiLHTS { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZxdZNP95tC6i5PvG1bD7BHmfaAtup12 { top:28.25rem;left:0.21875rem;width:47.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd { display:block; }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdxyzBhS6Z7DdQ33zh55iKp2qPUAwnTC { top:9.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDd5ncUbztVwTy89HTMsnOqqdFxdlMOf { width:22.4375rem;height:12.375rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSNWPuTxg1axXyTIylPJvO1NH7PAy81C { top:18.1875rem;left:0rem;width:22.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNrBnMe2BUv3NIvVM7q1vttTDeArF1f { top:21.9375rem;left:0rem;width:16.5625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn0pAvEMATycHwhXOKmaHJdbO4COK0S6 { width:6.25rem;height:6.25rem;top:20.125rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2cvithr9P5M7RsafncRaaF5VZBJCTSG { width:30.5625rem;height:12.375rem;top:16.6875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZpLqstIsm6NTeIXee0Tm2ODNJ7PbSRJ { top:18.1875rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Ets3btATuu7uocTVTuMV6BCb8cTTaD { top:21rem;left:19.625rem;width:28.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDzVLnF374lH1oLy5WFGuoUTT0MTZfR { width:6.25rem;height:6.25rem;top:19.0625rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIWZcNsrKwDhknKAzhEqfBhSa8dLWa9B { top:3.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX { display:block; }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X41ZKf3m3SLgtVnkCNWQgJvKmQUVpChl { width:23rem;height:62.125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDnkiUD35DIz9GLU87TgPVEPLQCOvgD5 { top:7.125rem;left:0rem;width:23.125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJCKkUycuTE1eguQ27NTmzpmRMyV0hbz { width:23rem;height:4.25rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqs0TbuwJvnKez9I5EG9vwrnIZsLJT6O { top:9.8125rem;left:0rem;width:23.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcLR3LOaZ1QFzFT8ptb5cNBeUlfMAonW { top:13rem;left:0rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3FE4WCGR4xMc7pgopghyhVBeBZmnppg { top:15rem;left:0rem;width:23.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTTAeUULt2FOak7eT10JfUhWfDQWMRn { width:23rem;height:1.875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICv6VWRTK8vBaXBuMQdcwfnFTUSzQwXQ { top:24.5625rem;left:0rem;width:23.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOOlM9mf4Zsf8gvdx11w9dHAMaJAB85e { top:57.25rem;left:1.71875rem;width:13.9375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow3PClk8Tv5yc4yLvBCDLXGfC9eqmT09 { width:17.5rem;height:3.4375rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpfAUbavTTZVv4Dp8JQIOUPmWEmvvcny { display:block; }
 }@media only screen and (max-width: 763px) { #UctuTyyrFSdOUSvzutC5SEiOixkttIQc { width:2.5rem;height:2.5rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf0NXTmzVAfhqCRlUwJ2XeoTDFLmEhxB { top:18.25rem;left:1.25rem;width:12.5625rem;height:14.4375rem;font-size:1.125rem;display:block; }#zf0NXTmzVAfhqCRlUwJ2XeoTDFLmEhxB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #XQNM3ZHVzFt5QahdBTomPcUhm9dkrqF7 { top:4rem;left:13rem;width:18.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdbLUd3uJ1a7VX0bBWzkbu7rLfNmhTU { top:4.6875rem;left:15.5rem;width:16.25rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckqw7PFMbTi6DOPWZHEoEx3P4thkqGxx { width:23rem;height:62.125rem;top:6.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxSAJLwR4McADulJoJvtNPOP8QR7ioG2 { top:7.125rem;left:8.625rem;width:23.125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZt4dVxBApsC7WOXk1hUFOMcXpqOwiGC { width:23rem;height:4.25rem;top:6.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUhg9F47GTHC7iUzFVNdSLMIDDNpcfq { top:9.8125rem;left:8.625rem;width:23.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OypvKC1MzqdPU44IrI5Ux0hrpT9heoDa { top:12.9375rem;left:8.625rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #au284LV6lBXthENx8yocyIk11kVtokO2 { top:15rem;left:8.625rem;width:23.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp3zC8im6FvK8uEpOtlA4feK78FfQi6f { width:23rem;height:1.875rem;top:23.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sulOb1nEvp8e3XES8UlXzM6xn6T7BheX { top:24.5625rem;left:8.625rem;width:23.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTpwA97BNnUQhLA3sbnRBMVHwbNpbXD { top:7.125rem;left:24.5rem;width:23.125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX712MBlom4UcL7bF6vvImMU7GIosIMg { width:23rem;height:4.25rem;top:6.4375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzGavGOFPyJOu40bxzL4r3nqA5gH9Wt1 { top:9.8125rem;left:24.5rem;width:23.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpGSiFQEqUfCcPtmqnVhpqizatOPMtL8 { top:13rem;left:24.5rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPRo3Pz05hm4ute9zh6IDd25Jo1IfdAG { top:16.5625rem;left:24.5rem;width:23.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzLFgsNWnQcUKOeLeMi4MsEZvQwDdVc { top:18.25rem;left:1.25rem;width:12.5625rem;height:14.4375rem;font-size:1.125rem;display:block; }#ZIzLFgsNWnQcUKOeLeMi4MsEZvQwDdVc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
 }@media only screen and (max-width: 763px) { #a99f9CU9x5bu2dgFBJNOLdi9Th31aCQ0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p98DNaWbuSeHa8RySaOSUsrVSt0e15lX { width:17.5rem;height:3.4375rem;top:62.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMBevB78nIgTqIc89mWVZdB9hDQyKR5P { display:block; }
 }@media only screen and (max-width: 763px) { #WmNq3gzVxxiuezs5EecTRxMv6sx5iQuK { top:18.25rem;left:1.25rem;width:12.5625rem;height:14.4375rem;font-size:1.125rem;display:block; }#WmNq3gzVxxiuezs5EecTRxMv6sx5iQuK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #aGzVIh6oJryg5dEDVFCWrZDLsOXkkHoq { top:18.25rem;left:1.25rem;width:12.5625rem;height:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHHHx6WgoVhHlWAfPfJL7KweADW3PLUR { width:2.5rem;height:2.5rem;top:57.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJQ3UPdT1wOQvyJokAP1WBoThleAPwD4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:14.4375rem;font-size:1.125rem;display:block; }#oJQ3UPdT1wOQvyJokAP1WBoThleAPwD4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #GxiQAdd1FNDQGpa8gAmhsbT72zMmFggn { top:18.25rem;left:1.25rem;width:12.5625rem;height:14.4375rem;font-size:1.125rem;display:block; }#GxiQAdd1FNDQGpa8gAmhsbT72zMmFggn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
 }@media only screen and (max-width: 763px) { #IECfEEtZehml5yRsJD4KAcgxWlGTS2fC { top:18.25rem;left:1.25rem;width:12.5625rem;height:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu4IcFTRMus2csXFdZ0vNlwcuJOGESgl { width:2.5rem;height:2.5rem;top:57.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1rvo9KrzvEpzJQd4afTuJZKf0ZunTDy { width:17.5rem;height:3.4375rem;top:62.5625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NON4kzJQhbRrBmrri7AnfJEiJPv7byOK { display:block; }
 }@media only screen and (max-width: 763px) { #A5RE3TnIFRVrZd62GDougt2pxeu4mTOb { top:57.25rem;left:17.6875rem;width:13.9375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRRItxTS06klV84yQa9BDP5fITTff5vg { top:57.25rem;left:33.6875rem;width:13.9375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn60gwCmgxxMGKi9r1dbas0rEoMu1M1Q { width:23rem;height:60.5rem;top:8.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaDTRKO99sLUu2z3R26aAKzAfOCwbkfz { top:18.5625rem;left:0rem;width:17.25rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NElz4tBnBqv7vLUqeTqSbMsAsfbzbbUo { top:18.5625rem;left:14.25rem;width:17.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzAVvcmVb7cV9c0XtTLuFyMbKd3diTT { top:21.375rem;left:27.625rem;width:20rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vamrisvADFGTUTwgKKTJZKVgNEQKfu4W { display:block; }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKkhKToSKbaMqVOx2lQhu0pv92l8OytZ { top:5.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c457gUTn5S5V9FtGKamVVHkfWLrn23sR { top:0.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr { display:block; }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJzmZNBOCZDTBwN8axC2zLSd6FgmoFeV { top:0rem;left:0rem;width:13.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLIkzgMOTVHoI4NHvE66C7MwqNh68hWo { top:15rem;left:0rem;width:17.875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD93TevmGt0hHTbNTmXsTQkfPRXONrbf { top:11.625rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXxs7vWtEHDTQoS8Xm7tTeWsg3CwWCWO { top:0rem;left:24.8125rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbnrqL3efvWxWmvq7SKSOHg3c0TFw9Vg { top:0rem;left:36.75rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpuiFT6Dl7cXR20bq2rA0FGLCOC9ynAo { top:11.625rem;left:5.125rem;width:18.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQScguMulMo98VkCJKsPZlEr6Rxh8Xs5 { top:11.625rem;left:17.0625rem;width:18.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2tbHUN2yeCN7PnJ9wTCc7FtHHw2V3Kv { top:11.625rem;left:29rem;width:18.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBc6IdsL0yugrd1kqpltKMUS1I4eBRQ1 { top:15rem;left:5.875rem;width:17.75rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfheWPN1QbO8wah6uV8A6UPgQz3lUy1o { top:15rem;left:19.375rem;width:15.4375rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQFnNDPfKGRiXivX54aKwDHL3AQZKCsu { top:15rem;left:30.25rem;width:17.5rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSZnQka3cKymzmuXTlsF61lxX7tHuymO { top:0rem;left:12.875rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6lqnUSHbO0XVrLHVKyvHG0hhA8GJFPq { top:22rem;left:0rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCVi6eg3WT767zirZWUATvH4B98Rv2fC { top:23.0625rem;left:0rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsxhSy0OTwrsOuxk3WAUoll726JROg7e { top:24.125rem;left:0rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7UqWK50BerbsMuFxniXRtMczrpPJdi1 { top:24.0625rem;left:6.6875rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usvE88hibB0wZqcd8VlQ5Dk6T3uvloww { top:23rem;left:6.6875rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB8iM6v5XxdUvWVBUvMdNp4qv0Q6HW8e { top:22rem;left:6.6875rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWd2tPb5DX7uyHl0uv3nCABCzOWqJhcT { top:24.0625rem;left:18.625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVgz03OXlI3JDuff3yG1Z3D1JV0fsqQm { top:23rem;left:18.625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6guKu9MDZvZu7wOgDJ8Con9F607FX6r { top:22rem;left:18.625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTGyGPTXuRHeeeywP95lqCrN3q7OKVD { top:24.0625rem;left:30.5625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG3J8morGqxzzGsQ8bKdToII8SshvT0A { top:23rem;left:30.5625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGJd0JN1WDDJbJ0UqBpsGIeu2Q0HorL { top:22rem;left:30.5625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi { display:block; }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUQckimA0cBhOBO7w8FwqmdSuKRnAqCb { top:0rem;left:18.78125rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9e3fSqe85XisFDdxTJTNN7PDxPahQZb { top:0rem;left:34.65625rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOP98xdKHgAqCGdTXXCfE1pWGsIcinrG { top:0rem;left:2.90625rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zycEJi8RJxXBV63eC3Mk3gCU9yW3ZbqJ { top:11.4375rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ07v5rcDWxeAITfZhvybso4ZiwZqcIa { top:11.4375rem;left:14.4375rem;width:17.3125rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoqofD08oH3byb9xA1DxRi7bgR8OOXry { top:11.4375rem;left:26rem;width:21.625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyASyN2gHRb7iIg0gTNpvSltffdFNqLr { top:15.25rem;left:0rem;width:20.3125rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVsCJJMDiT0kUL0lz9TGLyVUXa0ZEXc3 { top:15.25rem;left:8.875rem;width:22.875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZfpkOo9o9ubPVAJMEgJax9LJXccyTMu { top:15.25rem;left:26.25rem;width:21.375rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVVaW3mSGfWESyU8QyRLfy24VFUpTlGX { top:20.625rem;left:14.5625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJxBuqFPooBWKDWupulRJ9GNVm4E6tF { top:20.625rem;left:30.4375rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8IOlAE5pfiahmsdOuMLVe9lIiCnJuPq { top:21.6875rem;left:14.5625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUKZIcI4CNeWGz90qHLIgFxEhnWld9Rr { top:21.6875rem;left:30.4375rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgylEb7Plti8CgWxBZvss6QhKDuRfHl8 { top:22.75rem;left:30.4375rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoElulevixXpz0DJoO3VKKMg2rpbRTDs { top:22.75rem;left:14.5625rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQbB07fH1FyrCyVqOaDgkQzXqqfazu90 { top:22.6875rem;left:0rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulv2d478aXsxEETmdT5xBe1G6XRgG8G7 { top:21.625rem;left:0rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci2T9dc8tban2TCVDLvoedsFp7JSXGqD { top:20.625rem;left:0rem;width:17.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s { display:block; }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OREIkrLEa8OepuyLVfhXMoKk5ramM2x7 { top:2.375rem;left:0rem;width:47.75rem;height:;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0M8PdLAtmNDhM7gJeDJmzoAWOla8B7K { top:7.125rem;left:2.15625rem;width:43.4375rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpLZ8dFMPxbu75lEL9pXE0x8DJXLVFqt { width:44.9375rem;height:4.375rem;top:13.3125rem;left:1.40625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N { display:block; }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxQ85lNf94S3z0tZdsK1rSCy876THreH { width:37.5rem;height:20.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk1xeprcRkD6dtRRJZtp9KCryl8Qp2T1 { width:34.5625rem;height:15.375rem;top:5.8125rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vohd8913BUxLlScqROcaPB0iBoQiU763 { width:34.5625rem;height:4.875rem;top:0rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 { display:block; }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZfizl0nWTXhcE5qzi3HRlADuZu09c5y { display:block; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taDZFiaBdJVDozEQZ3rPw0GWCCFgvz5E { top:1.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xovgHyboB7fT6ezUvo2B152EdE4zpVxc { top:29.5rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUTdSWThUG17tW4T1lCPffyVayTpk3K { width:19.875rem;height:4.25rem;top:43.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wELcxEUlOP7PqlO4dHGnCl80iPJP0UOw { display:block; }
 }@media only screen and (max-width: 763px) { #g38XmwIqd4GZBfMDVEy2KbkLCTqRHSze { top:0rem;left:17.75rem;width:30rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kttHFgho7oTHnT2862BdwORWU7AA8eo6 { top:16.75rem;left:14.75rem;width:33rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6ZiJ5lGK09beXSJrWx8apIIec9LTVG { top:12.625rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEnrCJ0M4FJv9B6qFGoliDLe5QFdKtAc { top:18.4375rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKJtEVwpgu2uAh1uJmv2LXGbkT25SR6p { top:7.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWmMekbTu1L0rrC80HklHhxRlBGudvHf { width:34.9375rem;height:3.25rem;top:38.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihrTTd2n72zFFfl5yec6EubQIit68kVk { display:block; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { top:9.5rem;left:0rem;width:21.3125rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { top:26.0625rem;left:0rem;width:21.5rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { top:26.0625rem;left:26.4375rem;width:21.3125rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { top:34.875rem;left:0rem;width:16.25rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { top:40.1875rem;left:0rem;width:14.6875rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAlHebXT5ZOXGSMNWgHbIcBg4X7Xau20 { top:34.875rem;left:15.75rem;width:16.25rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf44EqZcmbMg4Vl7hL2eR3WHSMdkaHil { top:40.1875rem;left:15.75rem;width:16.25rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMLBvpMMHodhf3B0BTVHCHvdS0WRWTy { top:34.875rem;left:31.5rem;width:16.25rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6SnmKErS9wZxgFFqqguoF7URmE0oO25 { top:40.1875rem;left:33.125rem;width:14.625rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { top:25.875rem;left:13.25rem;width:21.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { top:26.4375rem;left:13.375rem;width:21.3125rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { top:9.5rem;left:26.4375rem;width:21.3125rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { top:2.8125rem;left:7.96875rem;width:31.8125rem;height:20rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsMxHFxm8OU4F2BhaOilQDxfStviTLRK { width:5rem;height:5rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcpU1l7ATgegDJOxtm8FXuhBRQnekRyG { width:3.9375rem;height:3.9375rem;top:48.5625rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8LXwZOsHcCTviPGI0a3keZLhTTlIk85 { width:4.1875rem;height:4.1875rem;top:48.4375rem;left:21.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguNUKi5UgyiuewG6JS2NFuvB7tekKKE { display:block; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2SuNLO7ivbG85DDrzJkCJBnMVikTzy4 { width:7.875rem;height:8.125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdb8RMKOZsS3sfoP5eLtyCH31EpMolQQ { width:8.5rem;height:3.1875rem;top:10.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10GONuyPDXZiSQCG41nqD6tVkovKWzL { width:6.9375rem;height:4.75rem;top:10.125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQTVtQKInDreuM9DJmTHD63t6wLTB79u { width:6.9375rem;height:2.9375rem;top:10.9375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3SomozdHBMA8a7ABpQDyAC2hgoGntTi { width:6.9375rem;height:3.9375rem;top:10.75rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGym1URcam0HLHyuyTAnRHXmyxQaWxDf { width:12.125rem;height:4.4375rem;top:10.5rem;left:11.7041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsQasWxo2tetaBPeLQqs2VrcH8dhK4ck { top:2.9375rem;left:5.125rem;width:37.5rem;height:4.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt { display:block; }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCISlT1hyZTXa1PSi48yTDJMG3e0Uop2 { width:22.5rem;height:13.4375rem;top:5.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HokGoxeRRVsyAh3aMCTR8ZHrW336PgQc { width:12.5rem;height:1.25rem;top:3.5rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgfGVLiSdpk7ME0nZCeoTH11acOUqp1Z { width:16.125rem;height:8.5rem;top:5.4375rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hUFmBdQSp6kouNhFLoz6po9Sa4FAnX { width:14.625rem;height:1.25rem;top:5.4375rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCXOm2O62WGMIN9BSiTgTWOl5u5nVKmV { width:12.5rem;height:1.25rem;top:3.5rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQxNstXHPskbFu3u0yxtnHPZMRfGoEF6 { top:8.9375rem;left:41.125rem;width:1.625rem;height:1.625rem;display:block; }
#sQxNstXHPskbFu3u0yxtnHPZMRfGoEF6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #IDT1A0PrqPTrR2ysXKipX6SmdxvP959x { top:8.9375rem;left:36.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
#IDT1A0PrqPTrR2ysXKipX6SmdxvP959x > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #EsuL9pRc0SahuZ0EIJDDee5f2pAVI4gv { top:8.9375rem;left:32.875rem;width:1.5625rem;height:1.5625rem;display:block; }
#EsuL9pRc0SahuZ0EIJDDee5f2pAVI4gv > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #xDpAStSXyuxmnt8AeqCuoPZ0sJJi6BpC { width:15.75rem;height:3.625rem;top:12.625rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6DK2rOVTeL4Gn4RXXstL7TxHTClyFLL { width:12.5rem;height:1.25rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { display:block; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { width:36.625rem;height:3rem;top:4.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_3afa1e3faf9419af19b47e0df35588bc62d217bf.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TbgRV3kXEzqislJC5sIzzAOpSQOeErTT { display:block; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.304375rem;padding-bottom:0.333125rem;padding-left:0.304375rem;width:1.82375rem;min-width:1.82375rem;height:1.79125rem;font-size:1.333125rem;line-height:28.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.431875rem;height:0.7075rem;font-size:0.5rem;line-height:11.32px;top:-10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 { display:flex;width:13.75rem;height:3.37375rem;top:3.625rem;left:3.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #DDs8BPT9VnpEnKZNFpGX7p0FKQsuT4tQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #CPrnJfcb0kZt1UTcQ2i89hNfbgfyBVF2 {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #CDxhWF7wMTITCARNUN77hfLmTnvq0aql {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #RaFH9r7PzN8tvz2q7eqfNCyKINM3VgMu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #WtTXKtO1R8yL99beUm4Q3G90wcF3tzJN {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #e6vBbymqo940vK13FXWb4BNdlHQwvqc2 {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #D0627vUZB4qNoKb0alo4oWlaQngHqnRr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #ly1zltS38xKrrhHKpGMR0zWFekhgEJIK {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #mdKZkmWP3iaLeyPcDFSq3WOTheDdtiTO {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #ozKP3ZXFy4TLHuMI6VnnVsWNsO44GW47 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #abTFX4hZrZN6biWzvEX1TsN8sEVLrV4H {  }
 }@media only screen and (max-width: 763px) { #bsEcO9pipI2p9l7N49DAv5xPvc4QmrI0 #dmmq771rFTFVgbILc7fza2sQP8G4SX02 {  }
 }@media only screen and (max-width: 763px) { #OhVD3XbT4LMKm4HRdu0xRATyUeJHAg1q { width:19.0625rem;height:2.8125rem;top:0.5rem;left:0.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdPEkONsl779LbVeHLTMroO7iExZwZ74 { display:block; }#PdPEkONsl779LbVeHLTMroO7iExZwZ74 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klOs29sxQyDCtZ7Myv80i6izqeX1E0pZ { width:20rem;height:3.625rem;top:10.75rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emVKqSThXrIQ21hoWuBiBhOiNt4OA41t { width:15.0625rem;height:3.625rem;top:17.375rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu8C207EsQDKgXPcHu12IWwhqJKzneiz { display:block; }
 }@media only screen and (max-width: 763px) { #MChRdAwG7kT5XcmdfPcF4vsnES0c2b8I { width:3.0625rem;height:2.5rem;top:11.40625rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcWTCyyOsQTVTVKQoJpDL3iApJLQiNLW { display:block; }
 }@media only screen and (max-width: 763px) { #WTwCXuXwpGXzP9x4gZmIh9q9C6TDkWMa { width:7.875rem;height:2.5rem;top:11.40625rem;left:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDxvLIx6HrvBfIXkHCxfXgRptIhK2TK { display:block; }
 }@media only screen and (max-width: 763px) { #ghcvqTKaVaRvBvIbxgaHRRtcZMLungua { width:3.3125rem;height:2.5rem;top:11.40625rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2d9xTgJWb7O60GsWNZSH8V1nPpE8LZQ { display:block; }
 }@media only screen and (max-width: 763px) { #Vscevm7ctpg3Gr3MJeUwsP8snhSPpAQi { width:20rem;height:7.5625rem;top:1.52001953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { width:17rem;height:4.125rem;top:14.599609375rem;left:1.71875rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { width:20rem;height:13.5rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { width:20rem;height:8.2495rem;top:34.91064453125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #sSnOIgKhOUbymG1ANu4CflQFmq5KsP9h { width:20rem;height:4.6875rem;top:19.537109375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eCJ7J3QlvwdhdzuUqr1STDZCXhywLklA { width:18.4375rem;height:10.796875rem;top:44.74658203125rem;left:0.78125rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRykPOyXm8AUr7HbqTcW8TLfAtZg4c0T { width:19.125rem;height:3.3125rem;top:25.37353515625rem;left:0.5625rem;font-size:1rem;font-family:sora;display:block; }
 }@media only screen and (max-width: 763px) { #IRfE7m45cZaHoCxViiw9w8cTItuG4rSv { display:block; }
 }@media only screen and (max-width: 763px) { #zxariXg2qoQofJv1fSor0CGc8QOk3WDZ { width:20rem;height:2.5996125rem;top:30.56103515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:sora;display:block; }
 }@media only screen and (max-width: 763px) { #VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc { display:block; }#VC1eZcXAtDoqKbTpE6hqMz3D2N90fpkc > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGbh7emMsx3gUH0oo9d6XVKqbwitKBND { width:20rem;height:8.25rem;top:2.5rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC { display:block; }#omwtKm9Q9HfqNzTpBxVZxC5VKeWpatSC > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGWXLePsFtXxqnwvUTtLeTERgiL77TcT { width:17.875rem;height:17.875rem;top:0rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJaGxdmsbC6BWpkogBUpOSQhBXQxFHqT { width:17.875rem;height:17.875rem;top:33.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyT34xKazl06N3lg9i4Wbc5letdtgrvb { width:18.75rem;height:1.75rem;top:19.25rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvT29ls4OsmdshlD3THEs9eLJ5LGuqz2 { width:20rem;height:2.25rem;top:21.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fpw1zg2sFIgorR5JGnmby4rTFDSipQAg { width:20rem;height:6.5625rem;top:24.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJ0lqKedLXTTgkNiz2ugotvfOAauvVQp { width:17.5rem;height:1.75rem;top:52.8125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #coIg4WkskNTLLK5bBcCCla3MPriKShaL { width:15.375rem;height:2.25rem;top:55.625rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fg08lwZ7xWxsfJcd7Qb3fWLNDpeVZC6T { width:20rem;height:6.5625rem;top:58.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs { display:block; }#Tgztcsmv9iPuX4XJDP64CRMr4s9k2wJs > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq1BGbpPcP12WFnuV5wmS5uFDkVTRQpO { width:18.75rem;height:2.25rem;top:25.3125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ClwAwvn7RDsItBIuKUJATe8APgtFkzdO { width:18.75rem;height:1.75rem;top:22.875rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWnAUhImZsDKciQG7z5U7G5CuM3hPKE7 { width:18.75rem;height:2.25rem;top:59.0625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TQRxtfpsJ6rzxMR00VNt4eMgzKonu9CG { width:18.75rem;height:1.75rem;top:56.5rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ron2apAMsuTw751WDKI5v6DIVXDUfO7Q { width:17.875rem;height:17.875rem;top:3.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLnGpHUN304PbaS2iqfByKenD9uh0h5 { width:17.875rem;height:17.875rem;top:36.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOhpeCOdXMnCQV9byPHrxVFVXJBPASz { width:20rem;height:6.5625rem;top:28.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tru7vd1E4oiBIJ6qi2iTtPSpd8UU2Ahd { width:20rem;height:6.5625rem;top:62.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgQJGU7m46OO3i4uDRobayaMCVQzfpRn { display:block; }#fgQJGU7m46OO3i4uDRobayaMCVQzfpRn > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAxdeatG5WA6QLrrqBKDWMDkQZzlu3wk { width:18.875rem;height:3.25rem;top:54rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db4q2TTSCqfgqGGSM4Mtg9F0vkbC0mLb { display:block; }
 }@media only screen and (max-width: 763px) { #MycsvPA0lWV6b6QeEfMAUxXKrgJFokCF { width:18.8125rem;height:18.8125rem;top:0rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJPfgmisRp3RoL1wBqTTWV95TbKE7mR { width:17.5rem;height:1.75rem;top:20.9375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJTClVhoxHTKl2JEtXGIcyO2auJhmNWz { width:18.75rem;height:2.25rem;top:23.4375rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vw5VXD0SFwW6RD7CxdxBstNr25eilzo5 { width:20rem;height:2.5996125rem;top:58.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRTBIdSrnHDQANcQwvcUU7URwWlfxtCM { width:20rem;height:6.5625rem;top:26.673828125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJS3alGWHGXWzDaWiTy9nt3Px4Xit2lT { width:20rem;height:7.5625rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAshCCbZ326989kay8k937G6TFAwgo3r { display:block; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { width:20rem;height:181.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { width:17.5rem;height:11rem;top:11.38671875rem;left:2.1875rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { width:18.3125rem;height:7.8125rem;top:35.06201171875rem;left:0.84375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJafAwVBngEUovneeKMNFa4JVMLMDvsC { width:17.5rem;height:1.3999rem;top:43.62451171875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { display:flex;width:2.75rem;height:2.75rem;top:30.624755859375rem;left:8.624267578125rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { width:15.75rem;height:4.6875rem;top:123.8125rem;left:2.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { display:flex;width:3.5rem;height:3.5rem;top:119.3125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { width:17.5rem;height:4.6875rem;top:53.0625rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { width:12.75rem;height:4.19970625rem;top:58.3125rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { display:flex;width:2.75rem;height:2.75rem;top:48.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { width:20rem;height:25.5rem;top:1.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPMB5fubyplGOD3cseCVHyeeoDAowm9m { width:20rem;height:32.25rem;top:65.48583984375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/r0V1JODuxCw/unsplash/rosario-janza-r0V1JODuxCw-photo-1597250090903-15e11fe19a4f.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sPMB5fubyplGOD3cseCVHyeeoDAowm9m.adaptive-delivery-prevent-bg, #sPMB5fubyplGOD3cseCVHyeeoDAowm9m.lazyload, #sPMB5fubyplGOD3cseCVHyeeoDAowm9m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lQqA62KspcazqSiO1TikclVfUMT5Eux1 { width:14.75rem;height:4.048825rem;top:112.5rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BeyT9bwonDM7S2OeQrcWcGmLEypIyWWC { width:20rem;height:6.25rem;top:105.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkyPg41731I1EbWerNBNaND2Zf6wI2Q4 { display:flex;width:3.4375rem;height:3.4375rem;top:100.3125rem;left:8.28125rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #us4T5CVyWsxgd8UFwlECHnyD1ch0i092 { width:15.125rem;height:3.1494125rem;top:129.0625rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUOiOHV4b6lpip6d6PRQ8TOvhttO4ORu { display:flex;width:4.125rem;height:4.125rem;top:135.3125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #tWOFC9seyimFPuhnT22TeEMggRoHollP { width:17.9375rem;height:7.8125rem;top:141.3125rem;left:1.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TToxSuZCFe7qOZSF51lnMpTuNPhsxTKk { width:14.9375rem;height:3.1494125rem;top:150.5rem;left:2.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrMMgLEbQihtxMXWufI3tabs6BswQhE9 { width:17.3125rem;height:23.620625rem;top:157.14501953125rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQJQwUZ7gBPcPUJnc1WoahtTbVKciEKx { width:14.625rem;height:4.5rem;top:4.84375rem;left:2.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eVIxxF2FPrAN85GZEC8bOia3MVCll6gb { display:block; }#eVIxxF2FPrAN85GZEC8bOia3MVCll6gb > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr { display:block; }#RQp8hXWWTK9WyogdF3mgooiDTKgPUBUr > .row .container { width:20rem;height:224.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxTEz6KrOT4N5EF2oa095KPWPmMTNakR { width:14.375rem;height:11rem;top:9.1875rem;left:2.8125rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QJEcpdzmkDTmiTNpFlT56rlmngshmWfp { width:20rem;height:5.25rem;top:35.03125rem;left:-0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuArTxJHn7lcCwHb7k0ASLSakonTwCT4 { width:20rem;height:4.798825rem;top:41rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTwLkvXgvZyb3g5KB56O4tHxTMT4SUVk { width:20rem;height:7rem;top:53.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8daqqXUphlT9UtnJLV7B45nBbcZx39Q { width:20rem;height:25.625rem;top:-0.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3 { width:20rem;height:31.375rem;top:70.5986328125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/5d_8NniFTRg/unsplash/joey-nicotra-5d_8NniFTRg-photo-1579798164209-8b8abcd1b7b5.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3.adaptive-delivery-prevent-bg, #BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3.lazyload, #BMwiBTWlBiFXBFDa3V4pxH96dM3tXar3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r9eyfkyButJKETxTMhGe8OfW5Ay8MRln { width:20rem;height:5.3984375rem;top:117.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glkw5WTdEos4ALctF2PImsIiA6tgl8Ub { width:20rem;height:4.048825rem;top:168.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thI4LGQkzrtOf8WsK0EORziaRRwLleOH { width:20rem;height:5.3984375rem;top:143.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMidx1d6OJb5ztGdQ76xH26Urtd22KQa { width:20rem;height:3.5rem;top:181.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeyODidPQ2bXqeK3bFKOSqIH2MT0bt7i { width:20rem;height:5.3984375rem;top:186.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QfF556xoL6640IteNQXL9pZWVnNwrylT { width:20rem;height:15.7470625rem;top:193.4423828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFTGWUFVBxSCqPlEHZTNFXH90b0NW8MW { width:20rem;height:4.798825rem;top:61.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTXIHwJkyUNX7W5T6fkVMoQxZXadUQxk { width:20rem;height:5.25rem;top:111.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofBS58OPL9CCulznrxnuL8ePzwee2wdd { width:5.375rem;height:5.375rem;top:28.96875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hpfqadbbnVxmVGP9x9c5qNnIWKmgb6 { width:20rem;height:8.75rem;top:132.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCJbEP0KqA1NlfU3iHkuhbssUVm9wPzn { width:19.9375rem;height:8.75rem;top:157.9375rem;left:0.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHe1dVCIb8BCidERksnKz22Crz04pS8H { width:18.875rem;height:3.25rem;top:212.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Admanz6omayTcNKKX96v4NrO0UQmrXEW { display:block; }
 }@media only screen and (max-width: 763px) { #vrugaAVIGaFyEWwyTRaTTKmC3aannBVD { width:20rem;height:2.5996125rem;top:217.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZBNn5lwBAv8NI6s5TTqIBkGeUCkPTK2 { width:5.3125rem;height:5.3125rem;top:47.0625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIOUoLiARfCoKpRQiW4yLBwVfbOMlkPS { width:5.3125rem;height:5.3125rem;top:104.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp7nJNLeicipEFoe7KFR99D9plUpopSi { width:5.3125rem;height:5.3125rem;top:126rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2omJmUsWko5CGCtH27sRpyuPCHzcqau { width:5.3125rem;height:5.3125rem;top:175.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxEBmn9kuIvauLsmiy2wWobMrANIa7T5 { width:5.3125rem;height:5.3125rem;top:151.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT6QFypLp9oo2Lv0Tysvo2Lb1yzCrGMC { width:12.8125rem;height:3rem;top:4.6923828125rem;left:2.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { width:20rem;height:140.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { width:20rem;height:9.375rem;top:0rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { width:17.8125rem;height:18.109875rem;top:46.65234375rem;left:1.09375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #HXVlXcJZptxDTSduy7i5ke7inGWmVkii { width:20rem;height:26.418rem;top:71.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#HXVlXcJZptxDTSduy7i5ke7inGWmVkii li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #EHXt0HOqXRVhqpTJwr9gWxtN69kltoBo { width:20rem;height:4.875rem;top:11.3125rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQK7LNB8LQGEs2EaTiWX3GobPdHUazF7 { width:10rem;height:10rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvSVnh7CZD6cUxIaMTLekvWCkpldqQsG { width:20rem;height:2.1875rem;top:19.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymJ9bRHomG8yUaxJnI1h39vTGOT6eM8K { width:20rem;height:2.5996125rem;top:109.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8DokT1TNTtgp585alZTEyDVCT0VL7Cc { width:18.875rem;height:3.25rem;top:103.5625rem;left:0.5625rem;font-size:0.875rem;background-color:#c20e0e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c20e0e;border-left:0.0625rem solid #c20e0e;border-right:0.0625rem solid #c20e0e;border-bottom:0.0625rem solid #c20e0e;display:block; }
 }@media only screen and (max-width: 763px) { #SFTuaicIs3uo7MyJsUa1LcbOhkrXgV5i { display:block; }
 }@media only screen and (max-width: 763px) { #Ewy6wZAmdQAKfSKQXCe9NyBnf5oM4aer { width:20rem;height:16.7631875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExdnNbaR5rzdneNv1meDfHTO2qqt5Ie0 { width:20rem;height:20rem;top:115.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be1DXhubXOufGhEDGFKGPUrAKW1777J5 { display:block; }#Be1DXhubXOufGhEDGFKGPUrAKW1777J5 > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwGGECIJeBZxXiQAIPN8JdSXg0GRQbwq { width:20rem;height:13.4375rem;top:2.1875rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2fpf42PfsbXInyoL6imlXGCrMRTcVi5 { width:20rem;height:9.972625rem;top:17.814453125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #r3CrfF1OIlCS6SQkyvx0IDqfbkFpKlBS { width:20rem;height:39.2724375rem;top:45.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#r3CrfF1OIlCS6SQkyvx0IDqfbkFpKlBS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #nNUmO34qbekxgq0dMroDAMzX8T60Ileo { height:11.1860625rem;width:20rem;top:30.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:20rem;height:216.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { width:18.8125rem;height:8.8125rem;top:2.015625rem;left:0.59375rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { width:20rem;height:20.8125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { display:flex;width:2.75rem;height:2.75rem;top:22.125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #OqBIJfx0hfPIsNwNASvEgsv1GXS22qm1 { width:20rem;height:2.5996125rem;top:184rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncEu52tHQhNSr2OzQKfnAxzK1eIkzakK { width:18.875rem;height:3.25rem;top:179.5rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3nF1aWT7dxJl2KNdb1DOR0nrt0wutyV { display:block; }
 }@media only screen and (max-width: 763px) { #GsJgk0Czg3yHgiPKnxROz7CoJ0VVKifZ { width:20rem;height:19.375rem;top:57.92822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac4LurbtFkZDwuOMVe5oE28sprBwWm87 { width:18.0625rem;height:11.19925rem;top:28.625rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbByG3allTUixBNVuRyFo3c39QeLuKtG { width:20rem;height:1.75rem;top:25.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9idssxLFb4aPxtJUeqLl0Hy6PS1LbVu { display:flex;width:2.75rem;height:2.75rem;top:58.99072265625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #V9opRZb8cehwviFmRflptXm999bhvTES { width:13.5625rem;height:3.5rem;top:62.61572265625rem;left:3.21875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3BRke0PpBpGOlbNbVxJ13MXCPbLzrdd { width:17.625rem;height:8.3994375rem;top:67.2265625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltPOzuRwe9FWz1fFdpcOVMqgNaIfJVV7 { width:20rem;height:21.9375rem;top:93rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdE3Fswg2EXggnMOzo1yFBEphXu7ZssG { display:flex;width:2.75rem;height:2.75rem;top:94.75rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #g87HQqrFNlpAnkQTBGe7khfsIo3zUhZF { width:20rem;height:3.5rem;top:98.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NX9mezC6Id9vevSM1VE5xtG1FQ8hSpgx { width:17.3125rem;height:9.7993125rem;top:103.474609375rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqL7KgIy5Li8PeTvbizsLEi4RJsbQx8U { width:20rem;height:15.875rem;top:128.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXQHyFgxG6RP1kTikdRK0oAOaZOXQ2V9 { display:flex;width:2.75rem;height:2.75rem;top:130.75rem;left:7.875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #o5o1vKFRvTCfQJUCbZOVr9beT68czlyO { width:20rem;height:11.19925rem;top:135.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EfoTp4dkgpLCn0o8ni03vX9Cc1owMBm0 { width:20rem;height:1.75rem;top:133.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDbbaaDKra40n3ixPluGdHKrhSrCzRv6 { width:20rem;height:15.875rem;top:147.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL2dFTJzVFIniaU1Tz4K9dcH6lzAkvab { display:flex;width:2.75rem;height:2.75rem;top:144.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #moR8l2XSQCHNK3QeNEVeNoTLH8AVreb6 { width:20rem;height:3.5rem;top:149.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoIZrmeSttLVbWLqyhFLZ7GRlddnQ18n { width:20rem;height:9.7993125rem;top:154.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krZqIUbBU0zpann4LJJDT6Q4lERXdU1g { width:20rem;height:15.875rem;top:167.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlbpz5MWztii7CJxeW4Us7mTEPW9L6Pz { display:flex;width:2.75rem;height:2.75rem;top:164.9375rem;left:2.5rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #Gwq8CeFphnGtUtJevyhlbWKDwUZQO25h { width:20rem;height:8.3994375rem;top:174.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZtoPxnmlI0Ct2o9JJO6V0CenFWTf4AS { width:20rem;height:3.5rem;top:170.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biyW2nfpcMd2FZQuDvWB6bQ7saU2BF4g { width:20rem;height:6.1875rem;top:12.17822265625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSZvOZ5pTKTaf14udhy3MnfVMiUXCv3C { width:20rem;height:11.241379310345rem;top:44.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sreXhf54Up6FUgwWQcp2xVEC1WJ2SzwV { width:20rem;height:11.241379310345rem;top:79.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwQi0cetQ2R2oW8KQTkqyMXSx4d7SXD { width:20rem;height:11.241379310345rem;top:116.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zomtTsd6zTcTsXkqzgM09dyB12CZz39x { width:20rem;height:11.241379310345rem;top:204.2987609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr { background-color:#f8fafc;background-image:none;display:block; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container { background-color: transparent; background-image: none; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container > .video-iframe-container { display: none; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row > .video-iframe-container { display: none; }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .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); }#nknNycDnOV3o3uLuNoZRJlCwlMeTq3Lr > .row .container { width:20rem;height:212.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofvBTF7QXyveSJPRrvlA5z3MZZoEXPFL { width:17.5rem;height:4.375rem;top:9.1875rem;left:0rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAqLhkQ1PJOGeebNGSbT7dlmGbRb89X4 { width:17.5rem;height:136.66125rem;top:35.875rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGM2J6eyn0sVyvW1lVfmwQATN2pIriFf { width:17.5rem;height:1.3999rem;top:49.5rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTztFirofqEZfvBBsS0NVp3X7dPhhs3R { width:20rem;height:28.125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Uop3yUQEmLdJOi6DXy0mprHlL3TkLZ { width:20rem;height:28.125rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQqDJUvTwPzmnMhok7t9chrJmf6nvunZ { display:flex;width:1.5rem;height:1.5rem;top:90.375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #fhMDvllIynfipn9mPIQiTT9Ca8Pdpl6O { width:17.5rem;height:82.766875rem;top:94.375rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbfseTnJVNL2MswTplTBM4xvNZkHB9Eu { width:17.5rem;height:1.3999rem;top:108rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HWTFlBHxVDnLTtmJVztxG1TFu37B6FmT { width:16.9375rem;height:16.9375rem;top:17.1875rem;left:1.5rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #RpEgdE9RzkiUw22p8FJkQTud2nqD1H7M { top:6.1875rem;left:0rem;width:20rem;height:16.875rem;z-index:14999;background-color:#28887a;background-image:none;border-top-right-radius:0rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGUoblLJkwmJr3CK63bfoy1MzpMTXWCb { width:19.6875rem;height:29.125rem;top:118.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERZToZcU47q5MLXyBeQbLZ4DbBETAVOw { width:13.4375rem;height:6rem;top:14.8125rem;left:2.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0Ar8nt9ZyGTsuHC8chkip7ezu1mxIQc { width:20rem;height:2.5996125rem;top:165.7631875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAdbPiLyuWwRcPxxPWhueJIHsmxkDQfu { width:18.875rem;height:3.25rem;top:161.2631875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBBoHI3kLC6FAC09aSf6I4XF4ZE7atz7 { display:block; }
 }@media only screen and (max-width: 763px) { #RJWGmUkJNLgR5EqHERhSgRHJGekWX5Ac { width:20rem;height:10.9375rem;top:169.61279609375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LO9krIpX9C1bxgP6SZXbnHThKtTktl9m { width:20rem;height:8.125rem;top:181.80029609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uci3J3zBVKL43eV73hFe7E7zf6EUmdwW { width:11.125rem;height:11.125rem;top:195.86279296875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAFaA6n8LCNOfPva6bG6E3hObwNaCkA9 { display:flex;width:3.4375rem;height:3.4375rem;top:191.17529296875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #zabxgESJK3vJWfaqvLaChZQv44qBmomq { display:block; }#zabxgESJK3vJWfaqvLaChZQv44qBmomq > .row .container { width:20rem;height:189.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7KqR4HTv1INunacHqlvcRN4VSUR1yV6 { width:20rem;height:5.25rem;top:5.0625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSebR67t01NNfJEX4mZP0Z8bfypdZlTs { width:20rem;height:6.9995rem;top:11.8154296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #pHxhQI1BCLQDDunBogP3JD7wZkkbPnFJ { width:8.75rem;height:14rem;top:22.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUsShOl7Jt0aLw010g6WhntW4kLSnuLx { width:20rem;height:9.599625rem;top:95.12353515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9Ip15MD7vWZEiLhfLJuzzvTAArc6X0 { width:17.5rem;height:28.875rem;top:46.874rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { width:17.5rem;height:1.3999rem;top:5.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU { width:20rem;height:29.25rem;top:64.624rem;left:0rem;z-index:14998;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJqQMHduGDzdayD86aO1e6yEJAX19mE1 { width:20rem;height:21.172875rem;top:112.02296640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #FEZcfTwsuBxOXDw65eNTaUTQVUpnftTg { width:20rem;height:4.79980625rem;top:105.97316015625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Uc28TUocPpVvbhuuM5TLQhJdEPTqC5Dl { width:20rem;height:4.7246125rem;top:134.44584140625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #VMJ1tuSIz3anRzwStx8kH0taA5Kx7PIt { width:20rem;height:9.7993125rem;top:152.60795390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #UbxaP2AizmUHzsTHsSiwtbl1kKreQ2kE { width:10.9375rem;height:10.9375rem;top:140.42045390625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrVc3HSFzXLe9b55QNA5txPN8EKIlwLZ { width:20rem;height:6.9995rem;top:181.44387890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dp3SpaFb0Eclr5AccU05Voz3wCQJfnlV { width:10.5625rem;height:10.5625rem;top:169.63137890625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGWlwQy0L7V1C9bqD65rADxEae3vSeb { width:20rem;height:4.7246125rem;top:163.65676640625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LVPE0zPW6KMNHgfkSz9M3mxQlUQv4tsn { width:7.625rem;height:10rem;top:23.1904296875rem;left:6.625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly { display:block; }#LeMUJd9Ak2rGhBJFZQCSFAWlc4n5JWly > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl { display:block; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { width:20rem;height:124.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhFi75xHyMMhOUUEUJdgpMC7hMtRPLbp { width:20rem;height:2.75rem;top:0.75rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUIk0FZCRgvLdx7XeraFUPyBU9VE5aOa { width:20rem;height:4.19970625rem;top:7.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-text { font-size:1.125rem;height:auto; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF { display:flex;height:auto;width:20rem;top:14.0732421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #cdnAp1JTRLCSf4hbqeriIqu5OJbsZzkK {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #s0EPR6oiebbeItWrBGGVUzi4uBrCELFr {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #BL2e8KJgsCe3ZCQelhN1JZShW5cc62V1 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LAzfEP0sBl9dNCt3TTAWypFxlpTlIST4 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #T5DBbiNmTet35OJUrBbdLDs2gGNgcgCS {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #RT9ZktAlURg0rLWD5S16EkTtD04SFJ68 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WlOZfRAKxAN2HNU61BB3oDz8w42n1kl5 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hSO5qpf3MLMQrxTT8D7pQXewTosWc094 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #id2fxZRTZQg52ZIrkuDkNcSlR3W1d8e2 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #XtrIZDmr8fcTISpCCWqcpr4CVEkGJoQB {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #T8HQXlX9f38QIRmSu83cmhm7710ufpcQ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zOWKmVw806D4Cs3tDFQI3amOTLh08gTN {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #DCvwzGOANzeEuucTN6pSUwxa9VHpz5ku {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hhZh58S62xZNPfs66MxcbxCqIi8D9Bvw {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TgSuZw2XRfmfXqf7EFVtTqKLCTnS799G {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WVOTkt7y3qO5FGT31ic6hXZrdlNu3yAe {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #AdfPfG3UStmtJeAbqBbpxXDMnaTf4Gcq {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #IIm6ZxvErBRkSDM4Lsh7He7pLoHIS8Fl {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #b1bUVyGn75EPbgfUQ1KWuGV13x1y0dTz {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #zB5SODTFwgVdKWTHmTrcBbfFPddqTATw {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #Mpd25nLS28kMUXH8v3rVTe7apR6teEKx {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #BLXX7iwvBZ6mDeGGkvWIJMEspiOhuiSx {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LxohLEA4rJyxhDrUP9H487Qke9QPItMX {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #eRqmOwN0kPsKLGtZABHpihpUg77cTFMx {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #swcTFqzNafWA2SGISbKDs0Dhcig0zQzT {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #pPMBrZxHT9RwVwP24qSdJdwzqzb8O9hq {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #KxkQNqdVTNxrvaxiyvDNoHIIzIRNKoV1 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hyZRT3kesuniAl6ADOrmx7mDKsz2uOIQ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #UfdnFcB5wU8LiCuEwdgomtalcvlZ0nv6 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #X53CdTqAGKVtLnTM1ppJ8ET8BqGHbqPM {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vyQ62rii87nIr3gfDz5urNn0BehrakF2 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #h0aq7GM4JdQvEgXVaXKKAfovMrtfk1xB {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #H6yvGLif8HNhTCrXOnoP3J2xboqETPzL {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #gRgkymC9CsPNwbqSgr9UQ998bNfmRXyS {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #PecPSt057k5uG5Fn8eVrpCcFTgLUDFGE {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TDvmCH3HQ3Ps5fhZcTBuU2uW2z7EohdE {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #bALWTTQzy8TUoakE20U1PpapTrHJKerq {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #S1w6AXzr3OMqLDRbvbfnG4QIz7GsWeIS {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #VKSChSspMoBUFz7s1V8e6FUS6B1XPV3A {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ugPm5PfC21DvisBQk52HAtCpLshUzBkc {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #DWHmsmAhsHIR670L2qqOdsHh0pTWJkDE {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #yXT7WdEvXZ64ZUfwXAynZTIOvycxwNmr {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #WeFwicayaAAriw1pLC5R2TJrq4fClBWE {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ahKspo8I11d1Q5QkeByISoeHF9VdkUTH {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #NNTRPwCbaPSQ9cVeTMJRMBT20Ta7LB5D {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LDzk2SVVCwKCBxmTn3WM3rJnsm2TpSIA {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #iOnrRBGbxheNS6LifcDO5qe14PM6EaWx {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #Pzxe1U5Fxxvn81oevS4vp2TGuRT3JSGX {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #bnyCbzQ0GiBAZaE7o7CiCTfXncqLUXdQ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #dPk8fQpSVhP49w1TIyegDSzCJIcRsOAg {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vcHC4IK1ZkqwC90QAIcdnAgIe1fuT8N5 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #G6spyBbICso6kdC8fcxh5LdKTcIgfJsd {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #GJZf5RBSNJ7F2XFhPzeVEUyhW4RTDSvd {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TxeJSSq3s8HqSZ8D3xOW6uDyhwFVEJlQ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #SD9b3zk2re2SpLqIgnwOZapID1LqhFHh {  }
 }@media only screen and (max-width: 763px) { #UR8AuGMRIvfPsd7uxtgSpVvosarllZny { width:20rem;height:2rem;top:4.04638671875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCNV1O7xzmL81Nmfl899yScqK33xw1F { background-color:#0f283b;background-image:none;display:block; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container { background-color: transparent; background-image: none; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container > .video-iframe-container { display: none; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row > .video-iframe-container { display: none; }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .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); }#ZxCNV1O7xzmL81Nmfl899yScqK33xw1F > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0TJHJsbHtTiPh2Mf4Wxu4WB2lwTtfHR { width:20rem;height:11rem;top:14.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;color:#e7f9e7;display:block; }
 }@media only screen and (max-width: 763px) { #fBpDubo7CJNS9r7cBNdWSHchJ5oGkuhp { width:17.5rem;height:4.72411875rem;top:28rem;left:1.25rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #JIhk62J2SxHP9pCChOz9fq8zBGzdGgnQ { width:19.8125rem;height:3.5rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgkbyiwEnJXoK7wrGOzZbI07ghidmOSH { display:block; }
 }@media only screen and (max-width: 763px) { #amWQZOPUFr7JFpySJeiJi5GQqTWr4HnN { width:7.5rem;height:7.5rem;top:3.34375rem;left:2.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OHqy4b71t4fu90fi5PtukdA6koDiLHTS { width:7.6875rem;height:7.6875rem;top:3.25rem;left:10.375rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#98c548;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hZxdZNP95tC6i5PvG1bD7BHmfaAtup12 { width:20rem;height:2.79980625rem;top:39.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd { display:block; }#d0gWrD9Zqb0psciPuNOfk8fSfR0ZqtDd > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdxyzBhS6Z7DdQ33zh55iKp2qPUAwnTC { width:20rem;height:7.875rem;top:3.5rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDd5ncUbztVwTy89HTMsnOqqdFxdlMOf { width:19.375rem;height:8.8125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSNWPuTxg1axXyTIylPJvO1NH7PAy81C { width:20rem;height:2.51855625rem;top:21.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNrBnMe2BUv3NIvVM7q1vttTDeArF1f { width:18rem;height:3.0869125rem;top:24.375rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn0pAvEMATycHwhXOKmaHJdbO4COK0S6 { display:flex;width:6.25rem;height:6.25rem;top:19.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2cvithr9P5M7RsafncRaaF5VZBJCTSG { width:19.375rem;height:16.0625rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZpLqstIsm6NTeIXee0Tm2ODNJ7PbSRJ { width:20rem;height:2.51855625rem;top:38.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Ets3btATuu7uocTVTuMV6BCb8cTTaD { width:18.1875rem;height:10.2368125rem;top:41.375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDzVLnF374lH1oLy5WFGuoUTT0MTZfR { display:flex;width:6.25rem;height:6.25rem;top:30.0625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #UIWZcNsrKwDhknKAzhEqfBhSa8dLWa9B { width:20rem;height:4rem;top:13.4375rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX { display:block; }#iB4i0Tr9WTOJsbz3waUXovbVk4BQLPNX > .row .container { width:20rem;height:240.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X41ZKf3m3SLgtVnkCNWQgJvKmQUVpChl { width:19rem;height:68.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDnkiUD35DIz9GLU87TgPVEPLQCOvgD5 { width:20rem;height:2.35595625rem;top:2.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJCKkUycuTE1eguQ27NTmzpmRMyV0hbz { width:19rem;height:5.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqs0TbuwJvnKez9I5EG9vwrnIZsLJT6O { width:20rem;height:2.4375rem;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcLR3LOaZ1QFzFT8ptb5cNBeUlfMAonW { width:20rem;height:2.51855625rem;top:9.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3FE4WCGR4xMc7pgopghyhVBeBZmnppg { width:20rem;height:3.4121125rem;top:12.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTTAeUULt2FOak7eT10JfUhWfDQWMRn { width:19rem;height:1.875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICv6VWRTK8vBaXBuMQdcwfnFTUSzQwXQ { width:20rem;height:1.625rem;top:17.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOOlM9mf4Zsf8gvdx11w9dHAMaJAB85e { width:13.8125rem;height:2.92480625rem;top:59.35009765625rem;left:4.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow3PClk8Tv5yc4yLvBCDLXGfC9eqmT09 { width:16.1875rem;height:3.4375rem;top:64.3125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpfAUbavTTZVv4Dp8JQIOUPmWEmvvcny { display:block; }
 }@media only screen and (max-width: 763px) { #UctuTyyrFSdOUSvzutC5SEiOixkttIQc { display:flex;width:2.625rem;height:2.625rem;top:59.5rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #zf0NXTmzVAfhqCRlUwJ2XeoTDFLmEhxB { width:17.4375rem;height:25.556625rem;top:27.8125rem;left:1.28125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#zf0NXTmzVAfhqCRlUwJ2XeoTDFLmEhxB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #XQNM3ZHVzFt5QahdBTomPcUhm9dkrqF7 { width:16.9375rem;height:1.875rem;top:72.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdbLUd3uJ1a7VX0bBWzkbu7rLfNmhTU { width:16.25rem;height:0.87510625rem;top:73.375rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ckqw7PFMbTi6DOPWZHEoEx3P4thkqGxx { width:19rem;height:57.3125rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxSAJLwR4McADulJoJvtNPOP8QR7ioG2 { width:20rem;height:2.35623125rem;top:75.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZt4dVxBApsC7WOXk1hUFOMcXpqOwiGC { width:19rem;height:5.3125rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUhg9F47GTHC7iUzFVNdSLMIDDNpcfq { width:20rem;height:2.4375rem;top:78.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OypvKC1MzqdPU44IrI5Ux0hrpT9heoDa { width:20rem;height:2.51855625rem;top:81.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au284LV6lBXthENx8yocyIk11kVtokO2 { width:20rem;height:3.4121125rem;top:84.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp3zC8im6FvK8uEpOtlA4feK78FfQi6f { width:19rem;height:1.875rem;top:89.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sulOb1nEvp8e3XES8UlXzM6xn6T7BheX { width:20rem;height:1.625rem;top:90.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTpwA97BNnUQhLA3sbnRBMVHwbNpbXD { width:20rem;height:2.35623125rem;top:138rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX712MBlom4UcL7bF6vvImMU7GIosIMg { width:19rem;height:5.3125rem;top:137.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzGavGOFPyJOu40bxzL4r3nqA5gH9Wt1 { width:20rem;height:2.4375rem;top:140.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpGSiFQEqUfCcPtmqnVhpqizatOPMtL8 { width:20rem;height:2.51855625rem;top:144.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPRo3Pz05hm4ute9zh6IDd25Jo1IfdAG { width:20rem;height:3.4121125rem;top:147.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzLFgsNWnQcUKOeLeMi4MsEZvQwDdVc { width:17.6875rem;height:3.72411875rem;top:113.2939453125rem;left:1.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ZIzLFgsNWnQcUKOeLeMi4MsEZvQwDdVc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
 }@media only screen and (max-width: 763px) { #a99f9CU9x5bu2dgFBJNOLdi9Th31aCQ0 { width:15.5625rem;height:2.44921875rem;top:55.5rem;left:1.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p98DNaWbuSeHa8RySaOSUsrVSt0e15lX { width:17.5rem;height:3.4375rem;top:126.52392578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMBevB78nIgTqIc89mWVZdB9hDQyKR5P { display:block; }
 }@media only screen and (max-width: 763px) { #WmNq3gzVxxiuezs5EecTRxMv6sx5iQuK { width:17.6875rem;height:20.3828125rem;top:93.3603515625rem;left:1.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#WmNq3gzVxxiuezs5EecTRxMv6sx5iQuK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #aGzVIh6oJryg5dEDVFCWrZDLsOXkkHoq { width:17.6875rem;height:2.44921875rem;top:118.30029296875rem;left:1.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bHHHx6WgoVhHlWAfPfJL7KweADW3PLUR { display:flex;width:2.5rem;height:2.5rem;top:122.0625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #oJQ3UPdT1wOQvyJokAP1WBoThleAPwD4 { width:17.6875rem;height:4.861325rem;top:153.1875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#oJQ3UPdT1wOQvyJokAP1WBoThleAPwD4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #GxiQAdd1FNDQGpa8gAmhsbT72zMmFggn { width:17.6875rem;height:15.834rem;top:158.75rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#GxiQAdd1FNDQGpa8gAmhsbT72zMmFggn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
 }@media only screen and (max-width: 763px) { #IECfEEtZehml5yRsJD4KAcgxWlGTS2fC { width:17.6875rem;height:2.44921875rem;top:176.0625rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uu4IcFTRMus2csXFdZ0vNlwcuJOGESgl { display:flex;width:2.5rem;height:2.5rem;top:180.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #M1rvo9KrzvEpzJQd4afTuJZKf0ZunTDy { width:17.5rem;height:3.4375rem;top:184.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NON4kzJQhbRrBmrri7AnfJEiJPv7byOK { display:block; }
 }@media only screen and (max-width: 763px) { #A5RE3TnIFRVrZd62GDougt2pxeu4mTOb { width:13.937rem;height:2.92480625rem;top:178.51171875rem;left:4.84423828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRRItxTS06klV84yQa9BDP5fITTff5vg { width:13.937rem;height:2.92480625rem;top:121.85009765625rem;left:4.2802734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn60gwCmgxxMGKi9r1dbas0rEoMu1M1Q { width:19rem;height:53.375rem;top:137.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaDTRKO99sLUu2z3R26aAKzAfOCwbkfz { width:17.1875rem;height:3.65625rem;top:21.625rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NElz4tBnBqv7vLUqeTqSbMsAsfbzbbUo { width:17.5rem;height:3.65625rem;top:90.642578125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzAVvcmVb7cV9c0XtTLuFyMbKd3diTT { width:20rem;height:4.875rem;top:180.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vamrisvADFGTUTwgKKTJZKVgNEQKfu4W { display:block; }#vamrisvADFGTUTwgKKTJZKVgNEQKfu4W > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKkhKToSKbaMqVOx2lQhu0pv92l8OytZ { width:20rem;height:4rem;top:13.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c457gUTn5S5V9FtGKamVVHkfWLrn23sR { width:17.5rem;height:7.875rem;top:4.6875rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr { display:block; }#ibpC8LIuaJ39hSTngq2Qx3gKZbKP2wCr > .row .container { width:20rem;height:115.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJzmZNBOCZDTBwN8axC2zLSd6FgmoFeV { width:13.6875rem;height:9.375rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLIkzgMOTVHoI4NHvE66C7MwqNh68hWo { width:17.875rem;height:5.249025rem;top:15.875rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oD93TevmGt0hHTbNTmXsTQkfPRXONrbf { width:18.75rem;height:2.75rem;top:11.875rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXxs7vWtEHDTQoS8Xm7tTeWsg3CwWCWO { width:10.0625rem;height:10.0625rem;top:57.9843875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbnrqL3efvWxWmvq7SKSOHg3c0TFw9Vg { width:10.0625rem;height:10.0625rem;top:86.69533125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpuiFT6Dl7cXR20bq2rA0FGLCOC9ynAo { width:18.75rem;height:2.75rem;top:40.58594375rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQScguMulMo98VkCJKsPZlEr6Rxh8Xs5 { width:18.75rem;height:2.75rem;top:69.2968875rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2tbHUN2yeCN7PnJ9wTCc7FtHHw2V3Kv { width:18.75rem;height:2.75rem;top:98.00783125rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBc6IdsL0yugrd1kqpltKMUS1I4eBRQ1 { width:17.75rem;height:5.249025rem;top:44.58594375rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QfheWPN1QbO8wah6uV8A6UPgQz3lUy1o { width:15.4375rem;height:5.249025rem;top:73.2968875rem;left:2.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQFnNDPfKGRiXivX54aKwDHL3AQZKCsu { width:17.5rem;height:5.249025rem;top:102.00783125rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSZnQka3cKymzmuXTlsF61lxX7tHuymO { width:10.0625rem;height:10.0625rem;top:29.27344375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6lqnUSHbO0XVrLHVKyvHG0hhA8GJFPq { width:17.1875rem;height:1.04980625rem;top:22.374025rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCVi6eg3WT767zirZWUATvH4B98Rv2fC { width:17.1875rem;height:1.04980625rem;top:24.67383125rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nsxhSy0OTwrsOuxk3WAUoll726JROg7e { width:17.1875rem;height:1.04980625rem;top:26.9736375rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7UqWK50BerbsMuFxniXRtMczrpPJdi1 { width:17.1875rem;height:1.04980625rem;top:55.68458125rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usvE88hibB0wZqcd8VlQ5Dk6T3uvloww { width:17.1875rem;height:1.04980625rem;top:53.384775rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MB8iM6v5XxdUvWVBUvMdNp4qv0Q6HW8e { width:17.1875rem;height:1.04980625rem;top:51.08496875rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWd2tPb5DX7uyHl0uv3nCABCzOWqJhcT { width:17.1875rem;height:1.04980625rem;top:84.395525rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVgz03OXlI3JDuff3yG1Z3D1JV0fsqQm { width:17.1875rem;height:1.04980625rem;top:82.09571875rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6guKu9MDZvZu7wOgDJ8Con9F607FX6r { width:17.1875rem;height:1.04980625rem;top:79.7959125rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTTGyGPTXuRHeeeywP95lqCrN3q7OKVD { width:17.1875rem;height:1.04980625rem;top:113.10646875rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uG3J8morGqxzzGsQ8bKdToII8SshvT0A { width:17.1875rem;height:1.04980625rem;top:110.8066625rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTGJd0JN1WDDJbJ0UqBpsGIeu2Q0HorL { width:17.1875rem;height:1.04980625rem;top:108.50685625rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi { display:block; }#ts5w6bsHRKTnZVM7PFV0XmwGSXdxqvXi > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUQckimA0cBhOBO7w8FwqmdSuKRnAqCb { width:10.0625rem;height:10.0625rem;top:28.9111375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9e3fSqe85XisFDdxTJTNN7PDxPahQZb { width:10.0625rem;height:10.0625rem;top:56.572275rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOP98xdKHgAqCGdTXXCfE1pWGsIcinrG { width:10.0625rem;height:10.0625rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zycEJi8RJxXBV63eC3Mk3gCU9yW3ZbqJ { width:18.75rem;height:2.75rem;top:12.5625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJ07v5rcDWxeAITfZhvybso4ZiwZqcIa { width:17.3125rem;height:2.75rem;top:40.2236375rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoqofD08oH3byb9xA1DxRi7bgR8OOXry { width:20rem;height:4.125rem;top:67.884775rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyASyN2gHRb7iIg0gTNpvSltffdFNqLr { width:20rem;height:4.19921875rem;top:16.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVsCJJMDiT0kUL0lz9TGLyVUXa0ZEXc3 { width:20rem;height:4.19921875rem;top:44.2236375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZfpkOo9o9ubPVAJMEgJax9LJXccyTMu { width:20rem;height:4.19921875rem;top:73.259775rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVVaW3mSGfWESyU8QyRLfy24VFUpTlGX { width:17.1875rem;height:1.04980625rem;top:49.67285625rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtJxBuqFPooBWKDWupulRJ9GNVm4E6tF { width:17.1875rem;height:1.04980625rem;top:78.70899375rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8IOlAE5pfiahmsdOuMLVe9lIiCnJuPq { width:17.1875rem;height:1.04980625rem;top:51.9726625rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUKZIcI4CNeWGz90qHLIgFxEhnWld9Rr { width:17.1875rem;height:1.04980625rem;top:81.0088rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgylEb7Plti8CgWxBZvss6QhKDuRfHl8 { width:17.1875rem;height:1.04980625rem;top:83.30860625rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoElulevixXpz0DJoO3VKKMg2rpbRTDs { width:17.1875rem;height:1.04980625rem;top:54.27246875rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQbB07fH1FyrCyVqOaDgkQzXqqfazu90 { width:17.1875rem;height:1.04980625rem;top:26.61133125rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ulv2d478aXsxEETmdT5xBe1G6XRgG8G7 { width:17.1875rem;height:1.04980625rem;top:24.311525rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ci2T9dc8tban2TCVDLvoedsFp7JSXGqD { width:17.1875rem;height:1.04980625rem;top:22.01171875rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s { display:block; }#CLtg8mWRO4UcvkIyoPaT0tbAnc9lSa9s > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OREIkrLEa8OepuyLVfhXMoKk5ramM2x7 { width:20rem;height:2rem;top:13.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0M8PdLAtmNDhM7gJeDJmzoAWOla8B7K { width:20rem;height:6rem;top:17.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpLZ8dFMPxbu75lEL9pXE0x8DJXLVFqt { width:20rem;height:5.5996125rem;top:24.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N { display:block; }#qZWbXCFnD2EuqRRzkSObkkJ9dOf0Zn6N > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxQ85lNf94S3z0tZdsK1rSCy876THreH { width:20rem;height:11.166666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk1xeprcRkD6dtRRJZtp9KCryl8Qp2T1 { width:20rem;height:27.9980625rem;top:24.6665rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vohd8913BUxLlScqROcaPB0iBoQiU763 { width:20rem;height:9.75rem;top:13.6665rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 { display:block; }#FWuyCHC5UawASO2J4Ub4O3uonPgl1NT2 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZfizl0nWTXhcE5qzi3HRlADuZu09c5y { display:block; }#KZfizl0nWTXhcE5qzi3HRlADuZu09c5y > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taDZFiaBdJVDozEQZ3rPw0GWCCFgvz5E { width:20rem;height:7.875rem;top:5.0625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xovgHyboB7fT6ezUvo2B152EdE4zpVxc { width:20rem;height:8.3994375rem;top:11.8154296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #tTUTdSWThUG17tW4T1lCPffyVayTpk3K { width:12.5rem;height:3.5rem;top:40.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wELcxEUlOP7PqlO4dHGnCl80iPJP0UOw { display:block; }
 }@media only screen and (max-width: 763px) { #g38XmwIqd4GZBfMDVEy2KbkLCTqRHSze { width:10.3125rem;height:15.75rem;top:23.1904296875rem;left:6.625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #kttHFgho7oTHnT2862BdwORWU7AA8eo6 { width:8.75rem;height:14rem;top:22.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6ZiJ5lGK09beXSJrWx8apIIec9LTVG { width:20rem;height:4rem;top:50.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEnrCJ0M4FJv9B6qFGoliDLe5QFdKtAc { width:20rem;height:6.9995rem;top:55.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #FKJtEVwpgu2uAh1uJmv2LXGbkT25SR6p { width:20rem;height:4rem;top:45.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWmMekbTu1L0rrC80HklHhxRlBGudvHf { width:20rem;height:4.38720625rem;top:64.124rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihrTTd2n72zFFfl5yec6EubQIit68kVk { display:block; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { width:20rem;height:148.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { width:20rem;height:31.25rem;top:1.25rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { width:20rem;height:18.125rem;top:18.1875rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { width:20rem;height:18.125rem;top:110.98730625rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { width:16.25rem;height:2rem;top:29.6875rem;left:2.5rem;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { width:16.25rem;height:1.462675rem;top:35.0625rem;left:2.5rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #dAlHebXT5ZOXGSMNWgHbIcBg4X7Xau20 { width:16.25rem;height:2rem;top:57.61230625rem;left:2.5rem;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #qf44EqZcmbMg4Vl7hL2eR3WHSMdkaHil { width:16.25rem;height:1.462675rem;top:62.98730625rem;left:2.5rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #QcMLBvpMMHodhf3B0BTVHCHvdS0WRWTy { width:16.25rem;height:2rem;top:121.73730625rem;left:2.5rem;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #b6SnmKErS9wZxgFFqqguoF7URmE0oO25 { width:16.25rem;height:2.92480625rem;top:127.11230625rem;left:2.5rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { width:20rem;height:18.125rem;top:46.11230625rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { width:20rem;height:31.25rem;top:45.98730625rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { width:20rem;height:31.25rem;top:78.48730625rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { width:20rem;height:4rem;top:39.23730625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsMxHFxm8OU4F2BhaOilQDxfStviTLRK { display:flex;width:5rem;height:5rem;top:131.2871109375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #hcpU1l7ATgegDJOxtm8FXuhBRQnekRyG { display:flex;width:3.9375rem;height:3.9375rem;top:137.5371109375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #X8LXwZOsHcCTviPGI0a3keZLhTTlIk85 { display:flex;width:4.1875rem;height:4.1875rem;top:142.724609375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #AguNUKi5UgyiuewG6JS2NFuvB7tekKKE { display:block; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2SuNLO7ivbG85DDrzJkCJBnMVikTzy4 { width:1.875rem;height:1.875rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdb8RMKOZsS3sfoP5eLtyCH31EpMolQQ { width:5rem;height:1.9375rem;top:4.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10GONuyPDXZiSQCG41nqD6tVkovKWzL { width:2.8125rem;height:1.9375rem;top:10.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQTVtQKInDreuM9DJmTHD63t6wLTB79u { width:4.5rem;height:1.9375rem;top:13.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3SomozdHBMA8a7ABpQDyAC2hgoGntTi { width:3.375rem;height:1.9375rem;top:17.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGym1URcam0HLHyuyTAnRHXmyxQaWxDf { width:9.3125rem;height:3.5625rem;top:23.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsQasWxo2tetaBPeLQqs2VrcH8dhK4ck { width:20rem;height:2rem;top:20.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt { display:block; }#CbHNXuNe6ThTSmO45kWCrG5lRWTZxhBt > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCISlT1hyZTXa1PSi48yTDJMG3e0Uop2 { width:20rem;height:16.8974375rem;top:20.36230625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HokGoxeRRVsyAh3aMCTR8ZHrW336PgQc { width:12.5rem;height:1.29980625rem;top:35.91018125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgfGVLiSdpk7ME0nZCeoTH11acOUqp1Z { width:14.625rem;height:10.39844375rem;top:38.4599875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hUFmBdQSp6kouNhFLoz6po9Sa4FAnX { width:14.625rem;height:1.29980625rem;top:51.35841875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCXOm2O62WGMIN9BSiTgTWOl5u5nVKmV { width:12.5rem;height:1.29980625rem;top:48.8086125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQxNstXHPskbFu3u0yxtnHPZMRfGoEF6 { display:flex;width:2.375rem;height:2.375rem;top:14.1875rem;left:8.8125rem;font-size:1.625rem; }
#sQxNstXHPskbFu3u0yxtnHPZMRfGoEF6 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #IDT1A0PrqPTrR2ysXKipX6SmdxvP959x { display:flex;width:2.375rem;height:2.375rem;top:10.5625rem;left:8.8125rem;font-size:1.625rem; }
#IDT1A0PrqPTrR2ysXKipX6SmdxvP959x > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #EsuL9pRc0SahuZ0EIJDDee5f2pAVI4gv { display:flex;width:2.375rem;height:2.375rem;top:6.9375rem;left:8.8125rem;font-size:1.625rem; }
#EsuL9pRc0SahuZ0EIJDDee5f2pAVI4gv > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #xDpAStSXyuxmnt8AeqCuoPZ0sJJi6BpC { width:19.3125rem;height:2.5996125rem;top:53.908225rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6DK2rOVTeL4Gn4RXXstL7TxHTClyFLL { width:12.5rem;height:1.29980625rem;top:17.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { display:block; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { width:10rem;height:3rem;top:26.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block; }
 }