.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#n0pKMOOaFrNKCfiDBVLJ6nm4XNEpGxsW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.625rem;top:0.8125rem;left:34.1875rem;overflow:hidden;display:block; }
#e9FGoT1T87ixdNHwdzxlFJfxCaLeNG8W { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.984375rem;left:0rem;height:1.6875rem;display:block; }
#duAVGZkTVzWKADM0eZB85fxLTfSsJ63G { position:absolute;display:block;z-index:15003;height:3.125rem;width:15rem;top:2.21875rem;left:60rem;display:block; }
#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 { position:relative;display:block; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 { background-color: transparent; background-image: none; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row .container > .video-iframe-container { display: none; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row > .video-iframe-container { display: none; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .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); }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 { border-width: 0; border-radius: 0; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row .container > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #282f37, #456684);background-image: -moz-linear-gradient(70deg, #282f37, #456684);background-image: -ms-linear-gradient(70deg, #282f37, #456684);background-image: -o-linear-gradient(70deg, #282f37, #456684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282f37', endColorstr='#456684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282f37', endColorstr='#456684' );";background-image: linear-gradient(70deg, #282f37, #456684);background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:relative;display:block; }#pXqChLyfwRqbF8NGN5cEDgNcvxFt5fCR { color:#ffffff;display:block;width:31.373875rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:5.3118896484375rem;left:3.09326171875rem;height:7.8735625rem;display:block; }
#U6vvltnNb8pZoxi288bXxrEApL7dTcQq { color:#ffffff;display:block;width:30.1233125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:14.498901367188rem;left:3.09326171875rem;height:6.650375rem;display:block; }
#vGWrUAN50pvID2EcmnoBTA7QKcOWuTZD { position:absolute;display:block;z-index:15004;height:3.125rem;width:19.624625rem;top:23.660278320312rem;left:5.684814453125rem;display:block; }
#yk2rla64K6sIGm8U0Jzm9yI6QIcDkhCB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.187375rem;width:36.124875rem;top:5.3118896484375rem;left:36.874389648438rem;display:block; }
#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282f37;background-image:none;position:relative;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:none; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row .container { border-width: 0; border-radius: 0; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:none; }#XionFOD0dJ5MEGJX2ml7TlDVMQ6sOLUZ { color:#ffffff;display:block;width:38rem;position:absolute;font-family:"crimson text";font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:4.4375rem;left:3.09375rem;height:8.324rem;display:block; }
#cIDLoHHN9HNxtLfv4RWsyTdT9VTK2cJQ { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:15.624389648438rem;left:3.09326171875rem;height:4.98779375rem;display:block; }
#bBOVTCftom9dg4DA0sfZrz99JL5WmFgt { position:absolute;display:block;z-index:15004;height:3.125rem;width:35.5rem;top:18.875rem;left:3.09375rem;display:none; }
#a2HQOyL2LDZPZrdNGW1JMr3w5oZ913UB { position:absolute;display:block;z-index:15005;height:3.125rem;width:35.5rem;top:22.374267578125rem;left:3.09326171875rem;display:block; }
#iuVPH3LtUdIo7lZwENfH7Tpu8C0xMMMs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.1875rem;width:34.375rem;top:5.5769345703125rem;left:40.525925876809rem;display:block; }
#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI { position:relative;display:block; }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI { background-color: transparent; background-image: none; }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .row .container > .video-iframe-container { display: none; }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .row > .video-iframe-container { display: none; }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .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); }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI { border-width: 0; border-radius: 0; }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .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; }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nSgaDIiztJG28i4mhgGZ4LFP63rKKbEM { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8739013671875rem;left:10.718383789062rem;height:10.23254375rem;text-align:center;text-align-last:center;display:block; }
#Zy4l8KGrTZzpxZXEcHQg02M2NF5L1PEz { color:#000000;display:block;width:57.062375rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:3.24951171875rem;left:8.968505859375rem;height:2.6245125rem;text-align:center;text-align-last:center;display:block; }
#rkR8vha8yyR9fAamumbsd4dboO6IHcz7 { position:absolute;display:block;z-index:15002;height:2.8125rem;width:15.625rem;top:22.874145507812rem;left:29.6875rem;display:block; }
#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row .container { background-color: transparent; background-image: none; }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row .container > .video-iframe-container { display: none; }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row > .video-iframe-container { display: none; }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .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); }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row .container { border-width: 0; border-radius: 0; }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#txTPVcnuP5mO6SUU2mTSl32RBSaqhSNJ { color:#000000;display:block;width:53.625rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:3.375rem;left:10.6875rem;height:2.6245125rem;text-align:center;text-align-last:center;display:block; }
#ImXfTSGVnVy8aWe7zTakhUJ3gMwctusJ { color:#000000;display:block;width:53.5608125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1243896484375rem;left:10.718994140625rem;height:7.3089625rem;text-align:left;text-align-last:left;display:block; }
#K37gDwVfum20r7sNlocCTPTdutF3TAm2 { color:#000000;display:block;width:10.1245rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.13232421875rem;left:15.499267578125rem;height:3.2495125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QpTM7bhcPqbJrwAKHqDE0Z06TL1WJ0Z0 { position:absolute;display:block;z-index:15003;height:2.8125rem;width:15.625rem;top:30.499267578125rem;left:29.6875rem;display:block; }
#U4wnLwKf3uGfbTtdy1aJkoUlgEQnyrwR { color:#000000;display:block;width:53.5608125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.311889648438rem;left:10.718994140625rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#BPOShgE6J7zFoWJymmT5snuWH9S6ePxg { box-sizing:content-box;height:3.312375rem;width:3.312375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#456684;background-image:none;top:18.0625rem;left:10.6875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#aKNRVdTnLNMpK0g7rq6CVKTidgVACJKV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.625rem;left:11.25rem; }
#fLQk6J1L3syEwzH88M7iNoBk88pSQRFr { box-sizing:content-box;height:3.31176875rem;width:3.31176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#456684;background-image:none;top:18.125rem;left:29.4375rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#TexSpV2VBplIiTKD2Cazlb7AvZD7p9tt { color:#000000;display:block;width:11.187125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.148803710938rem;left:34.288940429688rem;height:3.2495125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JT5hJBwPqa2QXttc6ihBbPEVhaEqS5Zf { color:#000000;display:block;width:11.9995rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.13232421875rem;left:52.936401367188rem;height:3.2495125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TR1J1FUwawGGTWg3k5GmMwAg92zyHlnz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:18.625rem;left:30rem; }
#T080Cp1aSiECViXDgclwTykct4tXW5eM { box-sizing:content-box;height:3.31176875rem;width:3.31176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#456684;background-image:none;top:18.0625rem;left:47.5625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#WSan3Mf19cCpb3si9f7boBTZ9pziN12U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:18.625rem;left:48.0625rem; }
#y3NEad4GUFTehK3RRhK1pVJkESXBBRov { position:relative;display:block; }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov { background-color: transparent; background-image: none; }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .row .container > .video-iframe-container { display: none; }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .row > .video-iframe-container { display: none; }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .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); }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov { border-width: 0; border-radius: 0; }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .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; }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.125rem;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; }#Xuut8GzC8TqhByKpbaLDeboelpm2fEk3 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8104248046875rem;left:3.6871337890625rem;height:7.30895625rem;text-align:left;text-align-last:left;display:block; }
#eq1bpSTySzsrRVE6TGCLV1qDfbAcxslb { color:#000000;display:block;width:48.125rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:3.3740234375rem;left:13.4375rem;height:2.6245125rem;text-align:center;text-align-last:center;display:block; }
#meQ6Cofp0mELw7qGOckUQuO9eNhP1HOQ { color:#000000;display:block;width:19rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.625rem;left:3.6875rem;height:5.010375rem;text-align:left;text-align-last:left;display:block; }#meQ6Cofp0mELw7qGOckUQuO9eNhP1HOQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#meQ6Cofp0mELw7qGOckUQuO9eNhP1HOQ li:before{  }
#yH7xGgTfqdA4baGSHJ46xJlG67LXNJfp { color:#000000;display:block;width:14.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.75rem;left:3.6875rem;height:1.46179375rem;text-align:left;text-align-last:left;display:block; }
#a2matKMVSQ0KKDmgnH6lRFMgXR4iuPDK { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:30rem;left:3.6875rem;height:5.010375rem;text-align:left;text-align-last:left;display:block; }#a2matKMVSQ0KKDmgnH6lRFMgXR4iuPDK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a2matKMVSQ0KKDmgnH6lRFMgXR4iuPDK li:before{  }
#lmXMrTyEawwTLhXTGDSQu3G6du4Ir82z { color:#000000;display:block;width:14.43725rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.125rem;left:3.6875rem;height:1.46179375rem;text-align:left;text-align-last:left;display:block; }
#DaES8Hv0heE6KXmtTkHOD1b82MGRqkfO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.25) ;height:23.562rem;width:28.49975rem;top:8.8104248046875rem;left:44.457397460938rem;overflow:hidden;display:block; }
#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT { position:relative;display:block; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT { background-color: transparent; background-image: none; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,21,21,0.75); }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container > .video-iframe-container { display: none; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row > .video-iframe-container { display: none; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,21,21,0.75); }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT { border-width: 0; border-radius: 0; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c9f8f375-a119-49b8-b150-950bf75841cf/lawsoftware.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container.adaptive-delivery-prevent-bg, #T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container.lazyload, #T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container.lazyloading { background-image: none; }#MIZE6InnqMrO9DU8eS2xRqEAuuUyFADR { color:#ffffff;display:block;width:53.624875rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:3.936767578125rem;left:10.687255859375rem;height:2.6245125rem;text-align:center;text-align-last:center;display:block; }
#D5xIF9746LQ32EAUVXg28OnwO28KETqV { color:#ffffff;display:block;width:57.6245rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6246337890625rem;left:8.6865234375rem;height:8.12378125rem;text-align:center;text-align-last:center;display:block; }
#o6kMGUzXS7alzM7EUimx9P8qmRMCTH0f { position:absolute;display:block;z-index:15003;height:2.8125rem;width:15.625rem;top:20.684204101562rem;left:29.6875rem;display:block; }
#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf { position:relative;display:block; }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf { background-color: transparent; background-image: none; }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .row .container > .video-iframe-container { display: none; }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .row > .video-iframe-container { display: none; }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .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); }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf { border-width: 0; border-radius: 0; }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .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; }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lA3T0DnBN8uRSeoxwdxLRwW4bxB0y4fn { color:#000000;display:block;width:62.936875rem;position:absolute;font-family:"crimson text";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.75rem;left:6rem;height:2.84973125rem;text-align:center;text-align-last:center;display:block; }
#dvGJtkz3VGzCkUIQVy103iR5dekTDNL2 { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:6.4375rem;height:7.3089625rem;text-align:center;text-align-last:center;display:block; }
#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b { position:relative;display:block; }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b { background-color: transparent; background-image: none; }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .row .container > .video-iframe-container { display: none; }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .row > .video-iframe-container { display: none; }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .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); }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b { border-width: 0; border-radius: 0; }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .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; }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:86.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hqNDfVDlJHMIyex8c77bhyzfuyeeL9Uu { box-sizing:content-box;height:84.1875rem;width:26.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #282f37, #456684);background-image: -moz-linear-gradient(110deg, #282f37, #456684);background-image: -ms-linear-gradient(110deg, #282f37, #456684);background-image: -o-linear-gradient(110deg, #282f37, #456684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282f37', endColorstr='#456684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282f37', endColorstr='#456684' );";background-image: linear-gradient(110deg, #282f37, #456684);background-size:auto !important;top:2.125rem;left:16.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#fxeDUKxybeuyxM6S7xxC9ahZRnMlR2uT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.187rem;top:3.4375rem;left:25.3125rem;overflow:hidden;display:block; }
#n1bWF6DGwVk6xnp3A6CD92cRe9uWt2ZM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06176875rem;width:22.1234375rem;top:6.5rem;left:46.625rem;overflow:hidden;display:block; }
#h8nBa3KF0EUg8U7lP9qAgblRQgix6U3L { color:#000000;display:block;width:20.562125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.0625rem;left:49.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#L8tQU6Ti6qieETSqA5lmIDdRt12CkVE6 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:20.8125rem;left:49.9375rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#uwBWc3pAefqDKgszCrOJ4L6AdxOarBrG { color:#000000;display:block;width:21.1865rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:27.8125rem;left:49.625rem;height:4.46228125rem;text-align:left;text-align-last:left;display:block; }
#cdTrXPbwEpgeGo28n5pbEiv5xba1nCnQ { color:#ffffff;display:block;width:17.56225rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:14rem;left:23.1875rem;height:4.46228125rem;text-align:left;text-align-last:left;display:block; }
#bJUhkm73FgE0PHTqZb5DOrBnBdXVy3un { color:#ffffff;display:block;width:17.561625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:21.0625rem;left:23rem;height:4.46228125rem;text-align:left;text-align-last:left;display:block; }
#F98ufJiCVzObPcCJ6EhSeDD3uU5eABnf { color:#ffffff;display:block;width:17.937rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:27.8125rem;left:22.875rem;height:4.46228125rem;text-align:left;text-align-last:left;display:block; }
#ATbtOwfTZEu91iWPZbfVH2dqfQTud0mc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.0625rem;left:18.875rem; }
#MnAXpeyF56VwhSFVgdxxOv94a0OoMiC3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.0625rem;left:18.875rem; }
#CgCeX4E6NgVP4KuNiFJTkJA66XfncH2J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:27.8125rem;left:18.75rem; }
#XT1sEUuFAywhtu4OqJX0LnMHq1opn1U3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.0625rem;left:45.4375rem; }
#H7OeTJToKmBfPPFzxZy96txvpGHDtqgF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.8125rem;left:45.4375rem; }
#dt5pER1kLKlB89Zkt5r8dSaNRaNIQeSq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:27.8125rem;left:45.4375rem; }
#TIZb9Q0Qc9xu4sZvkZSuC2snV4vg4KrS { color:#000000;display:block;width:11.9995rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:14.0625rem;left:2.9375rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vIdTyCyf0QTmW10VNq07bNgoXUfDuq5x { color:#000000;display:block;width:11.998875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:20.8125rem;left:2.9375rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yqy51vdyBMzagbqMIA1JhxzMMeriLeue { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:27.8125rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aXk2iyDVM6oB7qXxG9eUGz5TPHs7W9Uy { box-sizing:content-box;height:84.1875rem;width:28.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.125rem;left:43.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Mov9bwC7CqLsRpTSE0BAOUWfyekZOqCt { color:#000000;display:block;width:13.312375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:34.75rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FV5o1csSyKDroay6lDbDNUpkRHsBxcwd { color:#ffffff;display:block;width:17.936375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:34rem;left:23rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#BlVrBENl7TexZze8OtP6QIZpTaNLEX0x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:34.25rem;left:18.75rem; }
#I0ax49ONJgulXFLMrxHPyTDAITkozLdX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.25rem;left:45.4375rem; }
#l9mvpkasECkycewuP7Ki71PLgWrMNShH { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:34.125rem;left:49.625rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#LWt0C2UopJipUDvHDBP3o4WNpNXAmvOk { color:#000000;display:block;width:13.31175rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:39.75rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eRPrUuGOsrTFd4v4kNMDvMyabh5gH4M3 { color:#ffffff;display:block;width:17.9358125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:39.75rem;left:23rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#JSR2id1Fcg3PGXcGNEpTtTxthUyQ4G80 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:39.75rem;left:18.75rem; }
#DkgLHtcZMINXkqcwIbo1cEfTtwJyxdND { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:39.75rem;left:45.4375rem; }
#EXozSFRdmhPpe9T7fwk0xKoJBvLvcH7T { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:39.75rem;left:49.625rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#e2nUkKFUIpPv3ncdDAMTbwTpXhSKfSgG { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:46.125rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p5TXJkPX4fMiSE2Kpu0BdmLPNOTsziiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:45.5625rem;left:18.8125rem; }
#qZf0KBlBOeGzyCAzbTCDvrtGzbFOZdhG { color:#ffffff;display:block;width:17.9358125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:45.4375rem;left:23rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#GH7sgQxOMPJD2H8vdyePrwadCELMWMMS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:45.5625rem;left:45.4375rem; }
#INmWmcFr0TinqV9urVlUsiguJoWowfq5 { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:46.1875rem;left:49.625rem;height:1.487425rem;text-align:left;text-align-last:left;display:block; }
#EhgkudlCgU7r9PcdnssfKR2Izuo0BOmi { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:51.8125rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LFmTUQ2K7wJ5DULzm8emr8sDOEUpJ7KU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:51.25rem;left:18.75rem; }
#fffTLpTfUDMwcl3qylT3LAx7v7uvE7xS { color:#ffffff;display:block;width:17.9358125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:51.125rem;left:23rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#GG0M62RLwKru4hwW9ZTfATGBWI85Zaxp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:56.8125rem;left:45.4375rem; }
#i20yXcO2J4RxkeCo5RPk2r5tkRc9T8sh { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:51.25rem;left:49.625rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#xT8h0Q8KBxl2dWt37nMS9vmUcevm1B0o { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:56.8125rem;left:2.9375rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etdDx7WAaZHapGlWIOPs8vrouyW8omOg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:56.8125rem;left:18.875rem; }
#OOXxJu7qR7IoqgDSLTc2rTeKvqNga9Iu { color:#ffffff;display:block;width:17.9358125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:57.4375rem;left:23rem;height:1.487425rem;text-align:left;text-align-last:left;display:block; }
#DSWLZgkqKmDMltox6kdXlQnelXeaASn1 { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:57.4375rem;left:49.625rem;height:1.487425rem;text-align:left;text-align-last:left;display:block; }
#J35Tl0ndzZQZQTDTb9ImdPxgk55fv4AD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:51.25rem;left:45.4375rem; }
#CdW5TF9aaNGIASXIMcWiqnDo0wK9tdgw { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:62.9375rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ikERSpatgVByI5eLG0E1KnU3vQq8aPxw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:62.375rem;left:18.875rem; }
#TyfClVqfmoRWwbvFco6vU7GvXfFyCU6A { color:#ffffff;display:block;width:17.9358125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:62.375rem;left:23.1875rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#hL5WGLTUFCFB9RrazvT8nFAs8UNKOs8v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:62.375rem;left:45.4375rem; }
#O46WAg4UlgN52dwXzK9ZyyCeNrWQSWbg { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:63rem;left:49.625rem;height:1.487425rem;text-align:left;text-align-last:left;display:block; }
#Vgp7KFwBtAdFkoeh1vWU6RbliMTlaiUh { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:68.8125rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIaGITexXt2kEDGTfwilTfgSwomTDqsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:68.25rem;left:18.875rem; }
#yi82E0teFZTmpo1SozIZo4F7ZkcVk4hA { color:#ffffff;display:block;width:17.9358125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:68.125rem;left:23rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#PyyPmd6twtzXtUoVB4U20T0CtQMdLP5F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:68.25rem;left:45.4375rem; }
#TvuDLcoTbKlT6I3elylCH0AM6tOn5wfL { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:68.875rem;left:49.625rem;height:1.487425rem;text-align:left;text-align-last:left;display:block; }
#ia0s4PELntgCbJVT4bHq0zbb0HLtl0Gt { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:73.4375rem;left:2.9375rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WtqfhodDdHXiT5w09hRsriQPUF7a4cgE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:73.6875rem;left:18.875rem; }
#iIu9Fw7cTuoZR5NwbHhlaU2WUmFWkeWQ { color:#ffffff;display:block;width:17.9358125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:73.5625rem;left:23rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#xffIT5UP5xinr8TArZHiRJTc3HahhnoZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:73.6875rem;left:45.4375rem; }
#W0yZQEk2dCq5k8kJgfh1UB0bvWOGrbTR { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:74.25rem;left:49.625rem;height:1.487425rem;text-align:left;text-align-last:left;display:block; }
#i4TzsxyqOW4Jmibb3QuKqyzetZh0ngx2 { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:80.0625rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TAFvSTvEg5CNpEpsRqEafTNxsmQcWoof { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:79.5rem;left:18.875rem; }
#s5QA6JkIaMWqVgqfg2PJ4W9ius7OZnPa { color:#ffffff;display:block;width:17.9358125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:79.375rem;left:23rem;height:2.97485625rem;text-align:left;text-align-last:left;display:block; }
#UV3HNt8Lf6QRVGnMo8UcAbfxSI2eb3kW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:79rem;left:45.4375rem; }
#sa5MrybXZ4BRRPRNBXcifktACZAhE1f9 { color:#000000;display:block;width:21.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:79.5rem;left:49.625rem;height:1.487425rem;text-align:left;text-align-last:left;display:block; }
#pl2T0aGxTILabAb5cITJ8SyiJ2Fi4wt0 { color:#000000;display:block;width:11.9995rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:14.0625rem;left:2.9375rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ETgWIPvPRc86dnybA3HTPw1e8iMOIkwe { color:#000000;display:block;width:11.998875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:20.8125rem;left:2.9375rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SDgRLvgXJ2Syd0Qsw5edaUbOoNhKTFa6 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:27.8125rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZXTgckOZT1fbXOwVIO6bGHcQlJQTbcX8 { color:#000000;display:block;width:13.312375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:34.75rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QiqwDf8SIAtHUAQXk2OREBd7cXcEDSrT { color:#000000;display:block;width:13.31175rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:39.75rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JexFKZ76xm3NatNHJBh9w9zZrkF6n9GA { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:46.125rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Vnff0MzyKkrnvz2E3TAgiozHCLEM1ZTi { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:51.8125rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z3A2GOwwpISius08gP1J8aEk5kD5FNoB { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:56.8125rem;left:2.9375rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Nmxbhsfv08iP5iGLZifM4g2dROmHoDEu { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:62.9375rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NBw0xwZLy7Ws89mo37UbTez5XfD85Smq { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:68.8125rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KSp3LhpnCx42MT86TNdzWpKguIQqLq7g { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:73.4375rem;left:2.9375rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yf7okwDsmkG0PulLnmytQ3g8KI1vb6wT { color:#000000;display:block;width:13.3111875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:80.0625rem;left:2.9375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 { position:relative;display:block; }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 { background-color: transparent; background-image: none; }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .row .container > .video-iframe-container { display: none; }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .row > .video-iframe-container { display: none; }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .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); }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 { border-width: 0; border-radius: 0; }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .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; }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xhsg4y4LTNF1pFwHNCdOQdTTRlEvuW0Z { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8731689453125rem;left:6.21826171875rem;height:2.92358125rem;text-align:center;text-align-last:center;display:block; }
#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 { position:relative;display:block; }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 { background-color: transparent; background-image: none; }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .row .container > .video-iframe-container { display: none; }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .row > .video-iframe-container { display: none; }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .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); }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 { border-width: 0; border-radius: 0; }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .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; }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;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; }#NMEa51PoAwPsIUJ89E9Jm4dHM8qOxpac { color:#000000;display:block;width:49.811375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.875rem;left:12.5625rem;height:2.92358125rem;text-align:center;text-align-last:center;display:block; }
#G87dR0OzB72cfxAodplliezNTpdQmqr4 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:7rem;left:13.4375rem;height:2.6245125rem;text-align:center;text-align-last:center;display:block; }
#CxhcOReSdkkfqba2ifaZoxpwWCHqEa6T { position:absolute;display:block;z-index:15002;height:2.8125rem;width:15.625rem;top:17.374267578125rem;left:29.6875rem;display:block; }
#kgKdzWSfsTKOi9vGC6VpPuOcqHm2ARri { box-sizing:content-box;height:19.5625rem;width:59.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:3.8125rem;left:7.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.25) ;display:block; }
#C1OvEUw4m6do2kIw9gNoXBRq1n0vFCoy { background-color:transparent;background-image: -webkit-linear-gradient(65deg, #dee3f8, #e8e8e8);background-image: -moz-linear-gradient(65deg, #dee3f8, #e8e8e8);background-image: -ms-linear-gradient(65deg, #dee3f8, #e8e8e8);background-image: -o-linear-gradient(65deg, #dee3f8, #e8e8e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee3f8', endColorstr='#e8e8e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee3f8', endColorstr='#e8e8e8' );";background-image: linear-gradient(65deg, #dee3f8, #e8e8e8);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#C1OvEUw4m6do2kIw9gNoXBRq1n0vFCoy > .row .container { border-width: 0; border-radius: 0; }#C1OvEUw4m6do2kIw9gNoXBRq1n0vFCoy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C1OvEUw4m6do2kIw9gNoXBRq1n0vFCoy > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#Xe87iKcakdnJTa6Rv6HRSxaurKgbbUqt { box-sizing:content-box;height:20.625rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.3) ;display:block; }
#QzaTpugg9gXbAQPCQNTJPuMxLTinCl16 { color:#000000;display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19rem;left:1.3125rem;height:10.4345625rem;font-style:normal;display:block; }#QzaTpugg9gXbAQPCQNTJPuMxLTinCl16 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QzaTpugg9gXbAQPCQNTJPuMxLTinCl16 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
#dLOCmXH6FARQ14c17fT0m4qfTFHp62Se { color:#000000;display:block;width:15.68725rem;position:absolute;font-family:"crimson text";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.374389648438rem;left:0.9442138671875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzh9K3xT9ENnGNpBcxNcAs1Xt2ZDHTHM { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;top:17rem;left:1.3125rem;display:block; }
#g0WX9LiWWLOOFFCNqacyUWOJB17X5n1o { color:#010304;display:block;width:75rem;position:absolute;font-family:"crimson text";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:3.625rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZPtFmLIHrWKOg9dGrAiU9tfJnJlBnAT { box-sizing:content-box;height:20.625rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:12.5625rem;left:19.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.3) ;display:block; }
#WenrkvwtpTKOUFGOzQeeGwb0r2iMtF7p { color:#000000;display:block;width:16.31225rem;position:absolute;font-family:"crimson text";font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.415283203125rem;left:19.818725585938rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o2seb6KTMCby1I61oZailayb2i8y49L6 { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15019;background-color:#000000;background-image:none;top:17.0625rem;left:20.5rem;display:block; }
#bBMf0AlU2SWnVWk773Iwr5sJVSFnHkfM { box-sizing:content-box;height:20.625rem;width:17.5rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:12.5625rem;left:38.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.3) ;display:block; }
#yc9BGe9skTGXNFm9JWTJc1g9GlTT0IBz { color:#000000;display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:19rem;left:39.625rem;height:12.9980625rem;font-style:normal;display:block; }#yc9BGe9skTGXNFm9JWTJc1g9GlTT0IBz li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yc9BGe9skTGXNFm9JWTJc1g9GlTT0IBz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
#qxALgAKA8fGLzLceN0lgksoW7yTMaHT2 { color:#000000;display:block;width:15rem;position:absolute;font-family:"crimson text";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:39.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GZFLVbH3sMHAadu9HeMh6eUzfJdJDllk { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:#000000;background-image:none;top:17.0625rem;left:39.625rem;display:block; }
#mLvGqXDG4WA7zvkSoiAsNuHaLC3lIE9N { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;top:17.0625rem;left:58.6875rem;display:block; }
#tDlbfRb8drdW8pcQSPps38Swl4cVSpLP { color:#000000;display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19rem;left:20.5rem;height:6.499rem;font-style:normal;display:block; }#tDlbfRb8drdW8pcQSPps38Swl4cVSpLP li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#tDlbfRb8drdW8pcQSPps38Swl4cVSpLP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
#wCPXd23DocmslNQ5aJVTP6kTAQoaFnTk { box-sizing:content-box;height:20.625rem;width:17.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:12.5rem;left:57.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.3) ;display:block; }
#Avii5dcID6Uz1Xk6QKvUq4xQdBHq8aaL { color:#000000;display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:19.625rem;left:58.625rem;height:;font-style:normal;display:block; }#Avii5dcID6Uz1Xk6QKvUq4xQdBHq8aaL li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Avii5dcID6Uz1Xk6QKvUq4xQdBHq8aaL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
#iqPcyBRVHKdmuwr272EnweJrhcbbE8D4 { color:#000000;display:block;width:15rem;position:absolute;font-family:"crimson text";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.375rem;left:58.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PeJUV473Tk2VAWgQWCRQUEU754fK9vqs { color:#000000;display:block;width:68.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:7.562255859375rem;left:3.28125rem;height:2.92358125rem;text-align:center;text-align-last:center;display:block; }
#JDJByxSlGhXfRGWxUU3uFaO1gwD0vzkw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JDJByxSlGhXfRGWxUU3uFaO1gwD0vzkw > .row .container { border-width: 0; border-radius: 0; }#JDJByxSlGhXfRGWxUU3uFaO1gwD0vzkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDJByxSlGhXfRGWxUU3uFaO1gwD0vzkw > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:none; }#uVMzTtA9W0PFGd9uUCw8BTwNQSG09ST8 { color:#000000;display:block;width:53.625rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:3.1866455078125rem;left:10.718994140625rem;height:2.6245125rem;text-align:left;text-align-last:left;display:block; }
#to1MDFlvce4nsMZTiMbsiE3RmSzJZPUt { color:#000000;display:block;width:53.561375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.311767578125rem;left:10.718994140625rem;height:2.92358125rem;text-align:left;text-align-last:left;display:block; }
#iCrmSBSq5l3SLO2d01b9H1Rmia3oAqFp { color:#000000;display:block;width:51.936625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.24951171875rem;left:10.718994140625rem;height:6.7846875rem;text-align:left;text-align-last:left;display:block; }#iCrmSBSq5l3SLO2d01b9H1Rmia3oAqFp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iCrmSBSq5l3SLO2d01b9H1Rmia3oAqFp li:before{  }
#MgNehyE9culfdI5xshVtQM7NksclP5b1 { color:#000000;display:block;width:53.5608125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.249145507812rem;left:10.718994140625rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#wkDyrGiaMtBfSntmsHhHFZCnQk7euKmg { position:absolute;display:block;z-index:15003;height:3.125rem;width:17.5rem;top:26.624755859375rem;left:28.75rem;display:block; }
#RaeNb5kRU45El9q9X2yeBxEx9ukebC61 { position:relative;display:none; }#RaeNb5kRU45El9q9X2yeBxEx9ukebC61 { border-width: 0; border-radius: 0; }#RaeNb5kRU45El9q9X2yeBxEx9ukebC61 > .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; }#RaeNb5kRU45El9q9X2yeBxEx9ukebC61 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PoJ78O3qFuKtFiZK4S9eTAT5KzCFJTGT { color:#000000;display:block;width:53.562rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9.625rem;height:4.385375rem;text-align:left;text-align-last:left;display:block; }
#CLoRRK3cBWI7GDJHTxk7ckl4cbc36Thw { color:#000000;display:block;width:55.812375rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:5.3125rem;left:9.625rem;height:2.6245125rem;text-align:left;text-align-last:left;display:block; }
#IUcm7eUuQ7HnuGBPpOTbUyfBRO46cIMh { position:absolute;display:block;z-index:15002;height:3.125rem;width:17.5rem;top:29.9375rem;left:28.875rem;display:block; }
#t8OfHkoPZ2D7HaxsK9Me3TNG1dWwCZlr { color:#000000;display:block;width:51.93725rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.0625rem;left:9.75rem;height:6.7846875rem;text-align:left;text-align-last:left;display:block; }#t8OfHkoPZ2D7HaxsK9Me3TNG1dWwCZlr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t8OfHkoPZ2D7HaxsK9Me3TNG1dWwCZlr li:before{  }
#eoTL33wF9I93GaK9WPzgv42WbZZOzNRo { color:#000000;display:block;width:55.562125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.748901367188rem;left:9.6246337890625rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr { position:relative;display:none; }#dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr { border-width: 0; border-radius: 0; }#dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr > .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; }#dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fQEbb6ZqT11K21ZCnmKD1x9GQZUpsNpe { color:#000000;display:block;width:53.562rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9.625rem;height:2.92358125rem;text-align:left;text-align-last:left;display:block; }
#LznJt0u8EebEhF4GkTw9uotJRF3hiyGJ { color:#000000;display:block;width:62.75rem;position:absolute;font-family:"crimson text";font-size:2.1875rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:5.3125rem;left:9.6246337890625rem;height:2.6245125rem;text-align:left;text-align-last:left;display:block; }
#fgAtavgRhueOH1R65iL1Mf8O1wm6r4Sn { position:absolute;display:block;z-index:15002;height:3.125rem;width:17.5rem;top:28.749389648438rem;left:28.75rem;display:block; }
#FVNihgIp09BTmBLDd4msqnbIe4TU7g8p { color:#000000;display:block;width:51.936625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.624389648438rem;left:9.6246337890625rem;height:6.7846875rem;text-align:left;text-align-last:left;display:block; }#FVNihgIp09BTmBLDd4msqnbIe4TU7g8p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FVNihgIp09BTmBLDd4msqnbIe4TU7g8p li:before{  }
#zfCDrh44kbebzJUywVAT7nJyU7VM8PhV { color:#000000;display:block;width:53.561375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.249877929688rem;left:9.6240234375rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#PTfnOzsaemrPZmJsgtFVxi9hexMMxnsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PTfnOzsaemrPZmJsgtFVxi9hexMMxnsi > .row .container { border-width: 0; border-radius: 0; }#PTfnOzsaemrPZmJsgtFVxi9hexMMxnsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTfnOzsaemrPZmJsgtFVxi9hexMMxnsi > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:none; }#O2GO1RB5bO588eGtFDRGi58UVREmRyIP { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.25rem;left:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.3) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gq0VfLGsvkZKx7UoGlzh5Aatv8UipgpN { color:#000000;display:block;width:20rem;position:absolute;font-family:"crimson text";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:2.5rem;height:1.8682875rem;text-align:center;text-align-last:center;display:block; }
#wyrT9VlvzFhFCRp4R9Ma1rSPS0MONADh { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.15625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#J78UZvw2ebQqWrkwdMs6lLwyS3sH9HiA { 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:4.5rem;width:4.5rem;top:3.3125rem;left:10.25rem;overflow:hidden;display:block; }
#f5vMaSfVEtRTwUwO33xTrHH4LJMnc5Bn { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.25rem;left:25.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.3) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#syDavWrhiSdi5vF7GAwwldpTes9iXL77 { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.25rem;left:50.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.3) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bq4dAulzFSEROOaSsbfUAKRu3XAO1VvU { 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:4.5rem;width:4.5rem;top:3.3125rem;left:35.25rem;overflow:hidden;display:block; }
#s8kDFJvTAplfhHJgmV7h5rdE4NA73MaB { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"crimson text";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.43603515625rem;left:28.78125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#XUfiIBTOSddO7ZN2QKD4NTXJv0NN2Kzd { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:27.5625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#mt2NsTPXfx4bLTOhUuWHpa9y16NaMcnZ { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.24951171875rem;left:52.15625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#yphK97gONygNmdykDvizW2KkcOkLrSuw { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"crimson text";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:8.57958984375rem;left:52.53125rem;height:1.5808125rem;text-align:center;text-align-last:center;display:block; }
#K5ECZ9lGl4qc6ppf9Zo1azcgwTN1fHsW { 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:4.125rem;width:4.125rem;top:3.4375rem;left:60.4375rem;overflow:hidden;display:block; }
#GeoQWQF68zvsQ0bui3MBe6A0deK3Zzn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GeoQWQF68zvsQ0bui3MBe6A0deK3Zzn5 > .row .container { border-width: 0; border-radius: 0; }#GeoQWQF68zvsQ0bui3MBe6A0deK3Zzn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeoQWQF68zvsQ0bui3MBe6A0deK3Zzn5 > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:none; }#NAc9HFR9w789skM5KhWiPFITTaz6oOgE { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.25rem;left:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.3) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FcHnad8O3HaFume5p1zkbBMQTZ0JFuoU { color:#000000;display:block;width:20rem;position:absolute;font-family:"crimson text";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:2.5rem;height:1.8682875rem;text-align:center;text-align-last:center;display:block; }
#O0KanI2GkzTXCiFS7ALb0G3mx12P1rAE { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.15625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#UkAiTdCB8SIeHi6s4fz5LtGTlSx088q5 { 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:4.5rem;width:4.5rem;top:3.3125rem;left:10.25rem;overflow:hidden;display:block; }
#lJDXxOhTLbLkNECIHZSAFNew5vCNMDrg { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.25rem;left:25.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.3) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KTEC7aObNbVArKDKvQtnoHldVwA4P4Tp { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.25rem;left:50.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.3) ;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eSXQ6MGWSSe7kwRgfHNVyCTMykkhCtLL { 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:4.5rem;width:4.5rem;top:3.3125rem;left:35.25rem;overflow:hidden;display:block; }
#i8E9rB8pbH7n35nkrR8sdlexmO3Mpgly { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"crimson text";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.43603515625rem;left:28.78125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#KcHdDsuG6PZCCOCgG5CSlgwsn03xwPLe { color:#000000;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:27.5625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#bzV0x72cDLGQTBF7XgeaXsnGf0MS2rVs { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.24951171875rem;left:52.15625rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#bUkWimdx1yiowPRmxF5NmkPNwUNeOOZ1 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"crimson text";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:8.57958984375rem;left:52.53125rem;height:1.5808125rem;text-align:center;text-align-last:center;display:block; }
#TnXzmxT9yJ33MntZakSUuxGgln6zJNgZ { 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:4.125rem;width:4.125rem;top:3.4375rem;left:60.4375rem;overflow:hidden;display:block; }
#Uk5lGS8u3oI0GJogJEBktXZ30DE1Amf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Uk5lGS8u3oI0GJogJEBktXZ30DE1Amf1 > .row .container { border-width: 0; border-radius: 0; }#Uk5lGS8u3oI0GJogJEBktXZ30DE1Amf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uk5lGS8u3oI0GJogJEBktXZ30DE1Amf1 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:none; }#QIPDhvJzqpnx2M4pORwt3JL0EWJkcLUM { position:absolute;display:block;z-index:15000;height:3.125rem;width:17.5rem;top:1.3125rem;left:28.75rem;display:block; }
#LFQh6r2CBBWRIV88LOdteWG7ULAMyIJ2 { position:relative;display:none; }#LFQh6r2CBBWRIV88LOdteWG7ULAMyIJ2 { border-width: 0; border-radius: 0; }#LFQh6r2CBBWRIV88LOdteWG7ULAMyIJ2 > .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; }#LFQh6r2CBBWRIV88LOdteWG7ULAMyIJ2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uIvAfoCTtztBMqvt8tyTW0Iq3VPBWofm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:33.687125rem;width:35.99975rem;top:3.71826171875rem;left:39.000854492188rem;overflow:hidden;display:block; }
#bVMfwt26nMOHFx00MdD54ZMKNdS4UtLn { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:"crimson text";font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:3.71875rem;left:0rem;height:4.67529375rem;text-align:left;text-align-last:left;display:block; }
#uF7t7pihzk4hHKf3pnw364JVpB7JWbxt { color:#000000;display:block;width:34.249875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:10.43701171875rem;left:0rem;height:22.04589375rem;text-align:left;text-align-last:left;display:block; }
#gfrHNQHFcJ6a1WRXpuxeSVJTl8XdK2eb { position:absolute;display:block;z-index:15001;height:3.125rem;width:17.5rem;top:34.937133789062rem;left:0rem;display:block; }
#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282f37;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; }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row .container { background-color: transparent; background-image: none; }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row .container > .video-iframe-container { display: none; }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row > .video-iframe-container { display: none; }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .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); }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row .container { border-width: 0; border-radius: 0; }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#qM65cmfSqV92cOidpSeTzvTfo6is6uZw { 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:8.624875rem;width:9.74975rem;top:2.5rem;left:1.68701171875rem;overflow:hidden;display:block; }
#QszRf34JJTNsUq27Ik3qX1oSEwCJuPTZ { color:#ffffff;display:block;width:24.562375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.812255859375rem;left:25.21728515625rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#ByUpXKtVSvEpND3VLGlbJeivJ80l9Ji5 { color:#ffffff;display:block;width:24.562375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.374267578125rem;left:25.21728515625rem;height:1.05590625rem;text-align:center;text-align-last:center;display:block; }
#D0u5RJdent67KJfmOQymwG30LXhdtki7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.0625rem;left:59.6875rem; }
#D0u5RJdent67KJfmOQymwG30LXhdtki7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#XmSoql9DizDkqsd3BfAqeJzc6AgIwbcW { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:62.875rem;height:1.46179375rem;text-align:left;text-align-last:left;display:block; }
#FVZ6xJXE673IlPJtBZF6Tv7uLFThxQJE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.6875rem;left:59.6875rem; }
#FVZ6xJXE673IlPJtBZF6Tv7uLFThxQJE > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#FlR93eweWvDtNsCReJROfk6XSsfTR7tO { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:62.875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#kMEwssuyv6JWduENTXCVckIotACzncrV { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0496826171875rem;left:16.373291015625rem;height:5.5249rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0pKMOOaFrNKCfiDBVLJ6nm4XNEpGxsW { top:0.8125rem;left:20.5625rem;width:6.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9FGoT1T87ixdNHwdzxlFJfxCaLeNG8W { top:2.9375rem;left:0rem;width:21.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duAVGZkTVzWKADM0eZB85fxLTfSsJ63G { top:2.1875rem;left:32.75rem;width:15rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 { display:block; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXqChLyfwRqbF8NGN5cEDgNcvxFt5fCR { top:5.25rem;left:0rem;width:31.3125rem;height:7.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6vvltnNb8pZoxi288bXxrEApL7dTcQq { top:14.4375rem;left:0rem;width:30.0625rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWrUAN50pvID2EcmnoBTA7QKcOWuTZD { top:23.625rem;left:0rem;width:19.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk2rla64K6sIGm8U0Jzm9yI6QIcDkhCB { top:5.25rem;left:11.6875rem;width:36.0625rem;height:20.152518477573rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 { display:block; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XionFOD0dJ5MEGJX2ml7TlDVMQ6sOLUZ { top:4.4375rem;left:0rem;width:38rem;height:8.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIDLoHHN9HNxtLfv4RWsyTdT9VTK2cJQ { top:15.5625rem;left:0rem;width:34.375rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBOVTCftom9dg4DA0sfZrz99JL5WmFgt { top:18.875rem;left:0rem;width:35.5rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2HQOyL2LDZPZrdNGW1JMr3w5oZ913UB { top:22.3125rem;left:0rem;width:35.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuVPH3LtUdIo7lZwENfH7Tpu8C0xMMMs { top:5.5625rem;left:11.6875rem;width:34.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI { display:block; }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSgaDIiztJG28i4mhgGZ4LFP63rKKbEM { top:8.8125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy4l8KGrTZzpxZXEcHQg02M2NF5L1PEz { top:3.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkR8vha8yyR9fAamumbsd4dboO6IHcz7 { top:22.8125rem;left:16.0625rem;width:15.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB { display:block; }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txTPVcnuP5mO6SUU2mTSl32RBSaqhSNJ { top:3.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImXfTSGVnVy8aWe7zTakhUJ3gMwctusJ { top:8.0625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K37gDwVfum20r7sNlocCTPTdutF3TAm2 { top:18.125rem;left:1.874267578125rem;width:10.0625rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTM7bhcPqbJrwAKHqDE0Z06TL1WJ0Z0 { top:30.4375rem;left:16.0625rem;width:15.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4wnLwKf3uGfbTtdy1aJkoUlgEQnyrwR { top:25.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPOShgE6J7zFoWJymmT5snuWH9S6ePxg { top:18.0625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNRVdTnLNMpK0g7rq6CVKTidgVACJKV { top:18.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLQk6J1L3syEwzH88M7iNoBk88pSQRFr { top:18.125rem;left:15.8125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TexSpV2VBplIiTKD2Cazlb7AvZD7p9tt { top:18.125rem;left:20.663940429688rem;width:11.125rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT5hJBwPqa2QXttc6ihBbPEVhaEqS5Zf { top:18.125rem;left:35.8125rem;width:11.9375rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR1J1FUwawGGTWg3k5GmMwAg92zyHlnz { top:18.625rem;left:16.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T080Cp1aSiECViXDgclwTykct4tXW5eM { top:18.0625rem;left:33.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSan3Mf19cCpb3si9f7boBTZ9pziN12U { top:18.625rem;left:34.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3NEad4GUFTehK3RRhK1pVJkESXBBRov { display:block; }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xuut8GzC8TqhByKpbaLDeboelpm2fEk3 { top:8.75rem;left:0rem;width:36.875rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq1bpSTySzsrRVE6TGCLV1qDfbAcxslb { top:3.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meQ6Cofp0mELw7qGOckUQuO9eNhP1HOQ { top:20.625rem;left:0rem;width:18.9375rem;height:5rem;font-size:1rem;display:block; }#meQ6Cofp0mELw7qGOckUQuO9eNhP1HOQ li:before{  }
 }@media only screen and (max-width: 763px) { #yH7xGgTfqdA4baGSHJ46xJlG67LXNJfp { top:17.75rem;left:0rem;width:14.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2matKMVSQ0KKDmgnH6lRFMgXR4iuPDK { top:30rem;left:0rem;width:23.5rem;height:5rem;font-size:1rem;display:block; }#a2matKMVSQ0KKDmgnH6lRFMgXR4iuPDK li:before{  }
 }@media only screen and (max-width: 763px) { #lmXMrTyEawwTLhXTGDSQu3G6du4Ir82z { top:27.125rem;left:0rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaES8Hv0heE6KXmtTkHOD1b82MGRqkfO { top:8.75rem;left:19.3125rem;width:28.4375rem;height:23.510535180133rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6cbvQwyi079NzJLMRmxkwaFQw4TohTT { display:block; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIZE6InnqMrO9DU8eS2xRqEAuuUyFADR { top:3.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5xIF9746LQ32EAUVXg28OnwO28KETqV { top:9.5625rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6kMGUzXS7alzM7EUimx9P8qmRMCTH0f { top:20.625rem;left:16.0625rem;width:15.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wpg6q8IV3HrRkFTL505C9khkAXdJXf { display:block; }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lA3T0DnBN8uRSeoxwdxLRwW4bxB0y4fn { top:4.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvGJtkz3VGzCkUIQVy103iR5dekTDNL2 { top:9.125rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvbS4cJUIhe8TD1ATOL6803SOUuIG24b { display:block; }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqNDfVDlJHMIyex8c77bhyzfuyeeL9Uu { top:2.125rem;left:3rem;width:26.5625rem;height:84.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxeDUKxybeuyxM6S7xxC9ahZRnMlR2uT { top:3.4375rem;left:11.6875rem;width:9.125rem;height:8.0707161421126rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1bWF6DGwVk6xnp3A6CD92cRe9uWt2ZM { top:6.5rem;left:25.6875rem;width:22.0625rem;height:2.0560897485698rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8nBa3KF0EUg8U7lP9qAgblRQgix6U3L { top:14.0625rem;left:27.25rem;width:20.5rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8tQU6Ti6qieETSqA5lmIDdRt12CkVE6 { top:20.8125rem;left:27.9375rem;width:19.8125rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwBWc3pAefqDKgszCrOJ4L6AdxOarBrG { top:27.8125rem;left:26.625rem;width:21.125rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdTrXPbwEpgeGo28n5pbEiv5xba1nCnQ { top:14rem;left:9.5625rem;width:17.5rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUhkm73FgE0PHTqZb5DOrBnBdXVy3un { top:21.0625rem;left:9.375rem;width:17.5rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F98ufJiCVzObPcCJ6EhSeDD3uU5eABnf { top:27.8125rem;left:9.25rem;width:17.875rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATbtOwfTZEu91iWPZbfVH2dqfQTud0mc { top:14.0625rem;left:5.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnAXpeyF56VwhSFVgdxxOv94a0OoMiC3 { top:21.0625rem;left:5.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgCeX4E6NgVP4KuNiFJTkJA66XfncH2J { top:27.8125rem;left:5.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT1sEUuFAywhtu4OqJX0LnMHq1opn1U3 { top:14.0625rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7OeTJToKmBfPPFzxZy96txvpGHDtqgF { top:20.8125rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt5pER1kLKlB89Zkt5r8dSaNRaNIQeSq { top:27.8125rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIZb9Q0Qc9xu4sZvkZSuC2snV4vg4KrS { top:14.0625rem;left:0rem;width:11.9375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIdTyCyf0QTmW10VNq07bNgoXUfDuq5x { top:20.8125rem;left:0rem;width:11.9375rem;height:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqy51vdyBMzagbqMIA1JhxzMMeriLeue { top:27.8125rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXk2iyDVM6oB7qXxG9eUGz5TPHs7W9Uy { top:2.125rem;left:19.5625rem;width:28rem;height:84.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mov9bwC7CqLsRpTSE0BAOUWfyekZOqCt { top:34.75rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV5o1csSyKDroay6lDbDNUpkRHsBxcwd { top:34rem;left:9.375rem;width:17.875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVrBENl7TexZze8OtP6QIZpTaNLEX0x { top:34.25rem;left:5.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ax49ONJgulXFLMrxHPyTDAITkozLdX { top:34.25rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9mvpkasECkycewuP7Ki71PLgWrMNShH { top:34.125rem;left:26.625rem;width:21.125rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWt0C2UopJipUDvHDBP3o4WNpNXAmvOk { top:39.75rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRPrUuGOsrTFd4v4kNMDvMyabh5gH4M3 { top:39.75rem;left:9.375rem;width:17.875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSR2id1Fcg3PGXcGNEpTtTxthUyQ4G80 { top:39.75rem;left:5.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkgLHtcZMINXkqcwIbo1cEfTtwJyxdND { top:39.75rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXozSFRdmhPpe9T7fwk0xKoJBvLvcH7T { top:39.75rem;left:26.625rem;width:21.125rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2nUkKFUIpPv3ncdDAMTbwTpXhSKfSgG { top:46.125rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TXJkPX4fMiSE2Kpu0BdmLPNOTsziiW { top:45.5625rem;left:5.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZf0KBlBOeGzyCAzbTCDvrtGzbFOZdhG { top:45.4375rem;left:9.375rem;width:17.875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH7sgQxOMPJD2H8vdyePrwadCELMWMMS { top:45.5625rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INmWmcFr0TinqV9urVlUsiguJoWowfq5 { top:46.1875rem;left:26.625rem;width:21.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhgkudlCgU7r9PcdnssfKR2Izuo0BOmi { top:51.8125rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFmTUQ2K7wJ5DULzm8emr8sDOEUpJ7KU { top:51.25rem;left:5.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fffTLpTfUDMwcl3qylT3LAx7v7uvE7xS { top:51.125rem;left:9.375rem;width:17.875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG0M62RLwKru4hwW9ZTfATGBWI85Zaxp { top:56.8125rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i20yXcO2J4RxkeCo5RPk2r5tkRc9T8sh { top:51.25rem;left:26.625rem;width:21.125rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8h0Q8KBxl2dWt37nMS9vmUcevm1B0o { top:56.8125rem;left:0rem;width:13.25rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etdDx7WAaZHapGlWIOPs8vrouyW8omOg { top:56.8125rem;left:5.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOXxJu7qR7IoqgDSLTc2rTeKvqNga9Iu { top:57.4375rem;left:9.375rem;width:17.875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSWLZgkqKmDMltox6kdXlQnelXeaASn1 { top:57.4375rem;left:26.625rem;width:21.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J35Tl0ndzZQZQTDTb9ImdPxgk55fv4AD { top:51.25rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdW5TF9aaNGIASXIMcWiqnDo0wK9tdgw { top:62.9375rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikERSpatgVByI5eLG0E1KnU3vQq8aPxw { top:62.375rem;left:5.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfClVqfmoRWwbvFco6vU7GvXfFyCU6A { top:62.375rem;left:9.5625rem;width:17.875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL5WGLTUFCFB9RrazvT8nFAs8UNKOs8v { top:62.375rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O46WAg4UlgN52dwXzK9ZyyCeNrWQSWbg { top:63rem;left:26.625rem;width:21.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgp7KFwBtAdFkoeh1vWU6RbliMTlaiUh { top:68.8125rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaGITexXt2kEDGTfwilTfgSwomTDqsT { top:68.25rem;left:5.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi82E0teFZTmpo1SozIZo4F7ZkcVk4hA { top:68.125rem;left:9.375rem;width:17.875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyyPmd6twtzXtUoVB4U20T0CtQMdLP5F { top:68.25rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvuDLcoTbKlT6I3elylCH0AM6tOn5wfL { top:68.875rem;left:26.625rem;width:21.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0s4PELntgCbJVT4bHq0zbb0HLtl0Gt { top:73.4375rem;left:0rem;width:13.25rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtqfhodDdHXiT5w09hRsriQPUF7a4cgE { top:73.6875rem;left:5.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIu9Fw7cTuoZR5NwbHhlaU2WUmFWkeWQ { top:73.5625rem;left:9.375rem;width:17.875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xffIT5UP5xinr8TArZHiRJTc3HahhnoZ { top:73.6875rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0yZQEk2dCq5k8kJgfh1UB0bvWOGrbTR { top:74.25rem;left:26.625rem;width:21.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TzsxyqOW4Jmibb3QuKqyzetZh0ngx2 { top:80.0625rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAFvSTvEg5CNpEpsRqEafTNxsmQcWoof { top:79.5rem;left:5.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5QA6JkIaMWqVgqfg2PJ4W9ius7OZnPa { top:79.375rem;left:9.375rem;width:17.875rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3HNt8Lf6QRVGnMo8UcAbfxSI2eb3kW { top:79rem;left:31.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa5MrybXZ4BRRPRNBXcifktACZAhE1f9 { top:79.5rem;left:26.625rem;width:21.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl2T0aGxTILabAb5cITJ8SyiJ2Fi4wt0 { top:14.0625rem;left:0rem;width:11.9375rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETgWIPvPRc86dnybA3HTPw1e8iMOIkwe { top:20.8125rem;left:0rem;width:11.9375rem;height:3.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDgRLvgXJ2Syd0Qsw5edaUbOoNhKTFa6 { top:27.8125rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXTgckOZT1fbXOwVIO6bGHcQlJQTbcX8 { top:34.75rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiqwDf8SIAtHUAQXk2OREBd7cXcEDSrT { top:39.75rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JexFKZ76xm3NatNHJBh9w9zZrkF6n9GA { top:46.125rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vnff0MzyKkrnvz2E3TAgiozHCLEM1ZTi { top:51.8125rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3A2GOwwpISius08gP1J8aEk5kD5FNoB { top:56.8125rem;left:0rem;width:13.25rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nmxbhsfv08iP5iGLZifM4g2dROmHoDEu { top:62.9375rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBw0xwZLy7Ws89mo37UbTez5XfD85Smq { top:68.8125rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSp3LhpnCx42MT86TNdzWpKguIQqLq7g { top:73.4375rem;left:0rem;width:13.25rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yf7okwDsmkG0PulLnmytQ3g8KI1vb6wT { top:80.0625rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 { display:block; }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhsg4y4LTNF1pFwHNCdOQdTTRlEvuW0Z { top:1.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 { display:block; }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMEa51PoAwPsIUJ89E9Jm4dHM8qOxpac { top:11.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87dR0OzB72cfxAodplliezNTpdQmqr4 { top:7rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxhcOReSdkkfqba2ifaZoxpwWCHqEa6T { top:17.3125rem;left:16.0625rem;width:15.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgKdzWSfsTKOi9vGC6VpPuOcqHm2ARri { top:3.8125rem;left:0rem;width:47.625rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1OvEUw4m6do2kIw9gNoXBRq1n0vFCoy { display:block; }#C1OvEUw4m6do2kIw9gNoXBRq1n0vFCoy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe87iKcakdnJTa6Rv6HRSxaurKgbbUqt { top:12.5rem;left:0rem;width:17.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzaTpugg9gXbAQPCQNTJPuMxLTinCl16 { top:19rem;left:0rem;width:15rem;height:10.4375rem;font-size:0.9375rem;display:block; }#QzaTpugg9gXbAQPCQNTJPuMxLTinCl16 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
 }@media only screen and (max-width: 763px) { #dLOCmXH6FARQ14c17fT0m4qfTFHp62Se { top:14.3125rem;left:0rem;width:15.625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzh9K3xT9ENnGNpBcxNcAs1Xt2ZDHTHM { top:17rem;left:0rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0WX9LiWWLOOFFCNqacyUWOJB17X5n1o { top:3.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPtFmLIHrWKOg9dGrAiU9tfJnJlBnAT { top:12.5625rem;left:5.5625rem;width:17.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WenrkvwtpTKOUFGOzQeeGwb0r2iMtF7p { top:14.375rem;left:6.1937255859375rem;width:16.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2seb6KTMCby1I61oZailayb2i8y49L6 { top:17.0625rem;left:6.875rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBMf0AlU2SWnVWk773Iwr5sJVSFnHkfM { top:12.5625rem;left:24.6875rem;width:17.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc9BGe9skTGXNFm9JWTJc1g9GlTT0IBz { top:19rem;left:26rem;width:15rem;height:;font-size:0.9375rem;display:block; }#yc9BGe9skTGXNFm9JWTJc1g9GlTT0IBz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
 }@media only screen and (max-width: 763px) { #qxALgAKA8fGLzLceN0lgksoW7yTMaHT2 { top:14.4375rem;left:25.9375rem;width:15rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZFLVbH3sMHAadu9HeMh6eUzfJdJDllk { top:17.0625rem;left:26rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLvGqXDG4WA7zvkSoiAsNuHaLC3lIE9N { top:17.0625rem;left:32.75rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlbfRb8drdW8pcQSPps38Swl4cVSpLP { top:19rem;left:6.875rem;width:15rem;height:6.5rem;font-size:0.9375rem;display:block; }#tDlbfRb8drdW8pcQSPps38Swl4cVSpLP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
 }@media only screen and (max-width: 763px) { #wCPXd23DocmslNQ5aJVTP6kTAQoaFnTk { top:12.5rem;left:30.125rem;width:17.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avii5dcID6Uz1Xk6QKvUq4xQdBHq8aaL { top:19.625rem;left:32.75rem;width:15rem;height:;font-size:0.9375rem;display:block; }#Avii5dcID6Uz1Xk6QKvUq4xQdBHq8aaL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
 }@media only screen and (max-width: 763px) { #iqPcyBRVHKdmuwr272EnweJrhcbbE8D4 { top:14.375rem;left:32.75rem;width:15rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeJUV473Tk2VAWgQWCRQUEU754fK9vqs { top:7.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDJByxSlGhXfRGWxUU3uFaO1gwD0vzkw { display:block; }#JDJByxSlGhXfRGWxUU3uFaO1gwD0vzkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVMzTtA9W0PFGd9uUCw8BTwNQSG09ST8 { top:3.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to1MDFlvce4nsMZTiMbsiE3RmSzJZPUt { top:8.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCrmSBSq5l3SLO2d01b9H1Rmia3oAqFp { top:13.1875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }#iCrmSBSq5l3SLO2d01b9H1Rmia3oAqFp li:before{  }
 }@media only screen and (max-width: 763px) { #MgNehyE9culfdI5xshVtQM7NksclP5b1 { top:22.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkDyrGiaMtBfSntmsHhHFZCnQk7euKmg { top:26.5625rem;left:15.125rem;width:17.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaeNb5kRU45El9q9X2yeBxEx9ukebC61 { display:block; }#RaeNb5kRU45El9q9X2yeBxEx9ukebC61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoJ78O3qFuKtFiZK4S9eTAT5KzCFJTGT { top:10.9375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLoRRK3cBWI7GDJHTxk7ckl4cbc36Thw { top:5.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUcm7eUuQ7HnuGBPpOTbUyfBRO46cIMh { top:29.9375rem;left:15.25rem;width:17.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8OfHkoPZ2D7HaxsK9Me3TNG1dWwCZlr { top:17.0625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }#t8OfHkoPZ2D7HaxsK9Me3TNG1dWwCZlr li:before{  }
 }@media only screen and (max-width: 763px) { #eoTL33wF9I93GaK9WPzgv42WbZZOzNRo { top:25.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr { display:block; }#dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQEbb6ZqT11K21ZCnmKD1x9GQZUpsNpe { top:10.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznJt0u8EebEhF4GkTw9uotJRF3hiyGJ { top:5.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAtavgRhueOH1R65iL1Mf8O1wm6r4Sn { top:28.6875rem;left:15.125rem;width:17.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNihgIp09BTmBLDd4msqnbIe4TU7g8p { top:15.5625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }#FVNihgIp09BTmBLDd4msqnbIe4TU7g8p li:before{  }
 }@media only screen and (max-width: 763px) { #zfCDrh44kbebzJUywVAT7nJyU7VM8PhV { top:24.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfnOzsaemrPZmJsgtFVxi9hexMMxnsi { display:block; }#PTfnOzsaemrPZmJsgtFVxi9hexMMxnsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2GO1RB5bO588eGtFDRGi58UVREmRyIP { top:1.25rem;left:0rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq0VfLGsvkZKx7UoGlzh5Aatv8UipgpN { top:8.375rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyrT9VlvzFhFCRp4R9Ma1rSPS0MONADh { top:11.25rem;left:0rem;width:20.6875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J78UZvw2ebQqWrkwdMs6lLwyS3sH9HiA { top:3.3125rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5vMaSfVEtRTwUwO33xTrHH4LJMnc5Bn { top:1.25rem;left:8rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #syDavWrhiSdi5vF7GAwwldpTes9iXL77 { top:1.25rem;left:23.875rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq4dAulzFSEROOaSsbfUAKRu3XAO1VvU { top:3.3125rem;left:21.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8kDFJvTAplfhHJgmV7h5rdE4NA73MaB { top:8.375rem;left:14.3125rem;width:17.4375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUfiIBTOSddO7ZN2QKD4NTXJv0NN2Kzd { top:11.25rem;left:11.875rem;width:19.875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt2NsTPXfx4bLTOhUuWHpa9y16NaMcnZ { top:11.1875rem;left:26.9375rem;width:20.6875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yphK97gONygNmdykDvizW2KkcOkLrSuw { top:8.5625rem;left:27.6875rem;width:19.9375rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ECZ9lGl4qc6ppf9Zo1azcgwTN1fHsW { top:3.4375rem;left:37.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeoQWQF68zvsQ0bui3MBe6A0deK3Zzn5 { display:block; }#GeoQWQF68zvsQ0bui3MBe6A0deK3Zzn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAc9HFR9w789skM5KhWiPFITTaz6oOgE { top:1.25rem;left:0rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHnad8O3HaFume5p1zkbBMQTZ0JFuoU { top:8.375rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0KanI2GkzTXCiFS7ALb0G3mx12P1rAE { top:11.25rem;left:0rem;width:20.6875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkAiTdCB8SIeHi6s4fz5LtGTlSx088q5 { top:3.3125rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJDXxOhTLbLkNECIHZSAFNew5vCNMDrg { top:1.25rem;left:8rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTEC7aObNbVArKDKvQtnoHldVwA4P4Tp { top:1.25rem;left:23.875rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSXQ6MGWSSe7kwRgfHNVyCTMykkhCtLL { top:3.3125rem;left:21.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8E9rB8pbH7n35nkrR8sdlexmO3Mpgly { top:8.375rem;left:14.3125rem;width:17.4375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcHdDsuG6PZCCOCgG5CSlgwsn03xwPLe { top:11.25rem;left:11.875rem;width:19.875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzV0x72cDLGQTBF7XgeaXsnGf0MS2rVs { top:11.1875rem;left:26.9375rem;width:20.6875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUkWimdx1yiowPRmxF5NmkPNwUNeOOZ1 { top:8.5625rem;left:27.6875rem;width:19.9375rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXzmxT9yJ33MntZakSUuxGgln6zJNgZ { top:3.4375rem;left:37.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5lGS8u3oI0GJogJEBktXZ30DE1Amf1 { display:block; }#Uk5lGS8u3oI0GJogJEBktXZ30DE1Amf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIPDhvJzqpnx2M4pORwt3JL0EWJkcLUM { top:1.3125rem;left:15.125rem;width:17.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFQh6r2CBBWRIV88LOdteWG7ULAMyIJ2 { display:block; }#LFQh6r2CBBWRIV88LOdteWG7ULAMyIJ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIvAfoCTtztBMqvt8tyTW0Iq3VPBWofm { top:3.6875rem;left:11.8125rem;width:35.9375rem;height:33.628873941833rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVMfwt26nMOHFx00MdD54ZMKNdS4UtLn { top:3.6875rem;left:0rem;width:35.8125rem;height:4.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF7t7pihzk4hHKf3pnw364JVpB7JWbxt { top:10.375rem;left:0rem;width:34.1875rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfrHNQHFcJ6a1WRXpuxeSVJTl8XdK2eb { top:34.875rem;left:0rem;width:17.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI { display:block; }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM65cmfSqV92cOidpSeTzvTfo6is6uZw { top:2.5rem;left:0rem;width:9.6875rem;height:8.5698070783866rem;display:block; }
 }@media only screen and (max-width: 763px) { #QszRf34JJTNsUq27Ik3qX1oSEwCJuPTZ { top:13.75rem;left:11.59228515625rem;width:24.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByUpXKtVSvEpND3VLGlbJeivJ80l9Ji5 { top:17.3125rem;left:11.59228515625rem;width:24.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0u5RJdent67KJfmOQymwG30LXhdtki7 { top:4.0625rem;left:46.0625rem;width:1.625rem;height:1.625rem;display:block; }
#D0u5RJdent67KJfmOQymwG30LXhdtki7 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XmSoql9DizDkqsd3BfAqeJzc6AgIwbcW { top:4.1875rem;left:35.6875rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVZ6xJXE673IlPJtBZF6Tv7uLFThxQJE { top:7.6875rem;left:46.0625rem;width:1.625rem;height:1.625rem;display:block; }
#FVZ6xJXE673IlPJtBZF6Tv7uLFThxQJE > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #FlR93eweWvDtNsCReJROfk6XSsfTR7tO { top:7.625rem;left:35.625rem;width:12.0625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMEwssuyv6JWduENTXCVckIotACzncrV { top:4rem;left:2.748291015625rem;width:37.375rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0pKMOOaFrNKCfiDBVLJ6nm4XNEpGxsW { width:5.1875rem;height:4.6875rem;top:0.25rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9FGoT1T87ixdNHwdzxlFJfxCaLeNG8W { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #duAVGZkTVzWKADM0eZB85fxLTfSsJ63G { width:15rem;height:3.125rem;top:2.1875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 { display:none; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#UE3ob1IwitPEdUfwvJz8MO9OLBQ2AQc4 > .row .container { width:20rem;height:48.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pXqChLyfwRqbF8NGN5cEDgNcvxFt5fCR { width:17.25rem;height:5.173825rem;top:1.8125rem;left:1.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6vvltnNb8pZoxi288bXxrEApL7dTcQq { width:16.875rem;height:3.8994125rem;top:7.599609375rem;left:1.5625rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGWrUAN50pvID2EcmnoBTA7QKcOWuTZD { width:19.5625rem;height:3.125rem;top:23.625rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk2rla64K6sIGm8U0Jzm9yI6QIcDkhCB { height:11.191375rem;width:20rem;top:3.499755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282f37, #456684);background-image: -moz-linear-gradient(180deg, #282f37, #456684);background-image: -ms-linear-gradient(180deg, #282f37, #456684);background-image: -o-linear-gradient(180deg, #282f37, #456684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282f37', endColorstr='#456684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282f37', endColorstr='#456684' );";background-image: linear-gradient(180deg, #282f37, #456684);background-size:auto !important;display:block; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row .container { background-color: transparent; background-image: none; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row .container > .video-iframe-container { display: none; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row > .video-iframe-container { display: none; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .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); }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRMMB1EVmTby2D9dG1gNgxQ2ImTz1My7 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XionFOD0dJ5MEGJX2ml7TlDVMQ6sOLUZ { width:20rem;height:5.39978125rem;top:1.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIDLoHHN9HNxtLfv4RWsyTdT9VTK2cJQ { width:20rem;height:5.5249rem;top:8.9739990234375rem;left:0rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBOVTCftom9dg4DA0sfZrz99JL5WmFgt { width:20rem;height:3.125rem;top:20.5rem;left:2.5rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #a2HQOyL2LDZPZrdNGW1JMr3w5oZ913UB { width:18.125rem;height:3.125rem;top:16.810913085938rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuVPH3LtUdIo7lZwENfH7Tpu8C0xMMMs { height:11.163636363636rem;width:20rem;top:22.24853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI { display:block; }#u5JSMtkca1s2xgTE5bT8JXN4HKLIaIkI > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSgaDIiztJG28i4mhgGZ4LFP63rKKbEM { width:20rem;height:16.5747rem;top:7.5823974609375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zy4l8KGrTZzpxZXEcHQg02M2NF5L1PEz { width:20rem;height:3.4375rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rkR8vha8yyR9fAamumbsd4dboO6IHcz7 { width:15.625rem;height:2.8125rem;top:27.131958007812rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB { display:block; }#tmLS8hbRMIDDdxFOKq4vyCVIHfixv6IB > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txTPVcnuP5mO6SUU2mTSl32RBSaqhSNJ { width:20rem;height:3.4375rem;top:1.8743896484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ImXfTSGVnVy8aWe7zTakhUJ3gMwctusJ { width:20rem;height:12.4310125rem;top:7.3895263671875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K37gDwVfum20r7sNlocCTPTdutF3TAm2 { width:16.499625rem;height:1.46179375rem;top:26rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpTM7bhcPqbJrwAKHqDE0Z06TL1WJ0Z0 { width:15.625rem;height:2.8125rem;top:51.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4wnLwKf3uGfbTtdy1aJkoUlgEQnyrwR { width:20rem;height:2.76245rem;top:45.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BPOShgE6J7zFoWJymmT5snuWH9S6ePxg { width:3.25rem;height:3.25rem;top:22rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNRVdTnLNMpK0g7rq6CVKTidgVACJKV { display:flex;width:2.25rem;height:2.25rem;top:22.5625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #fLQk6J1L3syEwzH88M7iNoBk88pSQRFr { width:3.25rem;height:3.25rem;top:29.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TexSpV2VBplIiTKD2Cazlb7AvZD7p9tt { width:16.5625rem;height:1.46179375rem;top:33.25rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT5hJBwPqa2QXttc6ihBbPEVhaEqS5Zf { width:18.75rem;height:1.46179375rem;top:40.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TR1J1FUwawGGTWg3k5GmMwAg92zyHlnz { display:flex;width:2.1875rem;height:2.1875rem;top:29.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #T080Cp1aSiECViXDgclwTykct4tXW5eM { width:3.25rem;height:3.25rem;top:36.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSan3Mf19cCpb3si9f7boBTZ9pziN12U { display:flex;width:2.25rem;height:2.25rem;top:37.25rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #y3NEad4GUFTehK3RRhK1pVJkESXBBRov { display:block; }#y3NEad4GUFTehK3RRhK1pVJkESXBBRov > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xuut8GzC8TqhByKpbaLDeboelpm2fEk3 { width:20rem;height:9.0960625rem;top:23.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eq1bpSTySzsrRVE6TGCLV1qDfbAcxslb { width:20rem;height:3.4375rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #meQ6Cofp0mELw7qGOckUQuO9eNhP1HOQ { width:20rem;height:4.5233125rem;top:36.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#meQ6Cofp0mELw7qGOckUQuO9eNhP1HOQ li:before{  }
 }@media only screen and (max-width: 763px) { #yH7xGgTfqdA4baGSHJ46xJlG67LXNJfp { width:18.561375rem;height:1.46179375rem;top:34.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2matKMVSQ0KKDmgnH6lRFMgXR4iuPDK { width:20rem;height:5.82275625rem;top:45.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#a2matKMVSQ0KKDmgnH6lRFMgXR4iuPDK li:before{  }
 }@media only screen and (max-width: 763px) { #lmXMrTyEawwTLhXTGDSQu3G6du4Ir82z { width:14.375rem;height:1.46179375rem;top:42.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DaES8Hv0heE6KXmtTkHOD1b82MGRqkfO { width:16.499625rem;height:13.624875rem;top:7.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6cbvQwyi079NzJLMRmxkwaFQw4TohTT { display:block; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT { background-color: transparent; background-image: none; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,21,21,0.75); }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container > .video-iframe-container { display: none; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row > .video-iframe-container { display: none; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,21,21,0.75); }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT { border-width: 0; border-radius: 0; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container { width:20rem;height:26.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a8d7e3f-1047-47b5-a750-0a916f5035cd/lawsoftware.crop_3802x3469_0,402.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container.adaptive-delivery-prevent-bg, #T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container.lazyload, #T6cbvQwyi079NzJLMRmxkwaFQw4TohTT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #MIZE6InnqMrO9DU8eS2xRqEAuuUyFADR { width:16.124875rem;height:3.4375rem;top:1.4984130859375rem;left:1.937255859375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D5xIF9746LQ32EAUVXg28OnwO28KETqV { width:18.2495rem;height:11.6949375rem;top:6.1865234375rem;left:0.8740234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6kMGUzXS7alzM7EUimx9P8qmRMCTH0f { width:15.625rem;height:2.8125rem;top:19.803466796875rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wpg6q8IV3HrRkFTL505C9khkAXdJXf { display:block; }#y2wpg6q8IV3HrRkFTL505C9khkAXdJXf > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lA3T0DnBN8uRSeoxwdxLRwW4bxB0y4fn { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dvGJtkz3VGzCkUIQVy103iR5dekTDNL2 { width:20rem;height:15.59325rem;top:5.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gvbS4cJUIhe8TD1ATOL6803SOUuIG24b { display:block; }#gvbS4cJUIhe8TD1ATOL6803SOUuIG24b > .row .container { width:20rem;height:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqNDfVDlJHMIyex8c77bhyzfuyeeL9Uu { width:13.75rem;height:63.75rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxeDUKxybeuyxM6S7xxC9ahZRnMlR2uT { width:5.874025rem;height:5.18676875rem;top:1.125rem;left:10.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n1bWF6DGwVk6xnp3A6CD92cRe9uWt2ZM { width:12.5rem;height:1rem;top:66.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8nBa3KF0EUg8U7lP9qAgblRQgix6U3L { width:9.75rem;height:3.1494125rem;top:69.9375rem;left:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8tQU6Ti6qieETSqA5lmIDdRt12CkVE6 { width:9.75rem;height:3.1494125rem;top:74.8125rem;left:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwBWc3pAefqDKgszCrOJ4L6AdxOarBrG { width:9.75rem;height:5.249025rem;top:80.0625rem;left:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdTrXPbwEpgeGo28n5pbEiv5xba1nCnQ { width:9.75rem;height:3.1494125rem;top:8.875rem;left:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUhkm73FgE0PHTqZb5DOrBnBdXVy3un { width:9.74975rem;height:3.1494125rem;top:13.3125rem;left:9.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F98ufJiCVzObPcCJ6EhSeDD3uU5eABnf { width:9.4375rem;height:5.249025rem;top:17.4375rem;left:9.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATbtOwfTZEu91iWPZbfVH2dqfQTud0mc { display:flex;width:1.9995125rem;height:1.9995125rem;top:8.87451171875rem;left:6.93701171875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #MnAXpeyF56VwhSFVgdxxOv94a0OoMiC3 { display:flex;width:1.9995125rem;height:1.9995125rem;top:13.312377929688rem;left:6.874755859375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #CgCeX4E6NgVP4KuNiFJTkJA66XfncH2J { display:flex;width:2rem;height:2rem;top:17.437133789062rem;left:6.874755859375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #XT1sEUuFAywhtu4OqJX0LnMHq1opn1U3 { display:flex;width:1.9995125rem;height:1.9995125rem;top:69.9375rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #H7OeTJToKmBfPPFzxZy96txvpGHDtqgF { display:flex;width:1.9995125rem;height:1.9995125rem;top:74.8125rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #dt5pER1kLKlB89Zkt5r8dSaNRaNIQeSq { display:flex;width:1.9995125rem;height:1.9995125rem;top:80.062255859375rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #TIZb9Q0Qc9xu4sZvkZSuC2snV4vg4KrS { width:5.75rem;height:2.88574375rem;top:8.76953125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIdTyCyf0QTmW10VNq07bNgoXUfDuq5x { width:6.1875rem;height:2.6239rem;top:13.312377929688rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqy51vdyBMzagbqMIA1JhxzMMeriLeue { width:4.8120125rem;height:1.04980625rem;top:18.099609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXk2iyDVM6oB7qXxG9eUGz5TPHs7W9Uy { width:13.75rem;height:59.0625rem;top:64.8125rem;left:6.1875rem;z-index:15001;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Mov9bwC7CqLsRpTSE0BAOUWfyekZOqCt { width:6.31225rem;height:0.9619125rem;top:24.207763671875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV5o1csSyKDroay6lDbDNUpkRHsBxcwd { width:9.75rem;height:2.0996125rem;top:23.638916015625rem;left:9.4757080078125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVrBENl7TexZze8OtP6QIZpTaNLEX0x { display:flex;width:2rem;height:2rem;top:23.68896484375rem;left:6.93701171875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #I0ax49ONJgulXFLMrxHPyTDAITkozLdX { display:flex;width:2rem;height:2rem;top:86.937255859375rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #l9mvpkasECkycewuP7Ki71PLgWrMNShH { width:9.75rem;height:3.1494125rem;top:86.937255859375rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWt0C2UopJipUDvHDBP3o4WNpNXAmvOk { width:6.31225rem;height:0.9619125rem;top:28.19091796875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRPrUuGOsrTFd4v4kNMDvMyabh5gH4M3 { width:9.75rem;height:3.1494125rem;top:27.672119140625rem;left:9.4383544921875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSR2id1Fcg3PGXcGNEpTtTxthUyQ4G80 { display:flex;width:2rem;height:2rem;top:27.672119140625rem;left:6.9366455078125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #DkgLHtcZMINXkqcwIbo1cEfTtwJyxdND { display:flex;width:2rem;height:2rem;top:92.236938476562rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #EXozSFRdmhPpe9T7fwk0xKoJBvLvcH7T { width:9.75rem;height:2.0996125rem;top:92.186889648438rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2nUkKFUIpPv3ncdDAMTbwTpXhSKfSgG { width:5.8125rem;height:1.923825rem;top:33.170776367188rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TXJkPX4fMiSE2Kpu0BdmLPNOTsziiW { display:flex;width:2rem;height:2rem;top:32.958984375rem;left:6.9366455078125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #qZf0KBlBOeGzyCAzbTCDvrtGzbFOZdhG { width:9.74975rem;height:2.0996125rem;top:33.082275390625rem;left:9.5611572265625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH7sgQxOMPJD2H8vdyePrwadCELMWMMS { display:flex;width:2rem;height:2rem;top:96.299438476562rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #INmWmcFr0TinqV9urVlUsiguJoWowfq5 { width:9.75rem;height:2.0996125rem;top:96.249389648438rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhgkudlCgU7r9PcdnssfKR2Izuo0BOmi { width:5.56213125rem;height:1.923825rem;top:36.845703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFmTUQ2K7wJ5DULzm8emr8sDOEUpJ7KU { display:flex;width:2rem;height:2rem;top:36.807983398438rem;left:6.9366455078125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #fffTLpTfUDMwcl3qylT3LAx7v7uvE7xS { width:9.75rem;height:3.1494125rem;top:36.807983398438rem;left:9.5611572265625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG0M62RLwKru4hwW9ZTfATGBWI85Zaxp { display:flex;width:2rem;height:2rem;top:105.36193847656rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #i20yXcO2J4RxkeCo5RPk2r5tkRc9T8sh { width:9.75rem;height:3.1494125rem;top:100.24963378906rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8h0Q8KBxl2dWt37nMS9vmUcevm1B0o { width:6.0620125rem;height:1.923825rem;top:41.569213867188rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etdDx7WAaZHapGlWIOPs8vrouyW8omOg { display:flex;width:2rem;height:2rem;top:41.531372070312rem;left:6.9366455078125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #OOXxJu7qR7IoqgDSLTc2rTeKvqNga9Iu { width:9.75rem;height:2.0996125rem;top:41.481323242188rem;left:9.5611572265625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSWLZgkqKmDMltox6kdXlQnelXeaASn1 { width:9.75rem;height:2.0996125rem;top:105.31188964844rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J35Tl0ndzZQZQTDTb9ImdPxgk55fv4AD { display:flex;width:2rem;height:2rem;top:100.24963378906rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #CdW5TF9aaNGIASXIMcWiqnDo0wK9tdgw { width:6.0620125rem;height:0.9619125rem;top:46.087646484375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikERSpatgVByI5eLG0E1KnU3vQq8aPxw { display:flex;width:2rem;height:2rem;top:45.56884765625rem;left:6.9366455078125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #TyfClVqfmoRWwbvFco6vU7GvXfFyCU6A { width:9.75rem;height:3.1494125rem;top:45.56884765625rem;left:9.4976806640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL5WGLTUFCFB9RrazvT8nFAs8UNKOs8v { display:flex;width:2rem;height:2rem;top:109.08630371094rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #O46WAg4UlgN52dwXzK9ZyyCeNrWQSWbg { width:9.75rem;height:1.04980625rem;top:109.5615234375rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgp7KFwBtAdFkoeh1vWU6RbliMTlaiUh { width:5.5625rem;height:0.9619125rem;top:50.804443359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaGITexXt2kEDGTfwilTfgSwomTDqsT { display:flex;width:2rem;height:2rem;top:50.285034179688rem;left:6.9366455078125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #yi82E0teFZTmpo1SozIZo4F7ZkcVk4hA { width:9.75rem;height:2.0996125rem;top:50.304443359375rem;left:9.4757080078125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyyPmd6twtzXtUoVB4U20T0CtQMdLP5F { display:flex;width:2rem;height:2rem;top:112.36694335938rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #TvuDLcoTbKlT6I3elylCH0AM6tOn5wfL { width:9.75rem;height:1.04980625rem;top:112.841796875rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0s4PELntgCbJVT4bHq0zbb0HLtl0Gt { width:5.3125rem;height:2.88574375rem;top:54.534301757812rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtqfhodDdHXiT5w09hRsriQPUF7a4cgE { display:flex;width:2rem;height:2rem;top:54.977416992188rem;left:6.9366455078125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #iIu9Fw7cTuoZR5NwbHhlaU2WUmFWkeWQ { width:9.75rem;height:2.0996125rem;top:54.927368164062rem;left:9.4757080078125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xffIT5UP5xinr8TArZHiRJTc3HahhnoZ { display:flex;width:2rem;height:2rem;top:116.22802734375rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #W0yZQEk2dCq5k8kJgfh1UB0bvWOGrbTR { width:9.75rem;height:2.0996125rem;top:116.17797851562rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TzsxyqOW4Jmibb3QuKqyzetZh0ngx2 { width:5.812375rem;height:0.9619125rem;top:59.32861328125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAFvSTvEg5CNpEpsRqEafTNxsmQcWoof { display:flex;width:2rem;height:2rem;top:58.809204101562rem;left:6.9366455078125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #s5QA6JkIaMWqVgqfg2PJ4W9ius7OZnPa { width:9.75rem;height:2.0996125rem;top:59.32861328125rem;left:9.4757080078125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3HNt8Lf6QRVGnMo8UcAbfxSI2eb3kW { display:flex;width:2rem;height:2rem;top:119.97802734375rem;left:6.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #sa5MrybXZ4BRRPRNBXcifktACZAhE1f9 { width:9.75rem;height:1.04980625rem;top:120.45288085938rem;left:9.664306640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl2T0aGxTILabAb5cITJ8SyiJ2Fi4wt0 { width:5.75rem;height:2.88574375rem;top:69.9375rem;left:0rem;font-size:0.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ETgWIPvPRc86dnybA3HTPw1e8iMOIkwe { width:6.18713125rem;height:2.6239rem;top:74.81201171875rem;left:0rem;font-size:0.625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #SDgRLvgXJ2Syd0Qsw5edaUbOoNhKTFa6 { width:4.8120125rem;height:1.04980625rem;top:80.537109375rem;left:0rem;font-size:0.75rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZXTgckOZT1fbXOwVIO6bGHcQlJQTbcX8 { width:6.311625rem;height:0.9619125rem;top:87.4560546875rem;left:0rem;font-size:0.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #QiqwDf8SIAtHUAQXk2OREBd7cXcEDSrT { width:6.311625rem;height:0.9619125rem;top:92.755737304688rem;left:0rem;font-size:0.6875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #JexFKZ76xm3NatNHJBh9w9zZrkF6n9GA { width:5.812375rem;height:1.923825rem;top:96.337280273438rem;left:0rem;font-size:0.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Vnff0MzyKkrnvz2E3TAgiozHCLEM1ZTi { width:5.561525rem;height:1.923825rem;top:100.24963378906rem;left:0rem;font-size:0.6875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Z3A2GOwwpISius08gP1J8aEk5kD5FNoB { width:6.0620125rem;height:1.923825rem;top:105.39978027344rem;left:0rem;font-size:0.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxbhsfv08iP5iGLZifM4g2dROmHoDEu { width:6.0620125rem;height:0.9619125rem;top:109.60510253906rem;left:0rem;font-size:0.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #NBw0xwZLy7Ws89mo37UbTez5XfD85Smq { width:5.56213125rem;height:0.9619125rem;top:112.8857421875rem;left:0rem;font-size:0.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #KSp3LhpnCx42MT86TNdzWpKguIQqLq7g { width:5.3125rem;height:2.88574375rem;top:115.78491210938rem;left:0rem;font-size:0.6875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #yf7okwDsmkG0PulLnmytQ3g8KI1vb6wT { width:5.81176875rem;height:0.9619125rem;top:120.49682617188rem;left:0rem;font-size:0.6875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 { display:block; }#TO21gCfqvxEF6LHFBrEgJifKQoCSo0q3 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhsg4y4LTNF1pFwHNCdOQdTTRlEvuW0Z { width:20rem;height:6.906125rem;top:0.8746337890625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 { display:block; }#XeutA0QVC06HhFW8NZvf4fAdkN8wGNp1 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMEa51PoAwPsIUJ89E9Jm4dHM8qOxpac { width:16.062rem;height:5.19775625rem;top:9.696044921875rem;left:1.9683837890625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G87dR0OzB72cfxAodplliezNTpdQmqr4 { width:16.687rem;height:3.4375rem;top:4.6075439453125rem;left:1.6558837890625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CxhcOReSdkkfqba2ifaZoxpwWCHqEa6T { width:15.625rem;height:2.8125rem;top:17.194213867188rem;left:1.6558837890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgKdzWSfsTKOi9vGC6VpPuOcqHm2ARri { width:19.875rem;height:20.125rem;top:2.5067138671875rem;left:0rem;z-index:14998;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C1OvEUw4m6do2kIw9gNoXBRq1n0vFCoy { display:none; }#C1OvEUw4m6do2kIw9gNoXBRq1n0vFCoy > .row .container { width:20rem;height:91.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xe87iKcakdnJTa6Rv6HRSxaurKgbbUqt { width:19.875rem;height:18.5rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzaTpugg9gXbAQPCQNTJPuMxLTinCl16 { width:17.5rem;height:9.9511875rem;top:23.4375rem;left:1.25rem;font-size:0.875rem;display:block; }#QzaTpugg9gXbAQPCQNTJPuMxLTinCl16 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
 }@media only screen and (max-width: 763px) { #dLOCmXH6FARQ14c17fT0m4qfTFHp62Se { width:17.5rem;height:1.54358125rem;top:18.75rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzh9K3xT9ENnGNpBcxNcAs1Xt2ZDHTHM { width:17.5rem;height:0.0625rem;top:21.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0WX9LiWWLOOFFCNqacyUWOJB17X5n1o { width:20rem;height:3.29980625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IZPtFmLIHrWKOg9dGrAiU9tfJnJlBnAT { width:19.875rem;height:13.5rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WenrkvwtpTKOUFGOzQeeGwb0r2iMtF7p { width:17.5rem;height:1.54358125rem;top:38.75rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2seb6KTMCby1I61oZailayb2i8y49L6 { width:17.5rem;height:0.0625rem;top:41.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBMf0AlU2SWnVWk773Iwr5sJVSFnHkfM { width:19.875rem;height:18.375rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc9BGe9skTGXNFm9JWTJc1g9GlTT0IBz { width:17.5rem;height:9.849875rem;top:57.90234375rem;left:1.25rem;font-size:0.875rem;display:block; }#yc9BGe9skTGXNFm9JWTJc1g9GlTT0IBz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
 }@media only screen and (max-width: 763px) { #qxALgAKA8fGLzLceN0lgksoW7yTMaHT2 { width:17.5rem;height:1.54358125rem;top:53.4375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZFLVbH3sMHAadu9HeMh6eUzfJdJDllk { width:17.5rem;height:0.0625rem;top:56.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLvGqXDG4WA7zvkSoiAsNuHaLC3lIE9N { width:17.5rem;height:0.0625rem;top:76.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlbfRb8drdW8pcQSPps38Swl4cVSpLP { width:16rem;height:4.924925rem;top:43.11083984375rem;left:1.25rem;font-size:0.875rem;display:block; }#tDlbfRb8drdW8pcQSPps38Swl4cVSpLP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
 }@media only screen and (max-width: 763px) { #wCPXd23DocmslNQ5aJVTP6kTAQoaFnTk { width:19.875rem;height:16.875rem;top:71.82177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avii5dcID6Uz1Xk6QKvUq4xQdBHq8aaL { width:16.1875rem;height:8.624875rem;top:77.71044921875rem;left:1.25rem;font-size:0.875rem;display:block; }#Avii5dcID6Uz1Xk6QKvUq4xQdBHq8aaL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d3b227b81043c8caf8b88cb2fd9aa72ffda4c62.svg); }
 }@media only screen and (max-width: 763px) { #iqPcyBRVHKdmuwr272EnweJrhcbbE8D4 { width:15rem;height:1.54358125rem;top:73.38427734375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeJUV473Tk2VAWgQWCRQUEU754fK9vqs { width:20rem;height:9.0960625rem;top:5.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JDJByxSlGhXfRGWxUU3uFaO1gwD0vzkw { display:none; }#JDJByxSlGhXfRGWxUU3uFaO1gwD0vzkw > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uVMzTtA9W0PFGd9uUCw8BTwNQSG09ST8 { width:20rem;height:3.4375rem;top:2.1240234375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #to1MDFlvce4nsMZTiMbsiE3RmSzJZPUt { width:20rem;height:5.19775625rem;top:7.218017578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iCrmSBSq5l3SLO2d01b9H1Rmia3oAqFp { width:20rem;height:10.0335625rem;top:13.853149414062rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#iCrmSBSq5l3SLO2d01b9H1Rmia3oAqFp li:before{  }
 }@media only screen and (max-width: 763px) { #MgNehyE9culfdI5xshVtQM7NksclP5b1 { width:15.68725rem;height:4.385375rem;top:25.948486328125rem;left:2.1551513671875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkDyrGiaMtBfSntmsHhHFZCnQk7euKmg { width:15.625rem;height:2.8125rem;top:32.509765625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaeNb5kRU45El9q9X2yeBxEx9ukebC61 { display:none; }#RaeNb5kRU45El9q9X2yeBxEx9ukebC61 > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PoJ78O3qFuKtFiZK4S9eTAT5KzCFJTGT { width:20rem;height:6.4971875rem;top:7.061767578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CLoRRK3cBWI7GDJHTxk7ckl4cbc36Thw { width:20rem;height:3.4375rem;top:2.1240234375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IUcm7eUuQ7HnuGBPpOTbUyfBRO46cIMh { width:15.625rem;height:2.8125rem;top:34.312133789062rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8OfHkoPZ2D7HaxsK9Me3TNG1dWwCZlr { width:20rem;height:11.333rem;top:14.883422851562rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#t8OfHkoPZ2D7HaxsK9Me3TNG1dWwCZlr li:before{  }
 }@media only screen and (max-width: 763px) { #eoTL33wF9I93GaK9WPzgv42WbZZOzNRo { width:16.437375rem;height:4.385375rem;top:27.875rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #000000;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr > .row .container { border-width: 0; border-radius: 0; }#dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvWAp4Cuv4GkqVbTMxXeADPyZcOPTGbr > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fQEbb6ZqT11K21ZCnmKD1x9GQZUpsNpe { width:20rem;height:5.19775625rem;top:9.0618896484375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LznJt0u8EebEhF4GkTw9uotJRF3hiyGJ { width:20rem;height:5.15625rem;top:2.1240234375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fgAtavgRhueOH1R65iL1Mf8O1wm6r4Sn { width:15.625rem;height:2.8125rem;top:35.945434570312rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNihgIp09BTmBLDd4msqnbIe4TU7g8p { width:20rem;height:11.333rem;top:15.445556640625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#FVNihgIp09BTmBLDd4msqnbIe4TU7g8p li:before{  }
 }@media only screen and (max-width: 763px) { #zfCDrh44kbebzJUywVAT7nJyU7VM8PhV { width:18.374625rem;height:4.385375rem;top:29.214477539062rem;left:0.8111572265625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTfnOzsaemrPZmJsgtFVxi9hexMMxnsi { display:none; }#PTfnOzsaemrPZmJsgtFVxi9hexMMxnsi > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O2GO1RB5bO588eGtFDRGi58UVREmRyIP { width:20rem;height:15.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq0VfLGsvkZKx7UoGlzh5Aatv8UipgpN { width:13rem;height:3.0249rem;top:7.5810546875rem;left:3.5rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wyrT9VlvzFhFCRp4R9Ma1rSPS0MONADh { width:16.6875rem;height:3.6547875rem;top:11.25rem;left:1.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J78UZvw2ebQqWrkwdMs6lLwyS3sH9HiA { width:4rem;height:4rem;top:3.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5vMaSfVEtRTwUwO33xTrHH4LJMnc5Bn { width:20rem;height:13.9375rem;top:18.3291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syDavWrhiSdi5vF7GAwwldpTes9iXL77 { width:20rem;height:16.6875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq4dAulzFSEROOaSsbfUAKRu3XAO1VvU { width:3.75rem;height:3.75rem;top:20rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8kDFJvTAplfhHJgmV7h5rdE4NA73MaB { width:16.75rem;height:1.7871125rem;top:24.40380859375rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUfiIBTOSddO7ZN2QKD4NTXJv0NN2Kzd { width:16.0625rem;height:3.6547875rem;top:26.8291015625rem;left:1.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt2NsTPXfx4bLTOhUuWHpa9y16NaMcnZ { width:16.125rem;height:4.87305rem;top:44.11181640625rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yphK97gONygNmdykDvizW2KkcOkLrSuw { width:16.6875rem;height:3.29980625rem;top:40.275390625rem;left:1.65625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K5ECZ9lGl4qc6ppf9Zo1azcgwTN1fHsW { width:3.75rem;height:3.75rem;top:35.5166015625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeoQWQF68zvsQ0bui3MBe6A0deK3Zzn5 { display:none; }#GeoQWQF68zvsQ0bui3MBe6A0deK3Zzn5 > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NAc9HFR9w789skM5KhWiPFITTaz6oOgE { width:20rem;height:15.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHnad8O3HaFume5p1zkbBMQTZ0JFuoU { width:13rem;height:3.0249rem;top:7.5810546875rem;left:3.5rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O0KanI2GkzTXCiFS7ALb0G3mx12P1rAE { width:16.6875rem;height:3.6547875rem;top:11.25rem;left:1.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkAiTdCB8SIeHi6s4fz5LtGTlSx088q5 { width:4rem;height:4rem;top:3.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJDXxOhTLbLkNECIHZSAFNew5vCNMDrg { width:20rem;height:13.9375rem;top:18.3291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTEC7aObNbVArKDKvQtnoHldVwA4P4Tp { width:20rem;height:16.6875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSXQ6MGWSSe7kwRgfHNVyCTMykkhCtLL { width:3.75rem;height:3.75rem;top:20rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8E9rB8pbH7n35nkrR8sdlexmO3Mpgly { width:16.75rem;height:1.7871125rem;top:24.40380859375rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcHdDsuG6PZCCOCgG5CSlgwsn03xwPLe { width:16.0625rem;height:3.6547875rem;top:26.8291015625rem;left:1.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzV0x72cDLGQTBF7XgeaXsnGf0MS2rVs { width:16.125rem;height:4.87305rem;top:44.11181640625rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUkWimdx1yiowPRmxF5NmkPNwUNeOOZ1 { width:16.6875rem;height:3.29980625rem;top:40.275390625rem;left:1.65625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TnXzmxT9yJ33MntZakSUuxGgln6zJNgZ { width:3.75rem;height:3.75rem;top:35.5166015625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5lGS8u3oI0GJogJEBktXZ30DE1Amf1 { display:none; }#Uk5lGS8u3oI0GJogJEBktXZ30DE1Amf1 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QIPDhvJzqpnx2M4pORwt3JL0EWJkcLUM { width:17.5rem;height:3.125rem;top:1rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFQh6r2CBBWRIV88LOdteWG7ULAMyIJ2 { display:none; }#LFQh6r2CBBWRIV88LOdteWG7ULAMyIJ2 > .row .container { width:20rem;height:64.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uIvAfoCTtztBMqvt8tyTW0Iq3VPBWofm { width:20rem;height:18.625rem;top:43.828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVMfwt26nMOHFx00MdD54ZMKNdS4UtLn { width:20rem;height:5.361325rem;top:1.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uF7t7pihzk4hHKf3pnw364JVpB7JWbxt { width:20rem;height:29.3902875rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfrHNQHFcJ6a1WRXpuxeSVJTl8XdK2eb { width:17.5rem;height:3.125rem;top:38.30322265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI { display:block; }#q6xZLT3Hwy8rQZVt1WvcuJUbb34gXucI > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM65cmfSqV92cOidpSeTzvTfo6is6uZw { width:6.875rem;height:6.0620125rem;top:1.25rem;left:6.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QszRf34JJTNsUq27Ik3qX1oSEwCJuPTZ { width:20rem;height:1.2182625rem;top:26.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByUpXKtVSvEpND3VLGlbJeivJ80l9Ji5 { width:20rem;height:0.97473125rem;top:29.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0u5RJdent67KJfmOQymwG30LXhdtki7 { display:flex;width:1.625rem;height:1.625rem;top:8.625rem;left:2.5625rem;font-size:1.125rem; }
#D0u5RJdent67KJfmOQymwG30LXhdtki7 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XmSoql9DizDkqsd3BfAqeJzc6AgIwbcW { width:12.125rem;height:1.46179375rem;top:8.6875rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVZ6xJXE673IlPJtBZF6Tv7uLFThxQJE { display:flex;width:1.625rem;height:1.625rem;top:11.625rem;left:2.5625rem;font-size:1.125rem; }
#FVZ6xJXE673IlPJtBZF6Tv7uLFThxQJE > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #FlR93eweWvDtNsCReJROfk6XSsfTR7tO { width:12.125rem;height:1.54358125rem;top:11.6875rem;left:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMEwssuyv6JWduENTXCVckIotACzncrV { width:20rem;height:8.5278125rem;top:15.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }