.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#f7f3ed;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { 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;z-index:auto;display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { background-color: transparent; background-image: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container > .video-iframe-container { display: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container { display: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .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); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { border-width: 0; border-radius: 0; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { 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:4.5rem;width:10.3125rem;top:0.4375rem;left:32rem;overflow:hidden;display:block; }
#bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:0rem;left:29.1875rem;overflow:hidden;display:block; }
#hsiFN8d83bbguZJr3x1Sr0TiOCTHpGKZ { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:39.8125rem;height:1.29980625rem;display:block; }
#yumTLw07yBMOLU8XF24Am8btfTJIrHaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row .container { background-color: transparent; background-image: none; }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row .container > .video-iframe-container { display: none; }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row > .video-iframe-container { display: none; }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .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); }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row .container { border-width: 0; border-radius: 0; }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { background-color:#000000;background-image:none;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; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { background-color: transparent; background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .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); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { border-width: 0; border-radius: 0; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { font-size:0.875rem;font-family:arial;height:108rem;width:75rem;overflow:visible;position:relative;display:block; }#xvabw6kchkWblANLo88nuwQQXsQgqB98 { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:"inter tight";font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:13.9208984375rem;left:16.125rem;height:9.4863125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:55.70703125rem;left:16.75rem;height:9.624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.25rem 0.25rem 0rem #f7e397 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.875rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:99.06005859375rem;left:18.0625rem;display:block; }
#fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrIP2InXLvlGJZrn25TwR1fFPmyogmcH { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"inter tight";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:0.5rem;left:32.25rem;height:2.5371125rem;font-style:normal;display:block; }
#u0om2Rl6laFCVVcI01px2fWDZpGbJ9dH { box-sizing:content-box;height:2.875rem;width:12.125rem;position:absolute;display:block;z-index:15000;background-color:#f7e397;background-image:none;top:0.375rem;left:31.4375rem;display:block; }
#BV7WGHQF19nEi4hrVwZ9ZI7FABiX0L5T { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:24.20703125rem;left:18.625rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCowmREAAi04Liic0PJHIP2IrmRvmyHq { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:22.6875rem;width:31.75rem;top:67.375rem;left:8.875rem;overflow:hidden;display:block; }
#Fb0frNSwikTaizF8MNFOta1adczzg7Uz { color:rgba(255,255,255,0.77);display:block;width:15.9375rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:105.3125rem;left:29.53125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Fb0frNSwikTaizF8MNFOta1adczzg7Uz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fb0frNSwikTaizF8MNFOta1adczzg7Uz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
#na12W2eNfdLNkp4qwo6WWqKZKoMTlZMR { position:absolute;display:block;z-index:15009;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:14.5625rem;width:6.6875rem;top:6rem;left:15.5rem;overflow:hidden;display:none; }
#Hn7UhutmdiWP1rHnZMnaTKW4Vnz3828D { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5625rem;width:26.25rem;top:4.5rem;left:24.125rem;overflow:hidden;display:none; }
#JpUcvtbTh18leggTCgC9XVL8Jq0qRXrR { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:13.5625rem;display:none; }
#Fg0dQox4zCsMRCdFRn5Drd0n7wTGshb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypxhfwZHFwMizKoLzUJwHr0gni9z5Sp1 { position:absolute;display:block;z-index:15004;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5625rem;width:19.375rem;top:3.3125rem;left:49.4375rem;overflow:hidden;display:none; }
#y5iVwLtbNsKoGTok4n67ExAztxwu7MVi { color:#f7f3ed;display:block;width:21.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.8984375rem;left:27.5rem;height:7.7495rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#y5iVwLtbNsKoGTok4n67ExAztxwu7MVi li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#y5iVwLtbNsKoGTok4n67ExAztxwu7MVi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbdf00fb58063ee695c20d6451fd8ec4c9912e4c.svg); }
#CngB7WIqFi78a63vKhPOOfXNydOgK7FT { box-sizing:content-box;height:10.6875rem;width:26rem;position:absolute;display:block;z-index:14999;background-color:rgba(247,227,151,0.02);background-image:none;top:1.87353515625rem;left:24.78125rem;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;display:block; }
#tiVxuPna7dzbwcRsuOGe1Fm9irRn3KHD { position:absolute;display:block;z-index:15016;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17.375rem;width:26.8125rem;top:72rem;left:40rem;overflow:hidden;display:block; }
#msM8BInmbdTq440xlWN3iIdconhlDwD2 { box-sizing:content-box;height:2.875rem;width:12.125rem;position:absolute;display:block;z-index:15002;background-color:#f7e397;background-image:none;top:68.5625rem;left:41rem;display:block; }
#hw16PqtF0WUhvQwWRqPAMwVzutpS2DE2 { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"inter tight";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:68.6875rem;left:41.8125rem;height:2.5371125rem;font-style:normal;display:block; }
#SpCdXo5b1n6TUGCp2b0CcAU5APFUB0WM { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;box-shadow: 0.3125rem 0.4375rem 0rem #e2c34e ;height:22.5rem;width:40rem;top:27.84375rem;left:17.5rem;display:block; }
#CU5GZnyawSxxTDzSo5ecRCz46EmWrNH1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:92.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXNoDz4KOiaW1muGAwRHl4m6SXiDG3iO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:95.3623046875rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csT2w39AXMm7xBHs7lirFJC059lD2NCE { color:#00ff88;display:block;width:46.5rem;position:absolute;font-family:inter;font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:52.51953125rem;left:14.25rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fgEsmqpxXsb2xQnXiKRDZS5lZTek5bzd { position:absolute;display:block;z-index:15000;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.3125rem 0rem #000000 ;height:18.8125rem;width:42.125rem;top:0.59375rem;left:16.1875rem;overflow:hidden;display:none; }
#kFSTgymO6cvyauSMxaypHB28834XDTnX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#Rum7ubDK2nbwwIGTwfCAJd6dN3ItCFyy { position:absolute;display:block;z-index:15019;border-top:0.25rem solid #00ff88;border-left:0.25rem solid #00ff88;border-right:0.25rem solid #00ff88;border-bottom:0.25rem solid #00ff88;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.75rem;width:13.5625rem;top:67.375rem;left:54.4375rem;overflow:hidden;display:block; }
#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row .container { background-color: transparent; background-image: none; }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row .container > .video-iframe-container { display: none; }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row > .video-iframe-container { display: none; }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .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); }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row .container { border-width: 0; border-radius: 0; }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#TXKbu7yuoyQUtUBzL2HPFMOnBgH95KKg { color:#f7e397;display:block;width:17.9375rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.3935546875rem;left:40.53125rem;height:4.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TXKbu7yuoyQUtUBzL2HPFMOnBgH95KKg li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TXKbu7yuoyQUtUBzL2HPFMOnBgH95KKg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
#QM2DJhkMeDfEeOyHREru7Flid9kDQn7P { box-sizing:content-box;height:14.375rem;width:0.3125rem;position:absolute;display:block;z-index:15007;background-color:#f7e397;background-image:none;top:1.90625rem;left:37.3125rem;display:block; }
#VCZEfTxNK4OzApwp44sTsFG2yTcCvVFC { color:#f7e397;display:block;width:12.25rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.2939453125rem;left:23.40625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#VCZEfTxNK4OzApwp44sTsFG2yTcCvVFC li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#VCZEfTxNK4OzApwp44sTsFG2yTcCvVFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
#EfpZrD1PaupzZFqxLJC06hBNp5QmClUG { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:13.5625rem;display:none; }
#pFZgITFzrJhrDzaOQx15lkhfCdwfQMaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByMseJpuApd4kRpMouwqvx3ami7Bu1hm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BvINd3r90wKbqirTzXZ8mSaOgukd6i0u { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:15.375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t5iHEvibkdaxbZcECNLe9UDlbdHzKevn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#glcQuqVG6q0LMBk4saU7VGn6Wi6PrmPo { color:rgba(255,255,255,0.77);display:block;width:15.9375rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:60.01171875rem;left:29.53125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#glcQuqVG6q0LMBk4saU7VGn6Wi6PrmPo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#glcQuqVG6q0LMBk4saU7VGn6Wi6PrmPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
#g2gOoB6TZeTiB6miAULSl5PEF4Vk10b1 { color:#f7e397;display:block;width:17.6875rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:9.2939453125rem;left:40.53125rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#g2gOoB6TZeTiB6miAULSl5PEF4Vk10b1 li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#g2gOoB6TZeTiB6miAULSl5PEF4Vk10b1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
#V9GKo3B3StoSv8xFfJcTnNfS1oBQzKpQ { color:#f7e397;display:block;width:12.25rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:9.2939453125rem;left:23.40625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#V9GKo3B3StoSv8xFfJcTnNfS1oBQzKpQ li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#V9GKo3B3StoSv8xFfJcTnNfS1oBQzKpQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB { border-top:0.3125rem solid #864df9;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; }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row .container { background-color: transparent; background-image: none; }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row .container > .video-iframe-container { display: none; }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row > .video-iframe-container { display: none; }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .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); }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row .container { border-width: 0; border-radius: 0; }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row .container { font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:block; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 { position:relative;display:block; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 { background-color: transparent; background-image: none; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row .container > .video-iframe-container { display: none; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row > .video-iframe-container { display: none; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .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); }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 { border-width: 0; border-radius: 0; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#W6Fx8xPyQ1gUryLg0lM1vPBp9D4tHv57 { color:#595959;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZfV1z7za9sbzEEhaInqKCNWH6eRIiU2 { 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:0.6875rem;width:9.375rem;top:3.5rem;left:37.5625rem;overflow:hidden;display:block; }
#yCdz8Z67cnKVuTfRIwcoTUi8RmM2Tcbu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:8.125rem;top:6rem;left:18.375rem;overflow:hidden;display:block; }
#lKsQ8x3AhWfJFVKTi7Ae805kAXPuXeM4 { position:absolute;display:block;z-index:15027;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:2rem;width:7.5rem;top:2.8125rem;left:47.9375rem;overflow:hidden;display:block; }
#I8MRxiGzet7mkHptBinp1TnNE8USRxtO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:10rem;top:3.125rem;left:28.0625rem;overflow:hidden;display:block; }
#kfii3kyphnpSn16QcDfgDt0cy8DBTw0T { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:7.8125rem;top:5.75rem;left:42.6875rem;overflow:hidden;display:block; }
#yNr7hF8sacLVEyXizUzvIihB67VnPrTI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.9375rem;top:5.84375rem;left:51.5rem;overflow:hidden;display:block; }
#Ts8qhtq6wwv0SP8CVcPNNwFRQIe0Mwer { position:absolute;display:block;z-index:15029;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:7.5rem;top:2rem;left:19.5625rem;overflow:hidden;display:block; }
#lBfDXTB2wKdKphuqiixBAaxGGEqcRJTJ { position:absolute;display:block;z-index:15029;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.1875rem;width:3.625rem;top:5.71875rem;left:37.875rem;overflow:hidden;display:block; }
#CmZtTbKQZ79hhNgdKLtKvh67MDHr89TO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:5.78125rem;left:27.3125rem;overflow:hidden;display:block; }
#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container { background-color: transparent; background-image: none; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container > .video-iframe-container { display: none; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row > .video-iframe-container { display: none; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .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); }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container { border-width: 0; border-radius: 0; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#DOW069ILE1i7k4zxM2qIhd7m2OehJiQR { position:absolute;display:block;z-index:15018;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:22.5rem;width:40rem;top:1.03125rem;left:17.3125rem;display:block; }
#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row .container { background-color: transparent; background-image: none; }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row .container > .video-iframe-container { display: none; }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row > .video-iframe-container { display: none; }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .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); }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row .container { border-width: 0; border-radius: 0; }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row .container { font-size:0.875rem;font-family:arial;height:86.8125rem;width:75rem;position:relative;display:block; }#i1XAxd8leFwMMiw1eke98Z8Ql6W9HRp4 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:0.375rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yucBbJLTPdC06GHtHE27AX4qRMk0QWTf { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.1875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LBHIecVDv952qo3aId1lnp3LCA0gmZNU { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:5.0625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.5625rem;left:0rem;height:7.087375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRgrCXDoWeuh7smw1ieVyiGKW8OnVMJl { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.0244140625rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nf9xT3uhNTohrvmvIU5XTnNIkIqhBxnc { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.625rem;left:21.9375rem;height:9rem;font-style:normal;display:block; }#Nf9xT3uhNTohrvmvIU5XTnNIkIqhBxnc li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nf9xT3uhNTohrvmvIU5XTnNIkIqhBxnc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05d728c4a191494b12dc3ff8999e31e0d8e848c5.svg); }
#MJW0lZHv8hDaNu8OHmofNMyN4T1SeHlV { box-sizing:content-box;height:12.875rem;width:34.6875rem;position:absolute;display:block;z-index:15004;background-color:#ceffef;background-image:none;top:14.4375rem;left:19.65625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#pl0HAtByaEfUCCd8yNsn28UVJc5KGeuA { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:36.0625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbeykbTqgaIp88KSp8OTXvdmZshyzdIa { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:70.875rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIdpshJlQnNnJN38zH4ybkcFSENpQLyg { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:74.8125rem;left:0rem;height:1.8374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCo8mSDTMcccpDRk7mQlNvEqt44nD6e7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:77.3125rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIsvTflaO1o1RSXeDiAuquTVxKXwbUJc { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.25rem 0.25rem 0rem #f7e397 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.875rem;height:4.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:79.78125rem;left:18.0625rem;display:block; }
#ByOGmDtSqd61tHW9Pwv98fTyWbe7U4Ly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZuTQMumo7vF371iegH3lKDkEMxk6fbls { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:13.5625rem;display:none; }
#WAkCWe8bxgFL1xQOeFOz8gvNbFDoxPbg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CXL3XAiZfUGKVr3QgnrT52KurT0HK9Ca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.75rem;left:51.1875rem; }
#VcxQZiCR8LVrAQHwnHGgiCZsx9lWPknK { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6446c951-71ac-4dea-b8ae-9f1464b9fddc/1ClaudeCHopkins.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.625rem;left:22.375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }#VcxQZiCR8LVrAQHwnHGgiCZsx9lWPknK.adaptive-delivery-prevent-bg, #VcxQZiCR8LVrAQHwnHGgiCZsx9lWPknK.lazyload, #VcxQZiCR8LVrAQHwnHGgiCZsx9lWPknK.lazyloading { background-image: none; }
#GRdFaTZJOicE2Fvc9l5NLKh9yW6EDVO6 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54b0814c-b18b-4a2b-b9ab-bd0d5c16df17/thumbseugene3.preview.grayscale.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.8125rem;left:30.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }#GRdFaTZJOicE2Fvc9l5NLKh9yW6EDVO6.adaptive-delivery-prevent-bg, #GRdFaTZJOicE2Fvc9l5NLKh9yW6EDVO6.lazyload, #GRdFaTZJOicE2Fvc9l5NLKh9yW6EDVO6.lazyloading { background-image: none; }
#tTJnbZXAwiDxGUNTn2MaAPM9Ot3szzAV { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6acd79b6-4eef-4e6c-8b13-4922d76a0103/images3.preview.grayscale.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.8125rem;left:38.0625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }#tTJnbZXAwiDxGUNTn2MaAPM9Ot3szzAV.adaptive-delivery-prevent-bg, #tTJnbZXAwiDxGUNTn2MaAPM9Ot3szzAV.lazyload, #tTJnbZXAwiDxGUNTn2MaAPM9Ot3szzAV.lazyloading { background-image: none; }
#vA2UgxiAOALru4DJzIvIuThm2eFW1lfV { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/50549b34-9867-48e4-8c82-8b1943979616/CopywritingstepsbyJosephSugarman.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.8125rem;left:45.875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }#vA2UgxiAOALru4DJzIvIuThm2eFW1lfV.adaptive-delivery-prevent-bg, #vA2UgxiAOALru4DJzIvIuThm2eFW1lfV.lazyload, #vA2UgxiAOALru4DJzIvIuThm2eFW1lfV.lazyloading { background-image: none; }
#XCAhBzCmT0mhUzTH26dGfN8ooVPwSNH3 { position:absolute;display:block;z-index:15018;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.4375rem 0.4375rem 0rem #000000 ;height:30rem;width:16.875rem;top:39.375rem;left:19rem;display:block; }
#vI5vxuAoTwNKix8b0y5Og0sfilHZUle6 { position:absolute;display:block;z-index:15019;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.4375rem 0.4375rem 0rem #000000 ;height:30rem;width:16.875rem;top:39.375rem;left:38.625rem;display:block; }
#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM { border-top:0.3125rem solid #000000;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; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container { background-color: transparent; background-image: none; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container > .video-iframe-container { display: none; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row > .video-iframe-container { display: none; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .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); }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container { border-width: 0; border-radius: 0; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#vaqZEvW8DpPIQhgvEhCgFl1lZstkvwCa { color:#000000;display:block;width:43.125rem;position:absolute;font-family:"barlow semi condensed";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.02490234375rem;left:15.9375rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9e32P3FlwqwDSTIO9LUsevRricaeCK7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.78173828125rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 { 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; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container { background-color: transparent; background-image: none; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container > .video-iframe-container { display: none; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row > .video-iframe-container { display: none; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .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); }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container { border-width: 0; border-radius: 0; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#EV9LhsGeKlHBfy9UF5cutbh7yV2nO2pP { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.625rem;height:12.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ypRlFUOz3ZnQ6QK3cclHwNErCLOITluX { box-sizing:content-box;height:19.6875rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:#f7f3ed;background-image:none;top:0.9052734375rem;left:1.21875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#c3WfPAXS2UxNzTJZ2rgU59ZVkxbZ1Bhx { box-sizing:content-box;height:19.6875rem;width:22.5625rem;position:absolute;display:block;z-index:15003;background-color:#f7f3ed;background-image:none;top:0.9052734375rem;left:25.96875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#pmMLLMXeSMZs1uP4T8xTqpJEOebet3P2 { box-sizing:content-box;height:19.6875rem;width:22.5625rem;position:absolute;display:block;z-index:15004;background-color:#f7f3ed;background-image:none;top:0.9052734375rem;left:50.96875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#BfesISBPKzTPXcsm7DnVgtZN8Fum6ll7 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"inter tight";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.875rem;left:28.875rem;height:11.3745rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QoEIRi61wkohReTx0Uf186F99fwfW6UR { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:54.5625rem;height:12.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ { 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; }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row .container { background-color: transparent; background-image: none; }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row .container > .video-iframe-container { display: none; }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row > .video-iframe-container { display: none; }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .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); }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row .container { border-width: 0; border-radius: 0; }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#RS7BKJJzRESyJSiQKTfGsVNiJP7Dxcl6 { color:#000000;display:block;width:54.125rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:10.4375rem;height:8.9355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A { border-top:0.3125rem solid #864df9;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container { background-color: transparent; background-image: none; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container > .video-iframe-container { display: none; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row > .video-iframe-container { display: none; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .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); }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container { border-width: 0; border-radius: 0; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#p4JoJU0OqmHIO9podZbC6yGOv208b6c2 { color:#000102;display:block;width:58.1875rem;position:absolute;font-family:"inter tight";font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.39990234375rem;left:8.40625rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#klivUh6WPIwEeTKm64ireSvyWqH567Tt { color:#000102;display:block;width:58.1875rem;position:absolute;font-family:"inter tight";font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.39990234375rem;left:8.40625rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GnueNsRUzk8E4wQzZ9PnXFfv1MbSy1Qv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row .container { background-color: transparent; background-image: none; }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row .container > .video-iframe-container { display: none; }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row > .video-iframe-container { display: none; }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .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); }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row .container { border-width: 0; border-radius: 0; }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#nhp9nB66XfnI5FQ70kwpOKXHR9OHnc2T { 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:8rem;width:8.75rem;top:1.640625rem;left:9.9722222222225rem;overflow:hidden;display:block; }
#nUaDCXP8IxZtNc9AKOTyHx8AcQrr6TnT { 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.625rem;width:18.625rem;top:1.0625rem;left:13.9375rem;overflow:hidden;display:block; }
#QQWdopcGfT5I4e9r03KEBfDDIfuo9B3G { color:#000000;display:block;width:34.25rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.265625rem;left:33.375rem;height:14.34375rem;font-style:normal;display:block; }
#id1ow72fPHll1LlWov74cKDfsk2rrRl3 { 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:7.1875rem;width:7.1875rem;top:9.640625rem;left:10.75341796875rem;overflow:hidden;display:block; }
#aqiUNmEm0RawZ2Km4b6hP4QQuCmkM9yF { 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:2.5625rem;width:7.9375rem;top:16.15625rem;left:24.6875rem;overflow:hidden;display:block; }
#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container { background-color: transparent; background-image: none; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container > .video-iframe-container { display: none; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row > .video-iframe-container { display: none; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .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); }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container { border-width: 0; border-radius: 0; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#WsH529RVqDOvwaTS1qTQHAGTHFT9NLWM { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTKPB0IRL7GZsBEUMiua5OzCERqs5Ctl { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:3.125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0KKoIIc00gRqaLDyJiB3UHD9iUKdLRt { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0615234375rem;left:28.46875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UASU774eLTN3rzT7Rk0AiWaNCuftui9q { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMlGfp2nTTkyEMZIZ8LnWBD3AVw6WCFf { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0615234375rem;left:54.4375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6vsumto9MOBKZxprmQiJVX4Tuuo8Mqy { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:50.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPqvNbJ3byRERa6oi095pinB5FGyCQH4 { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:0rem;left:59.375rem;display:block; }
#Gt2Iu1nGU1kndiwalGZGiig4hxkKH9Rb { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;display:block; }
#dfC9arFced06TVsGZvkQVP8RddUUcW7X { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:0rem;left:9.375rem;display:block; }
#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row .container { background-color: transparent; background-image: none; }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row .container > .video-iframe-container { display: none; }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row > .video-iframe-container { display: none; }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .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); }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row .container { border-width: 0; border-radius: 0; }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#FU6s8fMdpaEJpCIn5clTI3CfFDkR0DNK { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.0625rem;width:9.25rem;top:0.4375rem;left:7.6875rem;overflow:hidden;display:block; }
#buiERa52KNUuTFqKxcTJKiQNLv4S93re { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.375rem;left:17.875rem;overflow:hidden;display:block; }
#Zin6kd8wakoxruIxPOHQUb7ki1RnOdFl { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.375rem;left:28rem;overflow:hidden;display:block; }
#miNPBUfySVT6iwVNKdrFz9la26GT351h { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.375rem;left:38.0625rem;overflow:hidden;display:block; }
#zP09y6BRpTqaas9T9TofbzTWIJn8WeI6 { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.375rem;left:48.0625rem;overflow:hidden;display:block; }
#MawJZ0tLRvhM3V4HGLp9bTQ8TbLUbVaa { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0.375rem;left:58.125rem;overflow:hidden;display:block; }
#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container { background-color: transparent; background-image: none; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container > .video-iframe-container { display: none; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row > .video-iframe-container { display: none; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .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); }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container { border-width: 0; border-radius: 0; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#RSzvRF2pveZbrTZcDoicA3LCSBHazPG1 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:3.21875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIHc9mHMiRnuClv7aqoVPz4CXfBQ9rTU { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.25rem;left:4.1875rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1Xz5X6g3ORLXoBhGgwI9Urwtwb7SrZF { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ef9ce33-8811-449e-8d2d-bd69924c2bdd/cbr5k18ocvix52lwi2ha.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:9.375rem;display:block; }#C1Xz5X6g3ORLXoBhGgwI9Urwtwb7SrZF.adaptive-delivery-prevent-bg, #C1Xz5X6g3ORLXoBhGgwI9Urwtwb7SrZF.lazyload, #C1Xz5X6g3ORLXoBhGgwI9Urwtwb7SrZF.lazyloading { background-image: none; }
#Sv8tqVBEqT9mSWkXo0bFelZxSZ4xC9DP { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.3427734375rem;left:29.1875rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqVXcBDETHdVfhnzTX50Z4tkvmZXnngP { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:30.34375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEaNFnUrN9T7bCNu9xC0KZINv2d6Q2we { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae0f3f9a-c8cb-4611-b75b-ca29b25512bd/pdxxhp1qaxt64p6snkvg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:3.03125rem;left:59.28125rem;display:block; }#fEaNFnUrN9T7bCNu9xC0KZINv2d6Q2we.adaptive-delivery-prevent-bg, #fEaNFnUrN9T7bCNu9xC0KZINv2d6Q2we.lazyload, #fEaNFnUrN9T7bCNu9xC0KZINv2d6Q2we.lazyloading { background-image: none; }
#PSQwr4TzfCPSOGTgQbeI5aLJnAq1VSWX { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.25rem;left:54.1875rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rgl4pX22XpeBtSXoQdwwWE1TkWFU4A6s { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:54.40625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8b96nweidTRCl9MluKPAWbM3HtXLrWD { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ea6cb46-eb67-451c-b0ab-fce0b7cb8a46/lqa6tbvnqiobx67ch5ar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:34.375rem;display:block; }#k8b96nweidTRCl9MluKPAWbM3HtXLrWD.adaptive-delivery-prevent-bg, #k8b96nweidTRCl9MluKPAWbM3HtXLrWD.lazyload, #k8b96nweidTRCl9MluKPAWbM3HtXLrWD.lazyloading { background-image: none; }
#hJZzD87BFO7HpgcVxIgHhJgNmWTihRsO { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:8.4375rem;display:block; }
#bMKJRBpcSB91T6iRuDccdq95dSCKxcbV { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:33.4375rem;display:block; }
#AQ05MM6iM5lRWzNC2fkMDcrO6rlS0bNs { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:58.4375rem;display:block; }
#xNkpqWhPG1nwX6w2Kf485GLTV8rL3nRJ { box-sizing:content-box;height:26.125rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0.9052734375rem;left:1.21875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#soTCyUnUAZkoe10QrndMQ5thFUHSDBgG { box-sizing:content-box;height:26.125rem;width:22.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0.9052734375rem;left:25.96875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#kdzFlHsvhTs7ghB9a04w9T3epf17eV0n { box-sizing:content-box;height:26.125rem;width:22.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.9052734375rem;left:50.96875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#S1vXPrmqgo2mTF79t45NbmkzqMzo614A { position:relative;display:block; }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A { background-color: transparent; background-image: none; }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .row .container > .video-iframe-container { display: none; }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .row > .video-iframe-container { display: none; }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .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); }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A { border-width: 0; border-radius: 0; }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NKzoH9IQIrhFIU123QkS6v1N1CxCxrD2 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:3.1875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWxpUAoTdxEnEoxCSODizBRsbT3sIKGa { color:#000000;display:block;width:16rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:4.5rem;height:7.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1m7xkgksniziQawv50AqII1J4bCzmGF { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"inter tight";font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:29rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THeTxZds6HzNEn8hZ9vHZVfzyzLhUgrD { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:30.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rM1DTuvrKUSzEchfghiTzwtGOSbgtbco { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:54.125rem;height:7.9604375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlHSGCBLevsZcCfJVD2zwxehkqUm5lJE { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:55.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tcx8pnnZ2VBTfvxxxADmTOAOMeMuXThb { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d788ce1e-9c1f-4fc2-8f72-2bb89500e024/Ricardo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3rem;left:59.25rem;display:block; }#Tcx8pnnZ2VBTfvxxxADmTOAOMeMuXThb.adaptive-delivery-prevent-bg, #Tcx8pnnZ2VBTfvxxxADmTOAOMeMuXThb.lazyload, #Tcx8pnnZ2VBTfvxxxADmTOAOMeMuXThb.lazyloading { background-image: none; }
#Iax4ktmMUbtRxibdwzlJqLsmfMgSmvC5 { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:8.4375rem;display:block; }
#tB45NTSXbFDLrBwBC3fMilM3BTsg7g9A { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:33.4375rem;display:block; }
#Nq4QFABFuK5mTfmbWTx39NVa6ObkM3Wa { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:58.4375rem;display:block; }
#uzrnbivsEJvOmT10V7c0O5fE02e0n6ZE { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.5146484375rem;left:2.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#Pe6kncF1kuVZy9CQHyoV7liAtvor1dD6 { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.5146484375rem;left:27.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#XTohT9HhOKQ9SJMdab4hn9IZNqb6aKcc { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.5146484375rem;left:53rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#WDSqZ8z1ezmE14bfTVU3rybC9BZFembn { position:absolute;display:block;z-index:15016;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3.0625rem;left:9.25rem;overflow:hidden;display:block; }
#oGlqSgchzIgFW1Q70Lul3PX7XOHZ8F9l { position:absolute;display:block;z-index:15022;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3.0625rem;left:34.25rem;overflow:hidden;display:block; }
#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W { border-top:0.125rem solid rgba(0,0,0,0.24);border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container { background-color: transparent; background-image: none; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container > .video-iframe-container { display: none; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row > .video-iframe-container { display: none; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .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); }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container { border-width: 0; border-radius: 0; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#LkCoeH6ASNBkw3qifTSI0S6MupJDda1T { color:#000102;display:block;width:63.1875rem;position:absolute;font-family:"inter tight";font-size:4.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.21240234375rem;left:8.40625rem;height:10.349625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcR6VlpRHcgSQrlQiE2EHZEr6Z7z5oW9 { color:#000102;display:block;width:32.625rem;position:absolute;font-family:"inter tight";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:13.11181640625rem;left:8.40625rem;height:2.7749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row .container { background-color: transparent; background-image: none; }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row .container > .video-iframe-container { display: none; }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row > .video-iframe-container { display: none; }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .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); }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row .container { border-width: 0; border-radius: 0; }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#JsgXdqKfQ3TsMc2G3CT0G74wHkTrUMDm { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.130859375rem;left:8.4375rem;height:12.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JsgXdqKfQ3TsMc2G3CT0G74wHkTrUMDm li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#JsgXdqKfQ3TsMc2G3CT0G74wHkTrUMDm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe3cd1895980c6d71ac8cc4ef25aaf91.svg); }
#lwDRcn3OKTTVriJTXwC97mCMwC6Am2yp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.25rem;top:0.53125rem;left:8.4375rem;overflow:hidden;display:block; }
#RUZQZ5K4rxpUSi0v9KVZZlXDgCEH2kK9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:7.875rem;top:0.53125rem;left:15.4375rem;overflow:hidden;display:block; }
#kB8u47XiP8LP1zXSg0fHcg7gqka6m5Ot { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.0625rem;top:0.53125rem;left:24rem;overflow:hidden;display:block; }
#N83WlAhaayETh4TgD7oVr35FdPnIAf9O { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.4375rem;top:0.53125rem;left:30.75rem;overflow:hidden;display:block; }
#NTQmaKH6WB52tHEDRhf5f4WZOgedwPK5 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:3.90625rem;left:41.4375rem;height:20.25rem;font-style:normal;display:block; }#NTQmaKH6WB52tHEDRhf5f4WZOgedwPK5 li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#NTQmaKH6WB52tHEDRhf5f4WZOgedwPK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_966531fc398d79afa87498549ac4207ee7a07f68.svg); }
#ETgksP9AAJb2giuex4KDMBZWxrg7wCVh { box-sizing:content-box;height:26.125rem;width:28.8125rem;position:absolute;display:block;z-index:15007;background-color:#efcde5;background-image:none;top:0.40625rem;left:38.46875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;box-shadow: 0.3125rem 0.3125rem 0rem #000000 ;display:block; }
#cI24HMB0bsRQPQpQP9zPkPyRkKVvD10e { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/50549b34-9867-48e4-8c82-8b1943979616/CopywritingstepsbyJosephSugarman.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.130859375rem;left:14.875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }#cI24HMB0bsRQPQpQP9zPkPyRkKVvD10e.adaptive-delivery-prevent-bg, #cI24HMB0bsRQPQpQP9zPkPyRkKVvD10e.lazyload, #cI24HMB0bsRQPQpQP9zPkPyRkKVvD10e.lazyloading { background-image: none; }
#d6nhxkx0A0I9MbqluHdguH0hhkKEhnLM { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6acd79b6-4eef-4e6c-8b13-4922d76a0103/images3.preview.grayscale.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.130859375rem;left:23.96875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }#d6nhxkx0A0I9MbqluHdguH0hhkKEhnLM.adaptive-delivery-prevent-bg, #d6nhxkx0A0I9MbqluHdguH0hhkKEhnLM.lazyload, #d6nhxkx0A0I9MbqluHdguH0hhkKEhnLM.lazyloading { background-image: none; }
#cmEioCg8T5rxSsZHGSSy9bboRZfvklvT { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54b0814c-b18b-4a2b-b9ab-bd0d5c16df17/thumbseugene3.preview.grayscale.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.130859375rem;left:19.40625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }#cmEioCg8T5rxSsZHGSSy9bboRZfvklvT.adaptive-delivery-prevent-bg, #cmEioCg8T5rxSsZHGSSy9bboRZfvklvT.lazyload, #cmEioCg8T5rxSsZHGSSy9bboRZfvklvT.lazyloading { background-image: none; }
#dZXThLm3tAS5638PT88fOTk1oi9IZrgM { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6446c951-71ac-4dea-b8ae-9f1464b9fddc/1ClaudeCHopkins.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.130859375rem;left:10.4375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }#dZXThLm3tAS5638PT88fOTk1oi9IZrgM.adaptive-delivery-prevent-bg, #dZXThLm3tAS5638PT88fOTk1oi9IZrgM.lazyload, #dZXThLm3tAS5638PT88fOTk1oi9IZrgM.lazyloading { background-image: none; }
#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy { border-top:0.125rem solid rgba(0,0,0,0.24);border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container { background-color: transparent; background-image: none; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container > .video-iframe-container { display: none; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row > .video-iframe-container { display: none; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .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); }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container { border-width: 0; border-radius: 0; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#otHrzWBR0AnaShDIlNFZu2PBskUVe7Vg { color:#000102;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.91845703125rem;left:0rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLlW4xe3qWtJCQ91pNeKITKJOZmBlnXy { color:#000102;display:block;width:58.1875rem;position:absolute;font-family:"inter tight";font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.39990234375rem;left:8.40625rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CWdgIuVmApig92k50gB1xZr49LPmGT2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row .container { background-color: transparent; background-image: none; }#CWdgIuVmApig92k50gB1xZr49LPmGT2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row .container > .video-iframe-container { display: none; }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row > .video-iframe-container { display: none; }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .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); }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row .container { border-width: 0; border-radius: 0; }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#KlphnzQHHxfVvoymx1vJaGDue0EJrh5S { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:4.17626953125rem;left:10.28125rem;height:20.8965rem;font-style:normal;display:block; }#KlphnzQHHxfVvoymx1vJaGDue0EJrh5S li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#KlphnzQHHxfVvoymx1vJaGDue0EJrh5S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_617928bad6734b7851cc5b43215e18b83177babe.svg); }
#bcbsyRzQsNaWItUcpATCWh48sxIkApob { box-sizing:content-box;height:26.125rem;width:28.8125rem;position:absolute;display:block;z-index:15007;background-color:#dcd3ef;background-image:none;top:0.9375rem;left:7.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;box-shadow: 0.3125rem 0.3125rem 0rem #000000 ;display:block; }
#gtG7qAsZnIxNKsTwKVkzUDrOgkpW2bSn { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:10.22607421875rem;left:42.8125rem;height:15.172375rem;font-style:normal;display:block; }#gtG7qAsZnIxNKsTwKVkzUDrOgkpW2bSn li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#gtG7qAsZnIxNKsTwKVkzUDrOgkpW2bSn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cb096aee560fea5a737834b3401b6bbd8b67abc9.svg); }
#k3rfy81i3aJ9zrtV8hnwwSeEo25oiPx6 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:3.42626953125rem;left:42.8125rem;height:5.7744125rem;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; }
#gCVttFt6HlEAyAMHEb870hiTmrcO9SSm { position:absolute;display:block;z-index:15000;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.3125rem 0rem #000000 ;height:18.8125rem;width:42.125rem;top:0.59375rem;left:16.1875rem;overflow:hidden;display:none; }
#UUGZwfudhFVBbxhNuP1ZCChDAVT69XvU { position:absolute;display:block;z-index:15001;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.3125rem 0rem #000000 ;height:14.625rem;width:35.75rem;top:21.90625rem;left:19.375rem;overflow:hidden;display:none; }
#X3y0wsyBanLoySAKqOAfkSCTbQP8fdKI { position:absolute;display:block;z-index:15001;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.3125rem 0rem #000000 ;height:14.625rem;width:6.75rem;top:21.90625rem;left:19.375rem;overflow:hidden;display:none; }
#xuEGWy9ggC6Ln44N28tMKtaih29o5iaa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 { position:relative;display:block; }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 { background-color: transparent; background-image: none; }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .row .container > .video-iframe-container { display: none; }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .row > .video-iframe-container { display: none; }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .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); }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 { border-width: 0; border-radius: 0; }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lZBmtfNyEmT6zTFZiXXariKto1ky5ZXs { position:absolute;display:block;z-index:15000;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.3125rem 0rem #000000 ;height:18.8125rem;width:42.125rem;top:0.59375rem;left:16.1875rem;overflow:hidden;display:block; }
#lCEfXVUDuGxVvKPnkl0m6bEHZfTfXTh9 { position:absolute;display:block;z-index:15001;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.3125rem 0rem #000000 ;height:14.625rem;width:35.75rem;top:21.90625rem;left:19.375rem;overflow:hidden;display:block; }
#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E { border-top:0.125rem solid rgba(0,0,0,0.24);border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row .container { background-color: transparent; background-image: none; }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row .container > .video-iframe-container { display: none; }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row > .video-iframe-container { display: none; }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .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); }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row .container { border-width: 0; border-radius: 0; }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row .container { font-size:0.875rem;font-family:arial;height:157.4375rem;width:75rem;position:relative;display:block; }#HkTTwzua056DlfWn9Uk8eTwV38KLnXft { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.97509765625rem;left:0rem;height:4.30615rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kvlg95xGPhvwaIEiWUV9vEN2TrgXTEqg { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:7.2802734375rem;left:20.34375rem;height:6.6484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uH53t8GTRUQ9qFq28trG9p9FxuqbM4AL { box-sizing:content-box;height:142rem;width:49.25rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:15.0625rem;left:12.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #f7e397;border-left:0.3125rem solid #f7e397;border-right:0.3125rem solid #f7e397;border-bottom:0;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#VHMisXBIaDiBsbidBaHtvsqFU9TFEWA9 { color:#f7e397;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:65.25rem;left:0rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#afotxJ0Pz6ZXtbU2i7qNWex49eIUprw7 { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"inter tight";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:34.5126953125rem;left:22.28125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L36ao6ObdLxxg3QQd1FkbNN7qBhOOZKZ { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:37.8876953125rem;left:18.71875rem;height:16.25rem;text-align:left;text-align-last:left;display:block; }#L36ao6ObdLxxg3QQd1FkbNN7qBhOOZKZ li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#L36ao6ObdLxxg3QQd1FkbNN7qBhOOZKZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a9f3db9fdcb7b001cf469306e5ccae28b4325e2.svg); }
#xcSr3Bz6rLnSHgRoL6gJqHnObwZLZ0D9 { color:#00ffae;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:62.96875rem;left:0rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V9dTFfITIuIn1tTaqJEvzCzd26aaUd3H { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:83.58203125rem;left:23.75rem;height:6.6484375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#V9dTFfITIuIn1tTaqJEvzCzd26aaUd3H li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#V9dTFfITIuIn1tTaqJEvzCzd26aaUd3H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#pXX67LxCITw6dxPR4Sz4ImZbw21TBTly { box-sizing:content-box;height:4.5625rem;width:49.4375rem;position:absolute;display:block;z-index:15007;background-color:#f7e397;background-image:none;top:56.25rem;left:12.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#oN1FigSu1aJOrlGLskrGy5AV5ILDOKqy { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:56.875rem;left:19.8125rem;height:3.32421875rem;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; }
#OJWUezRbtyA84HeHTeTNFDevmcLxwRtR { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:16.98095703125rem;left:0rem;height:2.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHmZkgd8PMRn9mMCWqDyq7Gd4c7Kywlr { box-sizing:content-box;height:2.875rem;width:11.75rem;position:absolute;display:block;z-index:15003;background-color:#f7e397;background-image:none;top:16.8125rem;left:31.625rem;display:block; }
#c6C3SovSRxem0MAQfhLSaq373XXrtxFV { position:absolute;display:block;z-index:15002;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5625rem;width:26.25rem;top:18.46875rem;left:24.125rem;overflow:hidden;display:block; }
#NTwXppXIhi1cDQxBKxAmGdgwzpPJGDtg { position:absolute;display:block;z-index:15003;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:14.5625rem;width:9.75rem;top:19.51806640625rem;left:48.125rem;overflow:hidden;display:block; }
#ibMwfT6ytF7aBbPfZCZ7lUpwCZ3yVAmu { position:absolute;display:block;z-index:15004;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:14.5625rem;width:7.0625rem;top:19.51806640625rem;left:17.8125rem;overflow:hidden;display:block; }
#X8xPPSSb92sOVr0oqp0bia2asr8wTBeI { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:7.2802734375rem;left:20.34375rem;height:6.6484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#SB9VA7DHDG0g8Raa6S5Fq4v8SOZOGW72 { position:absolute;display:block;z-index:15015;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5625rem;width:22.4375rem;top:67.96875rem;left:26.03125rem;overflow:hidden;display:block; }
#Gx9zOfhelPWFlvhBHTiwUEtfSZhL7Hkk { box-sizing:content-box;height:9.375rem;width:30.1875rem;position:absolute;display:block;z-index:15004;background-color:#fff6c0;background-image:none;top:82.09375rem;left:22.28125rem;display:block; }
#ehxu4FoFeUmywLGglOXhEV2rvpQME6rU { position:absolute;display:block;z-index:15016;border-top:0.25rem solid #b0e4da;border-left:0.25rem solid #b0e4da;border-right:0.25rem solid #b0e4da;border-bottom:0.25rem solid #b0e4da;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5rem;width:22.4375rem;top:96.09375rem;left:26.03125rem;overflow:hidden;display:block; }
#hlFOMtQSRUJ3yiicdTvxIhSD3TISireg { box-sizing:content-box;height:10.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15005;background-color:#c8f6ee;background-image:none;top:109.28125rem;left:22.40625rem;display:block; }
#HHHLn8rMxRBaSUU9LbNNyS4byZKSlZau { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:111.65625rem;left:23.75rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#HHHLn8rMxRBaSUU9LbNNyS4byZKSlZau li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#HHHLn8rMxRBaSUU9LbNNyS4byZKSlZau li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#zthq7oWiUs3qTSWJc7fhK49AhTQ5DV88 { color:#f7e397;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:5.625rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:90.23046875rem;left:0rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OVTq9b6E6P2OAmcphe6WlBzdcXf43LZH { color:#f7e397;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:5.625rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:118.21875rem;left:0rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rusKEX61ZHicXZlTExlbcBeBdH04T9Mf { position:absolute;display:block;z-index:15017;border-top:0.25rem solid #c7b9ff;border-left:0.25rem solid #c7b9ff;border-right:0.25rem solid #c7b9ff;border-bottom:0.25rem solid #c7b9ff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5rem;width:22.4375rem;top:124.40625rem;left:26.03125rem;overflow:hidden;display:block; }
#ucsfnps8Rby17H8d2UOJoQziJRt0R08E { box-sizing:content-box;height:19.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15006;background-color:#dcd3ef;background-image:none;top:137.09375rem;left:22.40625rem;display:block; }
#I5ByoJ7FKGwIcRad2badDl9JsOluWnST { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:139.96875rem;left:23.75rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#I5ByoJ7FKGwIcRad2badDl9JsOluWnST li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#I5ByoJ7FKGwIcRad2badDl9JsOluWnST li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#zlb04gpQEhfaITaphivvpT2gMlZLwwXr { position:absolute;display:block;z-index:15088;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:5rem;width:5rem;top:84.40625rem;left:19.8125rem;overflow:hidden;display:block; }
#g45opfdFu07xzXqq9AzeTPr1TSX8CK8G { position:absolute;display:block;z-index:15089;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:5rem;width:5rem;top:112.48046875rem;left:19.8125rem;overflow:hidden;display:block; }
#vDzpV9RIKaOD1WtGsgOV6iuxO05XanoT { position:absolute;display:block;z-index:15090;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:5rem;width:5rem;top:144.1875rem;left:19.8125rem;overflow:hidden;display:block; }
#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container { background-color: transparent; background-image: none; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container > .video-iframe-container { display: none; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row > .video-iframe-container { display: none; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .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); }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container { border-width: 0; border-radius: 0; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#E5en7DqFApRlQOnrJiBwAZ0cIFnvFS3F { position:absolute;display:block;z-index:15006;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5625rem;width:26.25rem;top:2rem;left:23.625rem;overflow:hidden;display:block; }
#OcyvIlJkzk62s80DLT6cAcVfT129nEJJ { position:absolute;display:block;z-index:15004;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5625rem;width:19.375rem;top:3.3125rem;left:49.4375rem;overflow:hidden;display:block; }
#x2TnaAiIGTPDtHdfJwC99Hdue6DeVvnO { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5rem;width:19.375rem;top:3.3125rem;left:6.25rem;overflow:hidden;display:block; }
#H9rt1oiTuvAZzbzkkKaUbcybuTU1FgX8 { 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:2.125rem;width:9.375rem;top:0.8125rem;left:32.8125rem;overflow:hidden;display:block; }
#GkNMZSZ2wA5dTvhTQfNadTVO2VtrDVX4 { position:absolute;display:block;z-index:15016;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.5rem;top:15.75rem;left:14.53125rem;overflow:hidden;display:block; }
#wXdT428xcS4HDfF9HhxnAZKibs1P4PBd { position:absolute;display:block;z-index:15017;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.375rem;top:15.75rem;left:45.59375rem;overflow:hidden;display:block; }
#gL0P2fUKdaBuO3NigTaPZuap38UICvXs { position:absolute;display:block;z-index:15018;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.375rem;top:15.75rem;left:30.0625rem;overflow:hidden;display:block; }
#GX6uW0TGn1tCaEBKxK4yzywVsgkwPbCT { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:11.3125rem;left:35.4375rem;overflow:hidden;display:block; }
#eAyHCIIKbJdJ1l3IMNugsgleJPpTm9lh { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.65625rem;left:20.5625rem;overflow:hidden;display:block; }
#xPWxonsnGFcvHMtZPxla3hxFgkl0OvC4 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.65625rem;left:35.9375rem;overflow:hidden;display:block; }
#yRyTcpsfC1TobwI01rPTrXmQVFXlJov6 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.65625rem;left:51.46875rem;overflow:hidden;display:block; }
#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container { background-color: transparent; background-image: none; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container > .video-iframe-container { display: none; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row > .video-iframe-container { display: none; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .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); }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container { border-width: 0; border-radius: 0; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#Ps4NJ1TvVM01D9dEDaT8TP3qle9q0bgi { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.64990234375rem;left:15.375rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2JqIwGRsLiTFVITPfacMhTr3GiVAGG2 { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.224609375rem;left:15.375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wl9wQKWylGXB4vSvvnimmtZm1twXgXgV { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.8310546875rem;left:15.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGI4dBPla2hxqD5JdTRmJlh5QUdQq010 { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.71875rem;left:13.5625rem;display:block; }
#mJvbMZxxnOplhSJk9t8WKuTicEEhhpZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oumFofOT84VbTbUSAiOPndSTlOsheIXQ { color:#a6a6a6;display:block;width:16.625rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:23.78125rem;left:29.1875rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oumFofOT84VbTbUSAiOPndSTlOsheIXQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oumFofOT84VbTbUSAiOPndSTlOsheIXQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
#ZKaOfTM39kFshtBrszcUdT7zETDytDXT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.77490234375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFRqCMW35C7XpuoXOuANdw0sZLMJ1Odi { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:13.5625rem;display:none; }
#ZwsuuuB9T0cuOcEAogOTT7sAnU0sgC3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rE1ELTRxsP5PpQdSAOGzvMEaOFwhfQdR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n7yeKMZoLO8ylRIVe5C5orEckBGw5ohT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL { position:relative;display:none; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL { border-width: 0; border-radius: 0; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .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; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .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:18.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:none; }#lGBsxT4rRxTNQBqMcoPvVXdJOSTCvXBU { position:absolute;display:block;z-index:15003;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:12.1875rem;width:6rem;top:19.51806640625rem;left:48.125rem;overflow:hidden;display:none; }
#ZUuQnem0FnJGmtTZxfwA5IeFSuM37DxM { background-color:#b0e4da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:93.59375rem;left:19.9375rem;display:none; }
#Sk85dfb6v1Vxr6JBGrUeh1DULT0UVfIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4lKyI8zB6oJAQFyvGPl3kL0V7Xdr4qK { position:absolute;display:block;z-index:15004;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:14.5625rem;width:7.0625rem;top:19.51806640625rem;left:17.8125rem;overflow:hidden;display:none; }
#ZinNyFFs2wmFs2dmbFePMfMHdh4lATTn { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;box-shadow: 0.3125rem 0.4375rem 0rem #6537c3 ;height:22.5rem;width:40rem;top:27.84375rem;left:17.5rem;display:none; }
#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF { position:relative;display:block; }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF { background-color: transparent; background-image: none; }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .row .container > .video-iframe-container { display: none; }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .row > .video-iframe-container { display: none; }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .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); }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF { border-width: 0; border-radius: 0; }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .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; }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.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; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row .container { background-color: transparent; background-image: none; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row .container > .video-iframe-container { display: none; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row > .video-iframe-container { display: none; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .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); }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row .container { border-width: 0; border-radius: 0; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#OLoRFkgcsBIvx95w6uf2GowoTP7yaPB1 { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.125rem;left:40.65625rem;height:19.6875rem;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; }
#ah3xTAFcNKNr9D4eeluLnsy8K2CzqLxy { box-sizing:content-box;height:19.6875rem;width:0.3125rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:2.125rem;left:37.375rem;display:block; }
#irfvItUfS3cR0kIemETZvE5goC8avFT8 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"inter tight";font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:15.625rem;left:18.65625rem;height:6.07470625rem;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; }
#BAZSZfx7fl98813DO2lAXdR9lFTWXOox { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:13.5625rem;display:none; }
#Klfvx1toNc2M5MyuOgmPW2E5eTV9wcMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSzTWII3G7IBBkQKllTk9fLvpmiz8eFG { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:15.375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BF1zxw77dByNTmnDZLKpTOE2c8oVyVfb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xW4QwJxWhaHsGFkJc0UrqcUodT7LCkUz { color:rgba(255,255,255,0.77);display:block;width:15.9375rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:60.01171875rem;left:29.53125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#xW4QwJxWhaHsGFkJc0UrqcUodT7LCkUz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xW4QwJxWhaHsGFkJc0UrqcUodT7LCkUz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
#xC7SaDo9tUQFK38lSFlTWp5udFh9zmfr { 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:15.625rem;width:15.625rem;top:0rem;left:17.96875rem;overflow:hidden;display:block; }
#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l { position:relative;display:block; }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l { background-color: transparent; background-image: none; }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .row .container > .video-iframe-container { display: none; }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .row > .video-iframe-container { display: none; }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .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); }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l { border-width: 0; border-radius: 0; }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .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; }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;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; }#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:#ededed;background-image:none;vertical-align:top; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .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; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"inter tight";line-height:1.4;overflow:hidden;height:auto; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"inter tight";line-height:1.4;overflow:hidden;height:auto; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-trigger.adaptive-delivery-prevent-bg, #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-trigger.lazyload, #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-trigger.lazyloading { background-image: none; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa { box-sizing:content-box;height:auto;width:39.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.6875rem;left:16.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #r3Sb3QhPxsrqOoTiALR2Q6onTkAME1y4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #yUEZw94CH9cNAaqg6rt5aqz1htWSquA0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #mtLmsl6dqUV5599tCVQEDS5gr6WDTJ9i { display:block;position:relative; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #BObdpEQL7TT94XkDxteqXuTSiwfaP7JB {  }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #TqvLp7eODLLlHc50uVBgBUHCXT02yCIe {  }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #KOG5IhiTygb2JoPzVnknhJ1v7Qh43Sts { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #JtveCWNK8iE73wpKA2cnAJ79IIbrLuNo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #mGWA2J7TaO4HUTZDDr0kIF9vbTkDMTCS { display:block;position:relative; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zUyBpRBCiKzCPJ3UaTasHm7bvpmLBzwC {  }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #UWlsV9OrbNGCCoKxzsD143zRdFm8q0O8 { display:none; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #yySBFnP1cIhRXAt5ONPVsg0HQMxSNLtM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #cGsQdpSq2g76eTZyz7I830zngrrWfTBE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #rh7eP1D8dmil8FRKAFPwXcAdMJblQ2Eb { display:block;position:relative; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #lJAftyxMNpUBvpoibvcGM3qIuMwnnCws {  }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #dM0ftThA3ZQwbgPFf0cAtiJyn5aAb4tc { display:none; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #o8Q7TqT2esTlfZXO32MXUlObQqhRdvRW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #IgGA3SvxVfJqgqfeZZgCcF3rLv3laWZl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zV3lBO5PvCaxpPU5yTosTNRsOPlUSlva { display:block;position:relative; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #LaWn8MlJhUohJhsENMA7sJPTi0Cy5226 {  }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zZeVf4Vz4K9rW5TeMh0gZwDb4Dz7iT6X { display:none; }
#novNen5FeyQzu0TT9HXmUEhV60gaGvy6 { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;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:center;text-align-last:center;display:block; }
#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v { position:relative;display:block; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v { background-color: transparent; background-image: none; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .row .container > .video-iframe-container { display: none; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .row > .video-iframe-container { display: none; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .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); }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v { border-width: 0; border-radius: 0; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .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; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;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; }#Hiy2ilFzN7nAvzTQG1DF9hgQqsAPzGBh { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;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:center;text-align-last:center;display:block; }
#axWMIGsRSwCo5fdlVlvWXHJGF9frpift { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;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:center;text-align-last:center;display:none; }
#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ { position:relative;display:block; }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ { background-color: transparent; background-image: none; }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .row .container > .video-iframe-container { display: none; }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .row > .video-iframe-container { display: none; }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .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); }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ { border-width: 0; border-radius: 0; }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .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; }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;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; }#b3RESo4atcw6S3Zo5W3IST7zb8tafVaQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#mvVlxzirSih1IimtJuTLOCTsnGX4nvAm { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.21875rem;left:0rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vXA00L3F10FUnHaExrAhVRG1IOyJcdTu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:15.8125rem;top:0rem;left:18.75rem;overflow:hidden;display:none; }
#TNve0V4kfphQoWRaDmv5DrHwZAfXRTee { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#E16ZCgMo1DA8sO02SC4VFLLQHovZtJPB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:15.8125rem;top:0rem;left:18.75rem;overflow:hidden;display:none; }
#F1sB9I9EKRam41sy1WO8BWSqKdKyEcyn { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.5625rem;left:0rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL { position:relative;display:block; }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL { background-color: transparent; background-image: none; }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .row .container > .video-iframe-container { display: none; }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .row > .video-iframe-container { display: none; }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .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); }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL { border-width: 0; border-radius: 0; }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .row .container > .video-iframe-container { border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .row .container { border-top:0.3125rem solid #f7e397;border-left:0.3125rem solid #f7e397;border-right:0.3125rem solid #f7e397;border-bottom:0rem solid #f7e397;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#ry83tlmTgAxXqSe7gpdpmwTpSH6dOAhn { background-color:#b0e4da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38rem;height:4.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.75rem;left:18.5rem;display:block; }
#uUFlHg07HqHAqi3pnV1TU8kX7aXhAuxW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxTHEU07POeNiaSzV0PtoXcg6dtnAxaf { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:38.25rem;left:27.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hxTHEU07POeNiaSzV0PtoXcg6dtnAxaf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hxTHEU07POeNiaSzV0PtoXcg6dtnAxaf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
#eEFk7GPHS0pCp1lG68I4o65hMGEDIuPP { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:19.4375rem;top:39.625rem;left:27.8125rem;overflow:hidden;display:block; }
#uJ5x2Vbd8Bv7zHdynEA93LLzrPhDizNx { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQDbDNbAXUT7yTePmW7Wge0hbSc6W6DU { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:15.375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAtsp2LzrnA8bax9SgqkFxoUoIyESUcS { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.875rem;left:15.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWelaA1K9dpEHTBuEJOWy7QgJxg7zUtC { position:absolute;display:block;z-index:15008;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:14.5625rem;width:11.625rem;top:5.5625rem;left:48.125rem;overflow:hidden;display:block; }
#lLPUoZ1Ra7KMZmVmfkgatoIOxquFE78J { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5625rem;width:26.25rem;top:4.5rem;left:24.125rem;overflow:hidden;display:block; }
#Zyltvm6ohUWezSFkkLyRM2WJTDM6es1o { position:absolute;display:block;z-index:15009;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:14.5625rem;width:11.625rem;top:6rem;left:15.5rem;overflow:hidden;display:block; }
#TI1Uao9NPKpN9RRO0EzSUVkBK27H9T67 { box-sizing:content-box;height:2.875rem;width:11.75rem;position:absolute;display:block;z-index:15008;background-color:#f7e397;background-image:none;top:2.8125rem;left:31.625rem;display:block; }
#CSrJfs0aE50wyEHb1Hf97uW4XQBvTSfw { color:#000000;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:3rem;left:0rem;height:2.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itVE3vQaHBdGFxHVoc0FAbhm7MC1BkM0 { background-color:#b0e4da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38rem;height:4.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.75rem;left:18.5rem;display:none; }
#KSVa4XfaZcnZOpG6etar3B8LfHB48K2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RiDToDTSrhdTitU7etFZTNSmNgCsBxz7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZOoM13CflIeAtDKNHtUdVPMwBQEUEGDE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 { position:relative;display:block; }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 { background-color: transparent; background-image: none; }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .row .container > .video-iframe-container { display: none; }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .row > .video-iframe-container { display: none; }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .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); }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 { border-width: 0; border-radius: 0; }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .row .container { border-top:0;border-left:0.3125rem solid #f7e397;border-right:0.3125rem solid #f7e397;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#K0kQfPUEDyATxcNTpd6QRFgbBQr2gswQ { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:"inter tight";font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:20.65625rem;height:6.3369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC { border-top:0.3125rem solid #864df9;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row .container { background-color: transparent; background-image: none; }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row .container > .video-iframe-container { display: none; }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row > .video-iframe-container { display: none; }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .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); }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row .container { border-width: 0; border-radius: 0; }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#lh4e8T07EoEVmLR407NJVJrb3aIFSupB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:1.3125rem;left:33.4375rem;overflow:hidden;display:block; }
#DogKEIsesfmTbTxZsMcQiTA9nl15QOth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row .container { background-color: transparent; background-image: none; }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row .container > .video-iframe-container { display: none; }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row > .video-iframe-container { display: none; }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .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); }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row .container { border-width: 0; border-radius: 0; }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#glNUesX1dM6idQmMcfAprqNB95oHUKkf { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:0.71875rem;left:29.75rem;height:7.78125rem;display:block; }#glNUesX1dM6idQmMcfAprqNB95oHUKkf li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#glNUesX1dM6idQmMcfAprqNB95oHUKkf li:before{  }
#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { background-color: transparent; background-image: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container > .video-iframe-container { display: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container { display: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .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); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { border-width: 0; border-radius: 0; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { color:rgba(255,255,255,0.61);display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.427734375rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row .container { background-color: transparent; background-image: none; }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row .container > .video-iframe-container { display: none; }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row > .video-iframe-container { display: none; }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .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); }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row .container { border-width: 0; border-radius: 0; }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#AvLtKBms5yUDdJrCwvEELWQVpuS7PPne { color:rgba(255,255,255,0.38);display:block;width:75rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW { position:relative;display:none; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW { border-width: 0; border-radius: 0; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .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; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .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:18.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:none; }#fzNpBzFJT7OyFDnwiqw4sSKyf7NG4t93 { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.25rem 0.25rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.25927734375rem;left:3.5rem;display:none; }
#goHg2CEquy9UmdDQIXpTwb60dgdnGFaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETpmEEMhDAFdznesSs9D4XCHd4TxPTCN { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { width:10.3125rem;height:4.5rem;top:0.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { width:5.375rem;height:5.375rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsiFN8d83bbguZJr3x1Sr0TiOCTHpGKZ { top:2.125rem;left:26.1875rem;width:7.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yumTLw07yBMOLU8XF24Am8btfTJIrHaF { display:block; }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvabw6kchkWblANLo88nuwQQXsQgqB98 { width:42.75rem;height:9.4375rem;top:13.875rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { width:41.5rem;height:9.5625rem;top:55.6875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { width:38.875rem;height:4.5625rem;top:99rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block; }
 }@media only screen and (max-width: 763px) { #XrIP2InXLvlGJZrn25TwR1fFPmyogmcH { width:11.1875rem;height:2.5rem;top:0.5rem;left:18.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0om2Rl6laFCVVcI01px2fWDZpGbJ9dH { top:0.375rem;left:17.8125rem;width:12.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV7WGHQF19nEi4hrVwZ9ZI7FABiX0L5T { width:37.75rem;height:2.375rem;top:24.1875rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCowmREAAi04Liic0PJHIP2IrmRvmyHq { top:67.375rem;left:0rem;width:31.75rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb0frNSwikTaizF8MNFOta1adczzg7Uz { top:105.3125rem;left:15.90625rem;width:15.9375rem;height:1.125rem;font-size:1.125rem;display:block; }#Fb0frNSwikTaizF8MNFOta1adczzg7Uz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #na12W2eNfdLNkp4qwo6WWqKZKoMTlZMR { top:6rem;left:1.875rem;width:6.6875rem;height:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hn7UhutmdiWP1rHnZMnaTKW4Vnz3828D { top:4.5rem;left:10.5rem;width:26.25rem;height:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpUcvtbTh18leggTCgC9XVL8Jq0qRXrR { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fg0dQox4zCsMRCdFRn5Drd0n7wTGshb4 { display:block; }
 }@media only screen and (max-width: 763px) { #ypxhfwZHFwMizKoLzUJwHr0gni9z5Sp1 { top:3.3125rem;left:27.875rem;width:19.375rem;height:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5iVwLtbNsKoGTok4n67ExAztxwu7MVi { width:21.125rem;height:;top:3.875rem;left:13.875rem;font-size:1rem;display:block; }#y5iVwLtbNsKoGTok4n67ExAztxwu7MVi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbdf00fb58063ee695c20d6451fd8ec4c9912e4c.svg); }
 }@media only screen and (max-width: 763px) { #CngB7WIqFi78a63vKhPOOfXNydOgK7FT { top:1.8125rem;left:11.15625rem;width:26rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVxuPna7dzbwcRsuOGe1Fm9irRn3KHD { top:72rem;left:20.4375rem;width:26.8125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msM8BInmbdTq440xlWN3iIdconhlDwD2 { top:68.5625rem;left:27.375rem;width:12.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw16PqtF0WUhvQwWRqPAMwVzutpS2DE2 { width:11.1875rem;height:2.5rem;top:68.6875rem;left:28.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpCdXo5b1n6TUGCp2b0CcAU5APFUB0WM { top:27.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU5GZnyawSxxTDzSo5ecRCz46EmWrNH1 { width:47.75rem;height:2.875rem;top:92.5625rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXNoDz4KOiaW1muGAwRHl4m6SXiDG3iO { width:47.75rem;height:2.5rem;top:95.3125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #csT2w39AXMm7xBHs7lirFJC059lD2NCE { width:46.5rem;height:2.1875rem;top:52.5rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgEsmqpxXsb2xQnXiKRDZS5lZTek5bzd { top:0.5625rem;left:2.5625rem;width:42.125rem;height:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFSTgymO6cvyauSMxaypHB28834XDTnX { display:none; }
 }@media only screen and (max-width: 763px) { #Rum7ubDK2nbwwIGTwfCAJd6dN3ItCFyy { top:67.375rem;left:33.6875rem;width:13.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO { display:block; }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXKbu7yuoyQUtUBzL2HPFMOnBgH95KKg { width:17.9375rem;height:4.375rem;top:2.375rem;left:23.875rem;font-size:1.25rem;display:block; }#TXKbu7yuoyQUtUBzL2HPFMOnBgH95KKg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
 }@media only screen and (max-width: 763px) { #QM2DJhkMeDfEeOyHREru7Flid9kDQn7P { top:1.875rem;left:23.5625rem;width:0.3125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCZEfTxNK4OzApwp44sTsFG2yTcCvVFC { width:12.25rem;height:;top:1.25rem;left:11.625rem;font-size:1.375rem;display:block; }#VCZEfTxNK4OzApwp44sTsFG2yTcCvVFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
 }@media only screen and (max-width: 763px) { #EfpZrD1PaupzZFqxLJC06hBNp5QmClUG { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFZgITFzrJhrDzaOQx15lkhfCdwfQMaG { display:block; }
 }@media only screen and (max-width: 763px) { #ByMseJpuApd4kRpMouwqvx3ami7Bu1hm { width:20rem;height:4.75rem;top:9.0625rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvINd3r90wKbqirTzXZ8mSaOgukd6i0u { width:19.0625rem;height:3.8125rem;top:18.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5iHEvibkdaxbZcECNLe9UDlbdHzKevn { display:none; }
 }@media only screen and (max-width: 763px) { #glcQuqVG6q0LMBk4saU7VGn6Wi6PrmPo { top:60rem;left:15.90625rem;width:15.9375rem;height:1.125rem;font-size:1.125rem;display:none; }#glcQuqVG6q0LMBk4saU7VGn6Wi6PrmPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #g2gOoB6TZeTiB6miAULSl5PEF4Vk10b1 { width:17.6875rem;height:6.1875rem;top:9.25rem;left:23.875rem;font-size:1.875rem;display:block; }#g2gOoB6TZeTiB6miAULSl5PEF4Vk10b1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
 }@media only screen and (max-width: 763px) { #V9GKo3B3StoSv8xFfJcTnNfS1oBQzKpQ { width:12.25rem;height:;top:9.25rem;left:11.625rem;font-size:1.375rem;display:block; }#V9GKo3B3StoSv8xFfJcTnNfS1oBQzKpQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
 }@media only screen and (max-width: 763px) { #OgSky0rG2aPHyZwnxs059Bl4KBycUFAB { display:block; }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 { display:block; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6Fx8xPyQ1gUryLg0lM1vPBp9D4tHv57 { top:0.0625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZfV1z7za9sbzEEhaInqKCNWH6eRIiU2 { top:3.5rem;left:23.9375rem;width:9.375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCdz8Z67cnKVuTfRIwcoTUi8RmM2Tcbu { top:6rem;left:4.75rem;width:8.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKsQ8x3AhWfJFVKTi7Ae805kAXPuXeM4 { top:2.8125rem;left:34.3125rem;width:7.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8MRxiGzet7mkHptBinp1TnNE8USRxtO { top:3.125rem;left:14.4375rem;width:10rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfii3kyphnpSn16QcDfgDt0cy8DBTw0T { top:5.75rem;left:29.0625rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNr7hF8sacLVEyXizUzvIihB67VnPrTI { top:5.8125rem;left:37.875rem;width:4.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8qhtq6wwv0SP8CVcPNNwFRQIe0Mwer { top:2rem;left:5.9375rem;width:7.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBfDXTB2wKdKphuqiixBAaxGGEqcRJTJ { top:5.6875rem;left:24.25rem;width:3.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZtTbKQZ79hhNgdKLtKvh67MDHr89TO { top:5.75rem;left:13.6875rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F { display:block; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOW069ILE1i7k4zxM2qIhd7m2OehJiQR { top:1rem;left:3.6875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhgXip8F2V0xGmNVAXnehuw3k5n00ncL { display:block; }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1XAxd8leFwMMiw1eke98Z8Ql6W9HRp4 { width:47.75rem;height:4.375rem;top:0.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yucBbJLTPdC06GHtHE27AX4qRMk0QWTf { width:47.75rem;height:1.75rem;top:4.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHIecVDv952qo3aId1lnp3LCA0gmZNU { width:47.75rem;height:7.0625rem;top:5.5625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgrCXDoWeuh7smw1ieVyiGKW8OnVMJl { width:47.75rem;height:1.75rem;top:12rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf9xT3uhNTohrvmvIU5XTnNIkIqhBxnc { width:30.625rem;height:;top:16.625rem;left:8.3125rem;font-size:1.125rem;display:block; }#Nf9xT3uhNTohrvmvIU5XTnNIkIqhBxnc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05d728c4a191494b12dc3ff8999e31e0d8e848c5.svg); }
 }@media only screen and (max-width: 763px) { #MJW0lZHv8hDaNu8OHmofNMyN4T1SeHlV { top:14.4375rem;left:6.03125rem;width:34.6875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl0HAtByaEfUCCd8yNsn28UVJc5KGeuA { width:47.75rem;height:2.625rem;top:36.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbeykbTqgaIp88KSp8OTXvdmZshyzdIa { width:47.75rem;height:4.375rem;top:70.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdpshJlQnNnJN38zH4ybkcFSENpQLyg { width:47.75rem;height:1.8125rem;top:74.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCo8mSDTMcccpDRk7mQlNvEqt44nD6e7 { width:47.75rem;height:1.75rem;top:77.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIsvTflaO1o1RSXeDiAuquTVxKXwbUJc { width:38.875rem;height:4.5625rem;top:79.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByOGmDtSqd61tHW9Pwv98fTyWbe7U4Ly { display:block; }
 }@media only screen and (max-width: 763px) { #ZuTQMumo7vF371iegH3lKDkEMxk6fbls { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAkCWe8bxgFL1xQOeFOz8gvNbFDoxPbg { display:block; }
 }@media only screen and (max-width: 763px) { #CXL3XAiZfUGKVr3QgnrT52KurT0HK9Ca { top:3.75rem;left:37.5625rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcxQZiCR8LVrAQHwnHGgiCZsx9lWPknK { top:28.625rem;left:8.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRdFaTZJOicE2Fvc9l5NLKh9yW6EDVO6 { top:28.8125rem;left:16.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJnbZXAwiDxGUNTn2MaAPM9Ot3szzAV { top:28.8125rem;left:24.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2UgxiAOALru4DJzIvIuThm2eFW1lfV { top:28.8125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCAhBzCmT0mhUzTH26dGfN8ooVPwSNH3 { top:39.375rem;left:5.375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI5vxuAoTwNKix8b0y5Og0sfilHZUle6 { top:39.375rem;left:25rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ewUa5Q7HFAztltTWAAc9dACC9buKcM { display:block; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaqZEvW8DpPIQhgvEhCgFl1lZstkvwCa { width:43.125rem;height:6.875rem;top:3rem;left:2.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9e32P3FlwqwDSTIO9LUsevRricaeCK7 { width:47.75rem;height:1.6875rem;top:10.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 { display:block; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV9LhsGeKlHBfy9UF5cutbh7yV2nO2pP { width:16.6875rem;height:12.9375rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRlFUOz3ZnQ6QK3cclHwNErCLOITluX { top:0.875rem;left:0rem;width:22.5625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3WfPAXS2UxNzTJZ2rgU59ZVkxbZ1Bhx { top:0.875rem;left:8.6875rem;width:22.5625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmMLLMXeSMZs1uP4T8xTqpJEOebet3P2 { top:0.875rem;left:24.5625rem;width:22.5625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfesISBPKzTPXcsm7DnVgtZN8Fum6ll7 { width:17.25rem;height:11.3125rem;top:3.875rem;left:14.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoEIRi61wkohReTx0Uf186F99fwfW6UR { width:16.3125rem;height:12.9375rem;top:3.875rem;left:31.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ { display:block; }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS7BKJJzRESyJSiQKTfGsVNiJP7Dxcl6 { width:47.75rem;height:8.875rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A { display:block; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4JoJU0OqmHIO9podZbC6yGOv208b6c2 { width:47.75rem;height:3.8125rem;top:2.375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klivUh6WPIwEeTKm64ireSvyWqH567Tt { width:17.5625rem;height:7.375rem;top:0.875rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnueNsRUzk8E4wQzZ9PnXFfv1MbSy1Qv { display:none; }
 }@media only screen and (max-width: 763px) { #PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD { display:block; }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhp9nB66XfnI5FQ70kwpOKXHR9OHnc2T { top:1.625rem;left:3.1597222222222rem;width:8.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUaDCXP8IxZtNc9AKOTyHx8AcQrr6TnT { top:1.0625rem;left:5.25rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQWdopcGfT5I4e9r03KEBfDDIfuo9B3G { width:34.25rem;height:14.375rem;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id1ow72fPHll1LlWov74cKDfsk2rrRl3 { top:9.625rem;left:3.94091796875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqiUNmEm0RawZ2Km4b6hP4QQuCmkM9yF { top:16.125rem;left:15.9375rem;width:7.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGlh1wdisZNXsEnWtb0na5cquD2SwAWk { display:block; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsH529RVqDOvwaTS1qTQHAGTHFT9NLWM { width:24.375rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTKPB0IRL7GZsBEUMiua5OzCERqs5Ctl { width:18.75rem;height:2.875rem;top:10.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0KKoIIc00gRqaLDyJiB3UHD9iUKdLRt { width:18.0625rem;height:2.75rem;top:10rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UASU774eLTN3rzT7Rk0AiWaNCuftui9q { width:24.375rem;height:2.4375rem;top:7.4375rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMlGfp2nTTkyEMZIZ8LnWBD3AVw6WCFf { width:16.125rem;height:4.125rem;top:10rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6vsumto9MOBKZxprmQiJVX4Tuuo8Mqy { width:24.375rem;height:2.4375rem;top:7.4375rem;left:23.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqvNbJ3byRERa6oi095pinB5FGyCQH4 { width:6.25rem;height:6.25rem;top:0rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt2Iu1nGU1kndiwalGZGiig4hxkKH9Rb { width:6.25rem;height:6.25rem;top:0rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfC9arFced06TVsGZvkQVP8RddUUcW7X { width:6.25rem;height:6.25rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ { display:block; }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU6s8fMdpaEJpCIn5clTI3CfFDkR0DNK { top:0.4375rem;left:0rem;width:9.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buiERa52KNUuTFqKxcTJKiQNLv4S93re { top:0.375rem;left:4.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zin6kd8wakoxruIxPOHQUb7ki1RnOdFl { top:0.375rem;left:14.375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #miNPBUfySVT6iwVNKdrFz9la26GT351h { top:0.375rem;left:24.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP09y6BRpTqaas9T9TofbzTWIJn8WeI6 { top:0.375rem;left:34.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawJZ0tLRvhM3V4HGLp9bTQ8TbLUbVaa { top:0.375rem;left:38.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyekdNpDVOtvaD8BBr6wiKGCkDMLohts { display:block; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSzvRF2pveZbrTZcDoicA3LCSBHazPG1 { width:18.5625rem;height:3.0625rem;top:11.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIHc9mHMiRnuClv7aqoVPz4CXfBQ9rTU { width:16.625rem;height:9.8125rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Xz5X6g3ORLXoBhGgwI9Urwtwb7SrZF { width:6.25rem;height:6.25rem;top:3.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv8tqVBEqT9mSWkXo0bFelZxSZ4xC9DP { width:16.625rem;height:9.8125rem;top:14.3125rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqVXcBDETHdVfhnzTX50Z4tkvmZXnngP { width:14.3125rem;height:2.0625rem;top:11.1875rem;left:16.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEaNFnUrN9T7bCNu9xC0KZINv2d6Q2we { width:5.9375rem;height:5.9375rem;top:3rem;left:36.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQwr4TzfCPSOGTgQbeI5aLJnAq1VSWX { width:16.625rem;height:8.4375rem;top:15.25rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgl4pX22XpeBtSXoQdwwWE1TkWFU4A6s { width:16.1875rem;height:3.0625rem;top:11.1875rem;left:31.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8b96nweidTRCl9MluKPAWbM3HtXLrWD { width:6.25rem;height:6.25rem;top:3.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJZzD87BFO7HpgcVxIgHhJgNmWTihRsO { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMKJRBpcSB91T6iRuDccdq95dSCKxcbV { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ05MM6iM5lRWzNC2fkMDcrO6rlS0bNs { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNkpqWhPG1nwX6w2Kf485GLTV8rL3nRJ { top:0.875rem;left:0rem;width:22.5625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soTCyUnUAZkoe10QrndMQ5thFUHSDBgG { top:0.875rem;left:8.6875rem;width:22.5625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzFlHsvhTs7ghB9a04w9T3epf17eV0n { top:0.875rem;left:24.5625rem;width:22.5625rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1vXPrmqgo2mTF79t45NbmkzqMzo614A { display:block; }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKzoH9IQIrhFIU123QkS6v1N1CxCxrD2 { width:18.5625rem;height:2.0625rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWxpUAoTdxEnEoxCSODizBRsbT3sIKGa { width:16rem;height:7.75rem;top:14.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1m7xkgksniziQawv50AqII1J4bCzmGF { width:16.9375rem;height:8.4375rem;top:14.3125rem;left:14.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THeTxZds6HzNEn8hZ9vHZVfzyzLhUgrD { width:14.3125rem;height:2.0625rem;top:11.1875rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM1DTuvrKUSzEchfghiTzwtGOSbgtbco { width:16.75rem;height:7.9375rem;top:14.3125rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlHSGCBLevsZcCfJVD2zwxehkqUm5lJE { width:13.875rem;height:2.0625rem;top:11.1875rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcx8pnnZ2VBTfvxxxADmTOAOMeMuXThb { width:6.25rem;height:6.25rem;top:3rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iax4ktmMUbtRxibdwzlJqLsmfMgSmvC5 { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB45NTSXbFDLrBwBC3fMilM3BTsg7g9A { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4QFABFuK5mTfmbWTx39NVa6ObkM3Wa { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrnbivsEJvOmT10V7c0O5fE02e0n6ZE { top:1.5rem;left:0rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6kncF1kuVZy9CQHyoV7liAtvor1dD6 { top:1.5rem;left:12.25rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTohT9HhOKQ9SJMdab4hn9IZNqb6aKcc { top:1.5rem;left:28.125rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDSqZ8z1ezmE14bfTVU3rybC9BZFembn { width:3.9375rem;height:3.875rem;top:32.3125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGlqSgchzIgFW1Q70Lul3PX7XOHZ8F9l { width:3.9375rem;height:3.9375rem;top:32.3125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W { display:block; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkCoeH6ASNBkw3qifTSI0S6MupJDda1T { width:47.75rem;height:10.3125rem;top:2.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcR6VlpRHcgSQrlQiE2EHZEr6Z7z5oW9 { width:32.625rem;height:2.75rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 { display:block; }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsgXdqKfQ3TsMc2G3CT0G74wHkTrUMDm { width:25.8125rem;height:12.4375rem;top:11.125rem;left:0rem;font-size:1.25rem;display:block; }#JsgXdqKfQ3TsMc2G3CT0G74wHkTrUMDm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe3cd1895980c6d71ac8cc4ef25aaf91.svg); }
 }@media only screen and (max-width: 763px) { #lwDRcn3OKTTVriJTXwC97mCMwC6Am2yp { top:0.5rem;left:1.625rem;width:6.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUZQZ5K4rxpUSi0v9KVZZlXDgCEH2kK9 { top:0.5rem;left:8.625rem;width:7.875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB8u47XiP8LP1zXSg0fHcg7gqka6m5Ot { top:0.5rem;left:17.1875rem;width:6.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N83WlAhaayETh4TgD7oVr35FdPnIAf9O { top:0.5rem;left:17.4375rem;width:6.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQmaKH6WB52tHEDRhf5f4WZOgedwPK5 { width:23.5rem;height:;top:3.875rem;left:23.875rem;font-size:1.125rem;display:block; }#NTQmaKH6WB52tHEDRhf5f4WZOgedwPK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_966531fc398d79afa87498549ac4207ee7a07f68.svg); }
 }@media only screen and (max-width: 763px) { #ETgksP9AAJb2giuex4KDMBZWxrg7wCVh { top:0.375rem;left:18.3125rem;width:28.8125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI24HMB0bsRQPQpQP9zPkPyRkKVvD10e { top:24.125rem;left:8.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6nhxkx0A0I9MbqluHdguH0hhkKEhnLM { top:24.125rem;left:17.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmEioCg8T5rxSsZHGSSy9bboRZfvklvT { top:24.125rem;left:12.59375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZXThLm3tAS5638PT88fOTk1oi9IZrgM { top:24.125rem;left:3.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCi22MDTxFnV80Mv2V6Sts3spAADFkXy { display:block; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otHrzWBR0AnaShDIlNFZu2PBskUVe7Vg { width:47.75rem;height:3.1875rem;top:1.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLlW4xe3qWtJCQ91pNeKITKJOZmBlnXy { width:17.5625rem;height:7.375rem;top:1.4375rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWdgIuVmApig92k50gB1xZr49LPmGT2l { display:block; }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlphnzQHHxfVvoymx1vJaGDue0EJrh5S { width:23.5rem;height:;top:4.125rem;left:0.375rem;font-size:1rem;display:block; }#KlphnzQHHxfVvoymx1vJaGDue0EJrh5S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_617928bad6734b7851cc5b43215e18b83177babe.svg); }
 }@media only screen and (max-width: 763px) { #bcbsyRzQsNaWItUcpATCWh48sxIkApob { top:0.9375rem;left:0rem;width:28.8125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtG7qAsZnIxNKsTwKVkzUDrOgkpW2bSn { width:23.5rem;height:15.125rem;top:10.1875rem;left:23.875rem;font-size:1.125rem;display:block; }#gtG7qAsZnIxNKsTwKVkzUDrOgkpW2bSn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cb096aee560fea5a737834b3401b6bbd8b67abc9.svg); }
 }@media only screen and (max-width: 763px) { #k3rfy81i3aJ9zrtV8hnwwSeEo25oiPx6 { width:23.5rem;height:5.75rem;top:3.375rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCVttFt6HlEAyAMHEb870hiTmrcO9SSm { top:0.5625rem;left:2.5625rem;width:42.125rem;height:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUGZwfudhFVBbxhNuP1ZCChDAVT69XvU { top:21.875rem;left:5.75rem;width:35.75rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3y0wsyBanLoySAKqOAfkSCTbQP8fdKI { top:21.875rem;left:5.75rem;width:6.75rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuEGWy9ggC6Ln44N28tMKtaih29o5iaa { display:none; }
 }@media only screen and (max-width: 763px) { #gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 { display:block; }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZBmtfNyEmT6zTFZiXXariKto1ky5ZXs { top:0.5625rem;left:2.5625rem;width:42.125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCEfXVUDuGxVvKPnkl0m6bEHZfTfXTh9 { top:21.875rem;left:5.75rem;width:35.75rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E { display:block; }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkTTwzua056DlfWn9Uk8eTwV38KLnXft { top:2.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvlg95xGPhvwaIEiWUV9vEN2TrgXTEqg { top:7.25rem;left:6.71875rem;width:34.3125rem;height:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH53t8GTRUQ9qFq28trG9p9FxuqbM4AL { top:15.0625rem;left:0rem;width:47.125rem;height:142rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMisXBIaDiBsbidBaHtvsqFU9TFEWA9 { top:65.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afotxJ0Pz6ZXtbU2i7qNWex49eIUprw7 { top:34.5rem;left:8.65625rem;width:30.4375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L36ao6ObdLxxg3QQd1FkbNN7qBhOOZKZ { top:37.875rem;left:5.09375rem;width:37.5625rem;height:;font-size:1rem;display:block; }#L36ao6ObdLxxg3QQd1FkbNN7qBhOOZKZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a9f3db9fdcb7b001cf469306e5ccae28b4325e2.svg); }
 }@media only screen and (max-width: 763px) { #xcSr3Bz6rLnSHgRoL6gJqHnObwZLZ0D9 { top:62.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dTFfITIuIn1tTaqJEvzCzd26aaUd3H { top:83.5625rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#V9dTFfITIuIn1tTaqJEvzCzd26aaUd3H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #pXX67LxCITw6dxPR4Sz4ImZbw21TBTly { top:56.25rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN1FigSu1aJOrlGLskrGy5AV5ILDOKqy { top:56.875rem;left:6.1875rem;width:36.375rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJWUezRbtyA84HeHTeTNFDevmcLxwRtR { width:47.75rem;height:2.5rem;top:16.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmZkgd8PMRn9mMCWqDyq7Gd4c7Kywlr { top:16.8125rem;left:18rem;width:11.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6C3SovSRxem0MAQfhLSaq373XXrtxFV { top:18.4375rem;left:10.5rem;width:26.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTwXppXIhi1cDQxBKxAmGdgwzpPJGDtg { top:19.5rem;left:34.5rem;width:9.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibMwfT6ytF7aBbPfZCZ7lUpwCZ3yVAmu { top:19.5rem;left:4.1875rem;width:7.0625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8xPPSSb92sOVr0oqp0bia2asr8wTBeI { top:7.375rem;left:0rem;width:18.4375rem;height:3.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SB9VA7DHDG0g8Raa6S5Fq4v8SOZOGW72 { top:67.9375rem;left:12.40625rem;width:22.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx9zOfhelPWFlvhBHTiwUEtfSZhL7Hkk { top:82.0625rem;left:8.65625rem;width:30.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehxu4FoFeUmywLGglOXhEV2rvpQME6rU { top:96.0625rem;left:12.40625rem;width:22.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlFOMtQSRUJ3yiicdTvxIhSD3TISireg { top:109.25rem;left:8.78125rem;width:30.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHHLn8rMxRBaSUU9LbNNyS4byZKSlZau { top:111.625rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#HHHLn8rMxRBaSUU9LbNNyS4byZKSlZau li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #zthq7oWiUs3qTSWJc7fhK49AhTQ5DV88 { top:90.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTq9b6E6P2OAmcphe6WlBzdcXf43LZH { top:118.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rusKEX61ZHicXZlTExlbcBeBdH04T9Mf { top:124.375rem;left:12.40625rem;width:22.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucsfnps8Rby17H8d2UOJoQziJRt0R08E { top:137.0625rem;left:8.78125rem;width:30.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ByoJ7FKGwIcRad2badDl9JsOluWnST { top:139.9375rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#I5ByoJ7FKGwIcRad2badDl9JsOluWnST li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #zlb04gpQEhfaITaphivvpT2gMlZLwwXr { top:84.375rem;left:6.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g45opfdFu07xzXqq9AzeTPr1TSX8CK8G { top:112.4375rem;left:6.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDzpV9RIKaOD1WtGsgOV6iuxO05XanoT { top:144.1875rem;left:6.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs06Kt0zuKQMQs373LFg8soxJbiTbo1g { display:block; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5en7DqFApRlQOnrJiBwAZ0cIFnvFS3F { top:2rem;left:10rem;width:26.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcyvIlJkzk62s80DLT6cAcVfT129nEJJ { top:3.3125rem;left:27.875rem;width:19.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2TnaAiIGTPDtHdfJwC99Hdue6DeVvnO { top:3.3125rem;left:0rem;width:19.375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rt1oiTuvAZzbzkkKaUbcybuTU1FgX8 { top:0.8125rem;left:19.1875rem;width:9.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNMZSZ2wA5dTvhTQfNadTVO2VtrDVX4 { top:15.75rem;left:0.90625rem;width:14.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXdT428xcS4HDfF9HhxnAZKibs1P4PBd { top:15.75rem;left:31.96875rem;width:14.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL0P2fUKdaBuO3NigTaPZuap38UICvXs { top:15.75rem;left:16.4375rem;width:14.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX6uW0TGn1tCaEBKxK4yzywVsgkwPbCT { top:11.3125rem;left:21.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAyHCIIKbJdJ1l3IMNugsgleJPpTm9lh { top:24.625rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPWxonsnGFcvHMtZPxla3hxFgkl0OvC4 { top:24.625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRyTcpsfC1TobwI01rPTrXmQVFXlJov6 { top:24.625rem;left:37.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H { display:block; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps4NJ1TvVM01D9dEDaT8TP3qle9q0bgi { width:44.25rem;height:4.5rem;top:4.625rem;left:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2JqIwGRsLiTFVITPfacMhTr3GiVAGG2 { width:44.25rem;height:2.5rem;top:11.1875rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl9wQKWylGXB4vSvvnimmtZm1twXgXgV { width:44.25rem;height:1.4375rem;top:14.8125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGI4dBPla2hxqD5JdTRmJlh5QUdQq010 { width:46.375rem;height:4.5625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJvbMZxxnOplhSJk9t8WKuTicEEhhpZR { display:block; }
 }@media only screen and (max-width: 763px) { #oumFofOT84VbTbUSAiOPndSTlOsheIXQ { top:23.75rem;left:15.5625rem;width:16.625rem;height:1.1875rem;font-size:1.1875rem;display:block; }#oumFofOT84VbTbUSAiOPndSTlOsheIXQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
 }@media only screen and (max-width: 763px) { #ZKaOfTM39kFshtBrszcUdT7zETDytDXT { width:47.75rem;height:3.375rem;top:0.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFRqCMW35C7XpuoXOuANdw0sZLMJ1Odi { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwsuuuB9T0cuOcEAogOTT7sAnU0sgC3I { display:block; }
 }@media only screen and (max-width: 763px) { #rE1ELTRxsP5PpQdSAOGzvMEaOFwhfQdR { width:19.9375rem;height:2.1875rem;top:5.9375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7yeKMZoLO8ylRIVe5C5orEckBGw5ohT { width:19.9375rem;height:2.1875rem;top:0.875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL { display:none; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lGBsxT4rRxTNQBqMcoPvVXdJOSTCvXBU { top:19.5rem;left:34.5rem;width:6rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUuQnem0FnJGmtTZxfwA5IeFSuM37DxM { width:35.125rem;height:4.5625rem;top:93.5625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sk85dfb6v1Vxr6JBGrUeh1DULT0UVfIf { display:block; }
 }@media only screen and (max-width: 763px) { #z4lKyI8zB6oJAQFyvGPl3kL0V7Xdr4qK { top:19.5rem;left:4.1875rem;width:7.0625rem;height:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZinNyFFs2wmFs2dmbFePMfMHdh4lATTn { top:27.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF { display:block; }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeirtFPzzqyaycurZEqrfu8akCEmcB01 { display:block; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLoRFkgcsBIvx95w6uf2GowoTP7yaPB1 { width:21.5rem;height:19.6875rem;top:2.125rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah3xTAFcNKNr9D4eeluLnsy8K2CzqLxy { top:2.125rem;left:23.5625rem;width:0.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irfvItUfS3cR0kIemETZvE5goC8avFT8 { width:15.6875rem;height:6.0625rem;top:15.625rem;left:8.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAZSZfx7fl98813DO2lAXdR9lFTWXOox { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Klfvx1toNc2M5MyuOgmPW2E5eTV9wcMn { display:block; }
 }@media only screen and (max-width: 763px) { #DSzTWII3G7IBBkQKllTk9fLvpmiz8eFG { width:44.25rem;height:2.5rem;top:25.25rem;left:1.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BF1zxw77dByNTmnDZLKpTOE2c8oVyVfb { display:none; }
 }@media only screen and (max-width: 763px) { #xW4QwJxWhaHsGFkJc0UrqcUodT7LCkUz { top:60rem;left:15.90625rem;width:15.9375rem;height:1.125rem;font-size:1.125rem;display:none; }#xW4QwJxWhaHsGFkJc0UrqcUodT7LCkUz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #xC7SaDo9tUQFK38lSFlTWp5udFh9zmfr { top:0rem;left:8.25rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l { display:block; }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa { display:flex;height:auto;width:35.75rem;top:4.4375rem;left:4.75rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #r3Sb3QhPxsrqOoTiALR2Q6onTkAME1y4 {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #yUEZw94CH9cNAaqg6rt5aqz1htWSquA0 {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #mtLmsl6dqUV5599tCVQEDS5gr6WDTJ9i {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #BObdpEQL7TT94XkDxteqXuTSiwfaP7JB {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #TqvLp7eODLLlHc50uVBgBUHCXT02yCIe {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #KOG5IhiTygb2JoPzVnknhJ1v7Qh43Sts {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #JtveCWNK8iE73wpKA2cnAJ79IIbrLuNo {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #mGWA2J7TaO4HUTZDDr0kIF9vbTkDMTCS {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zUyBpRBCiKzCPJ3UaTasHm7bvpmLBzwC {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #UWlsV9OrbNGCCoKxzsD143zRdFm8q0O8 {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #yySBFnP1cIhRXAt5ONPVsg0HQMxSNLtM {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #cGsQdpSq2g76eTZyz7I830zngrrWfTBE {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #rh7eP1D8dmil8FRKAFPwXcAdMJblQ2Eb {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #lJAftyxMNpUBvpoibvcGM3qIuMwnnCws {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #dM0ftThA3ZQwbgPFf0cAtiJyn5aAb4tc {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #o8Q7TqT2esTlfZXO32MXUlObQqhRdvRW {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #IgGA3SvxVfJqgqfeZZgCcF3rLv3laWZl {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zV3lBO5PvCaxpPU5yTosTNRsOPlUSlva {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #LaWn8MlJhUohJhsENMA7sJPTi0Cy5226 {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zZeVf4Vz4K9rW5TeMh0gZwDb4Dz7iT6X {  }
 }@media only screen and (max-width: 763px) { #novNen5FeyQzu0TT9HXmUEhV60gaGvy6 { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v { display:block; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiy2ilFzN7nAvzTQG1DF9hgQqsAPzGBh { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axWMIGsRSwCo5fdlVlvWXHJGF9frpift { top:1.0625rem;left:0rem;width:17.5625rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ { display:block; }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3RESo4atcw6S3Zo5W3IST7zb8tafVaQ { top:0rem;left:5.125rem;width:37.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvVlxzirSih1IimtJuTLOCTsnGX4nvAm { top:33.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXA00L3F10FUnHaExrAhVRG1IOyJcdTu { top:0rem;left:5.125rem;width:15.8125rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNve0V4kfphQoWRaDmv5DrHwZAfXRTee { top:33.9375rem;left:0rem;width:17.75rem;height:;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E16ZCgMo1DA8sO02SC4VFLLQHovZtJPB { top:0rem;left:5.125rem;width:15.8125rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1sB9I9EKRam41sy1WO8BWSqKdKyEcyn { top:29.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL { display:block; }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ry83tlmTgAxXqSe7gpdpmwTpSH6dOAhn { width:38rem;height:4.5625rem;top:31.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUFlHg07HqHAqi3pnV1TU8kX7aXhAuxW { display:block; }
 }@media only screen and (max-width: 763px) { #hxTHEU07POeNiaSzV0PtoXcg6dtnAxaf { top:38.25rem;left:14.0625rem;width:19.625rem;height:1.375rem;font-size:1.1875rem;display:block; }#hxTHEU07POeNiaSzV0PtoXcg6dtnAxaf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #eEFk7GPHS0pCp1lG68I4o65hMGEDIuPP { width:19.4375rem;height:5.6875rem;top:39.625rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJ5x2Vbd8Bv7zHdynEA93LLzrPhDizNx { width:47.75rem;height:2.875rem;top:22rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQDbDNbAXUT7yTePmW7Wge0hbSc6W6DU { width:44.25rem;height:2.5rem;top:25.25rem;left:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAtsp2LzrnA8bax9SgqkFxoUoIyESUcS { width:44.25rem;height:1.4375rem;top:28.875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWelaA1K9dpEHTBuEJOWy7QgJxg7zUtC { top:5.5625rem;left:34.5rem;width:11.625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLPUoZ1Ra7KMZmVmfkgatoIOxquFE78J { top:4.5rem;left:10.5rem;width:26.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyltvm6ohUWezSFkkLyRM2WJTDM6es1o { top:6rem;left:1.875rem;width:11.625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1Uao9NPKpN9RRO0EzSUVkBK27H9T67 { top:2.8125rem;left:18rem;width:11.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSrJfs0aE50wyEHb1Hf97uW4XQBvTSfw { width:47.75rem;height:2.5rem;top:3rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVE3vQaHBdGFxHVoc0FAbhm7MC1BkM0 { width:38rem;height:4.5625rem;top:31.75rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSVa4XfaZcnZOpG6etar3B8LfHB48K2h { display:block; }
 }@media only screen and (max-width: 763px) { #RiDToDTSrhdTitU7etFZTNSmNgCsBxz7 { width:19.9375rem;height:2.1875rem;top:0.875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOoM13CflIeAtDKNHtUdVPMwBQEUEGDE { width:19.9375rem;height:2.1875rem;top:5.9375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 { display:block; }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0kQfPUEDyATxcNTpd6QRFgbBQr2gswQ { width:33.6875rem;height:6.3125rem;top:0rem;left:7.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLCpa5Kvidl32SXfTh4TBanyBXTS4poC { display:block; }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh4e8T07EoEVmLR407NJVJrb3aIFSupB { top:1.3125rem;left:19.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DogKEIsesfmTbTxZsMcQiTA9nl15QOth { display:block; }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glNUesX1dM6idQmMcfAprqNB95oHUKkf { top:0.6875rem;left:16.125rem;width:16.8125rem;height:;font-size:0.9375rem;display:block; }#glNUesX1dM6idQmMcfAprqNB95oHUKkf li:before{  }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { width:47.75rem;height:0.9375rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1XayNTeR2fnsHv2GG5n687VEoRb0pLu { display:block; }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvLtKBms5yUDdJrCwvEELWQVpuS7PPne { width:47.75rem;height:3.25rem;top:0.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW { display:none; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fzNpBzFJT7OyFDnwiqw4sSKyf7NG4t93 { width:24.8125rem;height:4.5625rem;top:23.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #goHg2CEquy9UmdDQIXpTwb60dgdnGFaT { display:block; }
 }@media only screen and (max-width: 763px) { #ETpmEEMhDAFdznesSs9D4XCHd4TxPTCN { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { position:relative;z-index:auto;display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { width:7.875rem;height:3.4375rem;top:0.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { width:3.375rem;height:3.375rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsiFN8d83bbguZJr3x1Sr0TiOCTHpGKZ { width:7.3125rem;height:1.29980625rem;top:1.125rem;left:9.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #yumTLw07yBMOLU8XF24Am8btfTJIrHaF { display:block; }#yumTLw07yBMOLU8XF24Am8btfTJIrHaF > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { background-color:#000000;background-image:none;display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { background-color: transparent; background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .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); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { width:20rem;height:144.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvabw6kchkWblANLo88nuwQQXsQgqB98 { width:19.5rem;height:5.173825rem;top:12.625rem;left:0.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { width:18.5rem;height:14.172375rem;top:62.72412109375rem;left:0.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { width:20rem;height:2.75rem;top:27.21875rem;left:0rem;font-size:0.8125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block; }
 }@media only screen and (max-width: 763px) { #XrIP2InXLvlGJZrn25TwR1fFPmyogmcH { width:20rem;height:1.8374rem;top:0.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u0om2Rl6laFCVVcI01px2fWDZpGbJ9dH { width:8.9375rem;height:2.375rem;top:0rem;left:5.5rem;background-color:#f7e397;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BV7WGHQF19nEi4hrVwZ9ZI7FABiX0L5T { width:20rem;height:1.4433625rem;top:18.2734375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCowmREAAi04Liic0PJHIP2IrmRvmyHq { width:19.625rem;height:14rem;top:94.09912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb0frNSwikTaizF8MNFOta1adczzg7Uz { width:15.9375rem;height:1.125rem;top:141.37109375rem;left:2.09375rem;font-size:1.125rem;line-height:1;text-align:left;text-align-last:left;display:block; }#Fb0frNSwikTaizF8MNFOta1adczzg7Uz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #na12W2eNfdLNkp4qwo6WWqKZKoMTlZMR { width:6.25rem;height:13.8125rem;top:104.5458984375rem;left:0rem;z-index:15011;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;display:block; }
 }@media only screen and (max-width: 763px) { #Hn7UhutmdiWP1rHnZMnaTKW4Vnz3828D { width:18.375rem;height:10.125rem;top:117.09912109375rem;left:0.5625rem;z-index:14998;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JpUcvtbTh18leggTCgC9XVL8Jq0qRXrR { width:18.6875rem;height:4.25rem;top:136.09912109375rem;left:0.65625rem;font-size:1.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Fg0dQox4zCsMRCdFRn5Drd0n7wTGshb4 { display:block; }
 }@media only screen and (max-width: 763px) { #ypxhfwZHFwMizKoLzUJwHr0gni9z5Sp1 { width:13.0625rem;height:9.3125rem;top:108.28662109375rem;left:6.4375rem;box-shadow: none;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #y5iVwLtbNsKoGTok4n67ExAztxwu7MVi { width:18rem;height:7.3125rem;top:3.09375rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.5;font-family:inter;display:block; }#y5iVwLtbNsKoGTok4n67ExAztxwu7MVi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dbdf00fb58063ee695c20d6451fd8ec4c9912e4c.svg); }
 }@media only screen and (max-width: 763px) { #CngB7WIqFi78a63vKhPOOfXNydOgK7FT { width:19.75rem;height:10rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVxuPna7dzbwcRsuOGe1Fm9irRn3KHD { width:19.5rem;height:12.63625rem;top:81.09912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msM8BInmbdTq440xlWN3iIdconhlDwD2 { width:10.9375rem;height:2.875rem;top:78.91162109375rem;left:4.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #hw16PqtF0WUhvQwWRqPAMwVzutpS2DE2 { width:8.625rem;height:1.8374rem;top:79.41162109375rem;left:5.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #SpCdXo5b1n6TUGCp2b0CcAU5APFUB0WM { height:11rem;width:19.3125rem;top:20.58642578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU5GZnyawSxxTDzSo5ecRCz46EmWrNH1 { width:20rem;height:auto;top:92.5625rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #KXNoDz4KOiaW1muGAwRHl4m6SXiDG3iO { width:20rem;height:auto;top:95.3125rem;left:0rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #csT2w39AXMm7xBHs7lirFJC059lD2NCE { width:16.8125rem;height:7.1996875rem;top:54.89697265625rem;left:0.96875rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fgEsmqpxXsb2xQnXiKRDZS5lZTek5bzd { width:19.5rem;height:8.7075rem;top:126.3515625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kFSTgymO6cvyauSMxaypHB28834XDTnX { top:20.71875rem;left:0.71875rem;width:18.1875rem;height:32.25rem;z-index:15020;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;box-shadow: 0.3125rem 0.4375rem 0rem #6537c3 ;display:block; }
 }@media only screen and (max-width: 763px) { #Rum7ubDK2nbwwIGTwfCAJd6dN3ItCFyy { width:12.5625rem;height:8rem;top:117.97412109375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO { display:block; }#hPTtV2nzT9UQUGbu0SvhiJdXqKgPwkFO > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXKbu7yuoyQUtUBzL2HPFMOnBgH95KKg { width:9.4375rem;height:4.125rem;top:0.84375rem;left:10.3125rem;font-size:1.25rem;line-height:1.1;display:block; }#TXKbu7yuoyQUtUBzL2HPFMOnBgH95KKg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
 }@media only screen and (max-width: 763px) { #QM2DJhkMeDfEeOyHREru7Flid9kDQn7P { width:0.25rem;height:11.875rem;top:0rem;left:9.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCZEfTxNK4OzApwp44sTsFG2yTcCvVFC { width:8.5625rem;height:4.53661875rem;top:0.75rem;left:0.25rem;font-size:1.375rem;line-height:1.1;color:#f7e397;display:block; }#VCZEfTxNK4OzApwp44sTsFG2yTcCvVFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
 }@media only screen and (max-width: 763px) { #EfpZrD1PaupzZFqxLJC06hBNp5QmClUG { width:18.1875rem;height:4.5625rem;top:24.25rem;left:0.9375rem;font-size:1.5625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #pFZgITFzrJhrDzaOQx15lkhfCdwfQMaG { display:block; }
 }@media only screen and (max-width: 763px) { #ByMseJpuApd4kRpMouwqvx3ami7Bu1hm { width:20rem;height:4.7998rem;top:13.5rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #BvINd3r90wKbqirTzXZ8mSaOgukd6i0u { width:19.0625rem;height:3.8496125rem;top:18.875rem;left:0.46875rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #t5iHEvibkdaxbZcECNLe9UDlbdHzKevn { top:11.6875rem;left:0rem;width:20rem;height:0.3125rem;z-index:15011;background-color:#f7e397;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #glcQuqVG6q0LMBk4saU7VGn6Wi6PrmPo { width:15.9375rem;height:1.125rem;top:29.75rem;left:2.03125rem;font-size:1.125rem;line-height:1;text-align:left;text-align-last:left;z-index:15007;display:block; }#glcQuqVG6q0LMBk4saU7VGn6Wi6PrmPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #g2gOoB6TZeTiB6miAULSl5PEF4Vk10b1 { width:9.4375rem;height:4.125rem;top:6.75rem;left:10.3125rem;font-size:1.25rem;line-height:1.1;color:#f7e397;display:block; }#g2gOoB6TZeTiB6miAULSl5PEF4Vk10b1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
 }@media only screen and (max-width: 763px) { #V9GKo3B3StoSv8xFfJcTnNfS1oBQzKpQ { width:8.5625rem;height:3.0244125rem;top:6.75rem;left:0.25rem;font-size:1.375rem;line-height:1.1;color:#f7e397;display:block; }#V9GKo3B3StoSv8xFfJcTnNfS1oBQzKpQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d06cc25fc188606ceebc13c6d7b84480a24fdb8a.svg); }
 }@media only screen and (max-width: 763px) { #OgSky0rG2aPHyZwnxs059Bl4KBycUFAB { display:block; }#OgSky0rG2aPHyZwnxs059Bl4KBycUFAB > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 { display:block; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 { background-color: transparent; background-image: none; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row .container > .video-iframe-container { display: none; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row > .video-iframe-container { display: none; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .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); }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 { border-width: 0; border-radius: 0; }#vosU1tEcZSNFXbFDEKJ0USOLOeEcTfF2 > .row .container { width:20rem;height:15.0625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6Fx8xPyQ1gUryLg0lM1vPBp9D4tHv57 { width:16.0625rem;height:2.54980625rem;top:0.0625rem;left:1.5625rem;font-size:1.0625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PZfV1z7za9sbzEEhaInqKCNWH6eRIiU2 { width:8.25rem;height:0.6875rem;top:7.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCdz8Z67cnKVuTfRIwcoTUi8RmM2Tcbu { width:8.125rem;height:1.375rem;top:10rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKsQ8x3AhWfJFVKTi7Ae805kAXPuXeM4 { width:7.6875rem;height:2rem;top:6.90625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8MRxiGzet7mkHptBinp1TnNE8USRxtO { width:10rem;height:1.4375rem;top:4.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfii3kyphnpSn16QcDfgDt0cy8DBTw0T { width:6.875rem;height:1.625rem;top:12.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNr7hF8sacLVEyXizUzvIihB67VnPrTI { width:4.9375rem;height:1.875rem;top:12.15625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8qhtq6wwv0SP8CVcPNNwFRQIe0Mwer { width:7.5rem;height:3.1875rem;top:3.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBfDXTB2wKdKphuqiixBAaxGGEqcRJTJ { width:3.75rem;height:2.25rem;top:12.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZtTbKQZ79hhNgdKLtKvh67MDHr89TO { width:9.375rem;height:1.875rem;top:9.78125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F { background-color:#f7f3ed;background-image:none;display:block; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container { background-color: transparent; background-image: none; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container > .video-iframe-container { display: none; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row > .video-iframe-container { display: none; }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .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); }#cFK4SPrO3L1iE4zn2Lvlo8dJqoyXo89F > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOW069ILE1i7k4zxM2qIhd7m2OehJiQR { height:11.0390625rem;width:19.625rem;top:1.38720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhgXip8F2V0xGmNVAXnehuw3k5n00ncL { display:block; }#AhgXip8F2V0xGmNVAXnehuw3k5n00ncL > .row .container { width:20rem;height:140.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1XAxd8leFwMMiw1eke98Z8Ql6W9HRp4 { width:17.9375rem;height:5.36230625rem;top:0.96142578125rem;left:1.03125rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yucBbJLTPdC06GHtHE27AX4qRMk0QWTf { width:20rem;height:1.40625rem;top:6.44873046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LBHIecVDv952qo3aId1lnp3LCA0gmZNU { width:20rem;height:4.40625rem;top:7.6875rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgrCXDoWeuh7smw1ieVyiGKW8OnVMJl { width:15rem;height:2.76171875rem;top:11.65625rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Nf9xT3uhNTohrvmvIU5XTnNIkIqhBxnc { width:14.3125rem;height:16.172375rem;top:16.97607421875rem;left:2.84375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Nf9xT3uhNTohrvmvIU5XTnNIkIqhBxnc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05d728c4a191494b12dc3ff8999e31e0d8e848c5.svg); }
 }@media only screen and (max-width: 763px) { #MJW0lZHv8hDaNu8OHmofNMyN4T1SeHlV { width:18.625rem;height:19.625rem;top:15rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl0HAtByaEfUCCd8yNsn28UVJc5KGeuA { width:20rem;height:4.3994125rem;top:51.27197265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TbeykbTqgaIp88KSp8OTXvdmZshyzdIa { width:20rem;height:3rem;top:88.83447265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PIdpshJlQnNnJN38zH4ybkcFSENpQLyg { width:16.9375rem;height:3.25rem;top:92.39697265625rem;left:1.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iCo8mSDTMcccpDRk7mQlNvEqt44nD6e7 { width:20rem;height:3.25rem;top:96.27197265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QIsvTflaO1o1RSXeDiAuquTVxKXwbUJc { width:18.5rem;height:4.5625rem;top:79.75rem;left:0.75rem;font-size:0.8125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ByOGmDtSqd61tHW9Pwv98fTyWbe7U4Ly { display:block; }
 }@media only screen and (max-width: 763px) { #ZuTQMumo7vF371iegH3lKDkEMxk6fbls { width:18.6875rem;height:4.25rem;top:100.59375rem;left:0.65625rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #WAkCWe8bxgFL1xQOeFOz8gvNbFDoxPbg { display:block; }
 }@media only screen and (max-width: 763px) { #CXL3XAiZfUGKVr3QgnrT52KurT0HK9Ca { display:flex;width:5.8125rem;height:5.8125rem;top:3.75rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcxQZiCR8LVrAQHwnHGgiCZsx9lWPknK { width:6.25rem;height:6.25rem;top:36.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRdFaTZJOicE2Fvc9l5NLKh9yW6EDVO6 { width:6.25rem;height:6.25rem;top:36.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJnbZXAwiDxGUNTn2MaAPM9Ot3szzAV { width:6.25rem;height:6.25rem;top:43.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2UgxiAOALru4DJzIvIuThm2eFW1lfV { width:6.25rem;height:6.25rem;top:43.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCAhBzCmT0mhUzTH26dGfN8ooVPwSNH3 { width:16.875rem;height:30rem;top:56.78125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI5vxuAoTwNKix8b0y5Og0sfilHZUle6 { width:16.875rem;height:30rem;top:106.90625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ewUa5Q7HFAztltTWAAc9dACC9buKcM { background-color:#ffffff;background-image:none;display:block; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container { background-color: transparent; background-image: none; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container > .video-iframe-container { display: none; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row > .video-iframe-container { display: none; }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .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); }#F5ewUa5Q7HFAztltTWAAc9dACC9buKcM > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaqZEvW8DpPIQhgvEhCgFl1lZstkvwCa { width:20rem;height:7.4238125rem;top:1.70068359375rem;left:0rem;font-size:2.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E9e32P3FlwqwDSTIO9LUsevRricaeCK7 { width:19.125rem;height:3.9375rem;top:9.99853515625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 { background-color:#ffffff;background-image:none;display:block; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container { background-color: transparent; background-image: none; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container > .video-iframe-container { display: none; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row > .video-iframe-container { display: none; }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .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); }#zFhczCiP3WcmBNUCLLKF4zufTXZWcNE9 > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EV9LhsGeKlHBfy9UF5cutbh7yV2nO2pP { width:16.25rem;height:9rem;top:2.75rem;left:1.875rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ypRlFUOz3ZnQ6QK3cclHwNErCLOITluX { width:19.5rem;height:14rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3WfPAXS2UxNzTJZ2rgU59ZVkxbZ1Bhx { width:19.5rem;height:14.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmMLLMXeSMZs1uP4T8xTqpJEOebet3P2 { width:19.5rem;height:16.4375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfesISBPKzTPXcsm7DnVgtZN8Fum6ll7 { width:16.5625rem;height:10.1245rem;top:18.6875rem;left:1.71875rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QoEIRi61wkohReTx0Uf186F99fwfW6UR { width:15.375rem;height:11.25rem;top:35.84375rem;left:2.3125rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ { display:block; }#XhNDOeVJ1R7PImVXTv2D4F6qq0uihTgJ > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS7BKJJzRESyJSiQKTfGsVNiJP7Dxcl6 { width:19rem;height:16.875rem;top:1.1875rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A { background-color:#f7f3ed;background-image:none;display:block; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container { background-color: transparent; background-image: none; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container > .video-iframe-container { display: none; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row > .video-iframe-container { display: none; }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .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); }#AflJMU0VZo5XC4yyMyJOt0ATWGrZVy7A > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4JoJU0OqmHIO9podZbC6yGOv208b6c2 { width:17.5625rem;height:0;top:1.75634765625rem;left:1.21875rem;font-size:2.25rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #klivUh6WPIwEeTKm64ireSvyWqH567Tt { width:17.5625rem;height:7.4238125rem;top:1.72509765625rem;left:1.21875rem;font-size:2.25rem;line-height:1.1;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #GnueNsRUzk8E4wQzZ9PnXFfv1MbSy1Qv { top:10.09375rem;left:0.96875rem;width:17.6875rem;height:31.625rem;z-index:15019;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;box-shadow: 0.3125rem 0.4375rem 0rem #6537c3 ;display:block; }
 }@media only screen and (max-width: 763px) { #PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD { display:block; }#PQ3B1x2raw9qWmuWXwNzQ295q4C6JzUD > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhp9nB66XfnI5FQ70kwpOKXHR9OHnc2T { width:8.75rem;height:8rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUaDCXP8IxZtNc9AKOTyHx8AcQrr6TnT { width:18.625rem;height:18.625rem;top:0.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQWdopcGfT5I4e9r03KEBfDDIfuo9B3G { width:19.5rem;height:23.90625rem;top:21.9375rem;left:0.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #id1ow72fPHll1LlWov74cKDfsk2rrRl3 { width:7.1875rem;height:7.1875rem;top:12.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqiUNmEm0RawZ2Km4b6hP4QQuCmkM9yF { width:7.9375rem;height:2.5625rem;top:18.40625rem;left:6.71875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uGlh1wdisZNXsEnWtb0na5cquD2SwAWk { background-color:#f7f3ed;background-image:none;display:block; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container { background-color: transparent; background-image: none; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container > .video-iframe-container { display: none; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row > .video-iframe-container { display: none; }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .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); }#uGlh1wdisZNXsEnWtb0na5cquD2SwAWk > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsH529RVqDOvwaTS1qTQHAGTHFT9NLWM { width:20rem;height:2.1937125rem;top:8.7500057220456rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTKPB0IRL7GZsBEUMiua5OzCERqs5Ctl { width:20rem;height:1.13720625rem;top:10.943359375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B0KKoIIc00gRqaLDyJiB3UHD9iUKdLRt { width:20rem;height:1.13720625rem;top:22.880859375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UASU774eLTN3rzT7Rk0AiWaNCuftui9q { width:20rem;height:2.1937125rem;top:20.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMlGfp2nTTkyEMZIZ8LnWBD3AVw6WCFf { width:13.75rem;height:2.2744125rem;top:34.755859375rem;left:3.125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J6vsumto9MOBKZxprmQiJVX4Tuuo8Mqy { width:20rem;height:2.1933625rem;top:32.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPqvNbJ3byRERa6oi095pinB5FGyCQH4 { width:6.25rem;height:6.25rem;top:25.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt2Iu1nGU1kndiwalGZGiig4hxkKH9Rb { width:6.25rem;height:6.25rem;top:13.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfC9arFced06TVsGZvkQVP8RddUUcW7X { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ { display:block; }#NBaTPKOCyfbQyL9m3rV4FDI4C7bZoykQ > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU6s8fMdpaEJpCIn5clTI3CfFDkR0DNK { width:9.25rem;height:7.0625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buiERa52KNUuTFqKxcTJKiQNLv4S93re { width:9.25rem;height:7rem;top:0.34375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zin6kd8wakoxruIxPOHQUb7ki1RnOdFl { width:9.25rem;height:7rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miNPBUfySVT6iwVNKdrFz9la26GT351h { width:9.25rem;height:7rem;top:8.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP09y6BRpTqaas9T9TofbzTWIJn8WeI6 { width:9.25rem;height:7rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawJZ0tLRvhM3V4HGLp9bTQ8TbLUbVaa { width:9.25rem;height:7rem;top:15.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyekdNpDVOtvaD8BBr6wiKGCkDMLohts { background-color:#f7f3ed;background-image:none;display:block; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container { background-color: transparent; background-image: none; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container > .video-iframe-container { display: none; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row > .video-iframe-container { display: none; }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .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); }#fyekdNpDVOtvaD8BBr6wiKGCkDMLohts > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSzvRF2pveZbrTZcDoicA3LCSBHazPG1 { width:15.9375rem;height:3.09375rem;top:9.75rem;left:2.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIHc9mHMiRnuClv7aqoVPz4CXfBQ9rTU { width:16.625rem;height:9.84375rem;top:13.97119140625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Xz5X6g3ORLXoBhGgwI9Urwtwb7SrZF { width:6.25rem;height:6.25rem;top:1.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv8tqVBEqT9mSWkXo0bFelZxSZ4xC9DP { width:16.625rem;height:9.84375rem;top:40.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqVXcBDETHdVfhnzTX50Z4tkvmZXnngP { width:16.3125rem;height:2.0625rem;top:37.4375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEaNFnUrN9T7bCNu9xC0KZINv2d6Q2we { width:6.25rem;height:6.25rem;top:55.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQwr4TzfCPSOGTgQbeI5aLJnAq1VSWX { width:16.625rem;height:8.4375rem;top:68.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgl4pX22XpeBtSXoQdwwWE1TkWFU4A6s { width:10.9375rem;height:4.125rem;top:63.875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8b96nweidTRCl9MluKPAWbM3HtXLrWD { width:6.25rem;height:6.25rem;top:29.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJZzD87BFO7HpgcVxIgHhJgNmWTihRsO { width:8.125rem;height:8.125rem;top:0.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMKJRBpcSB91T6iRuDccdq95dSCKxcbV { width:8.125rem;height:8.125rem;top:28.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ05MM6iM5lRWzNC2fkMDcrO6rlS0bNs { width:8.125rem;height:8.125rem;top:54.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNkpqWhPG1nwX6w2Kf485GLTV8rL3nRJ { width:19.5rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soTCyUnUAZkoe10QrndMQ5thFUHSDBgG { width:19.5rem;height:24.25rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzFlHsvhTs7ghB9a04w9T3epf17eV0n { width:19.5rem;height:24.625rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1vXPrmqgo2mTF79t45NbmkzqMzo614A { display:block; }#S1vXPrmqgo2mTF79t45NbmkzqMzo614A > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKzoH9IQIrhFIU123QkS6v1N1CxCxrD2 { width:15.375rem;height:1.9248rem;top:9.98388671875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWxpUAoTdxEnEoxCSODizBRsbT3sIKGa { width:16.5rem;height:8.44925rem;top:12.53369140625rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1m7xkgksniziQawv50AqII1J4bCzmGF { width:15.75rem;height:7.796875rem;top:37.1875rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THeTxZds6HzNEn8hZ9vHZVfzyzLhUgrD { width:16.3125rem;height:1.9248rem;top:34.57080078125rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM1DTuvrKUSzEchfghiTzwtGOSbgtbco { width:18.125rem;height:6.82325rem;top:61.375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlHSGCBLevsZcCfJVD2zwxehkqUm5lJE { width:11.5625rem;height:1.9248rem;top:58.75830078125rem;left:4.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcx8pnnZ2VBTfvxxxADmTOAOMeMuXThb { width:6.25rem;height:6.25rem;top:50.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iax4ktmMUbtRxibdwzlJqLsmfMgSmvC5 { width:8.125rem;height:8.125rem;top:1rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB45NTSXbFDLrBwBC3fMilM3BTsg7g9A { width:8.125rem;height:8.125rem;top:25.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4QFABFuK5mTfmbWTx39NVa6ObkM3Wa { width:8.125rem;height:8.125rem;top:49.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrnbivsEJvOmT10V7c0O5fE02e0n6ZE { width:19rem;height:22.0625rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6kncF1kuVZy9CQHyoV7liAtvor1dD6 { width:19rem;height:22.0625rem;top:24.251953125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTohT9HhOKQ9SJMdab4hn9IZNqb6aKcc { width:19rem;height:22.0625rem;top:48.439453125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDSqZ8z1ezmE14bfTVU3rybC9BZFembn { width:6.25rem;height:6.25rem;top:1.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGlqSgchzIgFW1Q70Lul3PX7XOHZ8F9l { width:6.25rem;height:6.25rem;top:26.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W { background-color:#f7f3ed;background-image:none;display:block; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container { background-color: transparent; background-image: none; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container > .video-iframe-container { display: none; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row > .video-iframe-container { display: none; }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .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); }#Itkf2I3dxLp3sbyZXfaPOByasTMJxo9W > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkCoeH6ASNBkw3qifTSI0S6MupJDda1T { width:18.1875rem;height:12rem;top:1.77734375rem;left:0.90625rem;font-size:2.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NcR6VlpRHcgSQrlQiE2EHZEr6Z7z5oW9 { width:17.6875rem;height:1.375rem;top:14.650390625rem;left:0.90625rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 { display:block; }#GpqXephN3ZK9drJ5iq9pPGWfaPl6Zti5 > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsgXdqKfQ3TsMc2G3CT0G74wHkTrUMDm { width:18.0625rem;height:16.375rem;top:54.84521484375rem;left:0.96875rem;font-size:1.25rem;display:block; }#JsgXdqKfQ3TsMc2G3CT0G74wHkTrUMDm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe3cd1895980c6d71ac8cc4ef25aaf91.svg); }
 }@media only screen and (max-width: 763px) { #lwDRcn3OKTTVriJTXwC97mCMwC6Am2yp { width:6.25rem;height:9.75rem;top:33.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUZQZ5K4rxpUSi0v9KVZZlXDgCEH2kK9 { width:7.875rem;height:9.75rem;top:33.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB8u47XiP8LP1zXSg0fHcg7gqka6m5Ot { width:6.0625rem;height:9.75rem;top:43.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N83WlAhaayETh4TgD7oVr35FdPnIAf9O { width:6.4375rem;height:9.75rem;top:43.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQmaKH6WB52tHEDRhf5f4WZOgedwPK5 { width:18.375rem;height:23.045875rem;top:6.91455078125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#NTQmaKH6WB52tHEDRhf5f4WZOgedwPK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_966531fc398d79afa87498549ac4207ee7a07f68.svg); }
 }@media only screen and (max-width: 763px) { #ETgksP9AAJb2giuex4KDMBZWxrg7wCVh { width:19.375rem;height:26.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI24HMB0bsRQPQpQP9zPkPyRkKVvD10e { width:3.125rem;height:3.125rem;top:0.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6nhxkx0A0I9MbqluHdguH0hhkKEhnLM { width:3.125rem;height:3.125rem;top:0.6875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmEioCg8T5rxSsZHGSSy9bboRZfvklvT { width:3.125rem;height:3.125rem;top:0.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZXThLm3tAS5638PT88fOTk1oi9IZrgM { width:3.125rem;height:3.125rem;top:0.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCi22MDTxFnV80Mv2V6Sts3spAADFkXy { background-color:#f7f3ed;background-image:none;display:block; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container { background-color: transparent; background-image: none; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container > .video-iframe-container { display: none; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row > .video-iframe-container { display: none; }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .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); }#TCi22MDTxFnV80Mv2V6Sts3spAADFkXy > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otHrzWBR0AnaShDIlNFZu2PBskUVe7Vg { width:17.5625rem;height:0;top:1.75634765625rem;left:1.21875rem;font-size:2.25rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pLlW4xe3qWtJCQ91pNeKITKJOZmBlnXy { width:17.5625rem;height:4.26171875rem;top:1.47509765625rem;left:1.21875rem;font-size:1.9375rem;line-height:1.1;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CWdgIuVmApig92k50gB1xZr49LPmGT2l { display:block; }#CWdgIuVmApig92k50gB1xZr49LPmGT2l > .row .container { width:20rem;height:140.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlphnzQHHxfVvoymx1vJaGDue0EJrh5S { width:17.3125rem;height:22.9985625rem;top:13.37548828125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KlphnzQHHxfVvoymx1vJaGDue0EJrh5S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_617928bad6734b7851cc5b43215e18b83177babe.svg); }
 }@media only screen and (max-width: 763px) { #bcbsyRzQsNaWItUcpATCWh48sxIkApob { width:19.375rem;height:26.125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtG7qAsZnIxNKsTwKVkzUDrOgkpW2bSn { width:18.4375rem;height:21.4711875rem;top:82.53369140625rem;left:0.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#gtG7qAsZnIxNKsTwKVkzUDrOgkpW2bSn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cb096aee560fea5a737834b3401b6bbd8b67abc9.svg); }
 }@media only screen and (max-width: 763px) { #k3rfy81i3aJ9zrtV8hnwwSeEo25oiPx6 { width:17.5rem;height:9.624rem;top:72.06298828125rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gCVttFt6HlEAyAMHEb870hiTmrcO9SSm { width:19.5rem;height:8.708rem;top:0.6875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UUGZwfudhFVBbxhNuP1ZCChDAVT69XvU { width:19.5rem;height:7.9770625rem;top:40.34375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #X3y0wsyBanLoySAKqOAfkSCTbQP8fdKI { width:12.5rem;height:26.625rem;top:43.25rem;left:3.5rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xuEGWy9ggC6Ln44N28tMKtaih29o5iaa { top:105.5rem;left:0.6875rem;width:18.125rem;height:32.3125rem;z-index:15013;border-top:0.25rem solid #864df9;border-left:0.25rem solid #864df9;border-right:0.25rem solid #864df9;border-bottom:0.25rem solid #864df9;box-shadow: 0.1875rem 0.375rem 0rem #6537c3 ;display:block; }
 }@media only screen and (max-width: 763px) { #gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 { display:none; }#gVTCobd8TJv9deblmWvAdEAtoDXQ7T45 > .row .container { width:20rem;height:22.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZBmtfNyEmT6zTFZiXXariKto1ky5ZXs { width:19.5rem;height:8.7084569732938rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCEfXVUDuGxVvKPnkl0m6bEHZfTfXTh9 { width:19.5rem;height:7.9772727272727rem;top:11.708rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E { display:block; }#GGQ7kALWBHXGrUEltdgHkOlRoaeGgR3E > .row .container { width:20rem;height:163.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkTTwzua056DlfWn9Uk8eTwV38KLnXft { width:18.1875rem;height:5.5rem;top:1.44921875rem;left:0.90625rem;font-size:2.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvlg95xGPhvwaIEiWUV9vEN2TrgXTEqg { width:18.25rem;height:0;top:7.375rem;left:0.875rem;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uH53t8GTRUQ9qFq28trG9p9FxuqbM4AL { width:19.375rem;height:150.9375rem;top:11.75rem;left:0rem;background-color:#000000;background-image:none;border-top:0.3125rem solid #f7e397;border-left:0.3125rem solid #f7e397;border-right:0.3125rem solid #f7e397;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMisXBIaDiBsbidBaHtvsqFU9TFEWA9 { width:17.6875rem;height:1.2749rem;top:71.125rem;left:1.21875rem;font-size:1.0625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #afotxJ0Pz6ZXtbU2i7qNWex49eIUprw7 { width:17.1875rem;height:4.3994125rem;top:26.375rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L36ao6ObdLxxg3QQd1FkbNN7qBhOOZKZ { width:17.625rem;height:25.0625rem;top:31.625rem;left:1.25rem;font-size:1rem;line-height:1.5;display:block; }#L36ao6ObdLxxg3QQd1FkbNN7qBhOOZKZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a9f3db9fdcb7b001cf469306e5ccae28b4325e2.svg); }
 }@media only screen and (max-width: 763px) { #xcSr3Bz6rLnSHgRoL6gJqHnObwZLZ0D9 { width:18rem;height:4.04980625rem;top:66.783203125rem;left:1rem;font-size:1.6875rem;line-height:1.2;text-align:left;text-align-last:left;color:#00ffae;display:block; }
 }@media only screen and (max-width: 763px) { #V9dTFfITIuIn1tTaqJEvzCzd26aaUd3H { width:17.875rem;height:7.96875rem;top:87.76025390625rem;left:1.0625rem;font-size:0.9375rem;line-height:1.7;display:block; }#V9dTFfITIuIn1tTaqJEvzCzd26aaUd3H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #pXX67LxCITw6dxPR4Sz4ImZbw21TBTly { width:19.6875rem;height:7.5625rem;top:57.818359375rem;left:0.21875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oN1FigSu1aJOrlGLskrGy5AV5ILDOKqy { width:18.0625rem;height:5.94921875rem;top:58.625rem;left:1.21875rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OJWUezRbtyA84HeHTeTNFDevmcLxwRtR { width:20rem;height:1.8374rem;top:13.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PHmZkgd8PMRn9mMCWqDyq7Gd4c7Kywlr { width:9.125rem;height:2.3125rem;top:13.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6C3SovSRxem0MAQfhLSaq373XXrtxFV { width:17.4375rem;height:9.625rem;top:14.5859375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTwXppXIhi1cDQxBKxAmGdgwzpPJGDtg { width:14.375rem;height:21.5rem;top:149.0625rem;left:2.8125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ibMwfT6ytF7aBbPfZCZ7lUpwCZ3yVAmu { width:13.875rem;height:29.0625rem;top:23.3984375rem;left:3.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #X8xPPSSb92sOVr0oqp0bia2asr8wTBeI { width:18.4375rem;height:3.32421875rem;top:7.38671875rem;left:0.90625rem;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SB9VA7DHDG0g8Raa6S5Fq4v8SOZOGW72 { width:19.375rem;height:12.5rem;top:74.033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx9zOfhelPWFlvhBHTiwUEtfSZhL7Hkk { width:19.4375rem;height:11.5625rem;top:85.83837890625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehxu4FoFeUmywLGglOXhEV2rvpQME6rU { width:19.375rem;height:12.5rem;top:103.298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlFOMtQSRUJ3yiicdTvxIhSD3TISireg { width:19.5rem;height:9.8125rem;top:115.2744140625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHHLn8rMxRBaSUU9LbNNyS4byZKSlZau { width:17.875rem;height:7.5rem;top:116.77490234375rem;left:1.1875rem;font-size:0.9375rem;line-height:1.6;display:block; }#HHHLn8rMxRBaSUU9LbNNyS4byZKSlZau li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #zthq7oWiUs3qTSWJc7fhK49AhTQ5DV88 { width:20rem;height:6.75rem;top:96.548828125rem;left:0rem;font-size:5.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVTq9b6E6P2OAmcphe6WlBzdcXf43LZH { width:20rem;height:6.75rem;top:123.875rem;left:0rem;font-size:5.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rusKEX61ZHicXZlTExlbcBeBdH04T9Mf { width:19.375rem;height:12.5rem;top:130.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucsfnps8Rby17H8d2UOJoQziJRt0R08E { width:19.375rem;height:24rem;top:138.9619140625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ByoJ7FKGwIcRad2badDl9JsOluWnST { width:17.875rem;height:17.53125rem;top:143.9384765625rem;left:1.1875rem;font-size:0.9375rem;line-height:1.7;display:block; }#I5ByoJ7FKGwIcRad2badDl9JsOluWnST li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #zlb04gpQEhfaITaphivvpT2gMlZLwwXr { width:3.75rem;height:3.75rem;top:73rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g45opfdFu07xzXqq9AzeTPr1TSX8CK8G { width:3.75rem;height:3.75rem;top:101.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDzpV9RIKaOD1WtGsgOV6iuxO05XanoT { width:3.75rem;height:3.75rem;top:128.3125rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs06Kt0zuKQMQs373LFg8soxJbiTbo1g { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container { background-color: transparent; background-image: none; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container > .video-iframe-container { display: none; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row > .video-iframe-container { display: none; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .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); }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container { border-width: 0; border-radius: 0; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qs06Kt0zuKQMQs373LFg8soxJbiTbo1g > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5en7DqFApRlQOnrJiBwAZ0cIFnvFS3F { width:19.5rem;height:10.817857142857rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcyvIlJkzk62s80DLT6cAcVfT129nEJJ { width:9.375rem;height:6.75rem;top:12.25rem;left:10.125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x2TnaAiIGTPDtHdfJwC99Hdue6DeVvnO { width:9.375rem;height:6.875rem;top:12.1875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H9rt1oiTuvAZzbzkkKaUbcybuTU1FgX8 { width:9.375rem;height:2.125rem;top:0.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNMZSZ2wA5dTvhTQfNadTVO2VtrDVX4 { width:9.375rem;height:5.875rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXdT428xcS4HDfF9HhxnAZKibs1P4PBd { width:9.375rem;height:6.0625rem;top:20.21875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL0P2fUKdaBuO3NigTaPZuap38UICvXs { width:9.375rem;height:6.0625rem;top:26.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX6uW0TGn1tCaEBKxK4yzywVsgkwPbCT { width:3.125rem;height:3.125rem;top:11.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAyHCIIKbJdJ1l3IMNugsgleJPpTm9lh { width:3.125rem;height:3.125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPWxonsnGFcvHMtZPxla3hxFgkl0OvC4 { width:3.125rem;height:3.125rem;top:26.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRyTcpsfC1TobwI01rPTrXmQVFXlJov6 { width:3.125rem;height:3.125rem;top:32.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H { background-color:#000000;background-image:none;display:block; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container { background-color: transparent; background-image: none; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container > .video-iframe-container { display: none; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row > .video-iframe-container { display: none; }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .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); }#NsOOTRaUd7n80Hox4Ur3zR2nS4EM1V1H > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps4NJ1TvVM01D9dEDaT8TP3qle9q0bgi { width:18.625rem;height:11.3745rem;top:9.65234375rem;left:0.6875rem;font-size:1.625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2JqIwGRsLiTFVITPfacMhTr3GiVAGG2 { width:18.375rem;height:4.8994125rem;top:22.43505859375rem;left:0.8125rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wl9wQKWylGXB4vSvvnimmtZm1twXgXgV { width:20rem;height:1.23730625rem;top:28.38427734375rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NGI4dBPla2hxqD5JdTRmJlh5QUdQq010 { width:18.625rem;height:4.5625rem;top:35.24658203125rem;left:0.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJvbMZxxnOplhSJk9t8WKuTicEEhhpZR { display:block; }
 }@media only screen and (max-width: 763px) { #oumFofOT84VbTbUSAiOPndSTlOsheIXQ { width:16.75rem;height:1.1875rem;top:36.49658203125rem;left:1.625rem;font-size:1.1875rem;line-height:1;text-align:left;text-align-last:left;display:block; }#oumFofOT84VbTbUSAiOPndSTlOsheIXQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
 }@media only screen and (max-width: 763px) { #ZKaOfTM39kFshtBrszcUdT7zETDytDXT { width:20rem;height:0;top:3.5859375rem;left:0rem;font-size:1.625rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rFRqCMW35C7XpuoXOuANdw0sZLMJ1Odi { width:19.1875rem;height:4.5625rem;top:30.90625rem;left:0.40625rem;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsuuuB9T0cuOcEAogOTT7sAnU0sgC3I { display:block; }
 }@media only screen and (max-width: 763px) { #rE1ELTRxsP5PpQdSAOGzvMEaOFwhfQdR { width:19.9375rem;height:3.0058625rem;top:5.875rem;left:0rem;font-size:2.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15008;color:#f44336;display:block; }
 }@media only screen and (max-width: 763px) { #n7yeKMZoLO8ylRIVe5C5orEckBGw5ohT { width:13.9375rem;height:4.8125rem;top:0.9375rem;left:3.03125rem;font-size:2.1875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row .container { background-color: transparent; background-image: none; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row .container > .video-iframe-container { display: none; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row > .video-iframe-container { display: none; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .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); }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row .container { border-width: 0; border-radius: 0; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMLcoEUO180QwBgVRsCD2yRxbp7TtPiL > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGBsxT4rRxTNQBqMcoPvVXdJOSTCvXBU { width:10.125rem;height:20.75rem;top:0rem;left:0rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ZUuQnem0FnJGmtTZxfwA5IeFSuM37DxM { width:20rem;height:4.5625rem;top:17.1875rem;left:0rem;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Sk85dfb6v1Vxr6JBGrUeh1DULT0UVfIf { display:block; }
 }@media only screen and (max-width: 763px) { #z4lKyI8zB6oJAQFyvGPl3kL0V7Xdr4qK { width:10.125rem;height:20.75rem;top:0rem;left:9.875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ZinNyFFs2wmFs2dmbFePMfMHdh4lATTn { height:11.125rem;width:19.625rem;top:3.5625rem;left:0rem;z-index:15019;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;box-shadow: 0.3125rem 0.4375rem 0rem #6537c3 ;display:block; }
 }@media only screen and (max-width: 763px) { #FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF { display:block; }#FGvkRG1Js4KbKs3IuSSWtEu3qfRgDDhF > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeirtFPzzqyaycurZEqrfu8akCEmcB01 { display:block; }#LeirtFPzzqyaycurZEqrfu8akCEmcB01 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLoRFkgcsBIvx95w6uf2GowoTP7yaPB1 { width:18rem;height:22.5rem;top:24.34375rem;left:1rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ah3xTAFcNKNr9D4eeluLnsy8K2CzqLxy { width:0.3125rem;height:7.4375rem;top:0rem;left:9.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #irfvItUfS3cR0kIemETZvE5goC8avFT8 { width:16.8125rem;height:5.98095625rem;top:15.3125rem;left:1.59375rem;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BAZSZfx7fl98813DO2lAXdR9lFTWXOox { width:18.1875rem;height:4.5625rem;top:19.8125rem;left:0.9375rem;font-size:1.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Klfvx1toNc2M5MyuOgmPW2E5eTV9wcMn { display:block; }
 }@media only screen and (max-width: 763px) { #DSzTWII3G7IBBkQKllTk9fLvpmiz8eFG { width:19.0625rem;height:0;top:14.4375rem;left:0.46875rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #BF1zxw77dByNTmnDZLKpTOE2c8oVyVfb { top:22.9375rem;left:0rem;width:20rem;height:0.3125rem;z-index:15011;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xW4QwJxWhaHsGFkJc0UrqcUodT7LCkUz { width:15.9375rem;height:0;top:25.3125rem;left:2.03125rem;font-size:1.125rem;line-height:1;text-align:left;text-align-last:left;z-index:15007;display:none; }#xW4QwJxWhaHsGFkJc0UrqcUodT7LCkUz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #xC7SaDo9tUQFK38lSFlTWp5udFh9zmfr { width:15.625rem;height:15.625rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l { display:block; }#iHQ9OZVncoo3Hyi1oRvybFmwTT0h2S8l > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-heading-text { font-size:1.125rem;height:auto; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa { display:flex;height:auto;width:17rem;top:7.88671875rem;left:0rem;gap:1.0625rem; }
#KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #r3Sb3QhPxsrqOoTiALR2Q6onTkAME1y4 {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #yUEZw94CH9cNAaqg6rt5aqz1htWSquA0 {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #mtLmsl6dqUV5599tCVQEDS5gr6WDTJ9i {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #BObdpEQL7TT94XkDxteqXuTSiwfaP7JB {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #TqvLp7eODLLlHc50uVBgBUHCXT02yCIe {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #KOG5IhiTygb2JoPzVnknhJ1v7Qh43Sts {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #JtveCWNK8iE73wpKA2cnAJ79IIbrLuNo {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #mGWA2J7TaO4HUTZDDr0kIF9vbTkDMTCS {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zUyBpRBCiKzCPJ3UaTasHm7bvpmLBzwC {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #UWlsV9OrbNGCCoKxzsD143zRdFm8q0O8 {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #yySBFnP1cIhRXAt5ONPVsg0HQMxSNLtM {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #cGsQdpSq2g76eTZyz7I830zngrrWfTBE {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #rh7eP1D8dmil8FRKAFPwXcAdMJblQ2Eb {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #lJAftyxMNpUBvpoibvcGM3qIuMwnnCws {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #dM0ftThA3ZQwbgPFf0cAtiJyn5aAb4tc {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #o8Q7TqT2esTlfZXO32MXUlObQqhRdvRW {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #IgGA3SvxVfJqgqfeZZgCcF3rLv3laWZl {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zV3lBO5PvCaxpPU5yTosTNRsOPlUSlva {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #LaWn8MlJhUohJhsENMA7sJPTi0Cy5226 {  }
 }@media only screen and (max-width: 763px) { #KMwvM5tLwLuBoRUrCXdImJ3GCRvZBvFa #zZeVf4Vz4K9rW5TeMh0gZwDb4Dz7iT6X {  }
 }@media only screen and (max-width: 763px) { #novNen5FeyQzu0TT9HXmUEhV60gaGvy6 { width:11.3125rem;height:5.19921875rem;top:1.220703125rem;left:4.34375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v { display:block; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v { border-width: 0; border-radius: 0; }#iKTzHKoH3Cad7XP6Mcv0cBO8NhVuAc5v > .row .container { width:20rem;height:6.1875rem;border-top:0.125rem solid rgba(0,0,0,0.24);border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiy2ilFzN7nAvzTQG1DF9hgQqsAPzGBh { width:17.5625rem;height:0;top:0.9375rem;left:1.125rem;font-size:2.3125rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #axWMIGsRSwCo5fdlVlvWXHJGF9frpift { width:16.5625rem;height:5.0869125rem;top:0.97607421875rem;left:1.71875rem;font-size:2.3125rem;line-height:1.1;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ { display:block; }#n2SuVByMdkxiebXyDhfTVMX3u0GAHiTQ > .row .container { width:20rem;height:82.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3RESo4atcw6S3Zo5W3IST7zb8tafVaQ { width:20rem;height:15rem;top:0.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvVlxzirSih1IimtJuTLOCTsnGX4nvAm { width:20rem;height:2.68115rem;top:77.9375rem;left:0rem;font-size:2.4375rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vXA00L3F10FUnHaExrAhVRG1IOyJcdTu { width:17.5625rem;height:31.25rem;top:0.6875rem;left:0.78125rem;z-index:15001;overflow:hidden;border-top:0.4375rem solid #000000;border-left:0.4375rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNve0V4kfphQoWRaDmv5DrHwZAfXRTee { width:17.75rem;height:2.75rem;top:33.9375rem;left:1.125rem;font-size:2.5rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #E16ZCgMo1DA8sO02SC4VFLLQHovZtJPB { width:17.5625rem;height:31.25rem;top:38.25rem;left:0.78125rem;z-index:15002;overflow:hidden;border-top:0.4375rem solid #000000;border-left:0.4375rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1sB9I9EKRam41sy1WO8BWSqKdKyEcyn { width:13.8125rem;height:5.5rem;top:72.125rem;left:3.09375rem;font-size:2.5rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL { display:block; }#qwbJAOeoKg0SuTyuWmeFTcUVJnkZoutL > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ry83tlmTgAxXqSe7gpdpmwTpSH6dOAhn { width:18.625rem;height:4.5625rem;top:24.40625rem;left:0.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUFlHg07HqHAqi3pnV1TU8kX7aXhAuxW { display:block; }
 }@media only screen and (max-width: 763px) { #hxTHEU07POeNiaSzV0PtoXcg6dtnAxaf { width:16.875rem;height:1.1875rem;top:42.5rem;left:1.5625rem;font-size:1.1875rem;line-height:1;text-align:left;text-align-last:left;display:block; }#hxTHEU07POeNiaSzV0PtoXcg6dtnAxaf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #eEFk7GPHS0pCp1lG68I4o65hMGEDIuPP { top:44.1875rem;left:1.46875rem;width:17.3125rem;height:5.0625rem;z-index:15084;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uJ5x2Vbd8Bv7zHdynEA93LLzrPhDizNx { width:20rem;height:0;top:15.9375rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CQDbDNbAXUT7yTePmW7Wge0hbSc6W6DU { width:14rem;height:8.25rem;top:24.34912109375rem;left:3rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAtsp2LzrnA8bax9SgqkFxoUoIyESUcS { width:20rem;height:1.16845625rem;top:33.98583984375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWelaA1K9dpEHTBuEJOWy7QgJxg7zUtC { width:11.625rem;height:14.5625rem;top:71.37743359375rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLPUoZ1Ra7KMZmVmfkgatoIOxquFE78J { width:19.5rem;height:10.816875rem;top:2.93505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyltvm6ohUWezSFkkLyRM2WJTDM6es1o { width:11.625rem;height:14.5625rem;top:42.99755859375rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI1Uao9NPKpN9RRO0EzSUVkBK27H9T67 { width:8.875rem;height:2.25rem;top:1.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSrJfs0aE50wyEHb1Hf97uW4XQBvTSfw { width:20rem;height:1.8374rem;top:2.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #itVE3vQaHBdGFxHVoc0FAbhm7MC1BkM0 { width:18.625rem;height:4.5625rem;top:36.59375rem;left:0.6875rem;font-size:1.375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KSVa4XfaZcnZOpG6etar3B8LfHB48K2h { display:block; }
 }@media only screen and (max-width: 763px) { #RiDToDTSrhdTitU7etFZTNSmNgCsBxz7 { width:13.9375rem;height:4.8125rem;top:15.375rem;left:3.03125rem;font-size:2.1875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZOoM13CflIeAtDKNHtUdVPMwBQEUEGDE { width:19.9375rem;height:3.0058625rem;top:20.2177734375rem;left:0rem;font-size:2.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;color:#f44336;display:block; }
 }@media only screen and (max-width: 763px) { #EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 { display:block; }#EShl7UdNdF6gqwVLDDkXb3brnqnnFVb3 > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0kQfPUEDyATxcNTpd6QRFgbBQr2gswQ { width:18.25rem;height:7rem;top:0rem;left:0.875rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLCpa5Kvidl32SXfTh4TBanyBXTS4poC { display:block; }#uLCpa5Kvidl32SXfTh4TBanyBXTS4poC > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh4e8T07EoEVmLR407NJVJrb3aIFSupB { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DogKEIsesfmTbTxZsMcQiTA9nl15QOth { display:block; }#DogKEIsesfmTbTxZsMcQiTA9nl15QOth > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glNUesX1dM6idQmMcfAprqNB95oHUKkf { width:16.8125rem;height:7.78125rem;top:1.25rem;left:1.5625rem;font-size:0.9375rem;display:block; }#glNUesX1dM6idQmMcfAprqNB95oHUKkf li:before{  }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { width:19.4375rem;height:2.4375rem;top:0.90625rem;left:0.28125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1XayNTeR2fnsHv2GG5n687VEoRb0pLu { display:block; }#S1XayNTeR2fnsHv2GG5n687VEoRb0pLu > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvLtKBms5yUDdJrCwvEELWQVpuS7PPne { width:20rem;height:11.375rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#000000;background-image:none;border-top:0.125rem solid #00ff88;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row .container { background-color: transparent; background-image: none; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row .container > .video-iframe-container { display: none; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row > .video-iframe-container { display: none; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .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); }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row .container { border-width: 0; border-radius: 0; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zb9CL1Xd3IKqWWiIzMHUddDsAKcBTTIW > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzNpBzFJT7OyFDnwiqw4sSKyf7NG4t93 { width:18.75rem;height:3.125rem;top:1.75rem;left:0.625rem;font-size:1.25rem;z-index:15007;box-shadow: 0.25rem 0.25rem 0rem #000000 ;background-color:#ff594f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #goHg2CEquy9UmdDQIXpTwb60dgdnGFaT { display:block; }
 }@media only screen and (max-width: 763px) { #ETpmEEMhDAFdznesSs9D4XCHd4TxPTCN { top:0.3125rem;left:0rem;width:20rem;height:1.4375rem;z-index:15008;display:block; }
 }