.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image: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); }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row .container { background-color: transparent; background-image: none; }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row .container > .video-iframe-container { display: none; }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row > .video-iframe-container { display: none; }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .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); }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row .container { border-width: 0; border-radius: 0; }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#awM55kX1WXIqIOLPVEcKLzFavymvRXHA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.875rem;top:0.625rem;left:0.5615234375rem;overflow:hidden;display:block; }
#tfw2gPdVbPKmipq2xAzlgoAFtaF0TB2L { color:#000000;display:block;width:2.99926875rem;position:absolute;font-family:"ample soft";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.455078125rem;left:58.427734375rem;height:1.4624rem;display:block; }
#SMrbT3deAZrPUz0opxiaUomLoBLt1iZa { background-color:#00ac7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ample soft";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.124025rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.124267578125rem;left:64.127197265625rem;display:block; }
#Nmh55BEwskvgPnmhBKxwELTIxwEJZdn1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rptFMsCvlXMN51xBJIn8GS3NVtPWTupT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ample soft";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.74925rem;height:1.62475625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.37451171875rem;left:19.4287109375rem;display:block; }
#y0uS4bw5NIFTC26g8XBf9fnPfIfgmiTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSI1dcFOy4sW7EmLOyNBf6q4yOaXIdNW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ample soft";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7480625rem;height:1.62475625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.37451171875rem;left:26.1767578125rem;display:block; }
#sUcuOzuN7dRCaCeZJ1AMvsDUAQTQ9Dzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VC1yelstEt2wvU9VvXSDSewnGogOvQkq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ample soft";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7480625rem;height:1.62475625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.37451171875rem;left:32.9248046875rem;display:block; }
#pnW3a8piHDAItD5ClzMARy1LtUiTy3NB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLf8F8pToz6VS6RDzuWGn1qTTreTdJQA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ample soft";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7480625rem;height:1.62475625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.37451171875rem;left:39.0478515625rem;display:block; }
#HxVVCTQAgIKSpzaOU066TTahFXDrxVBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyreTud4Dru1Xfe7sTw3oA4rD1p8WLhb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ample soft";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7480625rem;height:1.62475625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.37451171875rem;left:45.7958984375rem;display:block; }
#ISbQ4yOvq4q84RVVlCuQPIFOQQeKaAsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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 { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ItOPql3htVuEk5bgonoNu0yVe2gTqJSI { color:#000000;display:block;width:23.2483125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.373779296875rem;left:25.875244140625rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ItpUmUpo68XFwRldSfKpTQi2DFFLPNSx { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.125rem;left:46.9375rem;height:0;display:none; }
#eL7DqWW1kGs2nGenA06OACQgc2qFp9Ok { box-sizing:content-box;height:3.4375rem;width:22.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:13.3125rem;left:44.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#NCWoycaVt4NHEXsI9qqLtuwpDti1cqhF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:left;text-align-last:left;top:17.3125rem;left:47.3125rem;display:none; }
#P27H3976XzPPOGcssIdaTbxfqGUbO6az { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrQuM7Tus4iUuhuxtIEpPHTUahtA85vd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:19.8125rem;left:47.3125rem;display:none; }
#WiurLBmFLaIrNbw0dXyu5HWd1l9trfa6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9J8RHxF0s9xbxlf3EctOPlOh9QTubey { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4978125rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:22.3125rem;left:47.25rem;display:none; }
#bLyPkpNR8S0Ihc9yWv6egT59G3yU4Sw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJpHWqfnSGKNncwAMs6LyFTJZWoGGaiN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.75rem;left:45rem;display:none; }
#q4sOTXo5ChgumP2RgJRerXcmvGb4Hp0L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:20.25rem;left:45rem;display:none; }
#xPyqeKRpCn8KIEQS4MPtZbFlU4o9tcpA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.75rem;left:45.125rem;display:none; }
#HfUBlI4GDxIUTLQACfP4bnNpxVfkGeuW { box-sizing:content-box;height:3.4375rem;width:22.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:13.8125rem;left:6.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NDh3zi2sSLUrRJqXqAzlctFTXEcCpX2x { color:#000000;display:block;width:17.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.638671875rem;left:8.4375rem;height:1.78746875rem;display:block; }
#vklUCRTxhZXH2kM2U1pQ6hese0R4QwVn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:17.8125rem;left:8.5625rem;display:block; }
#Um294BJWq6T6oRSDLxbl6CBmPyfsqbPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUwZGvuaoMSH7b8AW1qeTsKIo5W17xc5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.25rem;left:6.25rem; }
#b1qkBFeMPhdVuzNsmE6TFsIrIx5z5ypo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:20.3125rem;left:8.5625rem;display:block; }
#TuaL360Q1ETElUW3aXuQTit5hqPTHgEg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLI89Q7T32wpXPtATFKOgnKwB6BaNzyB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.75rem;left:6.25rem; }
#K4OEbEi5WLAAhsIK2hKaToDkBrWibrVt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4978125rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:22.8125rem;left:8.5625rem;display:block; }
#OWRzIbuwtE8VlpUZXwJswLmdDI3hOyyF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPTC34LM1xTSwokk34VbKF02OQoaouZx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23.25rem;left:6.375rem; }
#quDcWTk6DT0GI8p4CqiW73N7I6KkudTS { box-sizing:content-box;height:3.4375rem;width:22.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:29.5rem;left:5.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gLCHQyVB0GDFvHX4hzC5wNMME1USrkEb { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.375rem;left:7.625rem;height:1.78746875rem;display:block; }
#GwFN1bJssSQVoZSibQ1zQURHrCmLbluZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:33.5625rem;left:7.875rem;display:block; }
#FVPTHONm0VTabKa4DigrdNNc72Q93TBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E524FpSLqP1fpHgGlNn5NtvlswV9iCm5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:33.875rem;left:5.625rem; }
#fZIOzkMM27m1k60dZAnIEkNdMBiwqsTW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:36.0625rem;left:7.875rem;display:block; }
#B2QuQ6nPaQHyAJP6dr0AHKPCKwyKyFy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQf2fWw92hgpJJisQAnigNWOz61Br1Q3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:36.375rem;left:5.625rem; }
#KHQ8By3yCbwSh0THN9IBXP6sMZINcaJR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4978125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:38.5625rem;left:7.875rem;display:block; }
#M8VJMMUQTc0XQAagNJCZKKTnuogtH2Jg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KgOvEetfyfdtfx3PBtVNDkrbTNNk7mAl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:38.875rem;left:5.6875rem; }
#LVH4cIUppdU89iSSuJQ4pHhRD9VRUZLT { box-sizing:content-box;height:3.4375rem;width:22.375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:29.5rem;left:44.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#t5qCxO5Gm9EK6ZTfm0OxSMlLlqV0uuTh { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:30.375rem;left:46.9375rem;height:1.78746875rem;display:block; }
#JoyAXxt9AuGu8325OknLylnT7AxB6huE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:33.5625rem;left:47.25rem;display:block; }
#O1thor70DRdlPrMeADeZ5rHeAd5KIqil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AM0tWarQnSHvoigO0vIv3dkCvT1sKQ9g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.9375rem;left:44.9375rem; }
#o5bC2bOx7raXvKh0kgeWTCxgLGcRpI7O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:36.0625rem;left:47.25rem;display:block; }
#n9e8NWgW45zKZPsrHnU7r5d8TNuvxxk1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFmOaIgeu3b63d7X25Nmz1hxT2mVBFzD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.4375rem;left:44.9375rem; }
#FuCZ14w0q8Hql9q9JEWMaxpFNgKtAxRX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4978125rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:38.5625rem;left:47.25rem;display:block; }
#JUOWul2xzfTUCMcR1wgSI5H8KDMCgq5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GsqGHqhNAlTddSri408ECUqopnNtL0Ea { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.9375rem;left:45.0625rem; }
#gXQlWmFFCX5T29BNfSLmVp461KCDQ57n { box-sizing:content-box;height:3.4375rem;width:22.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:13.8125rem;left:44.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#J187ERzAVIZf8HxaTPN1nLNa2R7SyOiP { color:#000000;display:block;width:17.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.625rem;left:47.125rem;height:1.78746875rem;display:block; }
#oXHF6beaB2IpHvo3BRxGowqUwetf15CK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:17.8125rem;left:47.25rem;display:block; }
#Hx6ygFkWbS5t9EdL0incvCytoh0A5q85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKm7Wp1wIFrPiHW32XNUS5IRPKyJuAw1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.25rem;left:44.9375rem; }
#JCIg8NgnWaV2leLwq59s0hZuReBrtOTF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:20.3125rem;left:47.25rem;display:block; }
#TiGtco44S7PzTExrq6XSvNHdMvHKJF3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQ3TDUfU6t3MoKWtQAfo7UAdFv9TP86u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.75rem;left:44.9375rem; }
#FxGl8UtP5MHQG3AJNBoXDaSvAOSWu5V3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4978125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:22.8125rem;left:47.25rem;display:block; }
#d6fU5KIfzC1ll90K8eFiffhku0y5s7wT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pthGkUlLcucT4Q8m6SXEGrWW0PSF0QuV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.25rem;left:45.0625rem; }
#QzO6KlGuvbPreVab0ktZwdcUma5UULUw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9efeb;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; }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row .container { background-color: transparent; background-image: none; }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row .container > .video-iframe-container { display: none; }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row > .video-iframe-container { display: none; }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .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); }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row .container { border-width: 0; border-radius: 0; }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#kQLLgdOeZUPrATEGRPpSvBFh2zAOG0rZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:3.812255859375rem;height:1.0559875rem;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; }
#wf20La2FqL4xnJKOOq9xg7CJdgooVi5w { color:#737373;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:4.1158847808838rem;left:3.8118488788605rem;height:9.74535rem;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; }
#aeCLNkpZeb7kuoO5GwlTKuQQy4UaCCKW { color:#737373;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:4.125rem;left:16.3125rem;height:8.52718125rem;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; }
#W96fskvodzwAr9zvrQDWORlxaARUzJFF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.0625rem;left:16.3125rem;height:1.0559875rem;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; }
#mUPb6pTg05q8FxX0ik7lO086cTb3CQku { color:#737373;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:4.1158847808838rem;left:29.373698472977rem;height:3.65450625rem;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; }
#i9dQwdkgdQlQ39emAdPvTtMr6dWad7nn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:29.373698472977rem;height:1.0559875rem;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; }
#JTMMJVWP1KQT23Rdady6xolQInGxXX46 { color:#737373;display:block;width:20.874rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:16.62353515625rem;left:5.2490234375rem;height:1.21875rem;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; }
#JSI5LuXuRTlc40cJIg3pfMCw3o0QRcP4 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.436525rem;width:4.4995125rem;top:3.0615234375rem;left:41.87255859375rem;overflow:hidden;display:block; }
#hstTypCyZXAyS69hMZcJuWZSh62F1E1Q { color:#737373;display:block;width:20.2486875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:2.6236972808838rem;left:47.810548067093rem;height:9.745375rem;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; }
#tVQE7y2w1gDENWz1mIXOx4adNbtXbt1P { box-sizing:content-box;color:#000000;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.0625rem;left:47.8125rem;display:block; }
#MHuel9MEAvh44kvukHNF2Enk31yuR9C6 { box-sizing:content-box;color:#000000;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:12.0625rem;left:50.25rem;display:block; }
#w1LekZQ2SzvLiPaJe3Jf5atHBk1fG5dF { box-sizing:content-box;color:#000000;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:12.0625rem;left:52.6875rem;display:block; }
#GhnISaOINTxWAf7x5tNDqse4QmkaTz3X { box-sizing:content-box;color:#000000;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:12.0625rem;left:55.125rem;display:block; }
#DVlycvTZSJ4zZ7NXU9yu7FfRbrUIcAS2 { box-sizing:content-box;color:#000000;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:12.0625rem;left:57.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt { display:block; }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awM55kX1WXIqIOLPVEcKLzFavymvRXHA { top:0.625rem;left:0rem;width:5.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfw2gPdVbPKmipq2xAzlgoAFtaF0TB2L { top:1.4375rem;left:44.802734375rem;width:2.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrbT3deAZrPUz0opxiaUomLoBLt1iZa { width:6.875rem;height:2.0625rem;top:1.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmh55BEwskvgPnmhBKxwELTIxwEJZdn1 { display:block; }
 }@media only screen and (max-width: 763px) { #rptFMsCvlXMN51xBJIn8GS3NVtPWTupT { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:5.8037109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0uS4bw5NIFTC26g8XBf9fnPfIfgmiTB { display:block; }
 }@media only screen and (max-width: 763px) { #bSI1dcFOy4sW7EmLOyNBf6q4yOaXIdNW { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:12.5517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUcuOzuN7dRCaCeZJ1AMvsDUAQTQ9Dzi { display:block; }
 }@media only screen and (max-width: 763px) { #VC1yelstEt2wvU9VvXSDSewnGogOvQkq { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:19.2998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnW3a8piHDAItD5ClzMARy1LtUiTy3NB { display:block; }
 }@media only screen and (max-width: 763px) { #MLf8F8pToz6VS6RDzuWGn1qTTreTdJQA { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:25.4228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxVVCTQAgIKSpzaOU066TTahFXDrxVBC { display:block; }
 }@media only screen and (max-width: 763px) { #gyreTud4Dru1Xfe7sTw3oA4rD1p8WLhb { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:32.1708984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISbQ4yOvq4q84RVVlCuQPIFOQQeKaAsh { 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) { #ItOPql3htVuEk5bgonoNu0yVe2gTqJSI { top:4.3125rem;left:12.250244140625rem;width:23.1875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItpUmUpo68XFwRldSfKpTQi2DFFLPNSx { top:14.125rem;left:29.3125rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL7DqWW1kGs2nGenA06OACQgc2qFp9Ok { top:13.3125rem;left:25.4375rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCWoycaVt4NHEXsI9qqLtuwpDti1cqhF { width:21.4375rem;height:2.5rem;top:17.3125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27H3976XzPPOGcssIdaTbxfqGUbO6az { display:block; }
 }@media only screen and (max-width: 763px) { #yrQuM7Tus4iUuhuxtIEpPHTUahtA85vd { width:21.4375rem;height:2.5rem;top:19.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiurLBmFLaIrNbw0dXyu5HWd1l9trfa6 { display:block; }
 }@media only screen and (max-width: 763px) { #R9J8RHxF0s9xbxlf3EctOPlOh9QTubey { width:21.4375rem;height:2.5rem;top:22.3125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLyPkpNR8S0Ihc9yWv6egT59G3yU4Sw6 { display:block; }
 }@media only screen and (max-width: 763px) { #DJpHWqfnSGKNncwAMs6LyFTJZWoGGaiN { top:17.75rem;left:31.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4sOTXo5ChgumP2RgJRerXcmvGb4Hp0L { top:20.25rem;left:31.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPyqeKRpCn8KIEQS4MPtZbFlU4o9tcpA { top:22.75rem;left:31.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfUBlI4GDxIUTLQACfP4bnNpxVfkGeuW { top:13.8125rem;left:0rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDh3zi2sSLUrRJqXqAzlctFTXEcCpX2x { top:14.625rem;left:0rem;width:17.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vklUCRTxhZXH2kM2U1pQ6hese0R4QwVn { width:21.4375rem;height:2.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um294BJWq6T6oRSDLxbl6CBmPyfsqbPi { display:block; }
 }@media only screen and (max-width: 763px) { #LUwZGvuaoMSH7b8AW1qeTsKIo5W17xc5 { top:18.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1qkBFeMPhdVuzNsmE6TFsIrIx5z5ypo { width:21.4375rem;height:2.5rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuaL360Q1ETElUW3aXuQTit5hqPTHgEg { display:block; }
 }@media only screen and (max-width: 763px) { #cLI89Q7T32wpXPtATFKOgnKwB6BaNzyB { top:20.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4OEbEi5WLAAhsIK2hKaToDkBrWibrVt { width:21.4375rem;height:2.5rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWRzIbuwtE8VlpUZXwJswLmdDI3hOyyF { display:block; }
 }@media only screen and (max-width: 763px) { #QPTC34LM1xTSwokk34VbKF02OQoaouZx { top:23.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quDcWTk6DT0GI8p4CqiW73N7I6KkudTS { top:29.5rem;left:0rem;width:22.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLCHQyVB0GDFvHX4hzC5wNMME1USrkEb { top:30.375rem;left:0rem;width:17.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwFN1bJssSQVoZSibQ1zQURHrCmLbluZ { width:21.4375rem;height:2.5rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVPTHONm0VTabKa4DigrdNNc72Q93TBV { display:block; }
 }@media only screen and (max-width: 763px) { #E524FpSLqP1fpHgGlNn5NtvlswV9iCm5 { top:33.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZIOzkMM27m1k60dZAnIEkNdMBiwqsTW { width:21.4375rem;height:2.5rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2QuQ6nPaQHyAJP6dr0AHKPCKwyKyFy2 { display:block; }
 }@media only screen and (max-width: 763px) { #GQf2fWw92hgpJJisQAnigNWOz61Br1Q3 { top:36.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQ8By3yCbwSh0THN9IBXP6sMZINcaJR { width:21.4375rem;height:2.5rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VJMMUQTc0XQAagNJCZKKTnuogtH2Jg { display:block; }
 }@media only screen and (max-width: 763px) { #KgOvEetfyfdtfx3PBtVNDkrbTNNk7mAl { top:38.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVH4cIUppdU89iSSuJQ4pHhRD9VRUZLT { top:29.5rem;left:25.375rem;width:22.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qCxO5Gm9EK6ZTfm0OxSMlLlqV0uuTh { top:30.375rem;left:29.3125rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoyAXxt9AuGu8325OknLylnT7AxB6huE { width:21.4375rem;height:2.5rem;top:33.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1thor70DRdlPrMeADeZ5rHeAd5KIqil { display:block; }
 }@media only screen and (max-width: 763px) { #AM0tWarQnSHvoigO0vIv3dkCvT1sKQ9g { top:33.9375rem;left:31.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5bC2bOx7raXvKh0kgeWTCxgLGcRpI7O { width:21.4375rem;height:2.5rem;top:36.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9e8NWgW45zKZPsrHnU7r5d8TNuvxxk1 { display:block; }
 }@media only screen and (max-width: 763px) { #MFmOaIgeu3b63d7X25Nmz1hxT2mVBFzD { top:36.4375rem;left:31.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuCZ14w0q8Hql9q9JEWMaxpFNgKtAxRX { width:21.4375rem;height:2.5rem;top:38.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOWul2xzfTUCMcR1wgSI5H8KDMCgq5e { display:block; }
 }@media only screen and (max-width: 763px) { #GsqGHqhNAlTddSri408ECUqopnNtL0Ea { top:38.9375rem;left:31.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXQlWmFFCX5T29BNfSLmVp461KCDQ57n { top:13.8125rem;left:25.375rem;width:22.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J187ERzAVIZf8HxaTPN1nLNa2R7SyOiP { top:14.625rem;left:29.8125rem;width:17.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXHF6beaB2IpHvo3BRxGowqUwetf15CK { width:21.4375rem;height:2.5rem;top:17.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6ygFkWbS5t9EdL0incvCytoh0A5q85 { display:block; }
 }@media only screen and (max-width: 763px) { #QKm7Wp1wIFrPiHW32XNUS5IRPKyJuAw1 { top:18.25rem;left:31.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCIg8NgnWaV2leLwq59s0hZuReBrtOTF { width:21.4375rem;height:2.5rem;top:20.3125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiGtco44S7PzTExrq6XSvNHdMvHKJF3s { display:block; }
 }@media only screen and (max-width: 763px) { #eQ3TDUfU6t3MoKWtQAfo7UAdFv9TP86u { top:20.75rem;left:31.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxGl8UtP5MHQG3AJNBoXDaSvAOSWu5V3 { width:21.4375rem;height:2.5rem;top:22.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6fU5KIfzC1ll90K8eFiffhku0y5s7wT { display:block; }
 }@media only screen and (max-width: 763px) { #pthGkUlLcucT4Q8m6SXEGrWW0PSF0QuV { top:23.25rem;left:31.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzO6KlGuvbPreVab0ktZwdcUma5UULUw { display:block; }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQLLgdOeZUPrATEGRPpSvBFh2zAOG0rZ { top:3rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf20La2FqL4xnJKOOq9xg7CJdgooVi5w { top:4.0625rem;left:0rem;width:12.5rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCLNkpZeb7kuoO5GwlTKuQQy4UaCCKW { top:4.125rem;left:2.6875rem;width:12.5rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W96fskvodzwAr9zvrQDWORlxaARUzJFF { top:3.0625rem;left:2.6875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUPb6pTg05q8FxX0ik7lO086cTb3CQku { top:4.0625rem;left:15.748698472977rem;width:12.5rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9dQwdkgdQlQ39emAdPvTtMr6dWad7nn { top:3rem;left:15.748698472977rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMMJVWP1KQT23Rdady6xolQInGxXX46 { top:16.5625rem;left:0rem;width:20.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSI5LuXuRTlc40cJIg3pfMCw3o0QRcP4 { top:3rem;left:28.24755859375rem;width:4.4375rem;height:2.4029446940085rem;display:block; }
 }@media only screen and (max-width: 763px) { #hstTypCyZXAyS69hMZcJuWZSh62F1E1Q { top:2.5625rem;left:27.5625rem;width:20.1875rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVQE7y2w1gDENWz1mIXOx4adNbtXbt1P { top:12.0625rem;left:34.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHuel9MEAvh44kvukHNF2Enk31yuR9C6 { top:12.0625rem;left:36.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1LekZQ2SzvLiPaJe3Jf5atHBk1fG5dF { top:12.0625rem;left:39.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhnISaOINTxWAf7x5tNDqse4QmkaTz3X { top:12.0625rem;left:41.5rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVlycvTZSJ4zZ7NXU9yu7FfRbrUIcAS2 { top:12.0625rem;left:43.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt { display:block; }#DZWFFHRPemJ4qyUuy1RdAycN6QG96TTt > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awM55kX1WXIqIOLPVEcKLzFavymvRXHA { width:5.625rem;height:3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfw2gPdVbPKmipq2xAzlgoAFtaF0TB2L { width:2.9370125rem;height:1.29980625rem;top:0.849609375rem;left:11.09130859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrbT3deAZrPUz0opxiaUomLoBLt1iZa { width:4.8120125rem;height:1.5625rem;top:0.7177734375rem;left:15.18798828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmh55BEwskvgPnmhBKxwELTIxwEJZdn1 { display:block; }
 }@media only screen and (max-width: 763px) { #rptFMsCvlXMN51xBJIn8GS3NVtPWTupT { width:6.6875rem;height:1.5625rem;top:4.87426875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0uS4bw5NIFTC26g8XBf9fnPfIfgmiTB { display:block; }
 }@media only screen and (max-width: 763px) { #bSI1dcFOy4sW7EmLOyNBf6q4yOaXIdNW { width:6.6875rem;height:1.5625rem;top:7.68676875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUcuOzuN7dRCaCeZJ1AMvsDUAQTQ9Dzi { display:block; }
 }@media only screen and (max-width: 763px) { #VC1yelstEt2wvU9VvXSDSewnGogOvQkq { width:6.6875rem;height:1.5625rem;top:10.49926875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnW3a8piHDAItD5ClzMARy1LtUiTy3NB { display:block; }
 }@media only screen and (max-width: 763px) { #MLf8F8pToz6VS6RDzuWGn1qTTreTdJQA { width:6.6875rem;height:1.5625rem;top:13.31176875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxVVCTQAgIKSpzaOU066TTahFXDrxVBC { display:block; }
 }@media only screen and (max-width: 763px) { #gyreTud4Dru1Xfe7sTw3oA4rD1p8WLhb { width:6.6875rem;height:1.5625rem;top:16.12426875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISbQ4yOvq4q84RVVlCuQPIFOQQeKaAsh { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:82.936479568481rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItOPql3htVuEk5bgonoNu0yVe2gTqJSI { width:20rem;height:4.3847625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItpUmUpo68XFwRldSfKpTQi2DFFLPNSx { width:18.4375rem;height:1.7858875rem;top:7.709959765625rem;left:1.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eL7DqWW1kGs2nGenA06OACQgc2qFp9Ok { width:20rem;height:3.4375rem;top:6.88354375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCWoycaVt4NHEXsI9qqLtuwpDti1cqhF { width:16.499rem;height:2.5rem;top:10.819091796875rem;left:2.530517578125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P27H3976XzPPOGcssIdaTbxfqGUbO6az { display:block; }
 }@media only screen and (max-width: 763px) { #yrQuM7Tus4iUuhuxtIEpPHTUahtA85vd { width:17.375rem;height:2.5rem;top:13.819580078125rem;left:2.56298828125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiurLBmFLaIrNbw0dXyu5HWd1l9trfa6 { display:block; }
 }@media only screen and (max-width: 763px) { #R9J8RHxF0s9xbxlf3EctOPlOh9QTubey { width:17.4375rem;height:2.5rem;top:16.883544921875rem;left:2.5009765625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLyPkpNR8S0Ihc9yWv6egT59G3yU4Sw6 { display:block; }
 }@media only screen and (max-width: 763px) { #DJpHWqfnSGKNncwAMs6LyFTJZWoGGaiN { display:flex;width:1.62475625rem;height:1.62475625rem;top:11.256103515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4sOTXo5ChgumP2RgJRerXcmvGb4Hp0L { display:flex;width:1.62475625rem;height:1.62475625rem;top:17.320556640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPyqeKRpCn8KIEQS4MPtZbFlU4o9tcpA { display:flex;width:1.62475625rem;height:1.62475625rem;top:30.194091796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfUBlI4GDxIUTLQACfP4bnNpxVfkGeuW { width:20rem;height:3.4375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDh3zi2sSLUrRJqXqAzlctFTXEcCpX2x { width:18.4375rem;height:1.7858875rem;top:10.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vklUCRTxhZXH2kM2U1pQ6hese0R4QwVn { width:16.499rem;height:2.5rem;top:13.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um294BJWq6T6oRSDLxbl6CBmPyfsqbPi { display:block; }
 }@media only screen and (max-width: 763px) { #LUwZGvuaoMSH7b8AW1qeTsKIo5W17xc5 { display:flex;width:1.62475625rem;height:1.62475625rem;top:16.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b1qkBFeMPhdVuzNsmE6TFsIrIx5z5ypo { width:17.68675rem;height:2.5rem;top:16.75rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuaL360Q1ETElUW3aXuQTit5hqPTHgEg { display:block; }
 }@media only screen and (max-width: 763px) { #cLI89Q7T32wpXPtATFKOgnKwB6BaNzyB { display:flex;width:1.62475625rem;height:1.62475625rem;top:13.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K4OEbEi5WLAAhsIK2hKaToDkBrWibrVt { width:16.25rem;height:2.5rem;top:19.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWRzIbuwtE8VlpUZXwJswLmdDI3hOyyF { display:block; }
 }@media only screen and (max-width: 763px) { #QPTC34LM1xTSwokk34VbKF02OQoaouZx { display:flex;width:1.62475625rem;height:1.62475625rem;top:19.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #quDcWTk6DT0GI8p4CqiW73N7I6KkudTS { width:20rem;height:3.4375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLCHQyVB0GDFvHX4hzC5wNMME1USrkEb { width:18.4375rem;height:1.7858875rem;top:27.0625rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwFN1bJssSQVoZSibQ1zQURHrCmLbluZ { width:16.499rem;height:2.5rem;top:31.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVPTHONm0VTabKa4DigrdNNc72Q93TBV { display:block; }
 }@media only screen and (max-width: 763px) { #E524FpSLqP1fpHgGlNn5NtvlswV9iCm5 { display:flex;width:1.62475625rem;height:1.62475625rem;top:31.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fZIOzkMM27m1k60dZAnIEkNdMBiwqsTW { width:17.87475rem;height:2.5rem;top:34.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2QuQ6nPaQHyAJP6dr0AHKPCKwyKyFy2 { display:block; }
 }@media only screen and (max-width: 763px) { #GQf2fWw92hgpJJisQAnigNWOz61Br1Q3 { display:flex;width:1.62475625rem;height:1.62475625rem;top:37.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHQ8By3yCbwSh0THN9IBXP6sMZINcaJR { width:14.375rem;height:2.5rem;top:37rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VJMMUQTc0XQAagNJCZKKTnuogtH2Jg { display:block; }
 }@media only screen and (max-width: 763px) { #KgOvEetfyfdtfx3PBtVNDkrbTNNk7mAl { display:flex;width:1.62475625rem;height:1.62475625rem;top:52.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVH4cIUppdU89iSSuJQ4pHhRD9VRUZLT { width:20rem;height:3.4375rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qCxO5Gm9EK6ZTfm0OxSMlLlqV0uuTh { width:18.4375rem;height:1.7858875rem;top:44rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoyAXxt9AuGu8325OknLylnT7AxB6huE { width:17.625rem;height:2.5rem;top:48.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1thor70DRdlPrMeADeZ5rHeAd5KIqil { display:block; }
 }@media only screen and (max-width: 763px) { #AM0tWarQnSHvoigO0vIv3dkCvT1sKQ9g { display:flex;width:1.62475625rem;height:1.62475625rem;top:34.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o5bC2bOx7raXvKh0kgeWTCxgLGcRpI7O { width:17.625rem;height:2.5rem;top:51.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9e8NWgW45zKZPsrHnU7r5d8TNuvxxk1 { display:block; }
 }@media only screen and (max-width: 763px) { #MFmOaIgeu3b63d7X25Nmz1hxT2mVBFzD { display:flex;width:1.62475625rem;height:1.62475625rem;top:49.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FuCZ14w0q8Hql9q9JEWMaxpFNgKtAxRX { width:17.625rem;height:2.5rem;top:54.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOWul2xzfTUCMcR1wgSI5H8KDMCgq5e { display:block; }
 }@media only screen and (max-width: 763px) { #GsqGHqhNAlTddSri408ECUqopnNtL0Ea { display:flex;width:1.62475625rem;height:1.62475625rem;top:55.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gXQlWmFFCX5T29BNfSLmVp461KCDQ57n { width:20rem;height:3.4375rem;top:58.624267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J187ERzAVIZf8HxaTPN1nLNa2R7SyOiP { width:17.9375rem;height:0;top:59.436624526978rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXHF6beaB2IpHvo3BRxGowqUwetf15CK { width:19rem;height:2.5rem;top:65.936479568481rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6ygFkWbS5t9EdL0incvCytoh0A5q85 { display:block; }
 }@media only screen and (max-width: 763px) { #QKm7Wp1wIFrPiHW32XNUS5IRPKyJuAw1 { display:flex;width:1.625rem;height:1.625rem;top:63.061479568481rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JCIg8NgnWaV2leLwq59s0hZuReBrtOTF { width:19rem;height:2.5rem;top:72.561479568481rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiGtco44S7PzTExrq6XSvNHdMvHKJF3s { display:block; }
 }@media only screen and (max-width: 763px) { #eQ3TDUfU6t3MoKWtQAfo7UAdFv9TP86u { display:flex;width:1.625rem;height:1.625rem;top:69.686479568481rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #FxGl8UtP5MHQG3AJNBoXDaSvAOSWu5V3 { width:19rem;height:2.5rem;top:79.186479568481rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6fU5KIfzC1ll90K8eFiffhku0y5s7wT { display:block; }
 }@media only screen and (max-width: 763px) { #pthGkUlLcucT4Q8m6SXEGrWW0PSF0QuV { display:flex;width:1.625rem;height:1.625rem;top:76.311479568481rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #QzO6KlGuvbPreVab0ktZwdcUma5UULUw { display:block; }#QzO6KlGuvbPreVab0ktZwdcUma5UULUw > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQLLgdOeZUPrATEGRPpSvBFh2zAOG0rZ { width:12.5rem;height:1.05590625rem;top:1.0625rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf20La2FqL4xnJKOOq9xg7CJdgooVi5w { width:14.5625rem;height:9.75585rem;top:2.125rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCLNkpZeb7kuoO5GwlTKuQQy4UaCCKW { width:12.5rem;height:8.53636875rem;top:14.25rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W96fskvodzwAr9zvrQDWORlxaARUzJFF { width:12.5rem;height:1.05590625rem;top:12.625rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUPb6pTg05q8FxX0ik7lO086cTb3CQku { width:12.5rem;height:3.65844375rem;top:26.0625rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9dQwdkgdQlQ39emAdPvTtMr6dWad7nn { width:12.5rem;height:1.05590625rem;top:24.4375rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMMJVWP1KQT23Rdady6xolQInGxXX46 { width:20rem;height:1.21948125rem;top:47.832033157349rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSI5LuXuRTlc40cJIg3pfMCw3o0QRcP4 { width:4.4995125rem;height:2.436525rem;top:31.671142578125rem;left:0.560302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hstTypCyZXAyS69hMZcJuWZSh62F1E1Q { width:13.9375rem;height:13.4143125rem;top:31.671142578125rem;left:6.000244140625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVQE7y2w1gDENWz1mIXOx4adNbtXbt1P { width:1.875rem;height:1.875rem;top:45.395834922791rem;left:0.56119793653488rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHuel9MEAvh44kvukHNF2Enk31yuR9C6 { width:1.875rem;height:1.875rem;top:45.395835876465rem;left:4.5000002980232rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1LekZQ2SzvLiPaJe3Jf5atHBk1fG5dF { width:1.875rem;height:1.875rem;top:45.395835876465rem;left:8.0143235325812rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhnISaOINTxWAf7x5tNDqse4QmkaTz3X { width:1.875rem;height:1.875rem;top:45.395835876465rem;left:12.249348938465rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVlycvTZSJ4zZ7NXU9yu7FfRbrUIcAS2 { width:1.875rem;height:1.875rem;top:45.395835876465rem;left:17.000001251698rem;font-size:1.3125rem;display:block; }
 }