.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,240,223;--color-primary-1:151,206,148;--color-primary-2:46,157,40;--color-primary-3:23,79,20;--color-primary-4:7,24,6;--color-secondary-0:250,218,218;--color-secondary-1:240,130,130;--color-secondary-2:224,5,5;--color-secondary-3:112,3,3;--color-secondary-4:34,1,1;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:53,53,53;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container { background-color: transparent; background-image: none; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container > .video-iframe-container { display: none; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row > .video-iframe-container { display: none; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .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); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container { border-width: 0; border-radius: 0; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#d6ywWw0cux0RZvKdCECwGohpmoV9mu0D { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:16.71875rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r9H45kxDcrTw9OWUSH613Gs3PXX7UggV { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.068359375rem;left:17.5625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8LlAnzwEC9uvp02Se9GgcIf21sctK7k { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.125rem;left:25.03125rem;display:block; }
#SResvsn5wXWMWELeQTpfTNiSnUODRzlf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9mAxnH9TfNAnBbe5QJLqBBePTZnPOVt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.3994140625rem;left:21.09375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niEeHBpHGZQp11rr09tZV08qATtwy1pE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:33.1875rem;left:45.4375rem; }
#n7IW45p6CFkEUlTRtyverP0W0WOri7AS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.0625rem;left:28.6875rem;height:1.13671875rem;font-style:normal;display:block; }
#iskIlQaAQTgLkudIVaBUOsSZeLSEtzDS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:19.75rem;top:2.125rem;left:27.625rem;overflow:hidden;display:block; }
#chhFib29Q3N4oQ0eI7EX3IOnZ4OKCtUW { color:#e00505;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:36.0625rem;left:28.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hkm56VK0X3loiqrm6kp6fzTVdkJcntcX { color:#e00505;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.6875rem;left:25.3125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row .container { background-color: transparent; background-image: none; }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row .container > .video-iframe-container { display: none; }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row > .video-iframe-container { display: none; }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .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); }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row .container { border-width: 0; border-radius: 0; }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#GDmgpPg7ETxyhOpU0dlTTU5kyKVkCrWW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:13.4375rem;top:1.25rem;left:43.25rem;overflow:hidden;display:block; }
#HoLdLBgJzV7XGhHRPDo2snG4cD86B0me { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:18.375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN { position:relative;display:block; }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN { background-color: transparent; background-image: none; }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .row .container > .video-iframe-container { display: none; }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .row > .video-iframe-container { display: none; }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .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); }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN { border-width: 0; border-radius: 0; }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .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; }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vl9C0tOCtTZxmlu06kVwVRMzbXyR7OWW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:18.40625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row .container { background-color: transparent; background-image: none; }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row .container > .video-iframe-container { display: none; }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row > .video-iframe-container { display: none; }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .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); }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row .container { border-width: 0; border-radius: 0; }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#QpBM9pELUmMkqMUDDEn8U4yQkfKvILA7 { box-sizing:content-box;height:17.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:37.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; }
#XgqeErovGU2vZT0kpd3xVIs9kV6G0dRZ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:40.5rem;height:3.8984375rem;font-style:normal;display:block; }
#ZAIwSEofApLrPvmwm7cksTF3u7zaN67T { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.5rem;height:3.25rem;font-style:normal;display:block; }
#iTAWlWcaGsN1iq7mPMZD46dwMOESysGt { position:absolute;display:block;z-index:15007;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;height:17.1875rem;width:25.8125rem;top:1.4375rem;left:11.125rem;overflow:hidden;display:block; }
#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row .container { background-color: transparent; background-image: none; }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row .container > .video-iframe-container { display: none; }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row > .video-iframe-container { display: none; }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .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); }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row .container { border-width: 0; border-radius: 0; }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#s2zOc0WrKPwzVAnIFfvdIDs3rTUJnrFx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:13.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#B8NURUMt7TqxAeIQUQUCCvIE2XLvx1LE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0625rem;left:13.6875rem;height:3.25rem;font-style:normal;display:block; }
#wSUfBrGCiGinsJ6HqNugGLwDz6utZGH6 { position:absolute;display:block;z-index:15007;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;height:17.1875rem;width:25.8125rem;top:1.4375rem;left:37.9375rem;overflow:hidden;display:block; }
#GyTr3WuhFC3R8NCbmOkT5Gl6C17zItCH { box-sizing:content-box;height:17.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:11.125rem;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; }
#RmQU4lIzMS73pvEPK5eK0a52815hLGSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row .container { background-color: transparent; background-image: none; }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row .container > .video-iframe-container { display: none; }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row > .video-iframe-container { display: none; }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .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); }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row .container { border-width: 0; border-radius: 0; }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#UU1syUsy6y8I22OdIGfa9CXB6RUpNlRF { box-sizing:content-box;height:17.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:37.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; }
#pgJVkMa98oE8Q1aXpNpKNQ4HT3AC8EWd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:40.5rem;height:3.8984375rem;font-style:normal;display:block; }
#psFOKmZBPhuc6CbTsp5V43TGfvddxFEn { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.5rem;height:3.25rem;font-style:normal;display:block; }
#tnSMQR6gCTtWnNx7HrQ5cQgzzkk4ItNR { position:absolute;display:block;z-index:15007;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;height:17.1875rem;width:25.8125rem;top:1.4375rem;left:11.125rem;overflow:hidden;display:block; }
#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row .container { background-color: transparent; background-image: none; }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row .container > .video-iframe-container { display: none; }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row > .video-iframe-container { display: none; }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .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); }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row .container { border-width: 0; border-radius: 0; }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#hIamMf923spds7df5aNFRy7ZzEiHhWLK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:13.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#Fkh6VsEOHX9BeJWrUtlJfIhAPnMAvDVr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:13.6875rem;height:3.25rem;font-style:normal;display:block; }
#nlFyb2RpK9nq8Pf7X5KrquEiDvUZoBTQ { position:absolute;display:block;z-index:15007;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;height:17.1875rem;width:25.8125rem;top:1.4375rem;left:37.9375rem;overflow:hidden;display:block; }
#hDQqQ1DSU70ARJm8qFnW8eZHxH8IlqSu { box-sizing:content-box;height:17.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:11.125rem;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; }
#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row .container { background-color: transparent; background-image: none; }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row .container > .video-iframe-container { display: none; }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row > .video-iframe-container { display: none; }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .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); }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row .container { border-width: 0; border-radius: 0; }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#qGIKp6Tfll48ktt2Q3zZ5NAptCO4fZ5n { box-sizing:content-box;height:17.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:37.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; }
#dkNt8ouWCLTUMMJukGSUW0eM74s3u3Fq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:40.5rem;height:1.94921875rem;font-style:normal;display:block; }
#Foz11nAySKoB4qeik5VKSxvKg5SMs0r3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:40.5rem;height:3.25rem;font-style:normal;display:block; }
#L1zTatUczVwr9NZJxQ2bFgwqIhMCsn9e { position:absolute;display:block;z-index:15007;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;height:17.1875rem;width:25.8125rem;top:1.4375rem;left:11.125rem;overflow:hidden;display:block; }
#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row .container { background-color: transparent; background-image: none; }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row .container > .video-iframe-container { display: none; }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row > .video-iframe-container { display: none; }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .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); }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row .container { border-width: 0; border-radius: 0; }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#uXa98dfp5FceWvCpuLLSmXILJV8O4SK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:13.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#MvE8gxTK3PFPu0s2rGKqMClmd9VV1Odk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0625rem;left:13.6875rem;height:3.25rem;font-style:normal;display:block; }
#RmPB4MCHMzb41qoE6lFcsWab8QM3PVIi { position:absolute;display:block;z-index:15007;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;height:17.1875rem;width:25.8125rem;top:1.4375rem;left:37.9375rem;overflow:hidden;display:block; }
#e74TpJi5UOfTFB2TH0aAaxpBERrL55Pv { box-sizing:content-box;height:17.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:11.125rem;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; }
#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row .container { background-color: transparent; background-image: none; }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row .container > .video-iframe-container { display: none; }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row > .video-iframe-container { display: none; }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .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); }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row .container { border-width: 0; border-radius: 0; }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#vAkKvLSi0V6UkUKqE4CbHWuoPFcBIG5t { box-sizing:content-box;height:17.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:37.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; }
#JcwOoE6yFRKIT0Q2Sz8KatZisQcdOsNr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:40.5rem;height:3.8984375rem;font-style:normal;display:block; }
#SSMgQsnJWyZgEA69DmUo5EAshINCcBxt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.5rem;height:3.25rem;font-style:normal;display:block; }
#gUqbUkG3PD1ZpILMvvmQd7IBT5FfDTbW { position:absolute;display:block;z-index:15007;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;height:17.1875rem;width:25.8125rem;top:1.4375rem;left:11.125rem;overflow:hidden;display:block; }
#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row .container { background-color: transparent; background-image: none; }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row .container > .video-iframe-container { display: none; }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row > .video-iframe-container { display: none; }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .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); }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row .container { border-width: 0; border-radius: 0; }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#eTv94NXy2G5pQR3Cx2zwwaFI6VI08zwe { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:13.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#zuThpXm2ye3am2aa0JWJ7Qt3HkNSKOBJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0625rem;left:13.6875rem;height:3.25rem;font-style:normal;display:block; }
#d57aV2iEV2TndqcVuGA7O74HPXQzlaQ0 { position:absolute;display:block;z-index:15007;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;height:17.1875rem;width:25.8125rem;top:1.4375rem;left:37.9375rem;overflow:hidden;display:block; }
#ndeCPgQtXBq7bl6cDEIHUpZwnqO3M2Kk { box-sizing:content-box;height:17.1875rem;width:25.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:1.4375rem;left:11.125rem;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; }
#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row .container { background-color: transparent; background-image: none; }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row .container > .video-iframe-container { display: none; }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row > .video-iframe-container { display: none; }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .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); }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row .container { border-width: 0; border-radius: 0; }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#NNksur8kakkm3Bid7IT3wokWl003if3l { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:28.6875rem;height:1.13671875rem;font-style:normal;display:block; }
#fIioDidnoTgknKX7nP8I0WP0UKpRwJJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.75rem;left:45.4375rem; }
#Ha7IszpkVRkTymEseCGXqEZ57vgOKHf2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:24.5625rem;display:block; }
#TGPTDbcdZdniI96QJW6SgCqcoy6OBpUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row .container { background-color: transparent; background-image: none; }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row .container > .video-iframe-container { display: none; }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row > .video-iframe-container { display: none; }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .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); }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row .container { border-width: 0; border-radius: 0; }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#uIPGJphPTeSUmUCk1RtkJBqJ4KaGwnxi { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.78125rem;left:18.40625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row .container { background-color: transparent; background-image: none; }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row .container > .video-iframe-container { display: none; }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row > .video-iframe-container { display: none; }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .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); }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row .container { border-width: 0; border-radius: 0; }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#M6LyiflLq1Grn5m8DPUgiQPTQxsTpSxD { box-sizing:content-box;height:14.6875rem;width:16.75rem;position:absolute;display:block;z-index:15000;background-color:#ededed;background-image:none;top:2.0625rem;left:8.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #9b9b9b;border-left:0.0625rem solid #9b9b9b;border-right:0.0625rem solid #9b9b9b;border-bottom:0.0625rem solid #9b9b9b;display:block; }
#agbc02q3a7gqIlRQPh0bDHOW3EGxDnql { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.75rem;left:13.25rem;height:3.57421875rem;font-style:normal;display:block; }
#bi4KhxQNdwHTDOda77IFevWntsHZHHPn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:10.375rem;height:4.875rem;font-style:normal;display:block; }
#z3zbg7R4u1dz600ZLkRFn39MuGLzhUTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.75rem;left:10.4375rem; }
#K8imf1wFFiBZMeaOG15Cgf5speI2I84s { box-sizing:content-box;height:14.6875rem;width:16.75rem;position:absolute;display:block;z-index:15004;background-color:#ededed;background-image:none;top:2.0625rem;left:29.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #9b9b9b;border-left:0.0625rem solid #9b9b9b;border-right:0.0625rem solid #9b9b9b;border-bottom:0.0625rem solid #9b9b9b;display:block; }
#TZHopSASIMNc6ayXdfnioFdO7ttdwGSq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.75rem;left:34.0625rem;height:3.57421875rem;font-style:normal;display:block; }
#eIm9LCABMT1K2XnzuVA6HbPT1pKVfTLe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.625rem;left:31.1875rem;height:4.875rem;font-style:normal;display:block; }
#ZsdfG6IDwOksJvTn5QLx4MxJzlEk10TZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.75rem;left:31.25rem; }
#VqFU4MEWLB1PGHC1EhWwTkQ2RB0Pw92S { box-sizing:content-box;height:14.6875rem;width:16.75rem;position:absolute;display:block;z-index:15008;background-color:#ededed;background-image:none;top:2.0625rem;left:50rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #9b9b9b;border-left:0.0625rem solid #9b9b9b;border-right:0.0625rem solid #9b9b9b;border-bottom:0.0625rem solid #9b9b9b;display:block; }
#ck1OS3WPg5HQcosa5w1rvUyz3EI9Mo3v { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.0625rem;left:54.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#TpZG57n4SFqGQv6g8qkrgsDrgLKea0qU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.4375rem;left:52.0625rem;height:6.5rem;font-style:normal;display:block; }
#Ho7HB2BKgD0MswKqHiLDba5d9nPHTNc8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.75rem;left:52.125rem; }
#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT { position:relative;display:block; }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT { background-color: transparent; background-image: none; }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .row .container > .video-iframe-container { display: none; }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .row > .video-iframe-container { display: none; }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .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); }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT { border-width: 0; border-radius: 0; }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .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; }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zb1AyeoM8GPmVEkHGSnaFk80TVmdNuVR { box-sizing:content-box;height:14.6875rem;width:16.75rem;position:absolute;display:block;z-index:15012;background-color:#ededed;background-image:none;top:1.5rem;left:18.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #9b9b9b;border-left:0.0625rem solid #9b9b9b;border-right:0.0625rem solid #9b9b9b;border-bottom:0.0625rem solid #9b9b9b;display:block; }
#o8c9TqXB7KTRc0wzV3mSAzxktxZAwCvP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.375rem;left:23.75rem;height:1.7871125rem;font-style:normal;display:block; }
#NxgkqTPcuWtitlaraVups7ttzMla8F5O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.4375rem;left:20.875rem;height:3.25rem;font-style:normal;display:block; }
#OoZaZO9wdnTTRJXm9EFf24OB0z6sD1nQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.1875rem;left:20.9375rem; }
#KFtbLJFKHDazx6EPeri1ihBc1hy46eud { box-sizing:content-box;height:14.6875rem;width:16.75rem;position:absolute;display:block;z-index:15016;background-color:#ededed;background-image:none;top:1.5rem;left:39.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;border-top:0.0625rem solid #9b9b9b;border-left:0.0625rem solid #9b9b9b;border-right:0.0625rem solid #9b9b9b;border-bottom:0.0625rem solid #9b9b9b;display:block; }
#T2A00BXHokr1MVKEuhm21D9v1N60aA87 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:3.1875rem;left:44.1875rem;height:5.361325rem;font-style:normal;display:block; }
#mWyzRIB2ksQUTvd7EcityZtdedvMqOTk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41.3125rem;height:4.875rem;font-style:normal;display:block; }
#gWSaTplOysovpTK32OCi6ck162aSfQOs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.875rem;left:41.3125rem; }
#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row .container { background-color: transparent; background-image: none; }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row .container > .video-iframe-container { display: none; }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row > .video-iframe-container { display: none; }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .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); }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row .container { border-width: 0; border-radius: 0; }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#tvLsUcGSaGupbeWq1DM6nO5A5KvZvPt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:28.6875rem;height:1.13671875rem;font-style:normal;display:block; }
#VTkciqqWkQlB1MDuI0vWBTbR7CKEgtUd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.75rem;left:45.4375rem; }
#rincWG8926SUcLLEvJQIZI8frg8hsm4J { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:25.03125rem;display:block; }
#prbFRylxeS4bLhhnxDi7TFZZQqTcwomJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row .container { background-color: transparent; background-image: none; }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row .container > .video-iframe-container { display: none; }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row > .video-iframe-container { display: none; }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .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); }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row .container { border-width: 0; border-radius: 0; }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#oWToh2DZsM9L3yueZLWbq4wPJ2FTUq67 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:18.40625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row .container { background-color: transparent; background-image: none; }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row .container > .video-iframe-container { display: none; }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row > .video-iframe-container { display: none; }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .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); }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row .container { border-width: 0; border-radius: 0; }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#f4F25hMIVEPM0Qbpd9J4tvTtCdu05Jk3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.75rem;left:2.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luW76st6o5H6axtDti5lyVvgmxWppgFT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.75rem;left:17rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwdTTs2MDzPTVpXZAuyce2eAa6Ir2QJ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLfW9BoQTMTZqiuNiHeUqd077Tba315I { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.75rem;left:45.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfQD70y23MWdzOdsiPGFnvcmGbqIUpWC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:7.75rem;left:60rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBwrGUFuAF3kTT7yF4peiJuG9vhFC8Cn { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:6.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#xC4veCQyHcJcrkBi6tTAc7RpFpMdDKsm { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:20.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#Ke8iWeicLHURDmaUQQyKbGqZNUrR1xG2 { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:35.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;box-shadow: 0rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#m7APS4U3hGxF3a7Ct6DKQloXuInQsqH2 { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:49.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#aWNNlC9W7F27E92mJG9DpwA2oitTlbgE { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:63.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0.1875rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#xo67JZDpkXBXCEklXkErGTsLTNu0iosl { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:2.59375rem;left:7.28125rem;overflow:hidden;display:block; }
#N9MC7IIirNe2qcfNgU9kCOBcmBXTfaBa { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:2.59375rem;left:21.78125rem;overflow:hidden;display:block; }
#E0ITaCAeQSsTyhNyqViuOWxJzgDR1KVs { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:2.59375rem;left:36.03125rem;overflow:hidden;display:block; }
#ePq56Rh0rnsEOTidK9mEl59ky0ssmCb1 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:2.59375rem;left:50.46875rem;overflow:hidden;display:block; }
#yD4i4wOdMF7EoLWQR8SCIxdSLzJCQcGB { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:2.59375rem;left:64.78125rem;overflow:hidden;display:block; }
#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row .container { background-color: transparent; background-image: none; }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row .container > .video-iframe-container { display: none; }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row > .video-iframe-container { display: none; }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .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); }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row .container { border-width: 0; border-radius: 0; }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#NJpdyGQGF70l8vfz2ssZLNatc0JRfOB6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.375rem;left:45.0625rem; }
#OBew1zauqMFydMBPxL0d6xpcyfS1VWwV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.25rem;left:28.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#SopueTigZugz98MHKCoZu4D4sEnvOter { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:25.03125rem;display:block; }
#lgc8Twag5rskT3mdxmNTC3GEttbO1SEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row .container { background-color: transparent; background-image: none; }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row .container > .video-iframe-container { display: none; }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row > .video-iframe-container { display: none; }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .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); }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row .container { border-width: 0; border-radius: 0; }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#phC1adiueZv8bT7RVPQMt2W4iFcCQlGy { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:18.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D87ktSLhALM9nxtwJQyDRppl7cfzQ583 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTbGBSHe7ZdZ93fvHQ9SKmNFTAPchHRS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.75rem;left:16.4375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilsMBNKe0HKm4q0ICf6SIS4u4b2OTUSv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:10.75rem;left:31.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsm83bxVdMSs4kPwiWZdZL6mg1EEx5Vq { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:10.75rem;left:46.0625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3FX8wLV3VFI2pq9e8nSKXlHwq4kSaaU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:10.75rem;left:60.75rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CVyxZN7sImpO7eOR6Lpl2RUGkENbO8xZ { box-sizing:content-box;height:9.375rem;width:14.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:9.3125rem;left:0.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;box-shadow: none;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
#kRZF5XSFd0sQnZxavxHeTk7zfoDizHgg { box-sizing:content-box;height:9.375rem;width:14.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:9.3125rem;left:15.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
#hxEGeJG0P8rvCI81epBITH9GXMEsCvUi { box-sizing:content-box;height:9.375rem;width:14.3125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:9.3125rem;left:30.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;box-shadow: none;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
#rDBP7Hd75o1tNd4VCkLgI9snMCxSpGow { box-sizing:content-box;height:9.375rem;width:14.3125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:9.3125rem;left:45.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;box-shadow: none;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
#UIWtiioEHwlMMLtl1TfPoPnu0MNr80Cn { box-sizing:content-box;height:9.375rem;width:14.3125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:9.3125rem;left:60.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;box-shadow: none;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
#IWHn39LVuwWy4qSA7krBr48KeZF6nFhp { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.3125rem;left:18.4375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row .container { background-color: transparent; background-image: none; }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row .container > .video-iframe-container { display: none; }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row > .video-iframe-container { display: none; }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .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); }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row .container { border-width: 0; border-radius: 0; }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#e5dBaGKhCwQi11yFERtNxoPHDPG1rOMB { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:18.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a91ocquchbTlMRuqcnQWH2kwW2ukeBqu { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:6.8125rem;left:13.1875rem;height:8.9355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;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; }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row .container { background-color: transparent; background-image: none; }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row .container > .video-iframe-container { display: none; }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row > .video-iframe-container { display: none; }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .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); }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row .container { border-width: 0; border-radius: 0; }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#dqT18V3UQ8ot7eBThCt8MvodwbX7R3V1 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1mWNOJhTQWoZET3gmBwRaZKu1FTyJBT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.75rem;left:4.5rem;height:1.13671875rem;font-style:normal;display:none; }
#AnEBPbRDVAeU62dpMdhaLJRWHygQsZu5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:36.875rem;left:21.25rem;display:none; }
#IcQMil0ANe9AvAQna7Gc2vtX8EPD80GV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.8125rem;left:25.03125rem;display:block; }
#LTxuE9p6qEiX6zMxp03oSc5mTeFyBSvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row .container { background-color: transparent; background-image: none; }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row .container > .video-iframe-container { display: none; }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row > .video-iframe-container { display: none; }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .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); }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row .container { border-width: 0; border-radius: 0; }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#g1Cm0aVfknTAlyzU5N4b4lkkF3M2AC47 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:22.625rem;top:4.78125rem;left:7.4375rem;overflow:hidden;display:block; }
#uGpEPK370UHHSXK2tgHOxlQ6XdIZFmiR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:3.849609375rem;left:46rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H75OhkcWb5h1a8wPo1qEemlKWHPzTDKN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:9.625rem;left:48.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgXLmEmoQvnib0TgXbhcW0LsKxZlMf9B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:9.625rem;left:46.1875rem; }
#AzwBSTcy7cgoqBIWtfrFCAlNfo1glgls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:4.4375rem;left:44rem; }
#rCezhHxOy4XhTMLn1oCDEEpOiG4iVJLS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:9.4375rem;left:44rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vd5yLEDOsrC6ekzu5I9I22BLc5cygGds { display:block; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6ywWw0cux0RZvKdCECwGohpmoV9mu0D { top:9.375rem;left:3.09375rem;width:41.5625rem;height:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9H45kxDcrTw9OWUSH613Gs3PXX7UggV { top:19.0625rem;left:3.9375rem;width:39.875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8LlAnzwEC9uvp02Se9GgcIf21sctK7k { width:24.9375rem;height:3.4375rem;top:29.125rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SResvsn5wXWMWELeQTpfTNiSnUODRzlf { display:block; }
 }@media only screen and (max-width: 763px) { #P9mAxnH9TfNAnBbe5QJLqBBePTZnPOVt { top:25.375rem;left:7.46875rem;width:32.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niEeHBpHGZQp11rr09tZV08qATtwy1pE { width:0.9375rem;height:0.9375rem;top:33.1875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7IW45p6CFkEUlTRtyverP0W0WOri7AS { top:33.0625rem;left:15.0625rem;width:16.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iskIlQaAQTgLkudIVaBUOsSZeLSEtzDS { width:19.75rem;height:5.6875rem;top:2.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhFib29Q3N4oQ0eI7EX3IOnZ4OKCtUW { top:36.0625rem;left:14.625rem;width:18.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkm56VK0X3loiqrm6kp6fzTVdkJcntcX { top:37.6875rem;left:11.6875rem;width:24.375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORS86klM7gx8D7a6g0NKlpgO8NPZsbup { display:block; }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDmgpPg7ETxyhOpU0dlTTU5kyKVkCrWW { width:13.4375rem;height:4.3125rem;top:1.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLdLBgJzV7XGhHRPDo2snG4cD86B0me { top:2.1875rem;left:4.75rem;width:26rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN { display:block; }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl9C0tOCtTZxmlu06kVwVRMzbXyR7OWW { top:2.5rem;left:4.78125rem;width:38.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTesQ6ozMyvXEKRP18bfkUOH57DilZAq { display:block; }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpBM9pELUmMkqMUDDEn8U4yQkfKvILA7 { width:25.9375rem;height:17.1875rem;top:1.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgqeErovGU2vZT0kpd3xVIs9kV6G0dRZ { top:5.8125rem;left:26.875rem;width:19.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAIwSEofApLrPvmwm7cksTF3u7zaN67T { top:11.0625rem;left:26.875rem;width:20.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTAWlWcaGsN1iq7mPMZD46dwMOESysGt { width:25.8125rem;height:17.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M { display:block; }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2zOc0WrKPwzVAnIFfvdIDs3rTUJnrFx { top:5.8125rem;left:0.0625rem;width:19.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8NURUMt7TqxAeIQUQUCCvIE2XLvx1LE { top:11.0625rem;left:0.0625rem;width:20.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSUfBrGCiGinsJ6HqNugGLwDz6utZGH6 { width:25.8125rem;height:17.1875rem;top:1.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTr3WuhFC3R8NCbmOkT5Gl6C17zItCH { width:25.9375rem;height:17.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmQU4lIzMS73pvEPK5eK0a52815hLGSy { display:block; }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UU1syUsy6y8I22OdIGfa9CXB6RUpNlRF { width:25.9375rem;height:17.1875rem;top:1.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgJVkMa98oE8Q1aXpNpKNQ4HT3AC8EWd { top:5.8125rem;left:26.875rem;width:19.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psFOKmZBPhuc6CbTsp5V43TGfvddxFEn { top:11.0625rem;left:26.875rem;width:20.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnSMQR6gCTtWnNx7HrQ5cQgzzkk4ItNR { width:25.8125rem;height:17.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue { display:block; }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIamMf923spds7df5aNFRy7ZzEiHhWLK { top:6.6875rem;left:0.0625rem;width:19.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkh6VsEOHX9BeJWrUtlJfIhAPnMAvDVr { top:10.1875rem;left:0.0625rem;width:20.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlFyb2RpK9nq8Pf7X5KrquEiDvUZoBTQ { width:25.8125rem;height:17.1875rem;top:1.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQqQ1DSU70ARJm8qFnW8eZHxH8IlqSu { width:25.9375rem;height:17.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk { display:block; }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGIKp6Tfll48ktt2Q3zZ5NAptCO4fZ5n { width:25.9375rem;height:17.1875rem;top:1.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkNt8ouWCLTUMMJukGSUW0eM74s3u3Fq { top:6.625rem;left:26.875rem;width:19.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Foz11nAySKoB4qeik5VKSxvKg5SMs0r3 { top:10.25rem;left:26.875rem;width:20.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1zTatUczVwr9NZJxQ2bFgwqIhMCsn9e { width:25.8125rem;height:17.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq { display:block; }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXa98dfp5FceWvCpuLLSmXILJV8O4SK1 { top:5.8125rem;left:0.0625rem;width:19.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvE8gxTK3PFPu0s2rGKqMClmd9VV1Odk { top:11.0625rem;left:0.0625rem;width:20.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmPB4MCHMzb41qoE6lFcsWab8QM3PVIi { width:25.8125rem;height:17.1875rem;top:1.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e74TpJi5UOfTFB2TH0aAaxpBERrL55Pv { width:25.9375rem;height:17.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t { display:block; }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAkKvLSi0V6UkUKqE4CbHWuoPFcBIG5t { width:25.9375rem;height:17.1875rem;top:1.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcwOoE6yFRKIT0Q2Sz8KatZisQcdOsNr { top:5.8125rem;left:26.875rem;width:19.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMgQsnJWyZgEA69DmUo5EAshINCcBxt { top:11.0625rem;left:26.875rem;width:20.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUqbUkG3PD1ZpILMvvmQd7IBT5FfDTbW { width:25.8125rem;height:17.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm { display:block; }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTv94NXy2G5pQR3Cx2zwwaFI6VI08zwe { top:5.8125rem;left:0.0625rem;width:19.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuThpXm2ye3am2aa0JWJ7Qt3HkNSKOBJ { top:11.0625rem;left:0.0625rem;width:20.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57aV2iEV2TndqcVuGA7O74HPXQzlaQ0 { width:25.8125rem;height:17.1875rem;top:1.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndeCPgQtXBq7bl6cDEIHUpZwnqO3M2Kk { width:25.9375rem;height:17.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M { display:block; }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNksur8kakkm3Bid7IT3wokWl003if3l { top:5.625rem;left:15.0625rem;width:16.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIioDidnoTgknKX7nP8I0WP0UKpRwJJZ { width:0.9375rem;height:0.9375rem;top:5.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha7IszpkVRkTymEseCGXqEZ57vgOKHf2 { width:24.9375rem;height:3.4375rem;top:1.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGPTDbcdZdniI96QJW6SgCqcoy6OBpUN { display:block; }
 }@media only screen and (max-width: 763px) { #fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk { display:block; }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIPGJphPTeSUmUCk1RtkJBqJ4KaGwnxi { top:2.75rem;left:4.78125rem;width:38.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP { display:block; }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6LyiflLq1Grn5m8DPUgiQPTQxsTpSxD { width:16.75rem;height:14.6875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agbc02q3a7gqIlRQPh0bDHOW3EGxDnql { top:4.75rem;left:6.125rem;width:9.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi4KhxQNdwHTDOda77IFevWntsHZHHPn { top:9.625rem;left:3.1875rem;width:12.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zbg7R4u1dz600ZLkRFn39MuGLzhUTD { width:2rem;height:2rem;top:4.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8imf1wFFiBZMeaOG15Cgf5speI2I84s { width:16.75rem;height:14.6875rem;top:2.0625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHopSASIMNc6ayXdfnioFdO7ttdwGSq { top:4.75rem;left:20.375rem;width:9.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIm9LCABMT1K2XnzuVA6HbPT1pKVfTLe { top:9.625rem;left:17.5rem;width:12.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsdfG6IDwOksJvTn5QLx4MxJzlEk10TZ { width:2.25rem;height:2.25rem;top:4.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqFU4MEWLB1PGHC1EhWwTkQ2RB0Pw92S { width:16.75rem;height:14.6875rem;top:2.0625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck1OS3WPg5HQcosa5w1rvUyz3EI9Mo3v { top:5.0625rem;left:32.125rem;width:9.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZG57n4SFqGQv6g8qkrgsDrgLKea0qU { top:8.4375rem;left:31.75rem;width:12.6875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho7HB2BKgD0MswKqHiLDba5d9nPHTNc8 { width:2.3125rem;height:2.3125rem;top:4.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT { display:block; }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zb1AyeoM8GPmVEkHGSnaFk80TVmdNuVR { width:16.75rem;height:14.6875rem;top:1.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8c9TqXB7KTRc0wzV3mSAzxktxZAwCvP { top:4.375rem;left:14.125rem;width:9.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxgkqTPcuWtitlaraVups7ttzMla8F5O { top:8.4375rem;left:11.1875rem;width:12.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoZaZO9wdnTTRJXm9EFf24OB0z6sD1nQ { width:2rem;height:2rem;top:4.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFtbLJFKHDazx6EPeri1ihBc1hy46eud { width:16.75rem;height:14.6875rem;top:1.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2A00BXHokr1MVKEuhm21D9v1N60aA87 { top:3.1875rem;left:23.875rem;width:10.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWyzRIB2ksQUTvd7EcityZtdedvMqOTk { top:9.5625rem;left:23.875rem;width:12.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWSaTplOysovpTK32OCi6ck162aSfQOs { width:2.375rem;height:2.375rem;top:3.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z { display:block; }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvLsUcGSaGupbeWq1DM6nO5A5KvZvPt2 { top:5.625rem;left:15.0625rem;width:16.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkciqqWkQlB1MDuI0vWBTbR7CKEgtUd { width:0.9375rem;height:0.9375rem;top:5.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rincWG8926SUcLLEvJQIZI8frg8hsm4J { width:24.9375rem;height:3.4375rem;top:1.75rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prbFRylxeS4bLhhnxDi7TFZZQqTcwomJ { display:block; }
 }@media only screen and (max-width: 763px) { #QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF { display:block; }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWToh2DZsM9L3yueZLWbq4wPJ2FTUq67 { top:3.0625rem;left:4.78125rem;width:38.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S { display:block; }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4F25hMIVEPM0Qbpd9J4tvTtCdu05Jk3 { top:7.75rem;left:0rem;width:12.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luW76st6o5H6axtDti5lyVvgmxWppgFT { top:7.75rem;left:3.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwdTTs2MDzPTVpXZAuyce2eAa6Ir2QJ0 { top:7.75rem;left:17.625rem;width:12.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLfW9BoQTMTZqiuNiHeUqd077Tba315I { top:7.75rem;left:32.0625rem;width:12.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQD70y23MWdzOdsiPGFnvcmGbqIUpWC { top:7.75rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBwrGUFuAF3kTT7yF4peiJuG9vhFC8Cn { width:4.875rem;height:4.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC4veCQyHcJcrkBi6tTAc7RpFpMdDKsm { width:4.875rem;height:4.875rem;top:1.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke8iWeicLHURDmaUQQyKbGqZNUrR1xG2 { width:4.875rem;height:4.875rem;top:1.625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7APS4U3hGxF3a7Ct6DKQloXuInQsqH2 { width:4.875rem;height:4.875rem;top:1.625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWNNlC9W7F27E92mJG9DpwA2oitTlbgE { width:4.875rem;height:4.875rem;top:1.625rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo67JZDpkXBXCEklXkErGTsLTNu0iosl { width:2.9375rem;height:2.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9MC7IIirNe2qcfNgU9kCOBcmBXTfaBa { width:2.9375rem;height:2.9375rem;top:2.5625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ITaCAeQSsTyhNyqViuOWxJzgDR1KVs { width:2.9375rem;height:2.9375rem;top:2.5625rem;left:22.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePq56Rh0rnsEOTidK9mEl59ky0ssmCb1 { width:2.9375rem;height:2.9375rem;top:2.5625rem;left:36.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD4i4wOdMF7EoLWQR8SCIxdSLzJCQcGB { width:2.9375rem;height:2.9375rem;top:2.5625rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 { display:block; }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJpdyGQGF70l8vfz2ssZLNatc0JRfOB6 { width:0.9375rem;height:0.9375rem;top:5.375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBew1zauqMFydMBPxL0d6xpcyfS1VWwV { top:5.25rem;left:14.6875rem;width:16.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SopueTigZugz98MHKCoZu4D4sEnvOter { width:24.9375rem;height:3.4375rem;top:1.25rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgc8Twag5rskT3mdxmNTC3GEttbO1SEQ { display:block; }
 }@media only screen and (max-width: 763px) { #qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb { display:block; }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phC1adiueZv8bT7RVPQMt2W4iFcCQlGy { top:2.6875rem;left:4.8125rem;width:38.1875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D87ktSLhALM9nxtwJQyDRppl7cfzQ583 { top:10.75rem;left:0rem;width:12.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbGBSHe7ZdZ93fvHQ9SKmNFTAPchHRS { top:10.75rem;left:2.8125rem;width:12.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilsMBNKe0HKm4q0ICf6SIS4u4b2OTUSv { top:10.75rem;left:17.75rem;width:12.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsm83bxVdMSs4kPwiWZdZL6mg1EEx5Vq { top:10.75rem;left:32.4375rem;width:13rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3FX8wLV3VFI2pq9e8nSKXlHwq4kSaaU { top:10.75rem;left:34.4375rem;width:13.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVyxZN7sImpO7eOR6Lpl2RUGkENbO8xZ { width:14.3125rem;height:9.375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRZF5XSFd0sQnZxavxHeTk7zfoDizHgg { width:14.3125rem;height:9.375rem;top:9.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxEGeJG0P8rvCI81epBITH9GXMEsCvUi { width:14.3125rem;height:9.375rem;top:9.3125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDBP7Hd75o1tNd4VCkLgI9snMCxSpGow { width:14.3125rem;height:9.375rem;top:9.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIWtiioEHwlMMLtl1TfPoPnu0MNr80Cn { width:14.3125rem;height:9.375rem;top:9.3125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWHn39LVuwWy4qSA7krBr48KeZF6nFhp { top:20.3125rem;left:4.8125rem;width:38.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW { display:block; }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5dBaGKhCwQi11yFERtNxoPHDPG1rOMB { top:2.4375rem;left:4.8125rem;width:38.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a91ocquchbTlMRuqcnQWH2kwW2ukeBqu { top:6.8125rem;left:0rem;width:47.75rem;height:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm { display:block; }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqT18V3UQ8ot7eBThCt8MvodwbX7R3V1 { top:3.375rem;left:4.8125rem;width:38.1875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1mWNOJhTQWoZET3gmBwRaZKu1FTyJBT { top:36.75rem;left:0rem;width:16.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnEBPbRDVAeU62dpMdhaLJRWHygQsZu5 { width:0.9375rem;height:0.9375rem;top:36.875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcQMil0ANe9AvAQna7Gc2vtX8EPD80GV { width:24.9375rem;height:3.4375rem;top:8.8125rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxuE9p6qEiX6zMxp03oSc5mTeFyBSvI { display:block; }
 }@media only screen and (max-width: 763px) { #y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl { display:block; }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1Cm0aVfknTAlyzU5N4b4lkkF3M2AC47 { width:22.625rem;height:6.625rem;top:4.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGpEPK370UHHSXK2tgHOxlQ6XdIZFmiR { top:3.8125rem;left:21rem;width:17.4375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H75OhkcWb5h1a8wPo1qEemlKWHPzTDKN { top:9.625rem;left:27.8125rem;width:9.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgXLmEmoQvnib0TgXbhcW0LsKxZlMf9B { width:1.625rem;height:1.625rem;top:9.625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzwBSTcy7cgoqBIWtfrFCAlNfo1glgls { width:1.75rem;height:1.75rem;top:4.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCezhHxOy4XhTMLn1oCDEEpOiG4iVJLS { width:2.0625rem;height:2.0625rem;top:9.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vd5yLEDOsrC6ekzu5I9I22BLc5cygGds { background-color:#ffffff;background-image:none;display:block; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container { background-color: transparent; background-image: none; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container > .video-iframe-container { display: none; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row > .video-iframe-container { display: none; }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .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); }#vd5yLEDOsrC6ekzu5I9I22BLc5cygGds > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6ywWw0cux0RZvKdCECwGohpmoV9mu0D { width:20rem;height:13.6465rem;top:8.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9H45kxDcrTw9OWUSH613Gs3PXX7UggV { width:20rem;height:9.75rem;top:20.802734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8LlAnzwEC9uvp02Se9GgcIf21sctK7k { width:20rem;height:3.4375rem;top:38.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SResvsn5wXWMWELeQTpfTNiSnUODRzlf { display:block; }
 }@media only screen and (max-width: 763px) { #P9mAxnH9TfNAnBbe5QJLqBBePTZnPOVt { width:20rem;height:3.57421875rem;top:31.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niEeHBpHGZQp11rr09tZV08qATtwy1pE { display:flex;width:0.9375rem;height:0.9375rem;top:42.25rem;left:17.875rem; }
 }@media only screen and (max-width: 763px) { #n7IW45p6CFkEUlTRtyverP0W0WOri7AS { width:16.6875rem;height:1.13671875rem;top:42.125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iskIlQaAQTgLkudIVaBUOsSZeLSEtzDS { width:16.25rem;height:4.75rem;top:1.79296875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhFib29Q3N4oQ0eI7EX3IOnZ4OKCtUW { width:17.6875rem;height:1.5rem;top:45.625rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hkm56VK0X3loiqrm6kp6fzTVdkJcntcX { width:13.8125rem;height:2.4746125rem;top:47.25rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORS86klM7gx8D7a6g0NKlpgO8NPZsbup { display:block; }#ORS86klM7gx8D7a6g0NKlpgO8NPZsbup > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDmgpPg7ETxyhOpU0dlTTU5kyKVkCrWW { width:14.6875rem;height:4.625rem;top:6.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLdLBgJzV7XGhHRPDo2snG4cD86B0me { width:20rem;height:4.875rem;top:2.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN { display:block; }#Nc2TbCdD2he8QpOQgbiKIbI4qWB8ZUpN > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl9C0tOCtTZxmlu06kVwVRMzbXyR7OWW { width:20rem;height:4.875rem;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTesQ6ozMyvXEKRP18bfkUOH57DilZAq { display:block; }#QTesQ6ozMyvXEKRP18bfkUOH57DilZAq > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpBM9pELUmMkqMUDDEn8U4yQkfKvILA7 { width:20rem;height:14.0625rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgqeErovGU2vZT0kpd3xVIs9kV6G0dRZ { width:15.1875rem;height:5.84765625rem;top:16.25rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAIwSEofApLrPvmwm7cksTF3u7zaN67T { width:15.625rem;height:3.25rem;top:23.4375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTAWlWcaGsN1iq7mPMZD46dwMOESysGt { width:19.875rem;height:13.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M { display:block; }#PTT4dfFp7b2p8LTWiFuMThh4mhptQm7M > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2zOc0WrKPwzVAnIFfvdIDs3rTUJnrFx { width:15.1875rem;height:3.8984375rem;top:16.3125rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8NURUMt7TqxAeIQUQUCCvIE2XLvx1LE { width:15.625rem;height:4.875rem;top:21.625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSUfBrGCiGinsJ6HqNugGLwDz6utZGH6 { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTr3WuhFC3R8NCbmOkT5Gl6C17zItCH { width:20rem;height:14.0625rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmQU4lIzMS73pvEPK5eK0a52815hLGSy { display:block; }#RmQU4lIzMS73pvEPK5eK0a52815hLGSy > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UU1syUsy6y8I22OdIGfa9CXB6RUpNlRF { width:20rem;height:14.0625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgJVkMa98oE8Q1aXpNpKNQ4HT3AC8EWd { width:15.1875rem;height:3.8984375rem;top:16.6875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psFOKmZBPhuc6CbTsp5V43TGfvddxFEn { width:15.625rem;height:4.875rem;top:21.75rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnSMQR6gCTtWnNx7HrQ5cQgzzkk4ItNR { width:20rem;height:13.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue { display:block; }#ohwpTmyXPrwtJQnaQgDuSDiJcWaAR3Ue > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIamMf923spds7df5aNFRy7ZzEiHhWLK { width:15.1875rem;height:3.8984375rem;top:17.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkh6VsEOHX9BeJWrUtlJfIhAPnMAvDVr { width:15.625rem;height:3.25rem;top:22.5rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlFyb2RpK9nq8Pf7X5KrquEiDvUZoBTQ { width:20rem;height:13.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQqQ1DSU70ARJm8qFnW8eZHxH8IlqSu { width:20rem;height:14.0625rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk { display:block; }#CswVUy7DXs5dGbVJ2gNuRqWPDwJcenVk > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGIKp6Tfll48ktt2Q3zZ5NAptCO4fZ5n { width:20rem;height:14.0625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkNt8ouWCLTUMMJukGSUW0eM74s3u3Fq { width:15.1875rem;height:3.8984375rem;top:16.8125rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Foz11nAySKoB4qeik5VKSxvKg5SMs0r3 { width:15.625rem;height:4.875rem;top:21.5625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1zTatUczVwr9NZJxQ2bFgwqIhMCsn9e { width:20rem;height:13.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq { display:block; }#VGMA2wGbsNEvodPM7Ehav0k7cTE6p4bq > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXa98dfp5FceWvCpuLLSmXILJV8O4SK1 { width:16.5625rem;height:3.8984375rem;top:17.1875rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvE8gxTK3PFPu0s2rGKqMClmd9VV1Odk { width:15.625rem;height:3.25rem;top:22.625rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmPB4MCHMzb41qoE6lFcsWab8QM3PVIi { width:20rem;height:13.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e74TpJi5UOfTFB2TH0aAaxpBERrL55Pv { width:20rem;height:14.0625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t { display:block; }#kEJ5rweVcqQGMeZS2UfqtRdqhVs3EA2t > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAkKvLSi0V6UkUKqE4CbHWuoPFcBIG5t { width:20rem;height:14.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcwOoE6yFRKIT0Q2Sz8KatZisQcdOsNr { width:15.1875rem;height:3.8984375rem;top:16.875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMgQsnJWyZgEA69DmUo5EAshINCcBxt { width:15.625rem;height:4.875rem;top:21.8125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUqbUkG3PD1ZpILMvvmQd7IBT5FfDTbW { width:20rem;height:13.317191283293rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm { display:block; }#kOKCaNNaVvC3ee1DdSEueTH9FyZIToOm > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTv94NXy2G5pQR3Cx2zwwaFI6VI08zwe { width:15.1875rem;height:3.8984375rem;top:16.5rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuThpXm2ye3am2aa0JWJ7Qt3HkNSKOBJ { width:15.625rem;height:4.875rem;top:21.625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57aV2iEV2TndqcVuGA7O74HPXQzlaQ0 { width:20rem;height:13.317191283293rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndeCPgQtXBq7bl6cDEIHUpZwnqO3M2Kk { width:20rem;height:14.0625rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M { display:block; }#wvHpShzNyEoPRA2CqNyX9XsDBfODlz5M > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNksur8kakkm3Bid7IT3wokWl003if3l { width:16.6875rem;height:1.13671875rem;top:5.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIioDidnoTgknKX7nP8I0WP0UKpRwJJZ { display:flex;width:0.9375rem;height:0.9375rem;top:5.4375rem;left:17.875rem; }
 }@media only screen and (max-width: 763px) { #Ha7IszpkVRkTymEseCGXqEZ57vgOKHf2 { width:20rem;height:3.4375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGPTDbcdZdniI96QJW6SgCqcoy6OBpUN { display:block; }
 }@media only screen and (max-width: 763px) { #fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk { display:block; }#fQPdFwZJSxcViHDVAIx9CPpVp8OaidCk > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIPGJphPTeSUmUCk1RtkJBqJ4KaGwnxi { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP { display:block; }#ZMSu8CiX8k2BQSUV5haoAD2OymVvOdsP > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6LyiflLq1Grn5m8DPUgiQPTQxsTpSxD { width:16.75rem;height:14.6875rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agbc02q3a7gqIlRQPh0bDHOW3EGxDnql { width:9.75rem;height:3.57421875rem;top:3.9375rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi4KhxQNdwHTDOda77IFevWntsHZHHPn { width:12.6875rem;height:4.875rem;top:8.8125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zbg7R4u1dz600ZLkRFn39MuGLzhUTD { display:flex;width:2rem;height:2rem;top:3.9375rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #K8imf1wFFiBZMeaOG15Cgf5speI2I84s { width:16.75rem;height:14.6875rem;top:17.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHopSASIMNc6ayXdfnioFdO7ttdwGSq { width:9.75rem;height:3.57421875rem;top:20rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIm9LCABMT1K2XnzuVA6HbPT1pKVfTLe { width:12.6875rem;height:4.875rem;top:24.875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsdfG6IDwOksJvTn5QLx4MxJzlEk10TZ { display:flex;width:2.25rem;height:2.25rem;top:20rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #VqFU4MEWLB1PGHC1EhWwTkQ2RB0Pw92S { width:16.75rem;height:14.6875rem;top:33.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck1OS3WPg5HQcosa5w1rvUyz3EI9Mo3v { width:9.75rem;height:1.7871125rem;top:36.375rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZG57n4SFqGQv6g8qkrgsDrgLKea0qU { width:12.6875rem;height:6.5rem;top:39.75rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho7HB2BKgD0MswKqHiLDba5d9nPHTNc8 { display:flex;width:2.3125rem;height:2.3125rem;top:36.0625rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT { display:block; }#pXGtH1UqnyHOl9vX0ZgiPkggEuKF7DTT > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zb1AyeoM8GPmVEkHGSnaFk80TVmdNuVR { width:16.75rem;height:14.6875rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8c9TqXB7KTRc0wzV3mSAzxktxZAwCvP { width:9.75rem;height:1.7871125rem;top:4.125rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxgkqTPcuWtitlaraVups7ttzMla8F5O { width:12.6875rem;height:3.25rem;top:8.1875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoZaZO9wdnTTRJXm9EFf24OB0z6sD1nQ { display:flex;width:2rem;height:2rem;top:3.9375rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #KFtbLJFKHDazx6EPeri1ihBc1hy46eud { width:16.75rem;height:14.6875rem;top:17.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2A00BXHokr1MVKEuhm21D9v1N60aA87 { width:10.75rem;height:5.361325rem;top:19rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWyzRIB2ksQUTvd7EcityZtdedvMqOTk { width:12.6875rem;height:4.875rem;top:25.375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWSaTplOysovpTK32OCi6ck162aSfQOs { display:flex;width:2.375rem;height:2.375rem;top:19.6875rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z { display:block; }#L6RphdCNG6H7u8Xc3DPPT0tdS2PXzT8z > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvLsUcGSaGupbeWq1DM6nO5A5KvZvPt2 { width:16.6875rem;height:1.13671875rem;top:5.25rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkciqqWkQlB1MDuI0vWBTbR7CKEgtUd { display:flex;width:0.9375rem;height:0.9375rem;top:5.375rem;left:17.875rem; }
 }@media only screen and (max-width: 763px) { #rincWG8926SUcLLEvJQIZI8frg8hsm4J { width:20rem;height:3.4375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prbFRylxeS4bLhhnxDi7TFZZQqTcwomJ { display:block; }
 }@media only screen and (max-width: 763px) { #QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF { display:block; }#QaglP5WBKZsfzlv9Ah1MKxnWpAMwBDVF > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWToh2DZsM9L3yueZLWbq4wPJ2FTUq67 { width:20rem;height:6.75rem;top:2.5rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S { display:block; }#RXQ6FpgPVUyRxbngUsApe2l3JHv36e6S > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4F25hMIVEPM0Qbpd9J4tvTtCdu05Jk3 { width:14.3125rem;height:3.25rem;top:7rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luW76st6o5H6axtDti5lyVvgmxWppgFT { width:12.5rem;height:3.25rem;top:18rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwdTTs2MDzPTVpXZAuyce2eAa6Ir2QJ0 { width:15.6875rem;height:3.25rem;top:29rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLfW9BoQTMTZqiuNiHeUqd077Tba315I { width:14.875rem;height:3.25rem;top:40.75rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQD70y23MWdzOdsiPGFnvcmGbqIUpWC { width:14.5625rem;height:1.625rem;top:51.9375rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBwrGUFuAF3kTT7yF4peiJuG9vhFC8Cn { width:4.875rem;height:4.875rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC4veCQyHcJcrkBi6tTAc7RpFpMdDKsm { width:4.875rem;height:4.875rem;top:12.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke8iWeicLHURDmaUQQyKbGqZNUrR1xG2 { width:4.875rem;height:4.875rem;top:23.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7APS4U3hGxF3a7Ct6DKQloXuInQsqH2 { width:4.875rem;height:4.875rem;top:34.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWNNlC9W7F27E92mJG9DpwA2oitTlbgE { width:4.875rem;height:4.875rem;top:46.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo67JZDpkXBXCEklXkErGTsLTNu0iosl { width:2.9375rem;height:2.9375rem;top:2.21875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9MC7IIirNe2qcfNgU9kCOBcmBXTfaBa { width:2.9375rem;height:2.9375rem;top:13.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ITaCAeQSsTyhNyqViuOWxJzgDR1KVs { width:2.9375rem;height:2.9375rem;top:24.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePq56Rh0rnsEOTidK9mEl59ky0ssmCb1 { width:2.9375rem;height:2.9375rem;top:35.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD4i4wOdMF7EoLWQR8SCIxdSLzJCQcGB { width:2.9375rem;height:2.9375rem;top:47.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 { display:block; }#VnHnQytulrbcsMdb9ZZ3ZvzlIKShzCe3 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJpdyGQGF70l8vfz2ssZLNatc0JRfOB6 { display:flex;width:0.9375rem;height:0.9375rem;top:5.375rem;left:17.875rem; }
 }@media only screen and (max-width: 763px) { #OBew1zauqMFydMBPxL0d6xpcyfS1VWwV { width:16.6875rem;height:1.13671875rem;top:5.25rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SopueTigZugz98MHKCoZu4D4sEnvOter { width:20rem;height:3.4375rem;top:1.26171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgc8Twag5rskT3mdxmNTC3GEttbO1SEQ { display:block; }
 }@media only screen and (max-width: 763px) { #qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb { display:block; }#qq7nuVUn8mkpThU5k9ZNzDZv8N507Frb > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phC1adiueZv8bT7RVPQMt2W4iFcCQlGy { width:17.625rem;height:9.75rem;top:1.5rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D87ktSLhALM9nxtwJQyDRppl7cfzQ583 { width:12.5rem;height:6.5rem;top:13.6875rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbGBSHe7ZdZ93fvHQ9SKmNFTAPchHRS { width:12.5rem;height:6.5rem;top:24.4375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilsMBNKe0HKm4q0ICf6SIS4u4b2OTUSv { width:12.5rem;height:6.5rem;top:35.1875rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsm83bxVdMSs4kPwiWZdZL6mg1EEx5Vq { width:13rem;height:6.5rem;top:45.9375rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3FX8wLV3VFI2pq9e8nSKXlHwq4kSaaU { width:13.3125rem;height:6.5rem;top:56.6875rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVyxZN7sImpO7eOR6Lpl2RUGkENbO8xZ { width:14.3125rem;height:9.375rem;top:12.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRZF5XSFd0sQnZxavxHeTk7zfoDizHgg { width:14.3125rem;height:9.375rem;top:23rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxEGeJG0P8rvCI81epBITH9GXMEsCvUi { width:14.3125rem;height:9.375rem;top:33.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDBP7Hd75o1tNd4VCkLgI9snMCxSpGow { width:14.3125rem;height:9.375rem;top:44.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIWtiioEHwlMMLtl1TfPoPnu0MNr80Cn { width:14.3125rem;height:9.375rem;top:55.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWHn39LVuwWy4qSA7krBr48KeZF6nFhp { width:18.9375rem;height:2.2734375rem;top:65.5625rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW { display:block; }#TfMIc9C4qNzPSqB6KQ4bLI42RuMCswkW > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5dBaGKhCwQi11yFERtNxoPHDPG1rOMB { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a91ocquchbTlMRuqcnQWH2kwW2ukeBqu { width:19.375rem;height:19.5rem;top:5.75rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm { display:block; }#kVxM1dq0MUKU5ZhErCEkfXxDKE69Phfm > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqT18V3UQ8ot7eBThCt8MvodwbX7R3V1 { width:19.0625rem;height:9rem;top:2.875rem;left:0.5rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1mWNOJhTQWoZET3gmBwRaZKu1FTyJBT { width:16.6875rem;height:1.13671875rem;top:18.1875rem;left:1.1875rem;font-size:0.875rem;z-index:15007;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #AnEBPbRDVAeU62dpMdhaLJRWHygQsZu5 { display:flex;width:0.9375rem;height:0.9375rem;top:18.3125rem;left:17.875rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #IcQMil0ANe9AvAQna7Gc2vtX8EPD80GV { width:20rem;height:3.4375rem;top:14.13671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxuE9p6qEiX6zMxp03oSc5mTeFyBSvI { display:block; }
 }@media only screen and (max-width: 763px) { #y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl { display:block; }#y1hneHOAIpCFkfp8KEH8uleX3qs8ewvl > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1Cm0aVfknTAlyzU5N4b4lkkF3M2AC47 { width:18.8125rem;height:5.4375rem;top:3.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGpEPK370UHHSXK2tgHOxlQ6XdIZFmiR { width:15.6875rem;height:2.923825rem;top:10.25rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H75OhkcWb5h1a8wPo1qEemlKWHPzTDKN { width:9.375rem;height:1.625rem;top:15.625rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgXLmEmoQvnib0TgXbhcW0LsKxZlMf9B { display:flex;width:1.625rem;height:1.625rem;top:15.625rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #AzwBSTcy7cgoqBIWtfrFCAlNfo1glgls { display:flex;width:1.75rem;height:1.75rem;top:10.375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #rCezhHxOy4XhTMLn1oCDEEpOiG4iVJLS { display:flex;width:2.0625rem;height:2.0625rem;top:15.4375rem;left:3.3125rem; }
 }