.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:253,233,209;--color-primary-1:249,188,118;--color-primary-2:245,143,27;--color-primary-3:211,78,5;--color-primary-4:49,29,5;--color-secondary-0:217,224,231;--color-secondary-1:128,151,175;--color-secondary-2:0,46,94;--color-secondary-3:0,23,47;--color-secondary-4:0,7,14;--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:"Libre Baskerville";--paragraphs-font-family:"Source Sans Pro"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0de4407c-2637-4485-8986-b5268874e6b0/https___appunbouncepreviewcom_publish_assets_032588473b324b7899570739d8be9a4b_73946c09shutterstock1602296497_10000000rs0dv00002c01o.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.adaptive-delivery-prevent-bg, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyload, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyloading { background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { background-color: transparent; background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.38); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.38); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .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); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { border-width: 0; border-radius: 0; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.625rem;left:13.8125rem;height:9.5859375rem;text-align:center;text-align-last:center;display:block; }
#saQu8GaV0s8uJEG3UeE5iVC6lKngoUJi { 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:12.1875rem;width:15.625rem;top:4.0625rem;left:29.6875rem;overflow:hidden;display:block; }
#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;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;display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { background-color: transparent; background-image: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container > .video-iframe-container { display: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container { display: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .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); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { border-width: 0; border-radius: 0; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:75rem;height:58.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { color:#333333;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:12.28125rem;left:0.96875rem;height:16.65525rem;font-style:normal;overflow:hidden;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3e3d1f3b-2f28-42fa-9eb9-217dadf6057f/jkshcheck.png); }
#iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:50.125rem;left:17rem;display:block; }
#fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrN1BwQraWtT3RzVpyzIp8fundTMHa95 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.125rem;left:1.875rem;display:block; }
#l5hFIk993E3AO1c21sK8wGwTS0De9M0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqty3O1CSqgBEXnrmlaMplmHtEhcdfv9 { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:2.3125rem;left:1.84375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uf4DBUzLwE8qSpO3991V96hgyzQzyJP6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.5rem;width:33.1875rem;top:11.328125rem;left:40.691522277227rem;display:block; }
#NMb65BehPnq4b7dFtG8b02eTdoHHepyz { position:absolute;display:block;z-index:15016;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.4375rem;width:16.1875rem;top:32.705728530884rem;left:1.875rem;overflow:hidden;display:block; }
#CbD62FoTtyJ4NGfEMtq7DrBQOG4ob63q { position:absolute;display:block;z-index:15017;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.375rem;width:12.5rem;top:32.235675811767rem;left:22.625001907349rem;overflow:hidden;display:block; }
#I6JaMC5ZSsEIudahrqv99qkTvIEIznXR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:43.3125rem;left:1.875rem;height:5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#d4ErkaCuFfoLT7cSUsvTBaFDJkkObWFq { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.5rem;width:33.1875rem;top:34.5rem;left:40.69140625rem;display:block; }
#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { background-color: transparent; background-image: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container > .video-iframe-container { display: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container { display: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .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); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { border-width: 0; border-radius: 0; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { color:#222222;display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.75rem;left:6.8125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { position:relative;display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { background-color: transparent; background-image: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container > .video-iframe-container { display: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row > .video-iframe-container { display: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { border-width: 0; border-radius: 0; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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:39.375rem;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; }#xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { 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:3.25rem;width:16.25rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.375rem;left:32.09375rem;height:9rem;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; }
#XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.21484375rem;left:32.09375rem;height:18rem;text-align:justify;text-align-last:initial;display:block; }
#Waqk61NqQVutpCVHVWGeXLWyLHJEvkKU { 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:28.75rem;width:28.75rem;top:8.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { position:relative;display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { background-color: transparent; background-image: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container > .video-iframe-container { display: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row > .video-iframe-container { display: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { border-width: 0; border-radius: 0; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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:63rem;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; }#yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { color:rgba(var(--color-tertiary-4),1);display:block;width:60.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5rem;left:7.1875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:10.54296875rem;left:3.8125rem;height:38.5rem;text-align:justify;text-align-last:initial;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
#n9LAXTPJvD0dEWXRWGw3wKGvOb9mZiET { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:55.9375rem;left:23.0625rem;display:block; }
#xw8M2TM2EKrL8BESVoFUcgyciSlUAwle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzSMUA1I6BCM90Fic5mcPoeGVXdC4Xvm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:55.9375rem;left:38.1875rem;display:block; }
#OCRmBAZAGiguPhZUEpDXn3kJNhdgA4Dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r92lFNH75gbUWftG3XVdbM8NUcRZwUJk { 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:26.6875rem;width:31.25rem;top:10.54296875rem;left:40rem;overflow:hidden;display:block; }
#awDbF5Fe8UL7ATx3GL5Rfu8O3tI5gGOk { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:52.125rem;left:18.1875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { position:relative;display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { background-color: transparent; background-image: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container > .video-iframe-container { display: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row > .video-iframe-container { display: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .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); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { border-width: 0; border-radius: 0; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .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; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .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:59.375rem;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; }#xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.25rem;left:34.5rem;height:3.824575rem;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; }
#PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.75rem;left:34.5rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#DaGQ4BUGc6AFKRrXsAMv8wKyT0VkK1sk { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:12.375rem;left:34.5rem;height:8.75rem;text-align:justify;text-align-last:initial;display:block; }#DaGQ4BUGc6AFKRrXsAMv8wKyT0VkK1sk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DaGQ4BUGc6AFKRrXsAMv8wKyT0VkK1sk li:before{  }
#yX3DCGnFt8Pys8Um9pBTSuQecaA4MshD { 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:20.8125rem;width:28.125rem;top:2.25rem;left:3.125rem;overflow:hidden;display:block; }
#DCD8BKa5onuI4cIMPE4nDyM5MTbN1tln { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:25.5625rem;left:2.9375rem;height:22.5rem;text-align:justify;text-align-last:initial;display:block; }
#BQkLZ4FmdDytp9W8PZy25pH3Tsomr0vV { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:49.875rem;left:18.1875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vb1SwvkCOqnxosT0g2BietC8hbdNF6xg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:54.0625rem;left:23.0625rem;display:block; }
#IgdMAwWXwlQbq1sv9HmFcyBINpGBknTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bX6q9QB1JmySgrbr3L3wUa2SDU0E1xd2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54.0625rem;left:38.1875rem;display:block; }
#wIJAJc78C4o9ntV6CbJl11iffMbnl2dA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO { position:relative;display:block; }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO { background-color: transparent; background-image: none; }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .row .container > .video-iframe-container { display: none; }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .row > .video-iframe-container { display: none; }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .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); }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO { border-width: 0; border-radius: 0; }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .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; }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .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:74.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bWARC0HLQ31N9CWxC1A3RgO3ZnvHuZTm { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.375rem;left:3.9375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GttanGgQcDrdkchN7mcIB08LnvTmot0h { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:67.8125rem;left:23.4375rem;display:block; }
#LBDDycgzVC544tLpSHxToGgF8OgVbuhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TATluwgds5HuBXUZv2x1WwyWkTuIKKMM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:67.75rem;left:39.0625rem;display:block; }
#zkg6RMyIb64C9RQXiga7VaOJmhnzgvgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3FVSbbxGNlPq0hiyZDxT54zcQOpcHPc { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:64rem;left:18.5625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aTR7C0mvN9I4TV75pvI8CRoKWCkEoMWc { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.984375rem;left:3.9375rem;height:18rem;text-align:justify;text-align-last:initial;display:block; }
#o99KkBIMfcxaWfzFTB85Fa2MA0rF9dn3 { 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:27.1875rem;width:23.5rem;top:2.3125rem;left:49.46875rem;overflow:hidden;display:block; }
#U0STpQUk759MNcJakELhDqDyfG9a3yhO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:32.3125rem;left:4.0625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dwWs5DU8UQrVSflD6k3ty1pkaZqhbnUv { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:38.5rem;left:4.125rem;height:20.75rem;text-align:justify;text-align-last:initial;display:block; }#dwWs5DU8UQrVSflD6k3ty1pkaZqhbnUv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dwWs5DU8UQrVSflD6k3ty1pkaZqhbnUv li:before{  }
#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row .container { background-color: transparent; background-image: none; }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row .container > .video-iframe-container { display: none; }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row > .video-iframe-container { display: none; }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .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); }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row .container { border-width: 0; border-radius: 0; }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#z3hbNFkBQVnw7UidBn5Phe79X2ZTSuvE { color:#222222;display:block;width:71.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.875rem;left:1.84375rem;height:13.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk { position:relative;display:block; }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk { background-color: transparent; background-image: none; }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .row .container > .video-iframe-container { display: none; }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .row > .video-iframe-container { display: none; }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .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); }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk { border-width: 0; border-radius: 0; }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .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; }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .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:50.25rem;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; }#eFGR1tUZxTBs3SQP3FAAgD1FMTGThaVU { 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:3.25rem;width:16.25rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#q0eTWXcxg2Uaid6HUo7Bat8Xk4OrkOuO { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.6875rem;left:4.0625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iSk8ywFTq1ulwTr0fuqJtuMo1e16Ri4B { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.5rem;left:4rem;height:18.19238125rem;text-align:justify;text-align-last:initial;display:block; }
#eixelozUhpd82RcCmgod1eezOxlhfcbU { 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:29rem;width:25rem;top:7.6875rem;left:45.625rem;overflow:hidden;display:block; }
#PSEu21y5SC22s26coTiDpN57AaRMpa1J { 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.125rem;width:15.625rem;top:41.28125rem;left:8.9375rem;overflow:hidden;display:block; }
#K0yuKQlqIukWLXXoiHSE0lsN0TXQPxtN { 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:5.6875rem;width:18.75rem;top:42rem;left:51.5rem;overflow:hidden;display:block; }
#Te6FkWc9Pt5nNR4cJ8QlfEH1UaLmz5dd { 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:7.5625rem;width:12.5rem;top:41.0625rem;left:32.5rem;overflow:hidden;display:block; }
#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA { position:relative;display:block; }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA { background-color: transparent; background-image: none; }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .row .container > .video-iframe-container { display: none; }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .row > .video-iframe-container { display: none; }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .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); }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA { border-width: 0; border-radius: 0; }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .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; }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .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:41.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z4zdiOMvKX4rQshivqKQHu411Tf6D4uS { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.125rem;left:32.8125rem;height:7.649125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rZ33H7v1BU2B1TSicskmC8TTxGfxSwJu { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.4375rem;left:32.65625rem;height:16.5rem;text-align:justify;text-align-last:initial;display:block; }
#KbWqoXEytLM72w1fVZwBLT3cZ4rGE0Ly { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:30.6875rem;left:18.15625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lQaS9hx3rtHNbe1VySaAfHaa5kOi2TZo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.4375rem;left:23.0625rem;display:block; }
#Lx0OItnaXvpkyyZF2dS68VOOaOCyVOpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOFT7WH6c1gG8XBMfW0zVImkmQaQ5DTk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.4375rem;left:38.1875rem;display:block; }
#h4i6ptJTPGeToaHxBcN2GdAGvTRS3NnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMe7MvA1r9gqzqm3e1AsWiipcvqDHu61 { 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:25.4375rem;width:24.8125rem;top:2.125rem;left:4.5625rem;overflow:hidden;display:block; }
#sDQVE12sbUJJv9KckN102MiA9sDaTR6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { background-color: transparent; background-image: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .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); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { border-width: 0; border-radius: 0; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { position:absolute;display:block;z-index:15000;height:21.875rem;width:75rem;top:0rem;left:0rem;display:block; }
#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0de4407c-2637-4485-8986-b5268874e6b0/https___appunbouncepreviewcom_publish_assets_032588473b324b7899570739d8be9a4b_73946c09shutterstock1602296497_10000000rs0dv00002c01o.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.adaptive-delivery-prevent-bg, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyload, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyloading { background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { background-color: transparent; background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.74); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.74); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .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); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { border-width: 0; border-radius: 0; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:27.0625rem;top:3.9375rem;left:4.9375rem;display:block; }
#KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6.6875rem;left:38.25rem;height:5.94993125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONh4fArBOinGimUN2T7I837wrGKwEQm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21rem;left:42.4375rem;height:1.625rem;font-style:normal;display:block; }
#orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:20.25rem;left:38.0625rem;overflow:hidden;display:block; }
#w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:6.3125rem;height:1.625rem;font-style:normal;display:block; }
#WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:8rem;left:5.9375rem;display:block; }
#oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:11.25rem;left:5.9375rem;display:block; }
#ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#I7ToGCKUSMZiMF49skREu0AZIEke7dyy { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:14.5rem;left:5.9375rem;display:block; }
#d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:17.75rem;left:5.9375rem;display:block; }
#eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:21.0625rem;left:5.9375rem;display:block; }
#i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.25rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:24.3125rem;left:5.9375rem;display:block; }
#wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.5625rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.25rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.5625rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:27.625rem;left:5.9375rem;display:block; }
#UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.916015625rem;left:38.53125rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#LiEqv0NJAe4HN7yZCTlZUIwT2FW1O9so { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.875rem;left:38.8125rem;display:block; }
#W0aT6TnTQG5CMkOb01ow2XD4dui37EKN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBd7afXTn9T3NWGbNTw2pWlbbaLTqdd3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.875rem;left:53.9375rem;display:block; }
#oXVwHkrG7aQt6oyWsey9QB9R5ZUeTNkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { top:17.625rem;left:0.1875rem;width:47.375rem;height:9.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saQu8GaV0s8uJEG3UeE5iVC6lKngoUJi { top:4.0625rem;left:16.0625rem;width:15.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { width:39.0625rem;height:16.625rem;top:12.25rem;left:0rem;font-size:1.125rem;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3e3d1f3b-2f28-42fa-9eb9-217dadf6057f/jkshcheck.png); }
 }@media only screen and (max-width: 763px) { #iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { width:13.75rem;height:3.4375rem;top:50.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block; }
 }@media only screen and (max-width: 763px) { #CrN1BwQraWtT3RzVpyzIp8fundTMHa95 { width:13.75rem;height:3.4375rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5hFIk993E3AO1c21sK8wGwTS0De9M0W { display:block; }
 }@media only screen and (max-width: 763px) { #aqty3O1CSqgBEXnrmlaMplmHtEhcdfv9 { top:2.3125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf4DBUzLwE8qSpO3991V96hgyzQzyJP6 { top:11.3125rem;left:14.5625rem;width:33.1875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMb65BehPnq4b7dFtG8b02eTdoHHepyz { top:32.6875rem;left:0rem;width:16.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbD62FoTtyJ4NGfEMtq7DrBQOG4ob63q { top:32.1875rem;left:9.0000019073488rem;width:12.5rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6JaMC5ZSsEIudahrqv99qkTvIEIznXR { top:43.3125rem;left:0rem;width:29.625rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ErkaCuFfoLT7cSUsvTBaFDJkkObWFq { top:34.5rem;left:14.5625rem;width:33.1875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { display:block; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { width:47.75rem;height:9.375rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { top:0rem;left:15.75rem;width:16.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { width:41.9375rem;height:9rem;top:8.375rem;left:5.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { top:19.1875rem;left:5.8125rem;width:41.9375rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Waqk61NqQVutpCVHVWGeXLWyLHJEvkKU { top:8.4375rem;left:0rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { width:47.75rem;height:4.5rem;top:3.5rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { top:10.5rem;left:0rem;width:33.375rem;height:38.5rem;font-size:1rem;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
 }@media only screen and (max-width: 763px) { #n9LAXTPJvD0dEWXRWGw3wKGvOb9mZiET { width:13.75rem;height:3.4375rem;top:55.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw8M2TM2EKrL8BESVoFUcgyciSlUAwle { display:block; }
 }@media only screen and (max-width: 763px) { #GzSMUA1I6BCM90Fic5mcPoeGVXdC4Xvm { width:13.75rem;height:3.4375rem;top:55.9375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCRmBAZAGiguPhZUEpDXn3kJNhdgA4Dt { display:block; }
 }@media only screen and (max-width: 763px) { #r92lFNH75gbUWftG3XVdbM8NUcRZwUJk { top:10.5rem;left:12.75rem;width:31.25rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awDbF5Fe8UL7ATx3GL5Rfu8O3tI5gGOk { top:52.125rem;left:4.5625rem;width:38.6875rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { width:26.875rem;height:3.8125rem;top:2.25rem;left:20.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { top:7.75rem;left:10.9375rem;width:36.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaGQ4BUGc6AFKRrXsAMv8wKyT0VkK1sk { top:12.375rem;left:8.6875rem;width:39.0625rem;height:8.75rem;font-size:1rem;display:block; }#DaGQ4BUGc6AFKRrXsAMv8wKyT0VkK1sk li:before{  }
 }@media only screen and (max-width: 763px) { #yX3DCGnFt8Pys8Um9pBTSuQecaA4MshD { top:2.25rem;left:0rem;width:28.125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCD8BKa5onuI4cIMPE4nDyM5MTbN1tln { top:25.5625rem;left:0rem;width:47.75rem;height:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQkLZ4FmdDytp9W8PZy25pH3Tsomr0vV { top:49.875rem;left:4.5625rem;width:38.6875rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb1SwvkCOqnxosT0g2BietC8hbdNF6xg { width:13.75rem;height:3.4375rem;top:54.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgdMAwWXwlQbq1sv9HmFcyBINpGBknTU { display:block; }
 }@media only screen and (max-width: 763px) { #bX6q9QB1JmySgrbr3L3wUa2SDU0E1xd2 { width:13.75rem;height:3.4375rem;top:54.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJAJc78C4o9ntV6CbJl11iffMbnl2dA { display:block; }
 }@media only screen and (max-width: 763px) { #qN8QmqaNR2T85QicR25LHH2KCpKSt7XO { display:block; }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWARC0HLQ31N9CWxC1A3RgO3ZnvHuZTm { width:41.625rem;height:4.5rem;top:3.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GttanGgQcDrdkchN7mcIB08LnvTmot0h { width:13.75rem;height:3.4375rem;top:67.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBDDycgzVC544tLpSHxToGgF8OgVbuhI { display:block; }
 }@media only screen and (max-width: 763px) { #TATluwgds5HuBXUZv2x1WwyWkTuIKKMM { width:13.75rem;height:3.4375rem;top:67.75rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkg6RMyIb64C9RQXiga7VaOJmhnzgvgl { display:block; }
 }@media only screen and (max-width: 763px) { #v3FVSbbxGNlPq0hiyZDxT54zcQOpcHPc { top:64rem;left:4.9375rem;width:38.6875rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTR7C0mvN9I4TV75pvI8CRoKWCkEoMWc { top:9.9375rem;left:0rem;width:43.125rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o99KkBIMfcxaWfzFTB85Fa2MA0rF9dn3 { top:2.3125rem;left:24.25rem;width:23.5rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0STpQUk759MNcJakELhDqDyfG9a3yhO { width:47.75rem;height:4.5rem;top:32.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWs5DU8UQrVSflD6k3ty1pkaZqhbnUv { top:38.5rem;left:0rem;width:47.75rem;height:22.25rem;font-size:1rem;display:block; }#dwWs5DU8UQrVSflD6k3ty1pkaZqhbnUv li:before{  }
 }@media only screen and (max-width: 763px) { #BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd { display:block; }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3hbNFkBQVnw7UidBn5Phe79X2ZTSuvE { width:47.75rem;height:13.5rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk { display:block; }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFGR1tUZxTBs3SQP3FAAgD1FMTGThaVU { top:0rem;left:15.75rem;width:16.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0eTWXcxg2Uaid6HUo7Bat8Xk4OrkOuO { width:38.6875rem;height:4.5rem;top:7.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSk8ywFTq1ulwTr0fuqJtuMo1e16Ri4B { top:13.5rem;left:0rem;width:38.25rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eixelozUhpd82RcCmgod1eezOxlhfcbU { top:7.6875rem;left:22.75rem;width:25rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSEu21y5SC22s26coTiDpN57AaRMpa1J { top:41.25rem;left:0rem;width:15.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0yuKQlqIukWLXXoiHSE0lsN0TXQPxtN { top:42rem;left:29rem;width:18.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te6FkWc9Pt5nNR4cJ8QlfEH1UaLmz5dd { top:41.0625rem;left:18.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA { display:block; }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4zdiOMvKX4rQshivqKQHu411Tf6D4uS { width:38.0625rem;height:7.625rem;top:2.125rem;left:9.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ33H7v1BU2B1TSicskmC8TTxGfxSwJu { top:11.4375rem;left:9.1875rem;width:38.5625rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbWqoXEytLM72w1fVZwBLT3cZ4rGE0Ly { top:30.6875rem;left:4.53125rem;width:38.6875rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQaS9hx3rtHNbe1VySaAfHaa5kOi2TZo { width:13.75rem;height:3.4375rem;top:34.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx0OItnaXvpkyyZF2dS68VOOaOCyVOpu { display:block; }
 }@media only screen and (max-width: 763px) { #kOFT7WH6c1gG8XBMfW0zVImkmQaQ5DTk { width:13.75rem;height:3.4375rem;top:34.4375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4i6ptJTPGeToaHxBcN2GdAGvTRS3NnD { display:block; }
 }@media only screen and (max-width: 763px) { #JMe7MvA1r9gqzqm3e1AsWiipcvqDHu61 { top:2.125rem;left:0rem;width:24.8125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { width:27.0625rem;height:25.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { width:30rem;height:5.9375rem;top:6.6875rem;left:17.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONh4fArBOinGimUN2T7I837wrGKwEQm6 { width:27.25rem;height:1.625rem;top:21rem;left:20.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { width:3.0625rem;height:3.0625rem;top:20.25rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { top:6rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { top:8rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { top:9.1875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { top:11.25rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { top:12.4375rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ToGCKUSMZiMF49skREu0AZIEke7dyy { top:14.5rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { top:15.6875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { top:17.75rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { top:19rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { top:21.0625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { top:22.25rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { top:24.3125rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { top:25.5625rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { top:6rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { top:9.1875rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { top:12.4375rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { top:15.6875rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { top:19rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { top:22.25rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { top:25.5625rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { top:27.625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { top:24.875rem;left:18.3125rem;width:29.4375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiEqv0NJAe4HN7yZCTlZUIwT2FW1O9so { width:13.75rem;height:3.4375rem;top:14.875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0aT6TnTQG5CMkOb01ow2XD4dui37EKN { display:block; }
 }@media only screen and (max-width: 763px) { #HBd7afXTn9T3NWGbNTw2pWlbbaLTqdd3 { width:13.75rem;height:3.4375rem;top:14.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXVwHkrG7aQt6oyWsey9QB9R5ZUeTNkx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { width:20rem;height:3.736325rem;top:14.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saQu8GaV0s8uJEG3UeE5iVC6lKngoUJi { width:15.625rem;height:12.1875rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:20rem;height:105.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { width:20rem;height:14.75rem;top:19.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3e3d1f3b-2f28-42fa-9eb9-217dadf6057f/jkshcheck.png); }
 }@media only screen and (max-width: 763px) { #iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { width:13.75rem;height:3.4375rem;top:100.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block; }
 }@media only screen and (max-width: 763px) { #CrN1BwQraWtT3RzVpyzIp8fundTMHa95 { width:13.75rem;height:3.4375rem;top:95.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5hFIk993E3AO1c21sK8wGwTS0De9M0W { display:block; }
 }@media only screen and (max-width: 763px) { #aqty3O1CSqgBEXnrmlaMplmHtEhcdfv9 { width:20rem;height:15.1875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uf4DBUzLwE8qSpO3991V96hgyzQzyJP6 { height:11.148775894539rem;width:20rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMb65BehPnq4b7dFtG8b02eTdoHHepyz { width:16.1875rem;height:7.4375rem;top:64.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbD62FoTtyJ4NGfEMtq7DrBQOG4ob63q { width:12.5rem;height:8.375rem;top:76.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6JaMC5ZSsEIudahrqv99qkTvIEIznXR { width:20rem;height:4.3984375rem;top:88.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4ErkaCuFfoLT7cSUsvTBaFDJkkObWFq { height:11.1484375rem;width:20rem;top:49.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { display:block; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { width:20rem;height:3.75rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { width:15.9375rem;height:3.1875rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { width:20rem;height:4.798825rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { width:20rem;height:37.5rem;top:32.98535rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Waqk61NqQVutpCVHVWGeXLWyLHJEvkKU { width:20rem;height:20rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { width:20rem;height:115.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { width:20rem;height:4.798825rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { width:19.1875rem;height:70rem;top:25.296875rem;left:0.78125rem;font-size:1rem;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
 }@media only screen and (max-width: 763px) { #n9LAXTPJvD0dEWXRWGw3wKGvOb9mZiET { width:13.75rem;height:3.4375rem;top:105.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw8M2TM2EKrL8BESVoFUcgyciSlUAwle { display:block; }
 }@media only screen and (max-width: 763px) { #GzSMUA1I6BCM90Fic5mcPoeGVXdC4Xvm { width:13.75rem;height:3.4375rem;top:110.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCRmBAZAGiguPhZUEpDXn3kJNhdgA4Dt { display:block; }
 }@media only screen and (max-width: 763px) { #r92lFNH75gbUWftG3XVdbM8NUcRZwUJk { width:20rem;height:17.1064375rem;top:1.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awDbF5Fe8UL7ATx3GL5Rfu8O3tI5gGOk { width:20rem;height:4.125rem;top:99.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container { width:20rem;height:135.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { width:20rem;height:2.3994125rem;top:1.927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { width:20rem;height:6rem;top:23.326171875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DaGQ4BUGc6AFKRrXsAMv8wKyT0VkK1sk { width:20rem;height:17.75rem;top:30.923828125rem;left:0rem;font-size:1rem;display:block; }#DaGQ4BUGc6AFKRrXsAMv8wKyT0VkK1sk li:before{  }
 }@media only screen and (max-width: 763px) { #yX3DCGnFt8Pys8Um9pBTSuQecaA4MshD { width:20rem;height:14.9286875rem;top:6.2099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCD8BKa5onuI4cIMPE4nDyM5MTbN1tln { width:20rem;height:66rem;top:50.4892578125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BQkLZ4FmdDytp9W8PZy25pH3Tsomr0vV { width:20rem;height:4.125rem;top:119.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vb1SwvkCOqnxosT0g2BietC8hbdNF6xg { width:13.75rem;height:3.4375rem;top:126.18846875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgdMAwWXwlQbq1sv9HmFcyBINpGBknTU { display:block; }
 }@media only screen and (max-width: 763px) { #bX6q9QB1JmySgrbr3L3wUa2SDU0E1xd2 { width:13.75rem;height:3.4375rem;top:130.87596875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJAJc78C4o9ntV6CbJl11iffMbnl2dA { display:block; }
 }@media only screen and (max-width: 763px) { #qN8QmqaNR2T85QicR25LHH2KCpKSt7XO { display:block; }#qN8QmqaNR2T85QicR25LHH2KCpKSt7XO > .row .container { width:20rem;height:163.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWARC0HLQ31N9CWxC1A3RgO3ZnvHuZTm { width:20rem;height:2.3994125rem;top:1.8837890625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GttanGgQcDrdkchN7mcIB08LnvTmot0h { width:13.75rem;height:3.4375rem;top:153.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBDDycgzVC544tLpSHxToGgF8OgVbuhI { display:block; }
 }@media only screen and (max-width: 763px) { #TATluwgds5HuBXUZv2x1WwyWkTuIKKMM { width:13.75rem;height:3.4375rem;top:157.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkg6RMyIb64C9RQXiga7VaOJmhnzgvgl { display:block; }
 }@media only screen and (max-width: 763px) { #v3FVSbbxGNlPq0hiyZDxT54zcQOpcHPc { width:20rem;height:4.125rem;top:146.9091796875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aTR7C0mvN9I4TV75pvI8CRoKWCkEoMWc { width:20rem;height:37.5rem;top:28.0859375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #o99KkBIMfcxaWfzFTB85Fa2MA0rF9dn3 { width:17.3125rem;height:20.0625rem;top:6.4462890625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0STpQUk759MNcJakELhDqDyfG9a3yhO { width:20rem;height:4.798825rem;top:69.396484375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWs5DU8UQrVSflD6k3ty1pkaZqhbnUv { width:20rem;height:68.75rem;top:75.4443359375rem;left:0rem;font-size:1rem;display:block; }#dwWs5DU8UQrVSflD6k3ty1pkaZqhbnUv li:before{  }
 }@media only screen and (max-width: 763px) { #BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd { display:block; }#BnIW2wr9VvWlwe8rgNBiRU0XKhT7AeHd > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3hbNFkBQVnw7UidBn5Phe79X2ZTSuvE { width:20rem;height:33rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk { display:block; }#iJ9gMWF7nxcDg8MAFvJnN4sTLERP7yxk > .row .container { width:20rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFGR1tUZxTBs3SQP3FAAgD1FMTGThaVU { width:15.9375rem;height:3.1875rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0eTWXcxg2Uaid6HUo7Bat8Xk4OrkOuO { width:20rem;height:2.3994125rem;top:5.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSk8ywFTq1ulwTr0fuqJtuMo1e16Ri4B { width:20rem;height:33rem;top:33.4609375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eixelozUhpd82RcCmgod1eezOxlhfcbU { width:20rem;height:23.21975rem;top:9.068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSEu21y5SC22s26coTiDpN57AaRMpa1J { width:14.25rem;height:6.5rem;top:69.271484375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0yuKQlqIukWLXXoiHSE0lsN0TXQPxtN { width:16.9375rem;height:5.1875rem;top:78.771484375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te6FkWc9Pt5nNR4cJ8QlfEH1UaLmz5dd { width:12.5rem;height:7.5625rem;top:87.021484375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA { display:block; }#witHXwErk1kN7ZZ0Aup1DwXbKyF9DuNA > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4zdiOMvKX4rQshivqKQHu411Tf6D4uS { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ33H7v1BU2B1TSicskmC8TTxGfxSwJu { width:20rem;height:30rem;top:25.9521484375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KbWqoXEytLM72w1fVZwBLT3cZ4rGE0Ly { width:20rem;height:4.3984375rem;top:58.478515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQaS9hx3rtHNbe1VySaAfHaa5kOi2TZo { width:13.75rem;height:3.4375rem;top:64.126953125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx0OItnaXvpkyyZF2dS68VOOaOCyVOpu { display:block; }
 }@media only screen and (max-width: 763px) { #kOFT7WH6c1gG8XBMfW0zVImkmQaQ5DTk { width:13.75rem;height:3.4375rem;top:68.439453125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4i6ptJTPGeToaHxBcN2GdAGvTRS3NnD { display:block; }
 }@media only screen and (max-width: 763px) { #JMe7MvA1r9gqzqm3e1AsWiipcvqDHu61 { width:15.875rem;height:16.25rem;top:7.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { width:20rem;height:27.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { width:20rem;height:3.5996125rem;top:29.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ONh4fArBOinGimUN2T7I837wrGKwEQm6 { width:19.9375rem;height:2.923825rem;top:48.037109375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { width:3.25rem;height:3.25rem;top:44.0371125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { width:9.5625rem;height:1.4619125rem;top:3.3125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { width:18.125rem;height:0.0625rem;top:5.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { width:9.5625rem;height:1.4619125rem;top:6.5rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { width:18.125rem;height:0.0625rem;top:8.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { width:9.5625rem;height:1.4619125rem;top:9.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ToGCKUSMZiMF49skREu0AZIEke7dyy { width:18.125rem;height:0.0625rem;top:11.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { width:9.5625rem;height:1.4619125rem;top:13rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { width:18.125rem;height:0.0625rem;top:15.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { width:9.5625rem;height:1.4619125rem;top:16.3125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { width:18.125rem;height:0.0625rem;top:18.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { width:9.5625rem;height:1.4619125rem;top:19.5625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { width:18.125rem;height:0.0625rem;top:21.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { width:9.5625rem;height:1.4619125rem;top:22.875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { width:9.5625rem;height:1.4619125rem;top:3.3125rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { width:9.5625rem;height:1.4619125rem;top:6.5rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { width:9.5625rem;height:1.4619125rem;top:9.75rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { width:9.5625rem;height:1.4619125rem;top:13rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { width:9.5625rem;height:1.4619125rem;top:16.3125rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { width:9.5625rem;height:1.4619125rem;top:19.5625rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { width:9.5625rem;height:1.4619125rem;top:22.875rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { width:18.125rem;height:0.0625rem;top:24.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { width:19.5rem;height:2.923825rem;top:52.386725rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiEqv0NJAe4HN7yZCTlZUIwT2FW1O9so { width:13.75rem;height:3.4375rem;top:34.6621125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0aT6TnTQG5CMkOb01ow2XD4dui37EKN { display:block; }
 }@media only screen and (max-width: 763px) { #HBd7afXTn9T3NWGbNTw2pWlbbaLTqdd3 { width:13.75rem;height:3.4375rem;top:39.3496125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXVwHkrG7aQt6oyWsey9QB9R5ZUeTNkx { display:block; }
 }