.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:rgba(239,245,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:60rem;height:44.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:52.75rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7.4375rem;left:0rem;height:6.82425rem;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;color:#000000;text-align:left;text-align-last:left;display:block; }
#dWW0Lwvw98ulJWTdyJGKnudWiSTX4x8f { display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:17rem;left:0rem;height:;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;color:#000000;text-align:left;text-align-last:left;display:block; }
#sVfR4h6mzUfuv3JIMo7dBkt2nncviReh { background-color:#0ccc89;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: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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.8125rem;left:0rem;display:block; }
#AAOqpWn7iP5w3BgIK4L6DuWidAA9ihT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oIQ6tKQyKlqeRTi2BXDbpqc1U9iR6PX7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24.5625rem;left:0rem; }
#yQ5Fk4ilRLPNy7WGKadgfWFzFD5KTuS5 { display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:24.5625rem;left:2.125rem;height:;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;color:#000000;text-align:left;text-align-last:left;display:block; }
#VL2x7UxTaqyFyoDXexlwbFVPTAIL9b4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.5rem;left:0rem; }
#c84VxxOR6d7EGw8hod7Pz7Kz96tQoHTb { display:block;width:39.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:27.5625rem;left:2.125rem;height:;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;color:#000000;text-align:left;text-align-last:left;display:block; }
#FU3chC1V2Xgpzme38mF4rgt62DLxkAt9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.5625rem;left:0rem; }
#pvTh8dQokZ7PhQaftuvUCP9fpyFfbUOR { display:block;width:46.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:30.625rem;left:2.125rem;height:;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;color:#000000;text-align:left;text-align-last:left;display:block; }
#tVimvlh4583OgRrx8Fs9S6XBkOC3989i { display:block;width:42.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:33.625rem;left:2.125rem;height:;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;color:#000000;text-align:left;text-align-last:left;display:block; }
#dLRN5RUv8tpR3g9imABqPTsAlH7nfOwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:33.568359375rem;left:0rem; }
#kbNZUrNsI71t4WtVE0uZTZME2oTDxTml { 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:1.0625rem;width:6.375rem;top:4.3125rem;left:0rem;overflow:hidden;display:block; }
#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5ff;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; }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row .container { background-color: transparent; background-image: none; }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row .container > .video-iframe-container { display: none; }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row > .video-iframe-container { display: none; }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .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); }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row .container { border-width: 0; border-radius: 0; }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#b8gfzKlAfL1IC3SUgs3Zc29XEfPW6QAL { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.275390625rem;left:0rem;height:3.57470625rem;text-align:center;text-align-last:center;color:#323233;font-style:normal;display:block; }
#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5ff;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; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { background-color: transparent; background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { border-width: 0; border-radius: 0; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#g3JTOenDxJHIXCs4SzuLsmm9beGIJvCp { display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:7.3125rem;left:0.75rem;height:2.01855625rem;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#I8PNRR9RxRanzLeHBZt2NnMpnpTvmbn8 { display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:10.5rem;left:0rem;height:;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#zuhWb9Dpu1pmBtlM2QOuGMpBO1NBOSNG { display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:7.3125rem;left:42.6875rem;height:2.01855625rem;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#t8N21PwQfO9PJRCL4XETwKI8SiX0f9Bs { display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:10.5rem;left:41.1875rem;height:;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#CDb8JQmTZp7p6i93QIqSxTlAb0XMba1a { display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:21.5625rem;left:42.6875rem;height:2.01855625rem;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#NSgZx9IAhcQmNTfzMnSDBy8A7KfvQyZZ { display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:24.75rem;left:41.1875rem;height:;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#KnuvnTSMnniRkmXI1tyUmnBf7VtvowPI { display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:21.5rem;left:0.75rem;height:2.01855625rem;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#VUETmZPocDnkFqzdvc2kzc5QioOQFtfx { display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:24.6875rem;left:0rem;height:;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#tI9M3PpOETI5uTWyO3Bk3kk0MGayvWS9 { display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:21.5625rem;left:21.75rem;height:;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#bxZtdT66M08a4qv3dtRpQi0dNW1zFLR3 { display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:24.6875rem;left:21.375rem;height:;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#E4OrDWnu71ovPVFKeWGRxp1qEJiosDms { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.4375rem;left:7.1875rem; }
#JL80nHPernyAXTSSvTr2TJnLlKpGLeWg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.125rem;left:49.125rem; }
#VVEmsLcoSAnNseBh24oV1KOalFwUwe5h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.4375rem;left:49.125rem; }
#eLzAs9qrkBFqqIsuH4ZQtlG1agG3mntC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.625rem;left:7.1875rem; }
#NQ9Z4TPaJtl5ibTc3gSabmGOKwRN9FUl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.625rem;left:28.5625rem; }
#IJ6oF9CXRmcqTSrKBb8TPnIBgHTyxmEi { display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:7.3125rem;left:21.75rem;height:2.01855625rem;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#oIT8Bv56Km6zOBeFhy2Uae9Jl1u2HH0U { display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:10.4375rem;left:21.375rem;height:;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;color:#323233;text-align:center;text-align-last:center;display:block; }
#NyTHGU0dIBfKqVwMTI8Gtx2Lu9BGxkJI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.4375rem;left:28.5625rem; }
#Rf0q8dw9CO3LDBII3rpWVxdK4nLUzeIl { background-color:#0ccc89;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: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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.875rem;left:20.4375rem;display:block; }
#TuOIwwyVKVBHih4ylpnivBnqCKTVRMEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3edfa;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; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { background-color: transparent; background-image: none; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container > .video-iframe-container { display: none; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row > .video-iframe-container { display: none; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .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); }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { border-width: 0; border-radius: 0; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#SuZsz3nKKEzqREfvfPeTc5IdwR5g754e { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.712890625rem;left:0rem;height:3.57470625rem;text-align:center;text-align-last:center;color:#323233;font-style:normal;display:block; }
#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3edfa;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; }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row .container { background-color: transparent; background-image: none; }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row .container > .video-iframe-container { display: none; }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row > .video-iframe-container { display: none; }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .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); }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row .container { border-width: 0; border-radius: 0; }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:60rem;position:relative;display:block; }#HtHl9ShCTtxBi7F0mTWKNyN8tyDVybzt { box-sizing:content-box;height:21.125rem;width:15.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.96875rem;left:2.09375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nwDzhqsanFmD7UCa1v3tdDw7onXPmMV9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.9375rem;left:2.9375rem; }
#Isxw7P9MTtt4P2BvomZL7mNEQuKxUeWh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.9375rem;left:4.4375rem; }
#M6RsUwPlx7fXy7NM6RFGtAGyOfQIOJyZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.9375rem;left:5.875rem; }
#NfUhVSwaRzVIs38LQNRPapmlmCeCzncr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.9375rem;left:7.3125rem; }
#mh7kpge8pTsK2WuiuJ9JaRATvm5FNVTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.9375rem;left:8.6875rem; }
#ZzaLRUwAL8V52tVnvH2sFtJWE1wdfMDl { display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:5.9375rem;left:2.90625rem;height:1.48730625rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#h8b8wGyVgvkKLhIdO3RxGGrJsLcZIdPu { display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:9.06884765625rem;left:3.03125rem;height:8.9238125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#XH2bexuoQ8Hy2fCtMQMR15CvH0qJvOdN { display:block;width:2.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:20.41015625rem;left:3.03125rem;height:2.9746125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#hdSfLvXCHX6vWuZsDnhqXlQJPdgr2A4F { box-sizing:content-box;height:21.125rem;width:15.8125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.96875rem;left:22.09375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JT9W0VC1cWsTGC6rNoycQfBsBNZ7w4Ey { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.6875rem;left:22.875rem; }
#Id65v09WNesrEoEH4URU6b9WBTD1MGk0 { display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:5.9375rem;left:23.03125rem;height:2.9746125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#MSAQPFZ9y833GHIzoaRg0m2ebzHSPuTh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.6875rem;left:24.375rem; }
#SbUwnzS2FtGZS8HsUqlbW3HGFR2vzwZL { display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:9.06884765625rem;left:23.03125rem;height:8.9238125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#CizeEuKQIiHfAWk2dLimUsfFTEztDEBQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.6875rem;left:25.8125rem; }
#Q2iKHlaULEu2UKEWwrclTh0wpTZJ2H6n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.6875rem;left:27.25rem; }
#yKAHndpSthIMkdThKfztTnwrTGouGc7E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.6875rem;left:28.625rem; }
#TL65e6crnHHLIU4w20w90fvkewX24ySH { display:block;width:7.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:20.4375rem;left:23.25rem;height:2.9746125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#Ip263qPki4tolUSTbtTkQopXTE2BO1hT { box-sizing:content-box;height:21.125rem;width:15.8125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3rem;left:42.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PNABu2Xknzkqi4voGQodWordtVCOV3dD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.6875rem;left:42.875rem; }
#bAkRT9KyibmCNGuHSAxZGRP5cVfAvJtZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.6875rem;left:44.375rem; }
#bNtfDzzuNPs0amhKhT00d5JBnMOQz8zi { display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.7;letter-spacing:0;top:5.9375rem;left:43.0625rem;height:1.48730625rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#g1LrTUQ7dFN7rro0GV2PxcmmWSlDKQel { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.6875rem;left:45.8125rem; }
#kNrEGgLKyKy4eMTFALU6mZlWfBMrGJTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.6875rem;left:47.25rem; }
#WD8hEmnm1nM33XFJRW71CJHdgT6OTLW7 { display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:9.0732421875rem;left:43.03125rem;height:8.9238125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#o47Ur8hW60e5eG4CxBI4cCIsogfmKFeX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.6875rem;left:48.625rem; }
#GdN9edhLZVqCTRyORUv65EKtAB4UCxAf { display:block;width:7.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.7;letter-spacing:0;top:20.4375rem;left:43.25rem;height:;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#HADHuLvFDmNc8q9qM8EhZOWaPerdznib { box-sizing:content-box;height:23.4375rem;width:15.8125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:25.34375rem;left:2.09375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N3vJNmMUa12crJ7y85UMVFNaUyaX2vg5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:26.875rem;left:2.9375rem; }
#qPHNDCiTHo9XLkvPxKSF7xtkR2e8Pqa7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:26.875rem;left:4.4375rem; }
#F3LHI39a9WH9TqSch0kkaI8NcHpTNJ2y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:26.875rem;left:5.875rem; }
#fsr9isWNyOVOwFST6pTWuXhGOh5motvf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:26.875rem;left:7.3125rem; }
#SI09tdk6671gP6dfSRUUCMfQo0wyJb9l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:26.875rem;left:8.8125rem; }
#NwgLXhocTfbaFewfgFJsW7AAkPF6qyJD { display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:29.1875rem;left:2.90625rem;height:2.9746125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#EAHlkGRKXpGcOMCT4wiQxMLBBHJ91iXT { display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:33.63134765625rem;left:3.03125rem;height:5.94921875rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#BbOdxSM6aXJhIDXeasi2NOU1zgRA41cG { display:block;width:7.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:46.46875rem;left:2.9375rem;height:2.9746125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#mi8hXbFqc7DH4UJAkabzK6m2f8QnBX6l { box-sizing:content-box;height:23.3125rem;width:15.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:25.34375rem;left:22.09375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Aw6lZUkFzRtI3n6XSNXnupkAF50lBh9H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:26.875rem;left:22.875rem; }
#IaX7uMndmEeB4lBs2WOFTo9CUocevmAx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:26.875rem;left:24.375rem; }
#lPXmTPK5ywlTT8rJf033gzNcDnlPqKGs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:26.875rem;left:25.8125rem; }
#dT5oMS5JTVFA77qNQnyATDFMNqDEWiKf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:26.875rem;left:27.25rem; }
#T9PbHAxq4u7J1ppy0UcL1hfkCOaAQ5au { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:26.875rem;left:28.75rem; }
#h77WI9wFZF2vkAiFl5aCMD9BAikMU7BS { display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:29.1875rem;left:22.90625rem;height:1.48730625rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#OVvRP4sEuoxT0H6tdurGVzDTZsNKtmQ1 { display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:33.63134765625rem;left:23.03125rem;height:2.9746125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#rXbH7AWmWAa0xbRE6eFaov1FvNlZ3eMa { display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:46.46875rem;left:22.875rem;height:1.48730625rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#oPq4DJ4ezZ6q58RZf4MdqFcTXkK3gZCM { box-sizing:content-box;height:23.4375rem;width:15.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:25.34375rem;left:42.09375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dveSokDZvvsHdP3nB2RNTLp1MtBf3xAr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:26.875rem;left:42.875rem; }
#G9Oqy60F1NmUWFaosH4OpNITnkNknfC6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:26.875rem;left:44.375rem; }
#HUTIodqP7UhrmufvdHuDXnoDZ4Vwfzqm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.875rem;left:45.8125rem; }
#wgL1TZDkvfsBVSP7Aw2pDk6KnahcxaA4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.875rem;left:47.25rem; }
#iqVtGp8OEbFrVTb9KgOsbGBBqQWupQNh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:26.875rem;left:48.625rem; }
#kLvKMeMKpnNV8eDvzUzol5CML95cSkxR { display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:29.1875rem;left:42.90625rem;height:;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#dS3wHJkkyzfQTPGgaptPSi3t3mDTeC9y { display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:33.6748046875rem;left:43.03125rem;height:10.411125rem;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#Ny9lc76gWZuI4opx2rX4S6e2Z4bG7TCE { display:block;width:10.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:46.46875rem;left:42.875rem;height:;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;color:#323233;text-align:left;text-align-last:left;display:block; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7faff;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; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:block; }#HSeZiJq1cDNv97MmXvNI372NDmrlO52G { display:block;width:34.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.2255859375rem;left:12.84375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;color:#323233;display:block; }
#dnJzfpTRsDTXnzom84kpAV9ZB4zCLVwG { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.88134765625rem;left:0rem;height:3.57470625rem;text-align:center;text-align-last:center;color:#323233;font-style:normal;display:block; }
#lztqlQfmbWdsQ6LSoA5anhrb8JJcMvuq { display:block;width:34.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:52.9248046875rem;left:12.84375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;color:#323233;display:block; }
#KqEX5oIHfrR6D2BgPzSC6AD2vJ5ExJrl { position:absolute;display:block;z-index:15008;height:21.75rem;width:38.75rem;top:13.25rem;left:10.625rem;display:block; }
#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { border-width: 0; border-radius: 0; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:none; }#KXWfhKzwhWKdTyplMSdQCQoPvO329xKx { display:block;width:39.4375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.806640625rem;left:12.125rem;height:1.13720625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QpGKnB4PPRkAPSb4qHHmTgWKUKnq3wsF { 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:1.125rem;width:1.9375rem;top:1.8125rem;left:13.64990234375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:47.75rem;height:;top:7.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWW0Lwvw98ulJWTdyJGKnudWiSTX4x8f { width:33.8125rem;height:;top:17rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVfR4h6mzUfuv3JIMo7dBkt2nncviReh { width:19.125rem;height:3.4375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAOqpWn7iP5w3BgIK4L6DuWidAA9ihT5 { display:block; }
 }@media only screen and (max-width: 763px) { #oIQ6tKQyKlqeRTi2BXDbpqc1U9iR6PX7 { top:24.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ5Fk4ilRLPNy7WGKadgfWFzFD5KTuS5 { width:19.4375rem;height:;top:24.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL2x7UxTaqyFyoDXexlwbFVPTAIL9b4b { top:27.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c84VxxOR6d7EGw8hod7Pz7Kz96tQoHTb { width:39.875rem;height:;top:27.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU3chC1V2Xgpzme38mF4rgt62DLxkAt9 { top:30.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvTh8dQokZ7PhQaftuvUCP9fpyFfbUOR { width:46.5rem;height:;top:30.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVimvlh4583OgRrx8Fs9S6XBkOC3989i { width:42.3125rem;height:;top:33.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLRN5RUv8tpR3g9imABqPTsAlH7nfOwT { top:33.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbNZUrNsI71t4WtVE0uZTZME2oTDxTml { top:4.3125rem;left:0rem;width:6.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 { display:block; }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8gfzKlAfL1IC3SUgs3Zc29XEfPW6QAL { width:47.75rem;height:3.5625rem;top:3.25rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3JTOenDxJHIXCs4SzuLsmm9beGIJvCp { width:15.8125rem;height:2rem;top:7.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8PNRR9RxRanzLeHBZt2NnMpnpTvmbn8 { width:17.3125rem;height:;top:10.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuhWb9Dpu1pmBtlM2QOuGMpBO1NBOSNG { width:15.8125rem;height:2rem;top:7.3125rem;left:31.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8N21PwQfO9PJRCL4XETwKI8SiX0f9Bs { width:18.8125rem;height:;top:10.5rem;left:28.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDb8JQmTZp7p6i93QIqSxTlAb0XMba1a { width:15.8125rem;height:2rem;top:21.5625rem;left:31.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSgZx9IAhcQmNTfzMnSDBy8A7KfvQyZZ { width:18.8125rem;height:;top:24.75rem;left:28.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnuvnTSMnniRkmXI1tyUmnBf7VtvowPI { width:15.8125rem;height:2rem;top:21.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUETmZPocDnkFqzdvc2kzc5QioOQFtfx { width:17.3125rem;height:;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI9M3PpOETI5uTWyO3Bk3kk0MGayvWS9 { width:16.5625rem;height:;top:21.5625rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxZtdT66M08a4qv3dtRpQi0dNW1zFLR3 { width:17.3125rem;height:;top:24.6875rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OrDWnu71ovPVFKeWGRxp1qEJiosDms { top:4.4375rem;left:1.0625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL80nHPernyAXTSSvTr2TJnLlKpGLeWg { top:19.125rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVEmsLcoSAnNseBh24oV1KOalFwUwe5h { top:4.4375rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLzAs9qrkBFqqIsuH4ZQtlG1agG3mntC { top:18.625rem;left:1.0625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ9Z4TPaJtl5ibTc3gSabmGOKwRN9FUl { top:18.625rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ6oF9CXRmcqTSrKBb8TPnIBgHTyxmEi { width:16.5625rem;height:2rem;top:7.3125rem;left:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIT8Bv56Km6zOBeFhy2Uae9Jl1u2HH0U { width:17.3125rem;height:;top:10.4375rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyTHGU0dIBfKqVwMTI8Gtx2Lu9BGxkJI { top:4.4375rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf0q8dw9CO3LDBII3rpWVxdK4nLUzeIl { width:19.125rem;height:3.4375rem;top:33.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOIwwyVKVBHih4ylpnivBnqCKTVRMEe { display:block; }
 }@media only screen and (max-width: 763px) { #qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O { display:block; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuZsz3nKKEzqREfvfPeTc5IdwR5g754e { width:47.75rem;height:3.5625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm { display:block; }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtHl9ShCTtxBi7F0mTWKNyN8tyDVybzt { top:2.9375rem;left:0.03125rem;width:15.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwDzhqsanFmD7UCa1v3tdDw7onXPmMV9 { top:3.9375rem;left:0.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isxw7P9MTtt4P2BvomZL7mNEQuKxUeWh { top:3.9375rem;left:2.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6RsUwPlx7fXy7NM6RFGtAGyOfQIOJyZ { top:3.9375rem;left:3.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfUhVSwaRzVIs38LQNRPapmlmCeCzncr { top:3.9375rem;left:5.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh7kpge8pTsK2WuiuJ9JaRATvm5FNVTF { top:3.9375rem;left:6.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaLRUwAL8V52tVnvH2sFtJWE1wdfMDl { width:14.1875rem;height:1.4375rem;top:5.9375rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8b8wGyVgvkKLhIdO3RxGGrJsLcZIdPu { width:13.9375rem;height:8.875rem;top:9.0625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH2bexuoQ8Hy2fCtMQMR15CvH0qJvOdN { width:2.0625rem;height:2.9375rem;top:20.375rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdSfLvXCHX6vWuZsDnhqXlQJPdgr2A4F { top:2.9375rem;left:15.90625rem;width:15.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9W0VC1cWsTGC6rNoycQfBsBNZ7w4Ey { top:3.6875rem;left:16.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id65v09WNesrEoEH4URU6b9WBTD1MGk0 { width:14.3125rem;height:2.9375rem;top:5.9375rem;left:16.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSAQPFZ9y833GHIzoaRg0m2ebzHSPuTh { top:3.6875rem;left:18.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbUwnzS2FtGZS8HsUqlbW3HGFR2vzwZL { width:13.9375rem;height:8.875rem;top:9.0625rem;left:16.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CizeEuKQIiHfAWk2dLimUsfFTEztDEBQ { top:3.6875rem;left:19.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2iKHlaULEu2UKEWwrclTh0wpTZJ2H6n { top:3.6875rem;left:21.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKAHndpSthIMkdThKfztTnwrTGouGc7E { top:3.6875rem;left:22.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL65e6crnHHLIU4w20w90fvkewX24ySH { width:7.9375rem;height:3rem;top:20.4375rem;left:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip263qPki4tolUSTbtTkQopXTE2BO1hT { top:3rem;left:31.8125rem;width:15.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNABu2Xknzkqi4voGQodWordtVCOV3dD { top:3.6875rem;left:32.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAkRT9KyibmCNGuHSAxZGRP5cVfAvJtZ { top:3.6875rem;left:34.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNtfDzzuNPs0amhKhT00d5JBnMOQz8zi { width:14.3125rem;height:;top:5.9375rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1LrTUQ7dFN7rro0GV2PxcmmWSlDKQel { top:3.6875rem;left:35.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNrEGgLKyKy4eMTFALU6mZlWfBMrGJTH { top:3.6875rem;left:36.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD8hEmnm1nM33XFJRW71CJHdgT6OTLW7 { width:13.9375rem;height:10.375rem;top:9.0625rem;left:32.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o47Ur8hW60e5eG4CxBI4cCIsogfmKFeX { top:3.6875rem;left:38.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdN9edhLZVqCTRyORUv65EKtAB4UCxAf { width:7.9375rem;height:;top:20.4375rem;left:32.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HADHuLvFDmNc8q9qM8EhZOWaPerdznib { top:25.3125rem;left:0.03125rem;width:15.8125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3vJNmMUa12crJ7y85UMVFNaUyaX2vg5 { top:26.875rem;left:0.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPHNDCiTHo9XLkvPxKSF7xtkR2e8Pqa7 { top:26.875rem;left:2.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3LHI39a9WH9TqSch0kkaI8NcHpTNJ2y { top:26.875rem;left:3.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsr9isWNyOVOwFST6pTWuXhGOh5motvf { top:26.875rem;left:5.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI09tdk6671gP6dfSRUUCMfQo0wyJb9l { top:26.875rem;left:6.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwgLXhocTfbaFewfgFJsW7AAkPF6qyJD { width:14.1875rem;height:;top:29.1875rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAHlkGRKXpGcOMCT4wiQxMLBBHJ91iXT { width:13.9375rem;height:;top:33.625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbOdxSM6aXJhIDXeasi2NOU1zgRA41cG { width:7.5625rem;height:2.9375rem;top:46.4375rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi8hXbFqc7DH4UJAkabzK6m2f8QnBX6l { top:25.3125rem;left:15.90625rem;width:15.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6lZUkFzRtI3n6XSNXnupkAF50lBh9H { top:26.875rem;left:16.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaX7uMndmEeB4lBs2WOFTo9CUocevmAx { top:26.875rem;left:18.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPXmTPK5ywlTT8rJf033gzNcDnlPqKGs { top:26.875rem;left:19.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5oMS5JTVFA77qNQnyATDFMNqDEWiKf { top:26.875rem;left:21.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9PbHAxq4u7J1ppy0UcL1hfkCOaAQ5au { top:26.875rem;left:22.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77WI9wFZF2vkAiFl5aCMD9BAikMU7BS { width:14.1875rem;height:;top:29.1875rem;left:16.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVvRP4sEuoxT0H6tdurGVzDTZsNKtmQ1 { width:13.9375rem;height:;top:33.625rem;left:16.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXbH7AWmWAa0xbRE6eFaov1FvNlZ3eMa { width:10.625rem;height:1.4375rem;top:46.4375rem;left:16.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPq4DJ4ezZ6q58RZf4MdqFcTXkK3gZCM { top:25.3125rem;left:31.78125rem;width:15.8125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveSokDZvvsHdP3nB2RNTLp1MtBf3xAr { top:26.875rem;left:32.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Oqy60F1NmUWFaosH4OpNITnkNknfC6 { top:26.875rem;left:34.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUTIodqP7UhrmufvdHuDXnoDZ4Vwfzqm { top:26.875rem;left:35.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgL1TZDkvfsBVSP7Aw2pDk6KnahcxaA4 { top:26.875rem;left:36.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqVtGp8OEbFrVTb9KgOsbGBBqQWupQNh { top:26.875rem;left:38.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvKMeMKpnNV8eDvzUzol5CML95cSkxR { width:14.1875rem;height:;top:29.1875rem;left:32.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS3wHJkkyzfQTPGgaptPSi3t3mDTeC9y { width:13.9375rem;height:;top:33.625rem;left:32.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny9lc76gWZuI4opx2rX4S6e2Z4bG7TCE { width:10.625rem;height:;top:46.4375rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSeZiJq1cDNv97MmXvNI372NDmrlO52G { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJzfpTRsDTXnzom84kpAV9ZB4zCLVwG { width:47.75rem;height:3.5625rem;top:2.875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lztqlQfmbWdsQ6LSoA5anhrb8JJcMvuq { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqEX5oIHfrR6D2BgPzSC6AD2vJ5ExJrl { top:13.25rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM { display:block; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXWfhKzwhWKdTyplMSdQCQoPvO329xKx { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpGKnB4PPRkAPSb4qHHmTgWKUKnq3wsF { top:1.8125rem;left:7.52490234375rem;width:1.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:rgba(239,245,255,0.54);background-image:none;position:relative;z-index:auto;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:20rem;height:9.7988125rem;top:6.1728515625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWW0Lwvw98ulJWTdyJGKnudWiSTX4x8f { width:18.875rem;height:2.9746125rem;top:18.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sVfR4h6mzUfuv3JIMo7dBkt2nncviReh { width:17.8125rem;height:3.4375rem;top:43.4169921875rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAOqpWn7iP5w3BgIK4L6DuWidAA9ihT5 { display:block; }
 }@media only screen and (max-width: 763px) { #oIQ6tKQyKlqeRTi2BXDbpqc1U9iR6PX7 { display:flex;width:1.8125rem;height:1.8125rem;top:24.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ5Fk4ilRLPNy7WGKadgfWFzFD5KTuS5 { width:16.5rem;height:1.48730625rem;top:24.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VL2x7UxTaqyFyoDXexlwbFVPTAIL9b4b { display:flex;width:1.8125rem;height:1.8125rem;top:27.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c84VxxOR6d7EGw8hod7Pz7Kz96tQoHTb { width:16.8125rem;height:2.9746125rem;top:27.6875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FU3chC1V2Xgpzme38mF4rgt62DLxkAt9 { display:flex;width:1.8125rem;height:1.8125rem;top:32.09033203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pvTh8dQokZ7PhQaftuvUCP9fpyFfbUOR { width:17.0625rem;height:4.4619125rem;top:32.35888671875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tVimvlh4583OgRrx8Fs9S6XBkOC3989i { width:18rem;height:2.9746125rem;top:38rem;left:2rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dLRN5RUv8tpR3g9imABqPTsAlH7nfOwT { display:flex;width:1.8125rem;height:1.8125rem;top:38rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbNZUrNsI71t4WtVE0uZTZME2oTDxTml { width:6.125rem;height:0.875rem;top:4.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 { display:block; }#zJdVrzr2Xk9FsGSf3E4rDRyPm5p0EGc3 > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8gfzKlAfL1IC3SUgs3Zc29XEfPW6QAL { width:20rem;height:5.6875rem;top:1.94970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3JTOenDxJHIXCs4SzuLsmm9beGIJvCp { width:15.8125rem;height:2.01855625rem;top:5.7060546875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8PNRR9RxRanzLeHBZt2NnMpnpTvmbn8 { width:17.3125rem;height:4.4619125rem;top:8.2431640625rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuhWb9Dpu1pmBtlM2QOuGMpBO1NBOSNG { width:15.8125rem;height:2.01855625rem;top:27.39208984375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8N21PwQfO9PJRCL4XETwKI8SiX0f9Bs { width:18.8125rem;height:5.94921875rem;top:29.41064453125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDb8JQmTZp7p6i93QIqSxTlAb0XMba1a { width:15.8125rem;height:2.01855625rem;top:56.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSgZx9IAhcQmNTfzMnSDBy8A7KfvQyZZ { width:18.8125rem;height:4.4619125rem;top:58.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnuvnTSMnniRkmXI1tyUmnBf7VtvowPI { width:15.8125rem;height:2.01855625rem;top:38.45849609375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUETmZPocDnkFqzdvc2kzc5QioOQFtfx { width:17.3125rem;height:2.9746125rem;top:40.47705078125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI9M3PpOETI5uTWyO3Bk3kk0MGayvWS9 { width:16.5625rem;height:2.01855625rem;top:47.14599609375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxZtdT66M08a4qv3dtRpQi0dNW1zFLR3 { width:17.3125rem;height:2.9746125rem;top:49.16455078125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OrDWnu71ovPVFKeWGRxp1qEJiosDms { display:flex;width:2.9375rem;height:2.9375rem;top:2.7685546875rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #JL80nHPernyAXTSSvTr2TJnLlKpGLeWg { display:flex;width:2.9375rem;height:2.9375rem;top:53.9375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #VVEmsLcoSAnNseBh24oV1KOalFwUwe5h { display:flex;width:2.9375rem;height:2.9375rem;top:24.45458984375rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #eLzAs9qrkBFqqIsuH4ZQtlG1agG3mntC { display:flex;width:2.9375rem;height:2.9375rem;top:35.52099609375rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #NQ9Z4TPaJtl5ibTc3gSabmGOKwRN9FUl { display:flex;width:2.9375rem;height:2.9375rem;top:44.20849609375rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #IJ6oF9CXRmcqTSrKBb8TPnIBgHTyxmEi { width:16.5625rem;height:2.01855625rem;top:17.099609375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIT8Bv56Km6zOBeFhy2Uae9Jl1u2HH0U { width:17.3125rem;height:4.4619125rem;top:19.1181640625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyTHGU0dIBfKqVwMTI8Gtx2Lu9BGxkJI { display:flex;width:2.9375rem;height:2.9375rem;top:14.162109375rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #Rf0q8dw9CO3LDBII3rpWVxdK4nLUzeIl { width:19.125rem;height:3.4375rem;top:65.48876953125rem;left:0.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TuOIwwyVKVBHih4ylpnivBnqCKTVRMEe { display:block; }
 }@media only screen and (max-width: 763px) { #qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O { display:block; }#qLXZL04ZzlFcw31hTZlczHVkdTRJOm9O > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuZsz3nKKEzqREfvfPeTc5IdwR5g754e { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm { display:block; }#xQ0rnZAc8omvsw4L3zGGNwWh4KkUorGm > .row .container { width:20rem;height:128.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtHl9ShCTtxBi7F0mTWKNyN8tyDVybzt { width:15.8125rem;height:21.125rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwDzhqsanFmD7UCa1v3tdDw7onXPmMV9 { display:flex;width:1.25rem;height:1.25rem;top:2.21875rem;left:2.90625rem; }
 }@media only screen and (max-width: 763px) { #Isxw7P9MTtt4P2BvomZL7mNEQuKxUeWh { display:flex;width:1.25rem;height:1.25rem;top:2.21875rem;left:4.40625rem; }
 }@media only screen and (max-width: 763px) { #M6RsUwPlx7fXy7NM6RFGtAGyOfQIOJyZ { display:flex;width:1.25rem;height:1.25rem;top:2.21875rem;left:5.84375rem; }
 }@media only screen and (max-width: 763px) { #NfUhVSwaRzVIs38LQNRPapmlmCeCzncr { display:flex;width:1.25rem;height:1.25rem;top:2.21875rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #mh7kpge8pTsK2WuiuJ9JaRATvm5FNVTF { display:flex;width:1.25rem;height:1.25rem;top:2.21875rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #ZzaLRUwAL8V52tVnvH2sFtJWE1wdfMDl { width:14.1875rem;height:1.48730625rem;top:4.21875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8b8wGyVgvkKLhIdO3RxGGrJsLcZIdPu { width:13.9375rem;height:8.9238125rem;top:7.35009765625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH2bexuoQ8Hy2fCtMQMR15CvH0qJvOdN { width:2.0625rem;height:2.9746125rem;top:18.69140625rem;left:3rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdSfLvXCHX6vWuZsDnhqXlQJPdgr2A4F { width:15.8125rem;height:21.125rem;top:23.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9W0VC1cWsTGC6rNoycQfBsBNZ7w4Ey { display:flex;width:1.25rem;height:1.25rem;top:24.34375rem;left:2.84375rem; }
 }@media only screen and (max-width: 763px) { #Id65v09WNesrEoEH4URU6b9WBTD1MGk0 { width:14.3125rem;height:2.9746125rem;top:26.59375rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSAQPFZ9y833GHIzoaRg0m2ebzHSPuTh { display:flex;width:1.25rem;height:1.25rem;top:24.34375rem;left:4.34375rem; }
 }@media only screen and (max-width: 763px) { #SbUwnzS2FtGZS8HsUqlbW3HGFR2vzwZL { width:13.9375rem;height:8.9238125rem;top:30.41259765625rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CizeEuKQIiHfAWk2dLimUsfFTEztDEBQ { display:flex;width:1.25rem;height:1.25rem;top:24.34375rem;left:5.78125rem; }
 }@media only screen and (max-width: 763px) { #Q2iKHlaULEu2UKEWwrclTh0wpTZJ2H6n { display:flex;width:1.25rem;height:1.25rem;top:24.34375rem;left:7.21875rem; }
 }@media only screen and (max-width: 763px) { #yKAHndpSthIMkdThKfztTnwrTGouGc7E { display:flex;width:1.25rem;height:1.25rem;top:24.34375rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #TL65e6crnHHLIU4w20w90fvkewX24ySH { width:7.9375rem;height:2.9746125rem;top:41.09375rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip263qPki4tolUSTbtTkQopXTE2BO1hT { width:15.8125rem;height:21.125rem;top:46rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNABu2Xknzkqi4voGQodWordtVCOV3dD { display:flex;width:1.25rem;height:1.25rem;top:47.25rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #bAkRT9KyibmCNGuHSAxZGRP5cVfAvJtZ { display:flex;width:1.25rem;height:1.25rem;top:47.25rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #bNtfDzzuNPs0amhKhT00d5JBnMOQz8zi { width:14.3125rem;height:1.48730625rem;top:50.6484375rem;left:2.84375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1LrTUQ7dFN7rro0GV2PxcmmWSlDKQel { display:flex;width:1.25rem;height:1.25rem;top:47.25rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #kNrEGgLKyKy4eMTFALU6mZlWfBMrGJTH { display:flex;width:1.25rem;height:1.25rem;top:47.25rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #WD8hEmnm1nM33XFJRW71CJHdgT6OTLW7 { width:13.9375rem;height:10.411125rem;top:52.0732421875rem;left:2.96875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o47Ur8hW60e5eG4CxBI4cCIsogfmKFeX { display:flex;width:1.25rem;height:1.25rem;top:47.25rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #GdN9edhLZVqCTRyORUv65EKtAB4UCxAf { width:7.9375rem;height:2.9746125rem;top:64.212890625rem;left:2.90625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HADHuLvFDmNc8q9qM8EhZOWaPerdznib { width:15.8125rem;height:17.9375rem;top:68.437503125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3vJNmMUa12crJ7y85UMVFNaUyaX2vg5 { display:flex;width:1.25rem;height:1.25rem;top:69.968753125rem;left:2.90625rem; }
 }@media only screen and (max-width: 763px) { #qPHNDCiTHo9XLkvPxKSF7xtkR2e8Pqa7 { display:flex;width:1.25rem;height:1.25rem;top:69.968753125rem;left:4.40625rem; }
 }@media only screen and (max-width: 763px) { #F3LHI39a9WH9TqSch0kkaI8NcHpTNJ2y { display:flex;width:1.25rem;height:1.25rem;top:69.968753125rem;left:5.84375rem; }
 }@media only screen and (max-width: 763px) { #fsr9isWNyOVOwFST6pTWuXhGOh5motvf { display:flex;width:1.25rem;height:1.25rem;top:69.968753125rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #SI09tdk6671gP6dfSRUUCMfQo0wyJb9l { display:flex;width:1.25rem;height:1.25rem;top:69.968753125rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #NwgLXhocTfbaFewfgFJsW7AAkPF6qyJD { width:14.1875rem;height:2.9746125rem;top:72.281253125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAHlkGRKXpGcOMCT4wiQxMLBBHJ91iXT { width:13.9375rem;height:5.94921875rem;top:76.72510078125rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbOdxSM6aXJhIDXeasi2NOU1zgRA41cG { width:7.5625rem;height:2.9746125rem;top:84rem;left:2.90625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi8hXbFqc7DH4UJAkabzK6m2f8QnBX6l { width:15.8125rem;height:15.3125rem;top:87.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6lZUkFzRtI3n6XSNXnupkAF50lBh9H { display:flex;width:1.25rem;height:1.25rem;top:89.3125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #IaX7uMndmEeB4lBs2WOFTo9CUocevmAx { display:flex;width:1.25rem;height:1.25rem;top:89.3125rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #lPXmTPK5ywlTT8rJf033gzNcDnlPqKGs { display:flex;width:1.25rem;height:1.25rem;top:89.3125rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #dT5oMS5JTVFA77qNQnyATDFMNqDEWiKf { display:flex;width:1.25rem;height:1.25rem;top:89.3125rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #T9PbHAxq4u7J1ppy0UcL1hfkCOaAQ5au { display:flex;width:1.25rem;height:1.25rem;top:89.3125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #h77WI9wFZF2vkAiFl5aCMD9BAikMU7BS { width:14.1875rem;height:1.48730625rem;top:91.625rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVvRP4sEuoxT0H6tdurGVzDTZsNKtmQ1 { width:13.9375rem;height:4.4619125rem;top:94.4375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXbH7AWmWAa0xbRE6eFaov1FvNlZ3eMa { width:10.625rem;height:1.48730625rem;top:100.4375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPq4DJ4ezZ6q58RZf4MdqFcTXkK3gZCM { width:15.8125rem;height:23.4375rem;top:104.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveSokDZvvsHdP3nB2RNTLp1MtBf3xAr { display:flex;width:1.25rem;height:1.25rem;top:105.625rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #G9Oqy60F1NmUWFaosH4OpNITnkNknfC6 { display:flex;width:1.25rem;height:1.25rem;top:105.625rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #HUTIodqP7UhrmufvdHuDXnoDZ4Vwfzqm { display:flex;width:1.25rem;height:1.25rem;top:105.625rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #wgL1TZDkvfsBVSP7Aw2pDk6KnahcxaA4 { display:flex;width:1.25rem;height:1.25rem;top:105.625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #iqVtGp8OEbFrVTb9KgOsbGBBqQWupQNh { display:flex;width:1.25rem;height:1.25rem;top:105.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #kLvKMeMKpnNV8eDvzUzol5CML95cSkxR { width:14.1875rem;height:2.9746125rem;top:108.099609375rem;left:2.90625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS3wHJkkyzfQTPGgaptPSi3t3mDTeC9y { width:13.9375rem;height:11.8984375rem;top:112.4375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny9lc76gWZuI4opx2rX4S6e2Z4bG7TCE { width:10.625rem;height:1.48730625rem;top:125.38671875rem;left:2.90625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSeZiJq1cDNv97MmXvNI372NDmrlO52G { width:20rem;height:3.41161875rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJzfpTRsDTXnzom84kpAV9ZB4zCLVwG { width:20rem;height:5.19921875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lztqlQfmbWdsQ6LSoA5anhrb8JJcMvuq { width:20rem;height:0;top:51.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqEX5oIHfrR6D2BgPzSC6AD2vJ5ExJrl { width:20rem;height:10.4375rem;top:14.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM { display:none; }#X86TukOPa8ENMoeZMz2GZ2b5L9HNJfcM > .row .container { width:20rem;height:8rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KXWfhKzwhWKdTyplMSdQCQoPvO329xKx { width:20rem;height:2.4375rem;top:4.06103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpGKnB4PPRkAPSb4qHHmTgWKUKnq3wsF { width:2.25rem;height:1.375rem;top:1.81103515625rem;left:8.125rem;display:block; }
 }