.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,248,217;--color-primary-1:254,233,128;--color-primary-2:252,210,0;--color-primary-3:126,105,0;--color-primary-4:38,32,0;--color-secondary-0:227,240,248;--color-secondary-1:163,205,233;--color-secondary-2:70,155,210;--color-secondary-3:35,78,105;--color-secondary-4:11,23,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row .container { background-color: transparent; background-image: none; }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row .container > .video-iframe-container { display: none; }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row > .video-iframe-container { display: none; }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .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); }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row .container { border-width: 0; border-radius: 0; }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#uVuuDywFrbMWPuuuu4TqUl8vytl4JooU { 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:5.1875rem;width:16rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row .container { background-color: transparent; background-image: none; }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row .container > .video-iframe-container { display: none; }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row > .video-iframe-container { display: none; }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .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); }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row .container { border-width: 0; border-radius: 0; }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#SzbnLXObs0vlknyH6cqgDyhnbBVsC198 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#mvT7JXEbTLGGTU36aG0LoT7n7X15AnNe { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#s8sK3RWBvFAXFevRWfO9Gkq6FkME1fx6 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:6.3965rem;overflow:hidden;display:block; }#s8sK3RWBvFAXFevRWfO9Gkq6FkME1fx6 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#s8sK3RWBvFAXFevRWfO9Gkq6FkME1fx6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/526535c9-b4ff-48e7-9e34-64916496f091/Frame1811.png); }
#dLnH2ANTKum7TXQcdpBsdsbDuMiu2T9B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:2.75rem;left:58.5rem;overflow:hidden;display:block; }
#U7hJdSRHq5Tb52cvSGKs3XP3XZDvdHk2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U7hJdSRHq5Tb52cvSGKs3XP3XZDvdHk2 > .row .container { border-width: 0; border-radius: 0; }#U7hJdSRHq5Tb52cvSGKs3XP3XZDvdHk2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7hJdSRHq5Tb52cvSGKs3XP3XZDvdHk2 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#kZFSn8c2rqNIIMxTHxM9zP5wc4lQEGyl { color:rgba(var(--color-tertiary-0),1);display:block;width:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:7.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvGnnmC37MRkDKGRho62wLKTm1QB6ST7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xvGnnmC37MRkDKGRho62wLKTm1QB6ST7 > .row .container { border-width: 0; border-radius: 0; }#xvGnnmC37MRkDKGRho62wLKTm1QB6ST7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvGnnmC37MRkDKGRho62wLKTm1QB6ST7 > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:none; }#w257cVa6CAhVsz05MK9Q6cXSFM4O75eN { 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:16rem;width:13.5625rem;top:1.375rem;left:2.40625rem;overflow:hidden;display:block; }
#lHdv6chCqPZ0v01W3Icp5oXhLVpaMyf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:17.03125rem;height:2.2753875rem;font-style:normal;display:block; }
#KVCBptcZIXklolnKHtatO5NdwN6IE3SM { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.7734375rem;left:17.03125rem;height:1.625rem;font-style:normal;display:block; }
#QskiI5N4Hz8Udm8lKnmC3mylwrTWkW9v { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.6875rem;left:17.03125rem;height:5.1464875rem;overflow:hidden;display:block; }#QskiI5N4Hz8Udm8lKnmC3mylwrTWkW9v li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QskiI5N4Hz8Udm8lKnmC3mylwrTWkW9v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e0d21be0-ef09-47f7-94dc-fefa021869c5/Ellipse3.svg); }
#FS8EGuy4VXS2SM6XOlzWQWbC50aOqBcw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.1875rem;height:4.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16rem;left:21.40625rem;display:block; }
#gTdIB5exqAxTDu6NmDtT3Csa4sTryVTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbTp4aoieasS54oVKP7384V4cVWMBfb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JbTp4aoieasS54oVKP7384V4cVWMBfb0 > .row .container { border-width: 0; border-radius: 0; }#JbTp4aoieasS54oVKP7384V4cVWMBfb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbTp4aoieasS54oVKP7384V4cVWMBfb0 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#f3M4lhDlBdtPlmFhN4AegpQbHIDWv9Nb { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.306640625rem;left:8.71875rem;height:1.9494625rem;font-style:normal;display:block; }
#SPCEfoLd3AU1B2lkNwP4kHqVbxgnTLNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SPCEfoLd3AU1B2lkNwP4kHqVbxgnTLNs > .row .container { border-width: 0; border-radius: 0; }#SPCEfoLd3AU1B2lkNwP4kHqVbxgnTLNs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPCEfoLd3AU1B2lkNwP4kHqVbxgnTLNs > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:none; }#Eht0sQbV0g92MAgBmixWhWziXoPoOaT8 { box-sizing:content-box;height:16.6875rem;width:49.625rem;position:absolute;display:block;z-index:15000;background-color:#fefdf9;background-image:none;top:2.1875rem;left:12.6875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KZFAdzUEtHtUtuTKW1kcvZv64tcdwuF0 { 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:14.4375rem;width:10.875rem;top:3.375rem;left:15.28125rem;overflow:hidden;display:block; }
#t7yMbkCEyx094AtAmw3OXITfJd3leHzO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:26.90625rem;height:4.055175rem;display:block; }
#TZrtL4kTdBPNbCaoge4JB7RmJiPXIDgz { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:26.90625rem;height:7.793rem;display:block; }
#yWgS0OZzgS4vq0GUrzd1HMZkdr6cSReX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yWgS0OZzgS4vq0GUrzd1HMZkdr6cSReX > .row .container { border-width: 0; border-radius: 0; }#yWgS0OZzgS4vq0GUrzd1HMZkdr6cSReX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWgS0OZzgS4vq0GUrzd1HMZkdr6cSReX > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:none; }#z0J0hriOxIkae1Kl2JHW9wZSy0e5MXIy { box-sizing:content-box;height:16.6875rem;width:49.625rem;position:absolute;display:block;z-index:15000;background-color:#fefdf9;background-image:none;top:2.1875rem;left:12.6875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JDsJW50phWa7QKQTild0CSuBMTL91Frp { 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:14.4375rem;width:10.75rem;top:3.375rem;left:15.28125rem;overflow:hidden;display:block; }
#I8gOsTMEPLIK3Ir4wlNtX7RlepoTn086 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:26.90625rem;height:3.97705rem;display:block; }
#EkIOVAvTLvT5pg87r3ankRQTch14NFFN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:26.90625rem;height:6.494125rem;display:block; }
#pN30qgdtwJbIKHs3er11RJTVz6m6hHm9 { position:relative;display:none; }#pN30qgdtwJbIKHs3er11RJTVz6m6hHm9 { border-width: 0; border-radius: 0; }#pN30qgdtwJbIKHs3er11RJTVz6m6hHm9 > .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; }#pN30qgdtwJbIKHs3er11RJTVz6m6hHm9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UUfeOrxTJq7977w6seOnLwpCA2ipNr0O { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.1875rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.59375rem;left:21.40625rem;display:block; }
#LFEhwDO2Xq6PJUBE1sNeWJr773pptZtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTZzqadgcEBITZHrNzDyTpHopiUUHBZW { position:relative;display:none; }#tTZzqadgcEBITZHrNzDyTpHopiUUHBZW { border-width: 0; border-radius: 0; }#tTZzqadgcEBITZHrNzDyTpHopiUUHBZW > .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; }#tTZzqadgcEBITZHrNzDyTpHopiUUHBZW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;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:none; }#cZdTb4WFpTa7W0xIkfFo4bHMUxG6gNdU { box-sizing:content-box;height:4.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.4375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RIkLONBP1hDbF1TPsn8dJc26byGAwRWZ { 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:9rem;width:7.625rem;top:0.25rem;left:6.34375rem;overflow:hidden;display:block; }
#cHQXFelHQ9Wgz6f7KwepDRdOLzUHu4vO { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.67578125rem;left:15.5rem;height:2.2753875rem;font-style:normal;display:block; }
#hACL7T4QX1Tk6m59tv1fEdWM4zsG76Lz { position:relative;display:none; }#hACL7T4QX1Tk6m59tv1fEdWM4zsG76Lz { border-width: 0; border-radius: 0; }#hACL7T4QX1Tk6m59tv1fEdWM4zsG76Lz > .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; }#hACL7T4QX1Tk6m59tv1fEdWM4zsG76Lz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.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:none; }#IzWx3EOPWGtlf8LyOeySGw2VJf9i67y7 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.34375rem;left:2.90625rem;height:8.12378125rem;text-align:center;text-align-last:center;display:block; }
#sqsRGXVEszo1eER94LB37Zo4xKNyO8Zf { position:relative;display:none; }#sqsRGXVEszo1eER94LB37Zo4xKNyO8Zf { border-width: 0; border-radius: 0; }#sqsRGXVEszo1eER94LB37Zo4xKNyO8Zf > .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; }#sqsRGXVEszo1eER94LB37Zo4xKNyO8Zf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37rem;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; }#F8oEDVnF8nRIUTb9dR5JTgvSez0VE3yE { position:absolute;z-index:15012;top:10.375rem;left:20.875rem;width:33.375rem;height:18.125rem;display:block; }
#gR5o2cJQpdDQRf8ccCF8oG574OQRxaA0 { box-sizing:content-box;height:31.5rem;width:40.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:17.1875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zox0SqiTfe8qcpTbryy5X7SnMS33MGxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.8125rem;left:19.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3TSs7T1RLG7S9Prz2KmQ1JlFopznRyq { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.125rem;left:19.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#A03W2nfnImpwvcA2kepX1CAHGpUcxecm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A03W2nfnImpwvcA2kepX1CAHGpUcxecm > .row .container { border-width: 0; border-radius: 0; }#A03W2nfnImpwvcA2kepX1CAHGpUcxecm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A03W2nfnImpwvcA2kepX1CAHGpUcxecm > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#aUwOrTOJf77sJXrZ94lQHU9ipCzMXtUr { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#QxtwiO0pl9LsoWXLioKIuLxrZzlU8LMl { color:rgba(var(--color-tertiary-4),1);display:block;width:71.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.3125rem;left:1.25rem;height:4.49706875rem;display:block; }
#yWRMBsKb1pebTTy6eTpwAggBscTnocsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yWRMBsKb1pebTTy6eTpwAggBscTnocsS > .row .container { border-width: 0; border-radius: 0; }#yWRMBsKb1pebTTy6eTpwAggBscTnocsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWRMBsKb1pebTTy6eTpwAggBscTnocsS > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:none; }#hK57E2U2PTqx8FLOT7itkexfN2P8f1DX { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#VUDyJExTNeTJrOxcmDB83cxWoI1noryi { color:rgba(var(--color-tertiary-4),1);display:block;width:71.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.3125rem;left:1.25rem;height:2.99805rem;display:block; }
#CFPrqeee16DiiegFhTJbtaXsW9ksHA3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CFPrqeee16DiiegFhTJbtaXsW9ksHA3s > .row .container { border-width: 0; border-radius: 0; }#CFPrqeee16DiiegFhTJbtaXsW9ksHA3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFPrqeee16DiiegFhTJbtaXsW9ksHA3s > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:none; }#Pt5CApvB9ECFBe2fan31RpN3UZnkKvlt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.1875rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.59375rem;left:21.40625rem;display:block; }
#hsLmHLgnd0tvsqwsSNmKeyiUHAR6xtrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row .container { background-color: transparent; background-image: none; }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row .container > .video-iframe-container { display: none; }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row > .video-iframe-container { display: none; }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .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); }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row .container { border-width: 0; border-radius: 0; }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qmvfv82nzUhJlVObn3QWiefIoScBxeXf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:13.6855625rem;top:1.875rem;left:30.65625rem;overflow:hidden;display:block; }
#urxsP5hXcqKxehG1mf3KkQGTN8n8oGzS { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:2.1;letter-spacing:0;top:8.875rem;left:18.65625rem;height:6.2951625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ { display:block; }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uVuuDywFrbMWPuuuu4TqUl8vytl4JooU { width:16rem;height:5.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv { display:block; }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row .container { width:47.75rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SzbnLXObs0vlknyH6cqgDyhnbBVsC198 { width:43.4375rem;height:4.0625rem;top:2.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mvT7JXEbTLGGTU36aG0LoT7n7X15AnNe { width:28.9375rem;height:4.2246125rem;top:7.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8sK3RWBvFAXFevRWfO9Gkq6FkME1fx6 { width:47.75rem;height:8.999rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }#s8sK3RWBvFAXFevRWfO9Gkq6FkME1fx6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/526535c9-b4ff-48e7-9e34-64916496f091/Frame1811.png); }
 }@media only screen and (max-width: 1199px) { #dLnH2ANTKum7TXQcdpBsdsbDuMiu2T9B { width:12.875rem;height:12.875rem;top:0rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7hJdSRHq5Tb52cvSGKs3XP3XZDvdHk2 { display:none; }#U7hJdSRHq5Tb52cvSGKs3XP3XZDvdHk2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kZFSn8c2rqNIIMxTHxM9zP5wc4lQEGyl { width:47.75rem;height:4.875rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvGnnmC37MRkDKGRho62wLKTm1QB6ST7 { display:none; }#xvGnnmC37MRkDKGRho62wLKTm1QB6ST7 > .row .container { width:47.75rem;height:23.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #w257cVa6CAhVsz05MK9Q6cXSFM4O75eN { width:13.5625rem;height:16rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHdv6chCqPZ0v01W3Icp5oXhLVpaMyf8 { width:47.75rem;height:2.2744125rem;top:1.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #KVCBptcZIXklolnKHtatO5NdwN6IE3SM { width:47.75rem;height:1.625rem;top:4.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QskiI5N4Hz8Udm8lKnmC3mylwrTWkW9v { width:31.0625rem;height:9.0488125rem;top:8.375rem;left:13.5625rem;font-size:1rem;display:block; }#QskiI5N4Hz8Udm8lKnmC3mylwrTWkW9v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e0d21be0-ef09-47f7-94dc-fefa021869c5/Ellipse3.svg); }
 }@media only screen and (max-width: 1199px) { #FS8EGuy4VXS2SM6XOlzWQWbC50aOqBcw { width:32.1875rem;height:4.25rem;top:16rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTdIB5exqAxTDu6NmDtT3Csa4sTryVTP { display:block; }
 }@media only screen and (max-width: 1199px) { #JbTp4aoieasS54oVKP7384V4cVWMBfb0 { display:none; }#JbTp4aoieasS54oVKP7384V4cVWMBfb0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #f3M4lhDlBdtPlmFhN4AegpQbHIDWv9Nb { width:25.8125rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPCEfoLd3AU1B2lkNwP4kHqVbxgnTLNs { display:none; }#SPCEfoLd3AU1B2lkNwP4kHqVbxgnTLNs > .row .container { width:47.75rem;height:22.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Eht0sQbV0g92MAgBmixWhWziXoPoOaT8 { width:47.75rem;height:16.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZFAdzUEtHtUtuTKW1kcvZv64tcdwuF0 { width:10.875rem;height:14.4375rem;top:3.375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t7yMbkCEyx094AtAmw3OXITfJd3leHzO { width:23.75rem;height:3.0859375rem;top:4.0625rem;left:13.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZrtL4kTdBPNbCaoge4JB7RmJiPXIDgz { width:34.5625rem;height:7.7988125rem;top:9.25rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWgS0OZzgS4vq0GUrzd1HMZkdr6cSReX { display:none; }#yWgS0OZzgS4vq0GUrzd1HMZkdr6cSReX > .row .container { width:47.75rem;height:22.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #z0J0hriOxIkae1Kl2JHW9wZSy0e5MXIy { width:47.75rem;height:16.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDsJW50phWa7QKQTild0CSuBMTL91Frp { width:10.75rem;height:14.4375rem;top:3.375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8gOsTMEPLIK3Ir4wlNtX7RlepoTn086 { width:23.75rem;height:3.0859375rem;top:4.0625rem;left:13.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkIOVAvTLvT5pg87r3ankRQTch14NFFN { width:34.5625rem;height:6.499rem;top:9.25rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pN30qgdtwJbIKHs3er11RJTVz6m6hHm9 { display:none; }#pN30qgdtwJbIKHs3er11RJTVz6m6hHm9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UUfeOrxTJq7977w6seOnLwpCA2ipNr0O { width:32.1875rem;height:4.25rem;top:1.5625rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFEhwDO2Xq6PJUBE1sNeWJr773pptZtc { display:block; }
 }@media only screen and (max-width: 1199px) { #tTZzqadgcEBITZHrNzDyTpHopiUUHBZW { display:none; }#tTZzqadgcEBITZHrNzDyTpHopiUUHBZW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cZdTb4WFpTa7W0xIkfFo4bHMUxG6gNdU { width:47.75rem;height:4.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RIkLONBP1hDbF1TPsn8dJc26byGAwRWZ { width:7.625rem;height:9rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHQXFelHQ9Wgz6f7KwepDRdOLzUHu4vO { width:36.0625rem;height:1.70605625rem;top:3.958984375rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hACL7T4QX1Tk6m59tv1fEdWM4zsG76Lz { display:none; }#hACL7T4QX1Tk6m59tv1fEdWM4zsG76Lz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IzWx3EOPWGtlf8LyOeySGw2VJf9i67y7 { width:47.75rem;height:8.77148125rem;top:1.0185546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqsRGXVEszo1eER94LB37Zo4xKNyO8Zf { display:none; }#sqsRGXVEszo1eER94LB37Zo4xKNyO8Zf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #F8oEDVnF8nRIUTb9dR5JTgvSez0VE3yE { width:29.9375rem;height:19.25rem;top:10.96875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gR5o2cJQpdDQRf8ccCF8oG574OQRxaA0 { width:40.5rem;height:33.875rem;top:1.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zox0SqiTfe8qcpTbryy5X7SnMS33MGxJ { width:36rem;height:2.2744125rem;top:3.8125rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y3TSs7T1RLG7S9Prz2KmQ1JlFopznRyq { width:35.5rem;height:3.25rem;top:7.125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A03W2nfnImpwvcA2kepX1CAHGpUcxecm { display:none; }#A03W2nfnImpwvcA2kepX1CAHGpUcxecm > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aUwOrTOJf77sJXrZ94lQHU9ipCzMXtUr { width:19.375rem;height:2.5996125rem;top:2.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxtwiO0pl9LsoWXLioKIuLxrZzlU8LMl { width:46.375rem;height:3.375rem;top:4.724609375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWRMBsKb1pebTTy6eTpwAggBscTnocsS { display:none; }#yWRMBsKb1pebTTy6eTpwAggBscTnocsS > .row .container { width:47.75rem;height:6.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hK57E2U2PTqx8FLOT7itkexfN2P8f1DX { width:19.375rem;height:1.29980625rem;top:0.625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VUDyJExTNeTJrOxcmDB83cxWoI1noryi { width:46.375rem;height:2.25rem;top:2.5rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFPrqeee16DiiegFhTJbtaXsW9ksHA3s { display:none; }#CFPrqeee16DiiegFhTJbtaXsW9ksHA3s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Pt5CApvB9ECFBe2fan31RpN3UZnkKvlt { width:32.1875rem;height:4.25rem;top:1.5625rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsLmHLgnd0tvsqwsSNmKeyiUHAR6xtrV { display:block; }
 }@media only screen and (max-width: 1199px) { #No5ue5USRVeIkcznmqvwgWDLMuRbEGzd { display:block; }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qmvfv82nzUhJlVObn3QWiefIoScBxeXf { width:12.9375rem;height:4.625rem;top:1.998046875rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urxsP5hXcqKxehG1mf3KkQGTN8n8oGzS { width:37.6875rem;height:6.2988375rem;top:8.875rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ { display:block; }#oU81P89ZQBJTTwql9Uk0kfgT47ZRFkFQ > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVuuDywFrbMWPuuuu4TqUl8vytl4JooU { width:16rem;height:5.1875rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv { display:block; }#KJPB2A2CuB4zqnnDFSMfh5tD8AwFR6gv > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzbnLXObs0vlknyH6cqgDyhnbBVsC198 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvT7JXEbTLGGTU36aG0LoT7n7X15AnNe { width:20rem;height:6.3369375rem;top:7.69921875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8sK3RWBvFAXFevRWfO9Gkq6FkME1fx6 { width:20rem;height:15.4980625rem;top:31.66115625rem;left:0rem;font-size:1rem;display:block; }#s8sK3RWBvFAXFevRWfO9Gkq6FkME1fx6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/526535c9-b4ff-48e7-9e34-64916496f091/Frame1811.png); }
 }@media only screen and (max-width: 763px) { #dLnH2ANTKum7TXQcdpBsdsbDuMiu2T9B { width:15.125rem;height:15.125rem;top:15.28615625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7hJdSRHq5Tb52cvSGKs3XP3XZDvdHk2 { display:none; }#U7hJdSRHq5Tb52cvSGKs3XP3XZDvdHk2 > .row .container { width:20rem;height:13.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kZFSn8c2rqNIIMxTHxM9zP5wc4lQEGyl { width:20rem;height:11.375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGnnmC37MRkDKGRho62wLKTm1QB6ST7 { display:none; }#xvGnnmC37MRkDKGRho62wLKTm1QB6ST7 > .row .container { width:20rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w257cVa6CAhVsz05MK9Q6cXSFM4O75eN { width:13.5625rem;height:16rem;top:13.17285rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHdv6chCqPZ0v01W3Icp5oXhLVpaMyf8 { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVCBptcZIXklolnKHtatO5NdwN6IE3SM { width:20rem;height:4.875rem;top:7.04785rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QskiI5N4Hz8Udm8lKnmC3mylwrTWkW9v { width:20rem;height:14.2480625rem;top:30.42285rem;left:0rem;font-size:1rem;display:block; }#QskiI5N4Hz8Udm8lKnmC3mylwrTWkW9v li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e0d21be0-ef09-47f7-94dc-fefa021869c5/Ellipse3.svg); }
 }@media only screen and (max-width: 763px) { #FS8EGuy4VXS2SM6XOlzWQWbC50aOqBcw { width:19rem;height:4.25rem;top:45.9199375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTdIB5exqAxTDu6NmDtT3Csa4sTryVTP { display:block; }
 }@media only screen and (max-width: 763px) { #JbTp4aoieasS54oVKP7384V4cVWMBfb0 { display:none; }#JbTp4aoieasS54oVKP7384V4cVWMBfb0 > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f3M4lhDlBdtPlmFhN4AegpQbHIDWv9Nb { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPCEfoLd3AU1B2lkNwP4kHqVbxgnTLNs { display:none; }#SPCEfoLd3AU1B2lkNwP4kHqVbxgnTLNs > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eht0sQbV0g92MAgBmixWhWziXoPoOaT8 { width:19.875rem;height:41.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZFAdzUEtHtUtuTKW1kcvZv64tcdwuF0 { width:10.875rem;height:14.4375rem;top:8.08984375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7yMbkCEyx094AtAmw3OXITfJd3leHzO { width:20rem;height:3.0859375rem;top:3.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZrtL4kTdBPNbCaoge4JB7RmJiPXIDgz { width:18.75rem;height:15.597625rem;top:24.46484375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWgS0OZzgS4vq0GUrzd1HMZkdr6cSReX { display:none; }#yWgS0OZzgS4vq0GUrzd1HMZkdr6cSReX > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0J0hriOxIkae1Kl2JHW9wZSy0e5MXIy { width:19.875rem;height:41.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDsJW50phWa7QKQTild0CSuBMTL91Frp { width:10.75rem;height:14.4375rem;top:8.08984375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8gOsTMEPLIK3Ir4wlNtX7RlepoTn086 { width:20rem;height:3.0859375rem;top:3.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkIOVAvTLvT5pg87r3ankRQTch14NFFN { width:18.75rem;height:12.9980625rem;top:24.46484375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pN30qgdtwJbIKHs3er11RJTVz6m6hHm9 { display:none; }#pN30qgdtwJbIKHs3er11RJTVz6m6hHm9 > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UUfeOrxTJq7977w6seOnLwpCA2ipNr0O { width:19rem;height:4.25rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFEhwDO2Xq6PJUBE1sNeWJr773pptZtc { display:block; }
 }@media only screen and (max-width: 763px) { #tTZzqadgcEBITZHrNzDyTpHopiUUHBZW { display:none; }#tTZzqadgcEBITZHrNzDyTpHopiUUHBZW > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cZdTb4WFpTa7W0xIkfFo4bHMUxG6gNdU { width:20rem;height:4.75rem;top:2.21484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIkLONBP1hDbF1TPsn8dJc26byGAwRWZ { width:6.6875rem;height:7.9375rem;top:0.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQXFelHQ9Wgz6f7KwepDRdOLzUHu4vO { width:12.5rem;height:3.8994125rem;top:2.640625rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hACL7T4QX1Tk6m59tv1fEdWM4zsG76Lz { display:none; }#hACL7T4QX1Tk6m59tv1fEdWM4zsG76Lz > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IzWx3EOPWGtlf8LyOeySGw2VJf9i67y7 { width:20rem;height:12.998025rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqsRGXVEszo1eER94LB37Zo4xKNyO8Zf { display:none; }#sqsRGXVEszo1eER94LB37Zo4xKNyO8Zf > .row .container { width:20rem;height:42rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F8oEDVnF8nRIUTb9dR5JTgvSez0VE3yE { width:18.25rem;height:18.125rem;top:15.28125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR5o2cJQpdDQRf8ccCF8oG574OQRxaA0 { width:19.875rem;height:38.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zox0SqiTfe8qcpTbryy5X7SnMS33MGxJ { width:20rem;height:4.548825rem;top:3.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3TSs7T1RLG7S9Prz2KmQ1JlFopznRyq { width:20rem;height:4.875rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A03W2nfnImpwvcA2kepX1CAHGpUcxecm { display:none; }#A03W2nfnImpwvcA2kepX1CAHGpUcxecm > .row .container { width:20rem;height:14.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aUwOrTOJf77sJXrZ94lQHU9ipCzMXtUr { width:18.1875rem;height:2.5996125rem;top:1.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxtwiO0pl9LsoWXLioKIuLxrZzlU8LMl { width:18.75rem;height:9rem;top:4.412109375rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWRMBsKb1pebTTy6eTpwAggBscTnocsS { display:none; }#yWRMBsKb1pebTTy6eTpwAggBscTnocsS > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hK57E2U2PTqx8FLOT7itkexfN2P8f1DX { width:18.1875rem;height:1.29980625rem;top:1.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUDyJExTNeTJrOxcmDB83cxWoI1noryi { width:18.75rem;height:5.625rem;top:3.423828125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFPrqeee16DiiegFhTJbtaXsW9ksHA3s { display:none; }#CFPrqeee16DiiegFhTJbtaXsW9ksHA3s > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pt5CApvB9ECFBe2fan31RpN3UZnkKvlt { width:19rem;height:4.25rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsLmHLgnd0tvsqwsSNmKeyiUHAR6xtrV { display:block; }
 }@media only screen and (max-width: 763px) { #No5ue5USRVeIkcznmqvwgWDLMuRbEGzd { display:block; }#No5ue5USRVeIkcznmqvwgWDLMuRbEGzd > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmvfv82nzUhJlVObn3QWiefIoScBxeXf { width:13.625rem;height:4.8707729468599rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urxsP5hXcqKxehG1mf3KkQGTN8n8oGzS { width:20rem;height:10.49805rem;top:7.37011875rem;left:0rem;font-size:1rem;display:block; }
 }