.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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA { 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:block; }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row .container { background-color: transparent; background-image: none; }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row .container > .video-iframe-container { display: none; }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row > .video-iframe-container { display: none; }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .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); }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row .container { border-width: 0; border-radius: 0; }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#g1WO6Cw9k4FOrmllyLv3NSvgUIxMHWsl { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#Fl627g5TDLhpIz7UOQLda7iTUZ5Vcza2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNHLrWzEU2o2KP4QJtyJgFeDEOTWbDPG { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#rPGetBqilqLq4AUEgufhMqNgauAVbXTw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#PNMXvnMdS7xrnsvtEQH8OWTJlcTv5zcb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQI7T5S3GZK2ilJIxZvBMXdb5XQTZlzT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#yyQWmsp7VabeB7AeE0lUKz3xKSxrfDr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eA18i5vSrGRsBhRw2QO1eB2vBMP0KE2U { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#XAP9x7H5k8xKkQGvsqn1n9483T7L39Pq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y1qWZOq6bBTecszdaFsIgTW48qZAmCug { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#XUOMzTBZRVtFJlAUv3NaJOobtmCiPhwl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kz6ssa1rM0iH5WzDb1hvThTklIKIiAtl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#ea5gNWLJTHxuTc1OlUPk6oVLIB1VoKvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Di4IuSLsRclTUKze6rqEwBTRZhGFUA7f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#DSAzgnU56k288bcvoL45dCLRTFmN80IC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#lPKdpEeR0APRQaaGCmrDw2wGVvro2e8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 { position:relative;display:block; }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 { background-color: transparent; background-image: none; }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .row .container > .video-iframe-container { display: none; }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .row > .video-iframe-container { display: none; }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .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); }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 { border-width: 0; border-radius: 0; }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HXJqCxsq9k98g20mZXAaM0c20lenZgcc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#vVfOuTwG2h042xqsV7JEatVluM0JWT5X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IN0PzJXrTZGfPTDkoBDUANqRSpze1zeV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#sBMPRPLDyzWixpMTt7TvhaaW9ZW8rDbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGAakxpfMI17dpPMe4ixkouLnxZQRIS2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#nvi62JhoXcZVlLqfyTcFBoeJ4oTw33Fy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXTCzwW1LiVNfssvT18Q8tS6Dzg6Nd4s { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#TOym28ZiaT9PcCqOTEmzh6bTQTCQzCfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeSeL7X27RkrZSDMy1CpCposkdJwBn5q { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#OsB3VPTx42aB014uNPG0i2fcmiX5xF12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQnhMM0GneChFSCELu65J19HxI66Ffb1 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#CU7zIhSWNlFbi3xP8m7gBUIwQ0GX7Xb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TntUDnczrwu3gd1lN2nnEyrz2DZuPTDv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#UzzXWO54icG5WVtw2rZJfhhZscHkVlOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(238,242,241,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#1f333b;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:2.8993053436279rem;left:2.5rem;height:3.65625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.250000953674rem;left:2.8125rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.6796875rem;left:2.5rem;height:1.59375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:26.25rem;width:26.25rem;top:14.017361223698rem;left:31.625001907349rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.125rem;width:8.125rem;top:18.6875rem;left:50.9375rem;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#1f333b;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:36.375rem;left:2.8125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:14.5rem;top:41.75rem;left:31.625rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:6.125rem;top:22.548611223697rem;left:35.812501907349rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:5.0625rem;top:31.680554926396rem;left:51.312501907349rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:7.5rem;width:7.5rem;top:18.999999582768rem;left:51.250001907349rem;overflow:hidden;display:block; }
#fDnnNesTogpwppJUnw3rTlQiKzWeypQI { color:#1f333b;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:41.9375rem;left:32rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { color:#1f333b;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:43.5rem;left:32rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:38.5625rem;left:2.875rem; }
#zixClI27egVOFPezqcyMO9KSxhSXt7Rq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:38.5625rem;left:6.125rem; }
#z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:38.5625rem;left:9.1875rem; }
#yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { color:#1f333b;display:block;width:3rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.8125rem;height:1.8681625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { color:#1f333b;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { color:#1f333b;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:18.5rem;left:2.875rem;height:1.8681625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { color:#1f333b;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.9;letter-spacing:0;top:20.6875rem;left:3.9375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JKvTrKf890UeEyJTLlymFBaTnoApPKfU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:20.8125rem;left:2.5rem; }
#wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:22.9375rem;left:2.5rem; }
#MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:25rem;left:2.5rem; }
#apJp5oFSrLq1Jx8c1mdxbSm5ktFUL0WF { color:#1f333b;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:30.3125rem;left:2.8125rem;height:1.8681625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.9375rem;left:2.5rem; }
#fw7JyhvDWEdnXVulgtsKhOseZZuUOGME { color:#1f333b;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:32.25rem;left:3.8125rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wNJxE9QqDu8MP9iAZGOxnpHUTd9wDXPk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:32.25rem;left:2.5rem; }
#N2ML5ko80ffzacIHPP0lKFAxCOA1XNZt { position:absolute;display:block;z-index:14990;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:35.625rem;width:26.8125rem;top:14.874132364988rem;left:31.170141220092rem;overflow:hidden;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { position:relative;display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { background-color: transparent; background-image: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container > .video-iframe-container { display: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row > .video-iframe-container { display: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .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); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { border-width: 0; border-radius: 0; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { color:#1f333b;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:6.09375rem;left:2.6875rem;height:10.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K65zq3gK87pzPD2VtkHreMzR9iPMRtxS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:15.0625rem;width:15.9375rem;top:3.75rem;left:40.687501907349rem;overflow:hidden;display:block; }
#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { background-color: transparent; background-image: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container > .video-iframe-container { display: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container { display: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .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); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { border-width: 0; border-radius: 0; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#hhzEqMvUrT6q1XighIlfyMwML8505qTx { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { position:relative;display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { background-color: transparent; background-image: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container > .video-iframe-container { display: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row > .video-iframe-container { display: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .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); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { border-width: 0; border-radius: 0; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.75rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.25rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.75rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { color:#1f333b;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.375rem;left:3.125rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:4.25rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { color:#1f333b;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:22.5rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#00b3b3;background-image:none;top:23.75rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:24.25rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#00b3b3;background-image:none;top:3.75rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:36.125rem;left:23.4375rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:4.25rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { color:#1f333b;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.4375rem;left:40.9375rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.875rem;left:25.625rem; }
#lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.1875rem;left:44.5rem; }
#TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.0625rem;left:6.9375rem; }
#GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:10.9375rem;width:10.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:25.75rem;left:24.3125rem; }
#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { background-color: transparent; background-image: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container > .video-iframe-container { display: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container { display: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .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); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { border-width: 0; border-radius: 0; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { position:relative;display:block; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { background-color: transparent; background-image: none; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container > .video-iframe-container { display: none; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row > .video-iframe-container { display: none; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .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); }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { border-width: 0; border-radius: 0; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { color:#1f333b;display:block;width:36.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.625rem;left:3.75rem;height:5.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:7.8125rem;left:2.5rem; }
#SOW3AffXW463DiATlKtktTgz2ibFOBZn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:11.1875rem;left:2.5rem; }
#Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:9.5rem;left:2.5rem; }
#llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { color:#000000;display:block;width:36rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.75rem;left:2.5rem;height:2.36230625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gs0deh1WIsBuA6TngIO4BpkQtmD0LHsq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:22.625rem;left:2.5rem; }
#IRfdpvlTDnw4SU7iXBnNRvgQwtEvNulg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:20.9375rem;left:2.5rem; }
#ukB6CLiK7cJgqzNGyVghirCOoVQvKoXv { color:#1f333b;display:block;width:48.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.0625rem;left:3.75rem;height:5.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D1nwPMCL4eVkRP7FcdN0ITDtObaVESzL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:19.25rem;left:2.5rem; }
#U62v8HTI5V6GPrmWoP94d0K9x6MrMlKV { color:#000000;display:block;width:36rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:15.192708313465rem;left:2.5rem;height:2.36230625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Lf0XLOflsx85XrWMWQx2CxbTd9o8s9Ey { color:#1f333b;display:block;width:48.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:30.5625rem;left:3.75rem;height:5.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fTB1SKpiUsekikwuq2e2Ni6GXDzavcxW { color:#000000;display:block;width:36rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:26.625rem;left:2.5rem;height:2.36230625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DWh5cTtodLSsCTDJtKxwcsbKXRpMKmxZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:32.4375rem;left:2.5rem; }
#XSX0WDP4RAHg5XhPVx3Mkd7KRtAxOxee { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:30.75rem;left:2.5rem; }
#bZvGlIJe8xE8WgKS5h29gJSIHqGqNqdw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:34.125rem;left:2.5rem; }
#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { background-color: transparent; background-image: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container > .video-iframe-container { display: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container { display: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .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); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { border-width: 0; border-radius: 0; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { position:relative;display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { background-color: transparent; background-image: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container > .video-iframe-container { display: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row > .video-iframe-container { display: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .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); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { border-width: 0; border-radius: 0; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:92.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:#00b3b3;background-image:none;top:6.8125rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:7.25rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:9.875rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.1875rem;left:16.8125rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:11.8125rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15021;background-color:#00b3b3;background-image:none;top:6.8125rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.25rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:9.875rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:11.8125rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:#00b3b3;background-image:none;top:6.8125rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k9bGziqXbHBTg8PmE981Vw5DMIMb853d { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:7.25rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:9.875rem;left:41.875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:11.8125rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AekdpdeDt9Nq68cZ04gpNFOMCqNP5hM3 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15037;background-color:#00b3b3;background-image:none;top:19.0625rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wfx13w5EqwwTAHN7FnlXw9eNKhUL9svJ { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:19.5rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zxu29UvdDm43vvPd6mspofTA97ttPsF7 { color:#1f333b;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:22.125rem;left:41.1875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X1Cmh2FJZl2uJcAxVoKTPTgTaJ7TwCRf { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:#00b3b3;background-image:none;top:19.0625rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yFutHgo2iNRObAPDEoT9hFy4W3sthaoV { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:19.5rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aoDW33Ssg2lE4U0V1mlGlW41ebtCLL80 { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:22.125rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#00b3b3;background-image:none;top:19.0625rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:19.5rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:22.125rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:24.0625rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D7d9aX40TvlMLBZlpKty1hUOD7hLZEbG { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:24.0625rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TVrMOsKu7MJI0hqM6rZ1KdmIagbvQivH { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:24.0625rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UOZnen1B81TnB69HFzroUdx8bsFxRBAr { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15050;background-color:#00b3b3;background-image:none;top:36.4375rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nG9f0p5n2A9964Nbekd6MOkA0XKueiIN { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:32.8125rem;left:16.875rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nhzuUODDhbEQNzX0ovr05GXBKVKRXbrI { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;top:36.875rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mSiiT4IUDpX8ovPxUCvv5IiGTlJxguMu { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15046;background-color:#00b3b3;background-image:none;top:36.4375rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tiyGJh36cTfLFpqiU07Kw0guiWum9i4z { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;top:36.875rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OIkuFSFe4k5ksmvTXi8ehWEzi9KlSQgt { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:39.5rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqsMiTyDtQdgzXo0X6SyzsFl1wew5kZi { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:39.5rem;left:41.875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#axDJdRk3sd6IXcGTdQElFzqagb9eEaka { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15054;line-height:1.4;letter-spacing:0;top:41.4375rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vXb0kEg8xkKVZI4Gzk9ByuRQAOioNmHM { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:41.4375rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vvtTV0Xi6ON00GQv1o34Atlci2CAzJHJ { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15058;background-color:#00b3b3;background-image:none;top:48.6875rem;left:30.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PJDxWsa07PQ3tyVsptwSZXJGqgdh9UpE { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15042;background-color:#00b3b3;background-image:none;top:36.4375rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Rwd3e5WbowlFJsCSJDi1aFLeNbubkQbV { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15054;background-color:#00b3b3;background-image:none;top:48.6875rem;left:11.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qyRCw5czXhT3XXdX9BwJk57SdbsAITd2 { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:36.875rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#c8UzInEvIu2dsM5oR7sUue4WFBbTTTlT { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;top:49.125rem;left:31.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IhADFvxVGITzBLh45w2EOGOZDwQHM9yt { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;top:49.125rem;left:12.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bEyynOAqVH8ppJe6yocaeS1TToRQOTKC { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:39.5rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RyARxvX5tafhrdTZ5CqTHEqiW14M5oWX { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:41.4375rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qQ3sacfbK3Fpl5q5Q0ha5bsH5X0TLhDd { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:51.75rem;left:32.5rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SM4OTGSax1T0Pr6KfTSbqmGAwkiC5o1i { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:51.75rem;left:13.6875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HwCetSHV4GMt6pyPVVENt1A3uA4JMLuO { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:53.6875rem;left:15.375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C2V39aa1yS8K4lWNf8sMa5TUrI8xkxNE { color:#00b3b3;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:53.6875rem;left:32.25rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ekq74m6DTZUQvIpxzra0x864uHfievO1 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15075;background-color:#00b3b3;background-image:none;top:66.125rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yr9NhIFCkWg0mWLSHRdb03s2Xyvunb8t { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;top:66.5625rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LRZmQ6S5ITD5pMcL6bnlROTkczeZ0Wor { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:62.5rem;left:16.9375rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B0RnBBEZCgwpCNbkiHt3n8ggD3lIJ3ii { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15071;background-color:#00b3b3;background-image:none;top:66.125rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LCHitNGgFCQP5V79beZWamgaHgW2ScaO { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;top:66.5625rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Las9vaFb2qtIJbI22Hbua4sEEJSaXikU { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:69.1875rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I4gXsLvodyqRTEOk7E6d9wqgVvFzEDob { color:#1f333b;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15082;line-height:1.4;letter-spacing:0;top:69.1875rem;left:41.5rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UAcPOgzZTdLF5hxG3UNp0EoHiZBpwxn3 { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:71.125rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N5aU9O2fXnasmvDQk1TJe6pm7IrmzOFB { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:71.125rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MxAJGeINyx137UHhVi4hp6m19bJqcgVx { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15067;background-color:#00b3b3;background-image:none;top:66.125rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NHESdfD6U5LbVwyVPxgGlZLXvsbLEe5i { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15068;background-color:#ffffff;background-image:none;top:66.5625rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TvlhRA6GbTvmLqMAXcmewfPFT0ikMp0D { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:69.1875rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XXt46xhqzrJ1tSy69OylMXEC66mXuBSS { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15083;background-color:#00b3b3;background-image:none;top:78.375rem;left:30.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eDkmMHtrSutFSqfLsFUsQIqdoTKFFxb3 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15079;background-color:#00b3b3;background-image:none;top:78.375rem;left:11.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rD9fwQA3ysnLaMHx85hqsCqEnTvsFVW1 { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;top:78.8125rem;left:31.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Ney1T59VA1VRHQolF28VNZnaMzP6cMam { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15080;background-color:#ffffff;background-image:none;top:78.8125rem;left:12.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RwnbmHg51Dp4fCgUDu9g9RB18f0bHlxq { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15075;line-height:1.4;letter-spacing:0;top:71.125rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#it9PK2001FIDFbSVJABvnNtG2vLXCCdQ { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15090;line-height:1.4;letter-spacing:0;top:81.0625rem;left:32.4375rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nOZL6VTP86JFCZg72FNuLhdbJsz9iLst { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:81.0625rem;left:13.625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RTlrI9qPzmAlOk0vGbOS2lIkZJCdfmoW { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15087;line-height:1.4;letter-spacing:0;top:83.375rem;left:15.375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t2szNvHCgPnC4NFtIJ0TVDUVGWEIRL3Z { color:#00b3b3;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:83.375rem;left:31.9375rem;height:2.01171875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { background-color: transparent; background-image: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container > .video-iframe-container { display: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container { display: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .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); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { border-width: 0; border-radius: 0; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { position:relative;display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { background-color: transparent; background-image: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container > .video-iframe-container { display: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row > .video-iframe-container { display: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .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); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { border-width: 0; border-radius: 0; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.4375rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IarnHMQS6fGO3CBotlygenSEw69uWTBV { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:3.9375rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.4375rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.0625rem;left:4.25rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.9375rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { color:#1f333b;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.0625rem;left:22.5rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#00b3b3;background-image:none;top:3.4375rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#00b3b3;background-image:none;top:22.5rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.9375rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:23rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { color:#1f333b;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.125rem;left:40.9375rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:35rem;left:23.4375rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.5625rem;left:25.625rem; }
#wBRCbGE5d1EDefgguNlDH5a6oqrrdN36 { color:#00b3b3;display:block;width:5.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:6.6875rem;left:4.25rem;height:3.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.3125rem;width:9.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:6.8125rem;left:25.375rem; }
#VTkSVm3xUpLRiwxIhva86dUVwzrZEAuF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.6875rem;left:7rem; }
#KmetmHPErtQu8oTmQ4pSyIBT47OiWOqg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:10.9375rem;width:10.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6rem;left:43.125rem; }
#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { background-color: transparent; background-image: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container > .video-iframe-container { display: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container { display: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .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); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { border-width: 0; border-radius: 0; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { position:relative;display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { background-color: transparent; background-image: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container > .video-iframe-container { display: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row > .video-iframe-container { display: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .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); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { border-width: 0; border-radius: 0; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:3.875rem;left:2.125rem; }
#w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { color:#1f333b;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:3.5rem;left:3.375rem;height:9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:6.25rem;left:2.125rem; }
#KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:8.4375rem;left:2.125rem; }
#Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:10.75rem;left:2.125rem; }
#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070606;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; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { background-color: transparent; background-image: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container > .video-iframe-container { display: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container { display: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .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); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { border-width: 0; border-radius: 0; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9140625rem;left:3.6944446563721rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:24.625rem;top:-0.00086784362792969rem;left:32.875001907349rem;overflow:hidden;display:block; }
#yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.235242843628rem;left:3.6944446563721rem;display:block; }
#PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q { position:relative;display:block; }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q { background-color: transparent; background-image: none; }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .row .container > .video-iframe-container { display: none; }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .row > .video-iframe-container { display: none; }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .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); }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q { border-width: 0; border-radius: 0; }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yhwQCnmTPqOkN6qS8sw4aPfSWAU1ieBQ { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#fCUUF6IwHcP4XWlWVxtST24906zyOCDM { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#pdTBf8D5TmWVGXTO2NSO3XyaoTn05A0W { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:8.8125rem;left:42.375rem; }
#pdTBf8D5TmWVGXTO2NSO3XyaoTn05A0W > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#IkSO1coPkUiNfJo1hZh2bzkEBpJBd3pB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:8.8125rem;left:45.5rem; }
#IkSO1coPkUiNfJo1hZh2bzkEBpJBd3pB > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#vc3s90slMqOvJDZf4A4Tn41dbcgXTIKn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:8.8125rem;left:48.625rem; }
#vc3s90slMqOvJDZf4A4Tn41dbcgXTIKn > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#dRubnrLHMaSAnFlqTIpMXH5FQXE6IyDn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:8.8125rem;left:51.75rem; }
#dRubnrLHMaSAnFlqTIpMXH5FQXE6IyDn > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#KirmA0MJBxlUECMJBQ5AItOwp0lbZOQ9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#ndl05WFZBtoH01DdZIPB9CrITu7mZr2S { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#aR9r4Ki2ZugG1hqWQWtprfgc5euMwZRg { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#kufbQEbLpTaQ7qTSxRP2eKeFobM2zGTE { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#sTCciClTVnJLwGX03vWITlzzl3Qclc7r { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#quMnBTfITsSSI4xpb9K0n8xT9rSyOBTd { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#u8LIgGi0ABv6JIPc66M53WTpRwas9V0t { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#LTfIgbIHlkaBHtqsT15NUGt01GJmKGwl { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#U14fL1QdA8dJQ3JpFaSynyybD3ndf7mt { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#U5uB7ha31kKWK01pBQm85Edac6D32Luy { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#NK6KSq3z7DUWcLft5XdvduH6BTdh1TS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlkFH4DWmzC9vB3PldqDvBdtOCUpaWcT { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#clFZeDgrmvbslmAuZwKa6duxlppofaZo { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#ZMpOG9Dc6VNuZUZ8wzuJ3ToD1QoUQCG8 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#fOq0g3IzbX9dwripShW9lfeJ2NniNNVG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lQ9ONTtPK89ZAvRqrHHJXAzeHWUSSESU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:8.8125rem;left:54.875rem; }
#lQ9ONTtPK89ZAvRqrHHJXAzeHWUSSESU > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA { display:block; }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1WO6Cw9k4FOrmllyLv3NSvgUIxMHWsl { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl627g5TDLhpIz7UOQLda7iTUZ5Vcza2 { display:block; }
 }@media only screen and (max-width: 763px) { #VNHLrWzEU2o2KP4QJtyJgFeDEOTWbDPG { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGetBqilqLq4AUEgufhMqNgauAVbXTw { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNMXvnMdS7xrnsvtEQH8OWTJlcTv5zcb { display:block; }
 }@media only screen and (max-width: 763px) { #rQI7T5S3GZK2ilJIxZvBMXdb5XQTZlzT { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyQWmsp7VabeB7AeE0lUKz3xKSxrfDr0 { display:block; }
 }@media only screen and (max-width: 763px) { #eA18i5vSrGRsBhRw2QO1eB2vBMP0KE2U { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAP9x7H5k8xKkQGvsqn1n9483T7L39Pq { display:block; }
 }@media only screen and (max-width: 763px) { #y1qWZOq6bBTecszdaFsIgTW48qZAmCug { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUOMzTBZRVtFJlAUv3NaJOobtmCiPhwl { display:block; }
 }@media only screen and (max-width: 763px) { #Kz6ssa1rM0iH5WzDb1hvThTklIKIiAtl { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5gNWLJTHxuTc1OlUPk6oVLIB1VoKvu { display:block; }
 }@media only screen and (max-width: 763px) { #Di4IuSLsRclTUKze6rqEwBTRZhGFUA7f { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSAzgnU56k288bcvoL45dCLRTFmN80IC { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPKdpEeR0APRQaaGCmrDw2wGVvro2e8n { display:block; }
 }@media only screen and (max-width: 763px) { #MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 { display:block; }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXJqCxsq9k98g20mZXAaM0c20lenZgcc { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVfOuTwG2h042xqsV7JEatVluM0JWT5X { display:block; }
 }@media only screen and (max-width: 763px) { #IN0PzJXrTZGfPTDkoBDUANqRSpze1zeV { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBMPRPLDyzWixpMTt7TvhaaW9ZW8rDbJ { display:block; }
 }@media only screen and (max-width: 763px) { #RGAakxpfMI17dpPMe4ixkouLnxZQRIS2 { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvi62JhoXcZVlLqfyTcFBoeJ4oTw33Fy { display:block; }
 }@media only screen and (max-width: 763px) { #cXTCzwW1LiVNfssvT18Q8tS6Dzg6Nd4s { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOym28ZiaT9PcCqOTEmzh6bTQTCQzCfr { display:block; }
 }@media only screen and (max-width: 763px) { #xeSeL7X27RkrZSDMy1CpCposkdJwBn5q { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsB3VPTx42aB014uNPG0i2fcmiX5xF12 { display:block; }
 }@media only screen and (max-width: 763px) { #qQnhMM0GneChFSCELu65J19HxI66Ffb1 { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU7zIhSWNlFbi3xP8m7gBUIwQ0GX7Xb8 { display:block; }
 }@media only screen and (max-width: 763px) { #TntUDnczrwu3gd1lN2nnEyrz2DZuPTDv { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzzXWO54icG5WVtw2rZJfhhZscHkVlOq { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:25.75rem;height:3.6875rem;top:2.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:16.375rem;height:3.4375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:31.25rem;height:1.625rem;top:6.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:26.25rem;height:26.25rem;top:14rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:8.125rem;height:8.125rem;top:18.6875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:8.5rem;height:2.125rem;top:36.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:14.5rem;height:3.875rem;top:41.75rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:6.125rem;height:9.1875rem;top:22.5rem;left:29.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:5.0625rem;height:10.0625rem;top:31.625rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { top:18.9375rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnnNesTogpwppJUnw3rTlQiKzWeypQI { width:13rem;height:1.625rem;top:41.9375rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { width:13.75rem;height:1.1875rem;top:43.5rem;left:25.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { top:38.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zixClI27egVOFPezqcyMO9KSxhSXt7Rq { top:38.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { top:38.5625rem;left:3.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { width:3rem;height:1.8125rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { width:23.625rem;height:3.25rem;top:12.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { width:5.8125rem;height:1.8125rem;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { width:27.6875rem;height:;top:20.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKvTrKf890UeEyJTLlymFBaTnoApPKfU { top:20.8125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { top:22.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { top:25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apJp5oFSrLq1Jx8c1mdxbSm5ktFUL0WF { width:12rem;height:1.8125rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { top:12.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7JyhvDWEdnXVulgtsKhOseZZuUOGME { width:22.375rem;height:1.75rem;top:32.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNJxE9QqDu8MP9iAZGOxnpHUTd9wDXPk { top:32.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ML5ko80ffzacIHPP0lKFAxCOA1XNZt { top:14.8125rem;left:20.9375rem;width:26.8125rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:3.125rem;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { width:30.8125rem;height:10.5rem;top:6.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65zq3gK87pzPD2VtkHreMzR9iPMRtxS { top:3.75rem;left:31.8125rem;width:15.9375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { display:block; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhzEqMvUrT6q1XighIlfyMwML8505qTx { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { top:3.75rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { top:4.25rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { top:3.75rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { width:16.125rem;height:2.9375rem;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { top:4.25rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { width:15rem;height:2.9375rem;top:16.375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { top:23.75rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { top:24.25rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { top:3.75rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { width:13.125rem;height:2.9375rem;top:36.125rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { top:4.25rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { width:15.75rem;height:2.9375rem;top:16.4375rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { top:6.875rem;left:19.5rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { top:7.1875rem;left:38.375rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { top:7.0625rem;left:0.8125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { top:25.75rem;left:18.1875rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { display:block; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { display:block; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { width:36.8125rem;height:5.0625rem;top:7.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { top:7.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOW3AffXW463DiATlKtktTgz2ibFOBZn { top:11.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { top:9.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { width:36rem;height:2.3125rem;top:3.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs0deh1WIsBuA6TngIO4BpkQtmD0LHsq { top:22.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRfdpvlTDnw4SU7iXBnNRvgQwtEvNulg { top:20.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukB6CLiK7cJgqzNGyVghirCOoVQvKoXv { width:47.75rem;height:5.0625rem;top:19.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1nwPMCL4eVkRP7FcdN0ITDtObaVESzL { top:19.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U62v8HTI5V6GPrmWoP94d0K9x6MrMlKV { width:36rem;height:2.3125rem;top:15.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf0XLOflsx85XrWMWQx2CxbTd9o8s9Ey { width:47.75rem;height:5.0625rem;top:30.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTB1SKpiUsekikwuq2e2Ni6GXDzavcxW { width:36rem;height:2.3125rem;top:26.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWh5cTtodLSsCTDJtKxwcsbKXRpMKmxZ { top:32.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSX0WDP4RAHg5XhPVx3Mkd7KRtAxOxee { top:30.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZvGlIJe8xE8WgKS5h29gJSIHqGqNqdw { top:34.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { display:block; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { top:6.8125rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { top:7.25rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { width:13.875rem;height:1.875rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { width:26.3125rem;height:2.3125rem;top:3.1875rem;left:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { width:10.5625rem;height:2.25rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { top:6.8125rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { top:7.25rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { width:13.875rem;height:1.875rem;top:9.875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { width:10.5625rem;height:2.25rem;top:11.8125rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { top:6.8125rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bGziqXbHBTg8PmE981Vw5DMIMb853d { top:7.25rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { width:13.875rem;height:1.875rem;top:9.875rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { width:10.5625rem;height:2.25rem;top:11.8125rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AekdpdeDt9Nq68cZ04gpNFOMCqNP5hM3 { top:19.0625rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfx13w5EqwwTAHN7FnlXw9eNKhUL9svJ { top:19.5rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxu29UvdDm43vvPd6mspofTA97ttPsF7 { width:15.25rem;height:1.875rem;top:22.125rem;left:32.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Cmh2FJZl2uJcAxVoKTPTgTaJ7TwCRf { top:19.0625rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFutHgo2iNRObAPDEoT9hFy4W3sthaoV { top:19.5rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDW33Ssg2lE4U0V1mlGlW41ebtCLL80 { width:13.875rem;height:1.875rem;top:22.125rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { top:19.0625rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { top:19.5rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { width:13.875rem;height:1.875rem;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { width:10.5625rem;height:2.25rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7d9aX40TvlMLBZlpKty1hUOD7hLZEbG { width:10.5625rem;height:2.25rem;top:24.0625rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrMOsKu7MJI0hqM6rZ1KdmIagbvQivH { width:10.5625rem;height:2.25rem;top:24.0625rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOZnen1B81TnB69HFzroUdx8bsFxRBAr { top:36.4375rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG9f0p5n2A9964Nbekd6MOkA0XKueiIN { width:26.3125rem;height:2.3125rem;top:32.8125rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzuUODDhbEQNzX0ovr05GXBKVKRXbrI { top:36.875rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSiiT4IUDpX8ovPxUCvv5IiGTlJxguMu { top:36.4375rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyGJh36cTfLFpqiU07Kw0guiWum9i4z { top:36.875rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkuFSFe4k5ksmvTXi8ehWEzi9KlSQgt { width:13.875rem;height:1.875rem;top:39.5rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqsMiTyDtQdgzXo0X6SyzsFl1wew5kZi { width:13.875rem;height:1.875rem;top:39.5rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axDJdRk3sd6IXcGTdQElFzqagb9eEaka { width:10.5625rem;height:2.25rem;top:41.4375rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXb0kEg8xkKVZI4Gzk9ByuRQAOioNmHM { width:10.5625rem;height:2.25rem;top:41.4375rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvtTV0Xi6ON00GQv1o34Atlci2CAzJHJ { top:48.6875rem;left:24.5625rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDxWsa07PQ3tyVsptwSZXJGqgdh9UpE { top:36.4375rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwd3e5WbowlFJsCSJDi1aFLeNbubkQbV { top:48.6875rem;left:5.75rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyRCw5czXhT3XXdX9BwJk57SdbsAITd2 { top:36.875rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8UzInEvIu2dsM5oR7sUue4WFBbTTTlT { top:49.125rem;left:25.0625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhADFvxVGITzBLh45w2EOGOZDwQHM9yt { top:49.125rem;left:6.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEyynOAqVH8ppJe6yocaeS1TToRQOTKC { width:13.875rem;height:1.875rem;top:39.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyARxvX5tafhrdTZ5CqTHEqiW14M5oWX { width:10.5625rem;height:2.25rem;top:41.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ3sacfbK3Fpl5q5Q0ha5bsH5X0TLhDd { width:13.875rem;height:1.875rem;top:51.75rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM4OTGSax1T0Pr6KfTSbqmGAwkiC5o1i { width:13.875rem;height:1.875rem;top:51.75rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwCetSHV4GMt6pyPVVENt1A3uA4JMLuO { width:10.5625rem;height:2.25rem;top:53.6875rem;left:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2V39aa1yS8K4lWNf8sMa5TUrI8xkxNE { width:14.375rem;height:2.25rem;top:53.6875rem;left:26.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekq74m6DTZUQvIpxzra0x864uHfievO1 { top:66.125rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9NhIFCkWg0mWLSHRdb03s2Xyvunb8t { top:66.5625rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZmQ6S5ITD5pMcL6bnlROTkczeZ0Wor { width:26.3125rem;height:2.3125rem;top:62.5rem;left:10.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0RnBBEZCgwpCNbkiHt3n8ggD3lIJ3ii { top:66.125rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCHitNGgFCQP5V79beZWamgaHgW2ScaO { top:66.5625rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Las9vaFb2qtIJbI22Hbua4sEEJSaXikU { width:13.875rem;height:1.875rem;top:69.1875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4gXsLvodyqRTEOk7E6d9wqgVvFzEDob { width:14.5625rem;height:1.875rem;top:69.1875rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAcPOgzZTdLF5hxG3UNp0EoHiZBpwxn3 { width:10.5625rem;height:2.25rem;top:71.125rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aU9O2fXnasmvDQk1TJe6pm7IrmzOFB { width:10.5625rem;height:2.25rem;top:71.125rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxAJGeINyx137UHhVi4hp6m19bJqcgVx { top:66.125rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHESdfD6U5LbVwyVPxgGlZLXvsbLEe5i { top:66.5625rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlhRA6GbTvmLqMAXcmewfPFT0ikMp0D { width:13.875rem;height:1.875rem;top:69.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXt46xhqzrJ1tSy69OylMXEC66mXuBSS { top:78.375rem;left:24.5625rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkmMHtrSutFSqfLsFUsQIqdoTKFFxb3 { top:78.375rem;left:5.75rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD9fwQA3ysnLaMHx85hqsCqEnTvsFVW1 { top:78.8125rem;left:25.0625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ney1T59VA1VRHQolF28VNZnaMzP6cMam { top:78.8125rem;left:6.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwnbmHg51Dp4fCgUDu9g9RB18f0bHlxq { width:10.5625rem;height:2.25rem;top:71.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #it9PK2001FIDFbSVJABvnNtG2vLXCCdQ { width:13.875rem;height:1.875rem;top:81.0625rem;left:26.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOZL6VTP86JFCZg72FNuLhdbJsz9iLst { width:13.875rem;height:1.875rem;top:81.0625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTlrI9qPzmAlOk0vGbOS2lIkZJCdfmoW { width:10.5625rem;height:2.25rem;top:83.375rem;left:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2szNvHCgPnC4NFtIJ0TVDUVGWEIRL3Z { width:14.9375rem;height:2rem;top:83.375rem;left:25.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { display:block; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { top:3.4375rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IarnHMQS6fGO3CBotlygenSEw69uWTBV { top:3.9375rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { top:3.4375rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { width:13.875rem;height:2.9375rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { top:3.9375rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { width:15rem;height:2.9375rem;top:16.0625rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { top:3.4375rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { top:22.5rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { top:3.9375rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { top:23rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { width:15.75rem;height:2.9375rem;top:16.125rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { width:13.125rem;height:2.75rem;top:35rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { top:25.5625rem;left:19.5rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBRCbGE5d1EDefgguNlDH5a6oqrrdN36 { width:5.5rem;height:3.5rem;top:6.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { top:6.8125rem;left:19.25rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkSVm3xUpLRiwxIhva86dUVwzrZEAuF { top:7.6875rem;left:0.875rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmetmHPErtQu8oTmQ4pSyIBT47OiWOqg { top:6rem;left:36.8125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { display:block; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { top:3.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { width:33.0625rem;height:9rem;top:3.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { top:6.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { top:8.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { top:10.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { display:block; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { width:31.6875rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { top:0rem;left:23.125rem;width:24.625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { width:17.25rem;height:4.3125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block; }
 }@media only screen and (max-width: 763px) { #XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q { display:block; }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhwQCnmTPqOkN6qS8sw4aPfSWAU1ieBQ { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCUUF6IwHcP4XWlWVxtST24906zyOCDM { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTBf8D5TmWVGXTO2NSO3XyaoTn05A0W { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#pdTBf8D5TmWVGXTO2NSO3XyaoTn05A0W > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #IkSO1coPkUiNfJo1hZh2bzkEBpJBd3pB { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#IkSO1coPkUiNfJo1hZh2bzkEBpJBd3pB > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #vc3s90slMqOvJDZf4A4Tn41dbcgXTIKn { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#vc3s90slMqOvJDZf4A4Tn41dbcgXTIKn > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dRubnrLHMaSAnFlqTIpMXH5FQXE6IyDn { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#dRubnrLHMaSAnFlqTIpMXH5FQXE6IyDn > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #KirmA0MJBxlUECMJBQ5AItOwp0lbZOQ9 { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndl05WFZBtoH01DdZIPB9CrITu7mZr2S { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR9r4Ki2ZugG1hqWQWtprfgc5euMwZRg { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kufbQEbLpTaQ7qTSxRP2eKeFobM2zGTE { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTCciClTVnJLwGX03vWITlzzl3Qclc7r { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMnBTfITsSSI4xpb9K0n8xT9rSyOBTd { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8LIgGi0ABv6JIPc66M53WTpRwas9V0t { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTfIgbIHlkaBHtqsT15NUGt01GJmKGwl { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U14fL1QdA8dJQ3JpFaSynyybD3ndf7mt { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5uB7ha31kKWK01pBQm85Edac6D32Luy { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK6KSq3z7DUWcLft5XdvduH6BTdh1TS8 { display:block; }
 }@media only screen and (max-width: 763px) { #vlkFH4DWmzC9vB3PldqDvBdtOCUpaWcT { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clFZeDgrmvbslmAuZwKa6duxlppofaZo { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMpOG9Dc6VNuZUZ8wzuJ3ToD1QoUQCG8 { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOq0g3IzbX9dwripShW9lfeJ2NniNNVG { display:none; }
 }@media only screen and (max-width: 763px) { #lQ9ONTtPK89ZAvRqrHHJXAzeHWUSSESU { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#lQ9ONTtPK89ZAvRqrHHJXAzeHWUSSESU > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA { position:relative;z-index:auto;display:block; }#rL2AvGmVwFRZ9HKU8L3Bt6GA30oRqQPA > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1WO6Cw9k4FOrmllyLv3NSvgUIxMHWsl { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl627g5TDLhpIz7UOQLda7iTUZ5Vcza2 { display:block; }
 }@media only screen and (max-width: 763px) { #VNHLrWzEU2o2KP4QJtyJgFeDEOTWbDPG { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGetBqilqLq4AUEgufhMqNgauAVbXTw { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNMXvnMdS7xrnsvtEQH8OWTJlcTv5zcb { display:block; }
 }@media only screen and (max-width: 763px) { #rQI7T5S3GZK2ilJIxZvBMXdb5XQTZlzT { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyQWmsp7VabeB7AeE0lUKz3xKSxrfDr0 { display:block; }
 }@media only screen and (max-width: 763px) { #eA18i5vSrGRsBhRw2QO1eB2vBMP0KE2U { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAP9x7H5k8xKkQGvsqn1n9483T7L39Pq { display:block; }
 }@media only screen and (max-width: 763px) { #y1qWZOq6bBTecszdaFsIgTW48qZAmCug { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUOMzTBZRVtFJlAUv3NaJOobtmCiPhwl { display:block; }
 }@media only screen and (max-width: 763px) { #Kz6ssa1rM0iH5WzDb1hvThTklIKIiAtl { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5gNWLJTHxuTc1OlUPk6oVLIB1VoKvu { display:block; }
 }@media only screen and (max-width: 763px) { #Di4IuSLsRclTUKze6rqEwBTRZhGFUA7f { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #DSAzgnU56k288bcvoL45dCLRTFmN80IC { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPKdpEeR0APRQaaGCmrDw2wGVvro2e8n { display:block; }
 }@media only screen and (max-width: 763px) { #MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 { display:block; }#MMyKQ2X6TT7ylVrxTpQ1GdgJnu8H0Tb7 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXJqCxsq9k98g20mZXAaM0c20lenZgcc { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vVfOuTwG2h042xqsV7JEatVluM0JWT5X { display:block; }
 }@media only screen and (max-width: 763px) { #IN0PzJXrTZGfPTDkoBDUANqRSpze1zeV { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sBMPRPLDyzWixpMTt7TvhaaW9ZW8rDbJ { display:block; }
 }@media only screen and (max-width: 763px) { #RGAakxpfMI17dpPMe4ixkouLnxZQRIS2 { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nvi62JhoXcZVlLqfyTcFBoeJ4oTw33Fy { display:block; }
 }@media only screen and (max-width: 763px) { #cXTCzwW1LiVNfssvT18Q8tS6Dzg6Nd4s { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TOym28ZiaT9PcCqOTEmzh6bTQTCQzCfr { display:block; }
 }@media only screen and (max-width: 763px) { #xeSeL7X27RkrZSDMy1CpCposkdJwBn5q { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #OsB3VPTx42aB014uNPG0i2fcmiX5xF12 { display:block; }
 }@media only screen and (max-width: 763px) { #qQnhMM0GneChFSCELu65J19HxI66Ffb1 { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CU7zIhSWNlFbi3xP8m7gBUIwQ0GX7Xb8 { display:block; }
 }@media only screen and (max-width: 763px) { #TntUDnczrwu3gd1lN2nnEyrz2DZuPTDv { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UzzXWO54icG5WVtw2rZJfhhZscHkVlOq { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:16.5rem;height:1.94965rem;top:0.76215362548825rem;left:0.87326395511625rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:14.75rem;height:2.875rem;top:46.625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:18.3125rem;height:2.625rem;top:2.7109375rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:12.25rem;height:12.25rem;top:5.4991321563721rem;left:3.8750001192093rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:4.75rem;height:4.75rem;top:5.4991321563721rem;left:12.678819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:11.8125rem;height:1.875rem;top:41.25rem;left:1.310546875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:14.1875rem;height:2.75rem;top:19.804688453674rem;left:1.9618057012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:2.9375rem;height:4.125rem;top:5.4991321563721rem;left:3.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:3.375rem;height:4.125rem;top:15.124999046326rem;left:12.774305462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { width:4.75rem;height:4.75rem;top:5.4991321563721rem;left:12.678819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnnNesTogpwppJUnw3rTlQiKzWeypQI { width:12.375rem;height:1.349825rem;top:20.065971374512rem;left:2.1493057012558rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { width:13.75rem;height:0.974825rem;top:21.454860687256rem;left:2.2118057012558rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { display:flex;width:1.625rem;height:1.625rem;top:43.125rem;left:1.310546875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #zixClI27egVOFPezqcyMO9KSxhSXt7Rq { display:flex;width:1.625rem;height:1.625rem;top:43.125rem;left:3.375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { display:flex;width:1.625rem;height:1.625rem;top:43.125rem;left:5.654296875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { width:3rem;height:1.5rem;top:24.4375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { width:16.4375rem;height:1.798825rem;top:26.0625rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { width:5.8125rem;height:1.5rem;top:29.75rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { width:13.1875rem;height:3.59765625rem;top:31.375rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JKvTrKf890UeEyJTLlymFBaTnoApPKfU { display:flex;width:1rem;height:1rem;top:31.375rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { display:flex;width:1rem;height:1rem;top:32.625rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { display:flex;width:1rem;height:1rem;top:33.8125rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #apJp5oFSrLq1Jx8c1mdxbSm5ktFUL0WF { width:12rem;height:1.5rem;top:36.875rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { display:flex;width:1rem;height:1rem;top:26.0625rem;left:1.25rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #fw7JyhvDWEdnXVulgtsKhOseZZuUOGME { width:13.125rem;height:0.8994125rem;top:38.625rem;left:2.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wNJxE9QqDu8MP9iAZGOxnpHUTd9wDXPk { display:flex;width:1rem;height:1rem;top:38.5625rem;left:1.4375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #N2ML5ko80ffzacIHPP0lKFAxCOA1XNZt { width:10.9375rem;height:14.5625rem;top:5.3359384536743rem;left:4.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.2744125rem;top:0.26823043823242rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { width:20rem;height:5.84765625rem;top:2.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K65zq3gK87pzPD2VtkHreMzR9iPMRtxS { width:15.9375rem;height:15.0625rem;top:9.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { display:block; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhzEqMvUrT6q1XighIlfyMwML8505qTx { width:20rem;height:2.2744125rem;top:0.26822948455811rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { width:12.1875rem;height:12.1875rem;top:2.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { width:11.5625rem;height:11.5625rem;top:2.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { width:12.1875rem;height:12.1875rem;top:15.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { width:11.0625rem;height:3.1494125rem;top:10.375rem;left:4.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { width:11.5625rem;height:11.5625rem;top:15.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { width:10.6875rem;height:2.0996125rem;top:24.4375rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { width:12.1875rem;height:12.1875rem;top:42.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { width:11.5625rem;height:11.5625rem;top:42.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { width:12.1875rem;height:12.1875rem;top:29.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { width:10.375rem;height:2.0996125rem;top:50.9375rem;left:4.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { width:11.5625rem;height:11.5625rem;top:29.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { width:10.9375rem;height:3.1494125rem;top:36.98828125rem;left:4.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { display:flex;width:5.375rem;height:5.375rem;top:17.625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { display:flex;width:6.1875rem;height:6.1875rem;top:30.7421875rem;left:6.90625rem; }
 }@media only screen and (max-width: 763px) { #TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { display:flex;width:6.0625rem;height:6.0625rem;top:3.6875rem;left:7rem;font-size:5.25rem; }
 }@media only screen and (max-width: 763px) { #GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { display:flex;width:7.75rem;height:7.75rem;top:42.8125rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { display:block; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { width:20rem;height:2.2744125rem;top:0.26822948455811rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { display:block; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { width:16.375rem;height:5.625rem;top:5.5625rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { display:flex;width:1rem;height:1rem;top:5.5625rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #SOW3AffXW463DiATlKtktTgz2ibFOBZn { display:flex;width:1rem;height:1rem;top:7.875rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { display:flex;width:1rem;height:1rem;top:8.9375rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { width:17.25rem;height:2.625rem;top:2.125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs0deh1WIsBuA6TngIO4BpkQtmD0LHsq { display:flex;width:1rem;height:1rem;top:19.625rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #IRfdpvlTDnw4SU7iXBnNRvgQwtEvNulg { display:flex;width:1rem;height:1rem;top:17.3125rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ukB6CLiK7cJgqzNGyVghirCOoVQvKoXv { width:17.125rem;height:6.75rem;top:15.0625rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D1nwPMCL4eVkRP7FcdN0ITDtObaVESzL { display:flex;width:1rem;height:1rem;top:15.125rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #U62v8HTI5V6GPrmWoP94d0K9x6MrMlKV { width:8.75rem;height:1.3125rem;top:12.9375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf0XLOflsx85XrWMWQx2CxbTd9o8s9Ey { width:15.5rem;height:3.375rem;top:25.6875rem;left:2.25rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fTB1SKpiUsekikwuq2e2Ni6GXDzavcxW { width:10rem;height:1.3125rem;top:23.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWh5cTtodLSsCTDJtKxwcsbKXRpMKmxZ { display:flex;width:1rem;height:1rem;top:26.8125rem;left:1.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XSX0WDP4RAHg5XhPVx3Mkd7KRtAxOxee { display:flex;width:1rem;height:1rem;top:25.6875rem;left:1.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #bZvGlIJe8xE8WgKS5h29gJSIHqGqNqdw { display:flex;width:1rem;height:1rem;top:27.9375rem;left:1.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { display:block; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { width:20rem;height:2.2744125rem;top:0.26822662353516rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { width:8.75rem;height:5.1875rem;top:5.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { width:8.25rem;height:4.75rem;top:5.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { width:6.9375rem;height:1.04980625rem;top:6.3125rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { width:20rem;height:1.75rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { width:5.8125rem;height:1.2744125rem;top:7.9375rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { width:8.75rem;height:5.1875rem;top:5.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { width:8.25rem;height:4.75rem;top:5.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { width:7.375rem;height:1.04980625rem;top:6.375rem;left:11rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { width:6.8125rem;height:1.2744125rem;top:7.9375rem;left:11.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { width:8.75rem;height:5.1875rem;top:11.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bGziqXbHBTg8PmE981Vw5DMIMb853d { width:8.25rem;height:4.75rem;top:11.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { width:6.75rem;height:1.04980625rem;top:13.0625rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { width:5.875rem;height:1.2744125rem;top:14.125rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AekdpdeDt9Nq68cZ04gpNFOMCqNP5hM3 { width:8.75rem;height:5.1875rem;top:17.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfx13w5EqwwTAHN7FnlXw9eNKhUL9svJ { width:8.25rem;height:4.75rem;top:18rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxu29UvdDm43vvPd6mspofTA97ttPsF7 { width:6.6875rem;height:2.0996125rem;top:18.625rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X1Cmh2FJZl2uJcAxVoKTPTgTaJ7TwCRf { width:8.75rem;height:5.1875rem;top:17.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFutHgo2iNRObAPDEoT9hFy4W3sthaoV { width:8.25rem;height:4.75rem;top:18rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDW33Ssg2lE4U0V1mlGlW41ebtCLL80 { width:8.1875rem;height:2.0996125rem;top:18.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { width:8.75rem;height:5.1875rem;top:11.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { width:8.25rem;height:4.75rem;top:11.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { width:8.25rem;height:1.04980625rem;top:13.0625rem;left:10.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { width:6.9375rem;height:1.2744125rem;top:14.125rem;left:11.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D7d9aX40TvlMLBZlpKty1hUOD7hLZEbG { width:5.375rem;height:1.2744125rem;top:20.8125rem;left:2.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TVrMOsKu7MJI0hqM6rZ1KdmIagbvQivH { width:4.8125rem;height:1.2744125rem;top:20.8125rem;left:12.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UOZnen1B81TnB69HFzroUdx8bsFxRBAr { width:8.75rem;height:5.1875rem;top:34.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG9f0p5n2A9964Nbekd6MOkA0XKueiIN { width:20rem;height:1.75rem;top:25.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzuUODDhbEQNzX0ovr05GXBKVKRXbrI { width:8.125rem;height:4.6875rem;top:34.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSiiT4IUDpX8ovPxUCvv5IiGTlJxguMu { width:8.75rem;height:5.1875rem;top:28.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyGJh36cTfLFpqiU07Kw0guiWum9i4z { width:8.1875rem;height:4.6875rem;top:28.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkuFSFe4k5ksmvTXi8ehWEzi9KlSQgt { width:6rem;height:1.04980625rem;top:29.875rem;left:11.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EqsMiTyDtQdgzXo0X6SyzsFl1wew5kZi { width:5.1875rem;height:1.04980625rem;top:36rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #axDJdRk3sd6IXcGTdQElFzqagb9eEaka { width:5.1875rem;height:1.2744125rem;top:30.9375rem;left:12.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vXb0kEg8xkKVZI4Gzk9ByuRQAOioNmHM { width:4.625rem;height:1.2744125rem;top:37.0625rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vvtTV0Xi6ON00GQv1o34Atlci2CAzJHJ { width:8.75rem;height:5.1875rem;top:40.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDxWsa07PQ3tyVsptwSZXJGqgdh9UpE { width:8.75rem;height:5.1875rem;top:28.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwd3e5WbowlFJsCSJDi1aFLeNbubkQbV { width:8.75rem;height:5.1875rem;top:34.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyRCw5czXhT3XXdX9BwJk57SdbsAITd2 { width:8.1875rem;height:4.75rem;top:28.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8UzInEvIu2dsM5oR7sUue4WFBbTTTlT { width:8.125rem;height:4.6875rem;top:40.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhADFvxVGITzBLh45w2EOGOZDwQHM9yt { width:8.125rem;height:4.6875rem;top:34.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEyynOAqVH8ppJe6yocaeS1TToRQOTKC { width:7.375rem;height:1.04980625rem;top:29.875rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RyARxvX5tafhrdTZ5CqTHEqiW14M5oWX { width:4.8125rem;height:1.2744125rem;top:30.9375rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qQ3sacfbK3Fpl5q5Q0ha5bsH5X0TLhDd { width:7.8125rem;height:2.0996125rem;top:35.5rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SM4OTGSax1T0Pr6KfTSbqmGAwkiC5o1i { width:7.75rem;height:2.0996125rem;top:41.625rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HwCetSHV4GMt6pyPVVENt1A3uA4JMLuO { width:3.875rem;height:1.2744125rem;top:43.6875rem;left:8.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C2V39aa1yS8K4lWNf8sMa5TUrI8xkxNE { width:4.25rem;height:1.2744125rem;top:37.5625rem;left:12.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ekq74m6DTZUQvIpxzra0x864uHfievO1 { width:8.75rem;height:5.1875rem;top:57.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9NhIFCkWg0mWLSHRdb03s2Xyvunb8t { width:8.125rem;height:4.6875rem;top:57.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZmQ6S5ITD5pMcL6bnlROTkczeZ0Wor { width:20rem;height:1.75rem;top:48.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0RnBBEZCgwpCNbkiHt3n8ggD3lIJ3ii { width:8.75rem;height:5.1875rem;top:51.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCHitNGgFCQP5V79beZWamgaHgW2ScaO { width:8.125rem;height:4.6875rem;top:51.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Las9vaFb2qtIJbI22Hbua4sEEJSaXikU { width:7.75rem;height:2.0996125rem;top:52.3125rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I4gXsLvodyqRTEOk7E6d9wqgVvFzEDob { width:8.8125rem;height:2.0996125rem;top:58.4375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UAcPOgzZTdLF5hxG3UNp0EoHiZBpwxn3 { width:5.5rem;height:1.2744125rem;top:54.375rem;left:11.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N5aU9O2fXnasmvDQk1TJe6pm7IrmzOFB { width:5.125rem;height:1.2744125rem;top:60.5rem;left:2.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MxAJGeINyx137UHhVi4hp6m19bJqcgVx { width:8.75rem;height:5.1875rem;top:51.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHESdfD6U5LbVwyVPxgGlZLXvsbLEe5i { width:8.125rem;height:4.6875rem;top:51.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlhRA6GbTvmLqMAXcmewfPFT0ikMp0D { width:6.8125rem;height:1.04980625rem;top:52.875rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XXt46xhqzrJ1tSy69OylMXEC66mXuBSS { width:12.5rem;height:5.1875rem;top:63.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkmMHtrSutFSqfLsFUsQIqdoTKFFxb3 { width:8.75rem;height:5.1875rem;top:57.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD9fwQA3ysnLaMHx85hqsCqEnTvsFVW1 { width:12rem;height:4.6875rem;top:63.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ney1T59VA1VRHQolF28VNZnaMzP6cMam { width:8rem;height:4.6875rem;top:57.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwnbmHg51Dp4fCgUDu9g9RB18f0bHlxq { width:5.75rem;height:1.125rem;top:53.9375rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #it9PK2001FIDFbSVJABvnNtG2vLXCCdQ { width:6.75rem;height:1.04980625rem;top:65.0625rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nOZL6VTP86JFCZg72FNuLhdbJsz9iLst { width:5.8125rem;height:1.04980625rem;top:58.9375rem;left:11.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RTlrI9qPzmAlOk0vGbOS2lIkZJCdfmoW { width:4.9375rem;height:1.2744125rem;top:59.9375rem;left:12.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t2szNvHCgPnC4NFtIJ0TVDUVGWEIRL3Z { width:11.8125rem;height:1.2744125rem;top:66.0625rem;left:4.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { display:block; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { width:20rem;height:2.2744125rem;top:0.26736068725586rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { width:12.1875rem;height:12.1875rem;top:2.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IarnHMQS6fGO3CBotlygenSEw69uWTBV { width:11.5625rem;height:11.5625rem;top:2.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { width:12.1875rem;height:12.1875rem;top:15.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { width:11.5625rem;height:2.0996125rem;top:10.9296875rem;left:4.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { width:11.5625rem;height:11.5625rem;top:15.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { width:10.0625rem;height:2.0996125rem;top:24.625rem;left:4.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { width:12.1875rem;height:12.1875rem;top:29.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { width:12.1875rem;height:12.1875rem;top:42.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { width:11.5625rem;height:11.5625rem;top:29.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { width:11.5625rem;height:11.5625rem;top:42.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { width:12.375rem;height:3.1494125rem;top:37.26953125rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { width:10.625rem;height:2.0996125rem;top:51.125rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { display:flex;width:5.6875rem;height:5.6875rem;top:44.6875rem;left:7.15625rem; }
 }@media only screen and (max-width: 763px) { #wBRCbGE5d1EDefgguNlDH5a6oqrrdN36 { width:4.3125rem;height:2.0996125rem;top:3.6220703125rem;left:10.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { display:flex;width:7.375rem;height:7.375rem;top:16.6796875rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #VTkSVm3xUpLRiwxIhva86dUVwzrZEAuF { display:flex;width:5.9375rem;height:5.9375rem;top:4.46875rem;left:7.03125rem;font-size:5.25rem; }
 }@media only screen and (max-width: 763px) { #KmetmHPErtQu8oTmQ4pSyIBT47OiWOqg { display:flex;width:7.875rem;height:7.875rem;top:29.375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { display:block; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { width:20rem;height:2.2744125rem;top:0.26736068725586rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { display:flex;width:1rem;height:1rem;top:1.9375rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { width:16.375rem;height:7.875rem;top:1.9375rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { display:flex;width:1rem;height:1rem;top:4.25rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { display:flex;width:1rem;height:1rem;top:5.4375rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { display:flex;width:1rem;height:1rem;top:7.6875rem;left:1.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { display:block; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { width:17.4375rem;height:3.673825rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { width:12.375rem;height:12.8125rem;top:2.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { width:8.875rem;height:2.75rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block; }
 }@media only screen and (max-width: 763px) { #XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q { display:block; }#XBrA8GWny4ydCTAP5B2dTnCqQdDFtn3Q > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhwQCnmTPqOkN6qS8sw4aPfSWAU1ieBQ { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fCUUF6IwHcP4XWlWVxtST24906zyOCDM { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdTBf8D5TmWVGXTO2NSO3XyaoTn05A0W { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#pdTBf8D5TmWVGXTO2NSO3XyaoTn05A0W > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #IkSO1coPkUiNfJo1hZh2bzkEBpJBd3pB { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#IkSO1coPkUiNfJo1hZh2bzkEBpJBd3pB > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #vc3s90slMqOvJDZf4A4Tn41dbcgXTIKn { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#vc3s90slMqOvJDZf4A4Tn41dbcgXTIKn > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #dRubnrLHMaSAnFlqTIpMXH5FQXE6IyDn { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#dRubnrLHMaSAnFlqTIpMXH5FQXE6IyDn > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #KirmA0MJBxlUECMJBQ5AItOwp0lbZOQ9 { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndl05WFZBtoH01DdZIPB9CrITu7mZr2S { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aR9r4Ki2ZugG1hqWQWtprfgc5euMwZRg { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kufbQEbLpTaQ7qTSxRP2eKeFobM2zGTE { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTCciClTVnJLwGX03vWITlzzl3Qclc7r { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #quMnBTfITsSSI4xpb9K0n8xT9rSyOBTd { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8LIgGi0ABv6JIPc66M53WTpRwas9V0t { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LTfIgbIHlkaBHtqsT15NUGt01GJmKGwl { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U14fL1QdA8dJQ3JpFaSynyybD3ndf7mt { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5uB7ha31kKWK01pBQm85Edac6D32Luy { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK6KSq3z7DUWcLft5XdvduH6BTdh1TS8 { display:block; }
 }@media only screen and (max-width: 763px) { #vlkFH4DWmzC9vB3PldqDvBdtOCUpaWcT { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #clFZeDgrmvbslmAuZwKa6duxlppofaZo { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZMpOG9Dc6VNuZUZ8wzuJ3ToD1QoUQCG8 { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fOq0g3IzbX9dwripShW9lfeJ2NniNNVG { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lQ9ONTtPK89ZAvRqrHHJXAzeHWUSSESU { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#lQ9ONTtPK89ZAvRqrHHJXAzeHWUSSESU > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }