.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER { position:relative;display:none; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER { border-width: 0; border-radius: 0; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .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; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mlcvnTInFGgAJ9XS4XDJyTNTZTzd0fTx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.25rem;left:7.5625rem;display:none; }
#N5m8nD3FV6WhVUMaPTkZ8sJrAJoTEtVg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5rem;left:7.9375rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f0f1f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;overflow:visible;position:relative;display:block; }#lZfZ58Wvwf0E1Z6Mk0etBppTCvvpZv0T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:24.1875rem;top:5.6875rem;left:7.9375rem;overflow:hidden;display:block; }
#FqExqZUvyinTC56b16ao9FqmtKUy9mXO { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:"russo one";font-size:3.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5625rem;left:35.25rem;height:5.11865rem;display:block; }
#t1zgkT4XK6qa82Lq2zI0PH8d1J5TUK8T { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.625rem;left:37.375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#rFM4CTXNXmAn1C0cpxBXkHiACGoVhX8V { position:absolute;display:block;z-index:14999;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.5rem;width:17.5rem;top:8.5625rem;left:33.3125rem;overflow:hidden;display:block; }
#OS8ETrWHooyS52aWVGIuTilPZ2LOuQvg { box-sizing:content-box;height:25.375rem;width:25.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#ffdc34;background-image:none;top:3.375rem;left:7.3125rem;display:block; }
#ST5LmvkdA4Z8vvnOZdG9NH0evEEhzcdg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:11.0625rem;top:20.9375rem;left:44.25rem;overflow:hidden;display:block; }
#SJO35LSwsTn3iuJtC6u7yZM3ltmZgHBd { color:#515151;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.25rem;left:34.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#yOzd9XKDMH2zd3t7KGnxzLlmTm1RoQcT { box-sizing:content-box;height:0.0625rem;width:37.25rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:36.5625rem;left:18.875rem;display:block; }
#WkBgyXZHXcTABs4kx0Npff1VWoitKPnV { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#e5v43ggX6iBnogHQnSECOdlihL9UehBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f1f5;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; }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row .container { background-color: transparent; background-image: none; }#e5v43ggX6iBnogHQnSECOdlihL9UehBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row .container > .video-iframe-container { display: none; }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row > .video-iframe-container { display: none; }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .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); }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row .container { border-width: 0; border-radius: 0; }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ZBUEczx7DTqdiJGcvxrgP2oMJqaPQIbG { color:#000000;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:5.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.6875rem;height:7.6371875rem;text-align:center;text-align-last:center;display:block; }
#KOZsFAmmqE2LPdLdrNFh7bPThxH1eazT { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:8.75rem;height:3.7373rem;text-align:center;text-align-last:center;display:block; }
#MSJF6eN578doTwV9ybwJ14ytWq5UeswW { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.537109375rem;left:25.96875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#bTmTMvyqG5OOcqG1F9lyMNuGeINKrbQc { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8125rem;left:31.21875rem;height:3.7373rem;text-align:center;text-align-last:center;display:block; }
#ubEMWwLPc6nDTqS0DVv0f30MT4VunUNL { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.63037109375rem;left:56.21875rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#WdzBEmXFf9kgBF9JuGLAV4GmLeARd1TJ { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.63037109375rem;left:55.03125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f1f5;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; }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row .container { background-color: transparent; background-image: none; }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row .container > .video-iframe-container { display: none; }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row > .video-iframe-container { display: none; }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .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); }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row .container { border-width: 0; border-radius: 0; }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#tGo7En1aVKIuHFv1blKB7H46sITMNkND { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:18.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rLLaEmqTurHuJsDPawrWxJLZSnvDrxWl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.5625rem;width:54.75rem;top:9.28125rem;left:10.125rem;display:block; }
#NbKEV43TpPAwlhDa73mdpeJ4BLaf0TVo { position:absolute;display:block;z-index:14999;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.25rem;width:51.6875rem;top:2.53125rem;left:11.125rem;overflow:hidden;display:block; }
#gmyMbtOlODzH9TyHQax4kzU9CBOKXAgt { background-color:#7d001d;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.75rem;left:26.1875rem;display:block; }
#L4LL3hIkTl0N3h9W4chOnJqXudhQqTIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ { position:relative;display:block; }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ { background-color: transparent; background-image: none; }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .row .container > .video-iframe-container { display: none; }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .row > .video-iframe-container { display: none; }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .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); }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ { border-width: 0; border-radius: 0; }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .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; }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;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; }#a8imO0cP7nbZA9TDSD4yakNnfWKLHHJA { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:25.1875rem;height:14.29786875rem;display:block; }
#klDI0FtVQkmePOUA39VmPeMhRq2hR0Vl { box-sizing:content-box;height:0.125rem;width:10.5625rem;position:absolute;display:block;z-index:15001;background-color:#a2a2a2;background-image:none;top:4.4375rem;left:25.1875rem;display:block; }
#DpFGgIVJC7qUNuLvQUpz6X3zVlFSfLZ8 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.25rem;top:15.75rem;left:32.6875rem;overflow:hidden;display:block; }
#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row .container { background-color: transparent; background-image: none; }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row .container > .video-iframe-container { display: none; }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row > .video-iframe-container { display: none; }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .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); }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row .container { border-width: 0; border-radius: 0; }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#lyfeFLnBue0IhV9mnnMUfdvLEvucJwWp { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:22.65625rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP { position:relative;display:block; }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP { background-color: transparent; background-image: none; }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .row .container > .video-iframe-container { display: none; }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .row > .video-iframe-container { display: none; }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .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); }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP { border-width: 0; border-radius: 0; }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .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; }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32rem;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; }#nulPtT7Hyn4pfi8iMcvaCeKSp2zR7NI4 { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:25.125rem;height:7.7988375rem;display:block; }
#TZBVVnmZU17RJNle2uTc3bUTC6DoQ1CV { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.125rem;left:25.125rem;height:7.7988375rem;display:block; }
#G9tA9TEeZGmxtueZF84rrqQr0XqDxA6u { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.0625rem;top:4.9375rem;left:23.75rem;overflow:hidden;display:block; }
#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz { position:relative;display:block; }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz { background-color: transparent; background-image: none; }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .row .container > .video-iframe-container { display: none; }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .row > .video-iframe-container { display: none; }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .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); }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz { border-width: 0; border-radius: 0; }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .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; }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;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; }#Tg2lmiURTthDVMtZ5ALFOEvvDNrFlwZV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.9375rem;left:38.71875rem;height:0;display:block; }
#CgTpZEQuTT8cTVa1NxbImI4qqUCVvJOU { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.037109375rem;left:25.15625rem;height:11.69825625rem;display:block; }
#wCQkwXTkENJ0W5Nl7D4f4cmwk9DXErgX { 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:9.5rem;width:9.5rem;top:4.1875rem;left:14.625rem;overflow:hidden;display:block; }
#nsQ6JSRTtzESyy1hCk5aMZaIBeEIwwQu { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.0625rem;top:4.1875rem;left:33.03125rem;overflow:hidden;display:block; }
#FiWJD2Txkser5lbD81xh4KLc27AX5rdT { position:relative;display:block; }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT { background-color: transparent; background-image: none; }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .row .container > .video-iframe-container { display: none; }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .row > .video-iframe-container { display: none; }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .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); }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT { border-width: 0; border-radius: 0; }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .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; }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#Qy7xb1sGJqZtO3XdffhyBGmpg8Sf4yrh { 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:7.125rem;width:20.1875rem;top:12.0478515625rem;left:25.3125rem;overflow:hidden;display:block; }
#iswxGhnVGZCLyiFHfdcbWl9Nmtdzap7w { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.962890625rem;left:25.3125rem;height:18.1972875rem;display:block; }
#uqNOXu9rnBOToQE1Dfh4rrphtTl35HsF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.0625rem;top:19.1728515625rem;left:28.28125rem;overflow:hidden;display:block; }
#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D { position:relative;display:block; }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D { background-color: transparent; background-image: none; }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .row .container > .video-iframe-container { display: none; }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .row > .video-iframe-container { display: none; }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .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); }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D { border-width: 0; border-radius: 0; }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .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; }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#Pr5m4Delzf0QdCT2FLbz9RMClZ54PkBC { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.33740234375rem;left:16.03125rem;height:10.07425rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g { position:relative;display:block; }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g { background-color: transparent; background-image: none; }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .row .container > .video-iframe-container { display: none; }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .row > .video-iframe-container { display: none; }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .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); }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g { border-width: 0; border-radius: 0; }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .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; }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GJQ8NipItgNVG3xlcgtGggehWTcPJpTi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#qQn1ZXTFoZNIN4ECdq9MAJty8AUWdcBl { position:absolute;display:block;z-index:15004;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:18.5625rem;width:18.5625rem;top:1.1875rem;left:37.5rem;overflow:hidden;display:block; }
#uuPIkVfTabRJXNHT98Mpgsw1wEO0eGGX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#qTOOG1bpLoDkiEUnSZm5AiTeA7WQ91F7 { position:absolute;display:block;z-index:15005;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:18.5625rem;width:18.5625rem;top:0rem;left:56.34375rem;overflow:hidden;display:block; }
#wXyA3senDhfZ1RVwwxsnCLiTTXH2L8hA { position:absolute;display:block;z-index:15004;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:18.5625rem;width:18.5625rem;top:0rem;left:37.5rem;overflow:hidden;display:none; }
#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q { position:relative;display:block; }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q { background-color: transparent; background-image: none; }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .row .container > .video-iframe-container { display: none; }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .row > .video-iframe-container { display: none; }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .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); }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q { border-width: 0; border-radius: 0; }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .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; }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;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; }#xZaah0EIuL8h1TQ12HJK9spSNvWPtMmU { position:absolute;display:block;z-index:15004;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:18.5625rem;width:18.5625rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#qyATU8agTzl0EmghQNMCsVLxMqDKz1xK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#byJ8Cp4HcOX0zRmGVWvMlRau99RFFTLc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:4.75rem;left:18.75rem;overflow:hidden;display:block; }
#a728kdRTrwtXwevUvgXNPW6ELHpCrmaN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:3.9375rem;left:56.25rem;overflow:hidden;display:block; }
#lZyghAebRbSTQNgLp2DIBKLyKZgIcpc1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:0rem;left:18.75rem;overflow:hidden;display:none; }
#Ef85Ove82EKCIIrEntEzriydbMWnuBRh { position:relative;display:block; }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh { background-color: transparent; background-image: none; }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .row .container > .video-iframe-container { display: none; }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .row > .video-iframe-container { display: none; }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .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); }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh { border-width: 0; border-radius: 0; }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .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; }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;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; }#JGicMmwhyOTHUcOLcmASb1TUOTPTJLPp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#io1TVfbL2hb7yn5OT2xVtoh9xui3ezPF { position:absolute;display:block;z-index:15005;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:18.5625rem;width:18.5625rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#M3ede0v1kneMDu2zp8iWmgkeym7eIyU5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#ecFp9KQzeI9RKkUQzghtQSoHk8Oz4LfD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:4.96875rem;left:37.5rem;overflow:hidden;display:block; }
#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N { position:relative;display:block; }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N { background-color: transparent; background-image: none; }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .row .container > .video-iframe-container { display: none; }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .row > .video-iframe-container { display: none; }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .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); }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N { border-width: 0; border-radius: 0; }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .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; }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;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; }#pyNPBtOdgy1KyA57kGqqSGKkXKoh9ZRP { position:absolute;display:block;z-index:15004;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:18.5625rem;width:18.5625rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#gEsMCVt3oWoBb3klSPeZuSCZTQ3kv0hb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tF1E8ThUpl1GsaEL65tTv4RT7O3MzJcM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:1.96875rem;left:18.75rem;overflow:hidden;display:block; }
#pVPtLxWEG8uRFqBbJqZLer9axE9RCMLq { position:absolute;display:block;z-index:15005;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:18.5625rem;width:18.5625rem;top:1.375rem;left:56.4375rem;overflow:hidden;display:block; }
#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt { position:relative;display:block; }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt { background-color: transparent; background-image: none; }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .row .container > .video-iframe-container { display: none; }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .row > .video-iframe-container { display: none; }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .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); }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt { border-width: 0; border-radius: 0; }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .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; }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;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; }#QWdbaB7Fv7AHFvRI6FKOkSwmGEk2ptXS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#uVX4RZCTkAu72HxcQk3uBXfEId6Wvuki { position:absolute;display:block;z-index:15005;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:18.5625rem;width:18.5625rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#oT6UkBcgCUNAgw6W9PDibpd11OhrsT5V { position:absolute;display:block;z-index:15005;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:18.5625rem;width:18.5625rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#OUIoJLb1WU4r00hVRTqKMRky5KTvkgnh { position:absolute;display:block;z-index:15004;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:18.5625rem;width:18.5625rem;top:5.65625rem;left:37.5rem;overflow:hidden;display:block; }
#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf { position:relative;display:block; }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf { background-color: transparent; background-image: none; }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .row .container > .video-iframe-container { display: none; }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .row > .video-iframe-container { display: none; }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .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); }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf { border-width: 0; border-radius: 0; }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .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; }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;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; }#qP07FgRWVHD9bxi7pE5boCTCJW68cKtg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#elFoZFTF8nFvLXTDdohZZtiiKbOAtSZ1 { position:absolute;display:block;z-index:15004;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:18.5625rem;width:18.5625rem;top:6.625rem;left:18.75rem;overflow:hidden;display:block; }
#oVokWBWIpRDuHgNXTMJPixFx11Rte6kd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:7.6875rem;left:56.4375rem;overflow:hidden;display:block; }
#zFGG2EknbT3fpusb1nLoydQasVcASpPO { position:absolute;display:block;z-index:15005;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:18.5625rem;width:18.5625rem;top:0.8125rem;left:37.5rem;overflow:hidden;display:block; }
#o39a9QRHfMEL2lkTgaZOxsHrepsZ8W5I { position:absolute;display:block;z-index:15005;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:18.5625rem;width:18.5625rem;top:1rem;left:0rem;overflow:hidden;display:none; }
#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV { position:relative;display:block; }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV { background-color: transparent; background-image: none; }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .row .container > .video-iframe-container { display: none; }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .row > .video-iframe-container { display: none; }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .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); }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV { border-width: 0; border-radius: 0; }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .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; }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;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; }#GDPdckfTWs9WTNpvQCV1K2utl9BZ9fm0 { position:absolute;display:block;z-index:15005;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:18.5625rem;width:18.5625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#hSUg2ENvN5AwDFCT0CHbnPlw2dMH8rpR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:1rem;left:18.75rem;overflow:hidden;display:block; }
#VBCXcLaXBQc2pI5SRV1kkDZvUyd27upD { position:absolute;display:block;z-index:15004;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:18.5625rem;width:18.5625rem;top:1.96875rem;left:56.4375rem;overflow:hidden;display:block; }
#cINaM7ixTdVxyEk7eruD3HDWEs5xvhsf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:7.5625rem;left:37.5rem;overflow:hidden;display:block; }
#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 { position:relative;display:block; }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 { background-color: transparent; background-image: none; }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .row .container > .video-iframe-container { display: none; }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .row > .video-iframe-container { display: none; }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .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); }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 { border-width: 0; border-radius: 0; }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .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; }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#rG9a7Gm8wHEo8a22gTButb9xvLbJaRTH { background-color:#7d001d;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.0625rem;left:25.34375rem;display:block; }
#ya9TO9so2cT97J369mWNBxFOi6UXk1vl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER { display:none; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mlcvnTInFGgAJ9XS4XDJyTNTZTzd0fTx { top:3.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5m8nD3FV6WhVUMaPTkZ8sJrAJoTEtVg { top:5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZfZ58Wvwf0E1Z6Mk0etBppTCvvpZv0T { top:5.6875rem;left:0rem;width:24.1875rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqExqZUvyinTC56b16ao9FqmtKUy9mXO { top:8.5625rem;left:15.3125rem;width:32.4375rem;height:5.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1zgkT4XK6qa82Lq2zI0PH8d1J5TUK8T { top:14.625rem;left:21.25rem;width:26.5rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFM4CTXNXmAn1C0cpxBXkHiACGoVhX8V { top:8.5625rem;left:19.6875rem;width:17.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8ETrWHooyS52aWVGIuTilPZ2LOuQvg { top:3.375rem;left:0rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5LmvkdA4Z8vvnOZdG9NH0evEEhzcdg { top:20.9375rem;left:30.625rem;width:11.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJO35LSwsTn3iuJtC6u7yZM3ltmZgHBd { top:24.25rem;left:17.125rem;width:30.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOzd9XKDMH2zd3t7KGnxzLlmTm1RoQcT { top:36.5625rem;left:5.25rem;width:37.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkBgyXZHXcTABs4kx0Npff1VWoitKPnV { display:none; }
 }@media only screen and (max-width: 763px) { #e5v43ggX6iBnogHQnSECOdlihL9UehBn { display:block; }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBUEczx7DTqdiJGcvxrgP2oMJqaPQIbG { top:3.75rem;left:2.125rem;width:11.625rem;height:7.625rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOZsFAmmqE2LPdLdrNFh7bPThxH1eazT { top:11.3125rem;left:4.1875rem;width:7.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSJF6eN578doTwV9ybwJ14ytWq5UeswW { top:5.5rem;left:8.6875rem;width:23.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTmTMvyqG5OOcqG1F9lyMNuGeINKrbQc { top:9.8125rem;left:17.53125rem;width:12.5625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubEMWwLPc6nDTqS0DVv0f30MT4VunUNL { top:8.625rem;left:33.40625rem;width:12.5625rem;height:0;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzBEmXFf9kgBF9JuGLAV4GmLeARd1TJ { top:4.625rem;left:32.21875rem;width:14.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 { display:block; }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGo7En1aVKIuHFv1blKB7H46sITMNkND { top:2.9375rem;left:5.3125rem;width:38.8125rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLLaEmqTurHuJsDPawrWxJLZSnvDrxWl { top:9.25rem;left:0rem;width:47.75rem;height:26.654965753425rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbKEV43TpPAwlhDa73mdpeJ4BLaf0TVo { top:2.5rem;left:0rem;width:47.75rem;height:5.7738814993954rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmyMbtOlODzH9TyHQax4kzU9CBOKXAgt { width:24.3125rem;height:3.3125rem;top:42.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4LL3hIkTl0N3h9W4chOnJqXudhQqTIF { display:block; }
 }@media only screen and (max-width: 763px) { #PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ { display:block; }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8imO0cP7nbZA9TDSD4yakNnfWKLHHJA { top:6.25rem;left:11.5625rem;width:26.125rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klDI0FtVQkmePOUA39VmPeMhRq2hR0Vl { top:4.4375rem;left:11.5625rem;width:10.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFGgIVJC7qUNuLvQUpz6X3zVlFSfLZ8 { top:15.75rem;left:19.0625rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn { display:block; }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyfeFLnBue0IhV9mnnMUfdvLEvucJwWp { top:1.5625rem;left:9.03125rem;width:29.6875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP { display:block; }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nulPtT7Hyn4pfi8iMcvaCeKSp2zR7NI4 { top:5.5625rem;left:11.5rem;width:26.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBVVnmZU17RJNle2uTc3bUTC6DoQ1CV { top:18.125rem;left:11.5rem;width:26.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9tA9TEeZGmxtueZF84rrqQr0XqDxA6u { top:4.9375rem;left:10.125rem;width:12.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz { display:block; }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg2lmiURTthDVMtZ5ALFOEvvDNrFlwZV { top:8.9375rem;left:25.09375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTpZEQuTT8cTVa1NxbImI4qqUCVvJOU { top:5rem;left:11.53125rem;width:26.125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQkwXTkENJ0W5Nl7D4f4cmwk9DXErgX { top:4.1875rem;left:1rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsQ6JSRTtzESyy1hCk5aMZaIBeEIwwQu { top:4.1875rem;left:19.40625rem;width:12.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiWJD2Txkser5lbD81xh4KLc27AX5rdT { display:block; }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy7xb1sGJqZtO3XdffhyBGmpg8Sf4yrh { top:12rem;left:11.6875rem;width:20.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iswxGhnVGZCLyiFHfdcbWl9Nmtdzap7w { top:2.9375rem;left:11.6875rem;width:26.125rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNOXu9rnBOToQE1Dfh4rrphtTl35HsF { top:19.125rem;left:14.65625rem;width:12.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D { display:block; }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr5m4Delzf0QdCT2FLbz9RMClZ54PkBC { top:4.3125rem;left:2.40625rem;width:42.9375rem;height:10.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g { display:block; }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJQ8NipItgNVG3xlcgtGggehWTcPJpTi { top:3.4375rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQn1ZXTFoZNIN4ECdq9MAJty8AUWdcBl { top:1.1875rem;left:17.25rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuPIkVfTabRJXNHT98Mpgsw1wEO0eGGX { top:0rem;left:5.3125rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOOG1bpLoDkiEUnSZm5AiTeA7WQ91F7 { top:0rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXyA3senDhfZ1RVwwxsnCLiTTXH2L8hA { top:0rem;left:17.25rem;width:18.5625rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q { display:block; }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZaah0EIuL8h1TQ12HJK9spSNvWPtMmU { top:0rem;left:17.25rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyATU8agTzl0EmghQNMCsVLxMqDKz1xK { top:0rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byJ8Cp4HcOX0zRmGVWvMlRau99RFFTLc { top:4.75rem;left:5.3125rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a728kdRTrwtXwevUvgXNPW6ELHpCrmaN { top:3.9375rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZyghAebRbSTQNgLp2DIBKLyKZgIcpc1 { top:0rem;left:5.3125rem;width:18.5625rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ef85Ove82EKCIIrEntEzriydbMWnuBRh { display:block; }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGicMmwhyOTHUcOLcmASb1TUOTPTJLPp { top:2.5625rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io1TVfbL2hb7yn5OT2xVtoh9xui3ezPF { top:0rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ede0v1kneMDu2zp8iWmgkeym7eIyU5 { top:0rem;left:5.3125rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecFp9KQzeI9RKkUQzghtQSoHk8Oz4LfD { top:4.9375rem;left:17.25rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmGecVI9IVmfO7LDguCchMP4SPSuuc3N { display:block; }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyNPBtOdgy1KyA57kGqqSGKkXKoh9ZRP { top:0rem;left:17.25rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEsMCVt3oWoBb3klSPeZuSCZTQ3kv0hb { top:0rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF1E8ThUpl1GsaEL65tTv4RT7O3MzJcM { top:1.9375rem;left:5.3125rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVPtLxWEG8uRFqBbJqZLer9axE9RCMLq { top:1.375rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt { display:block; }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWdbaB7Fv7AHFvRI6FKOkSwmGEk2ptXS { top:0rem;left:5.3125rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVX4RZCTkAu72HxcQk3uBXfEId6Wvuki { top:0rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6UkBcgCUNAgw6W9PDibpd11OhrsT5V { top:3.9375rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUIoJLb1WU4r00hVRTqKMRky5KTvkgnh { top:5.625rem;left:17.25rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf { display:block; }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qP07FgRWVHD9bxi7pE5boCTCJW68cKtg { top:0rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elFoZFTF8nFvLXTDdohZZtiiKbOAtSZ1 { top:6.625rem;left:5.3125rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVokWBWIpRDuHgNXTMJPixFx11Rte6kd { top:7.6875rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFGG2EknbT3fpusb1nLoydQasVcASpPO { top:0.8125rem;left:17.25rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o39a9QRHfMEL2lkTgaZOxsHrepsZ8W5I { top:1rem;left:0rem;width:18.5625rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BihyrvEmWOiOxbHosIF5Ies6FCaln5gV { display:block; }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDPdckfTWs9WTNpvQCV1K2utl9BZ9fm0 { top:1rem;left:0rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSUg2ENvN5AwDFCT0CHbnPlw2dMH8rpR { top:1rem;left:5.3125rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBCXcLaXBQc2pI5SRV1kkDZvUyd27upD { top:1.9375rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cINaM7ixTdVxyEk7eruD3HDWEs5xvhsf { top:7.5625rem;left:17.25rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 { display:block; }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG9a7Gm8wHEo8a22gTButb9xvLbJaRTH { width:24.3125rem;height:3.3125rem;top:3.0625rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya9TO9so2cT97J369mWNBxFOi6UXk1vl { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row .container { background-color: transparent; background-image: none; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row .container > .video-iframe-container { display: none; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row > .video-iframe-container { display: none; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .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); }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row .container { border-width: 0; border-radius: 0; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4hCVsHvgHJn0l5EnBGW7qmcTavkTkER > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlcvnTInFGgAJ9XS4XDJyTNTZTzd0fTx { top:0.8125rem;left:3.75rem;width:12.5rem;height:1.7871125rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.375rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #N5m8nD3FV6WhVUMaPTkZ8sJrAJoTEtVg { top:2.599609375rem;left:3.75rem;width:12.5rem;height:1.29980625rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.5625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZfZ58Wvwf0E1Z6Mk0etBppTCvvpZv0T { width:20rem;height:21.291rem;top:5.4658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqExqZUvyinTC56b16ao9FqmtKUy9mXO { width:20rem;height:3.0058625rem;top:2.39697265625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #t1zgkT4XK6qa82Lq2zI0PH8d1J5TUK8T { width:20rem;height:7.7988125rem;top:28.291015625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFM4CTXNXmAn1C0cpxBXkHiACGoVhX8V { width:10.9375rem;height:3.125rem;top:2.4033203125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #OS8ETrWHooyS52aWVGIuTilPZ2LOuQvg { width:13.5rem;height:17.1875rem;top:8.0888671875rem;left:4.21875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ST5LmvkdA4Z8vvnOZdG9NH0evEEhzcdg { width:11.0625rem;height:1.875rem;top:38.4638671875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJO35LSwsTn3iuJtC6u7yZM3ltmZgHBd { width:16.9375rem;height:2.92480625rem;top:41.0888671875rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOzd9XKDMH2zd3t7KGnxzLlmTm1RoQcT { width:20rem;height:0.0625rem;top:45.2636734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkBgyXZHXcTABs4kx0Npff1VWoitKPnV { top:0rem;left:5.40625rem;width:9.1875rem;height:0.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #e5v43ggX6iBnogHQnSECOdlihL9UehBn { display:block; }#e5v43ggX6iBnogHQnSECOdlihL9UehBn > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBUEczx7DTqdiJGcvxrgP2oMJqaPQIbG { width:11.625rem;height:2.5996125rem;top:2.56201171875rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOZsFAmmqE2LPdLdrNFh7bPThxH1eazT { width:7.5rem;height:3.7373rem;top:5.0996125rem;left:6.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSJF6eN578doTwV9ybwJ14ytWq5UeswW { width:20rem;height:2.5996125rem;top:11.3984375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTmTMvyqG5OOcqG1F9lyMNuGeINKrbQc { width:12.5625rem;height:3.7373rem;top:13.93604375rem;left:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubEMWwLPc6nDTqS0DVv0f30MT4VunUNL { width:12.5625rem;height:4.54980625rem;top:22.772475rem;left:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzBEmXFf9kgBF9JuGLAV4GmLeARd1TJ { width:14.9375rem;height:2.5996125rem;top:20.23486328125rem;left:2.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 { display:block; }#WoKo1pPbfWqHniU8dVUFxmfcOHX4M948 > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGo7En1aVKIuHFv1blKB7H46sITMNkND { width:20rem;height:5.19921875rem;top:1.9609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLLaEmqTurHuJsDPawrWxJLZSnvDrxWl { height:11.125rem;width:20rem;top:10.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbKEV43TpPAwlhDa73mdpeJ4BLaf0TVo { width:20rem;height:2.4183796856106rem;top:5.2890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmyMbtOlODzH9TyHQax4kzU9CBOKXAgt { width:13.6875rem;height:2.4375rem;top:25.8515625rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4LL3hIkTl0N3h9W4chOnJqXudhQqTIF { display:block; }
 }@media only screen and (max-width: 763px) { #PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ { display:block; }#PTzNrygp1seeMB56wTiQs7FcE0MQ2IPZ > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8imO0cP7nbZA9TDSD4yakNnfWKLHHJA { width:18.1875rem;height:18.19728125rem;top:2.8125rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klDI0FtVQkmePOUA39VmPeMhRq2hR0Vl { width:10.5625rem;height:0.125rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFGgIVJC7qUNuLvQUpz6X3zVlFSfLZ8 { width:5.25rem;height:1.6875rem;top:15.82177734375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn { display:block; }#aRLb2mLIg6AAnMqTgVhZptZSm9dV7PKn > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyfeFLnBue0IhV9mnnMUfdvLEvucJwWp { width:19.6875rem;height:2.4375rem;top:1.21875rem;left:0.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP { display:block; }#zoZDLyzg6eV26NumPNUIkWL4qvR4ooTP > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nulPtT7Hyn4pfi8iMcvaCeKSp2zR7NI4 { width:18.1875rem;height:12.99805625rem;top:4.6875rem;left:0.9375rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TZBVVnmZU17RJNle2uTc3bUTC6DoQ1CV { width:18.1875rem;height:9.0986375rem;top:22.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9tA9TEeZGmxtueZF84rrqQr0XqDxA6u { width:10.9375rem;height:3.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz { display:block; }#GsrpQe7qTEd5zWVyPh1ogbZEn6Gghrdz > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg2lmiURTthDVMtZ5ALFOEvvDNrFlwZV { width:12.5rem;height:0;top:32.610375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTpZEQuTT8cTVa1NxbImI4qqUCVvJOU { width:18.1875rem;height:15.59766875rem;top:12.75rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQkwXTkENJ0W5Nl7D4f4cmwk9DXErgX { width:9.5rem;height:9.5rem;top:2.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsQ6JSRTtzESyy1hCk5aMZaIBeEIwwQu { width:10.3125rem;height:3.1875rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiWJD2Txkser5lbD81xh4KLc27AX5rdT { display:block; }#FiWJD2Txkser5lbD81xh4KLc27AX5rdT > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy7xb1sGJqZtO3XdffhyBGmpg8Sf4yrh { width:20rem;height:7.0588235294118rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iswxGhnVGZCLyiFHfdcbWl9Nmtdzap7w { width:18.1875rem;height:20.7969rem;top:1.44921875rem;left:0.90625rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uqNOXu9rnBOToQE1Dfh4rrphtTl35HsF { width:10.5rem;height:3.25rem;top:19.12109375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D { display:block; }#ZAyTiHntuFpOdGuIMz6Qr77HsPpxzH1D > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr5m4Delzf0QdCT2FLbz9RMClZ54PkBC { width:18.1875rem;height:14.786125rem;top:2.66845703125rem;left:0.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g { display:block; }#ldlGXmgiGUJKnWtlIz8iNJWRsJiJrN0g > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJQ8NipItgNVG3xlcgtGggehWTcPJpTi { width:20rem;height:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQn1ZXTFoZNIN4ECdq9MAJty8AUWdcBl { width:18.5625rem;height:18.5625rem;top:30.3125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuPIkVfTabRJXNHT98Mpgsw1wEO0eGGX { width:18.5625rem;height:18.5625rem;top:12.125rem;left:0.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTOOG1bpLoDkiEUnSZm5AiTeA7WQ91F7 { width:18.5625rem;height:18.5625rem;top:49.5rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXyA3senDhfZ1RVwwxsnCLiTTXH2L8hA { width:18.5625rem;height:18.5625rem;top:11.75rem;left:0.71875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q { display:block; }#X6DXB5Ku99AvT8vVKxCJI6Myf75UuS6Q > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZaah0EIuL8h1TQ12HJK9spSNvWPtMmU { width:18.5625rem;height:18.5625rem;top:32.3125rem;left:0.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyATU8agTzl0EmghQNMCsVLxMqDKz1xK { width:18.5625rem;height:18.5625rem;top:0rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byJ8Cp4HcOX0zRmGVWvMlRau99RFFTLc { width:18.5625rem;height:18.5625rem;top:21.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a728kdRTrwtXwevUvgXNPW6ELHpCrmaN { width:18.5625rem;height:18.5625rem;top:50.875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZyghAebRbSTQNgLp2DIBKLyKZgIcpc1 { width:18.5625rem;height:18.5625rem;top:31.25rem;left:0.71875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ef85Ove82EKCIIrEntEzriydbMWnuBRh { display:block; }#Ef85Ove82EKCIIrEntEzriydbMWnuBRh > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGicMmwhyOTHUcOLcmASb1TUOTPTJLPp { width:18.5625rem;height:18.5625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #io1TVfbL2hb7yn5OT2xVtoh9xui3ezPF { width:18.5625rem;height:18.5625rem;top:44.8125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ede0v1kneMDu2zp8iWmgkeym7eIyU5 { width:18.5625rem;height:18.5625rem;top:13.6875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecFp9KQzeI9RKkUQzghtQSoHk8Oz4LfD { width:18.5625rem;height:18.5625rem;top:34.1875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmGecVI9IVmfO7LDguCchMP4SPSuuc3N { display:block; }#XmGecVI9IVmfO7LDguCchMP4SPSuuc3N > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyNPBtOdgy1KyA57kGqqSGKkXKoh9ZRP { width:18.5625rem;height:18.5625rem;top:36.5625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEsMCVt3oWoBb3klSPeZuSCZTQ3kv0hb { width:18.5625rem;height:18.5625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF1E8ThUpl1GsaEL65tTv4RT7O3MzJcM { width:18.5625rem;height:18.5625rem;top:21.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVPtLxWEG8uRFqBbJqZLer9axE9RCMLq { width:18.5625rem;height:18.5625rem;top:58.875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt { display:block; }#WXUzrIKzR7ZyRqPQXahNxkHGJVR5H6zt > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWdbaB7Fv7AHFvRI6FKOkSwmGEk2ptXS { width:18.5625rem;height:18.5625rem;top:15rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVX4RZCTkAu72HxcQk3uBXfEId6Wvuki { width:18.5625rem;height:18.5625rem;top:44.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6UkBcgCUNAgw6W9PDibpd11OhrsT5V { width:18.5625rem;height:18.5625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUIoJLb1WU4r00hVRTqKMRky5KTvkgnh { width:18.5625rem;height:18.5625rem;top:35.5625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf { display:block; }#o4OLHDUxqPw0Oork3vVnT7h08d3yEpxf > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qP07FgRWVHD9bxi7pE5boCTCJW68cKtg { width:18.5625rem;height:18.5625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elFoZFTF8nFvLXTDdohZZtiiKbOAtSZ1 { width:18.5625rem;height:18.5625rem;top:21.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVokWBWIpRDuHgNXTMJPixFx11Rte6kd { width:18.5625rem;height:18.5625rem;top:47.875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFGG2EknbT3fpusb1nLoydQasVcASpPO { width:18.5625rem;height:18.5625rem;top:28.0625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o39a9QRHfMEL2lkTgaZOxsHrepsZ8W5I { width:18.5625rem;height:18.5625rem;top:53.125rem;left:0.71875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #BihyrvEmWOiOxbHosIF5Ies6FCaln5gV { display:block; }#BihyrvEmWOiOxbHosIF5Ies6FCaln5gV > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDPdckfTWs9WTNpvQCV1K2utl9BZ9fm0 { width:18.5625rem;height:18.5625rem;top:1.25rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSUg2ENvN5AwDFCT0CHbnPlw2dMH8rpR { width:18.5625rem;height:18.5625rem;top:0.8125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBCXcLaXBQc2pI5SRV1kkDZvUyd27upD { width:18.5625rem;height:18.5625rem;top:27.0625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cINaM7ixTdVxyEk7eruD3HDWEs5xvhsf { width:18.5625rem;height:18.5625rem;top:21.875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 { display:block; }#oDT7tGv1ra8md0WW3TGzLFdIFUzCXtz1 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG9a7Gm8wHEo8a22gTButb9xvLbJaRTH { width:19rem;height:3.3125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya9TO9so2cT97J369mWNBxFOi6UXk1vl { display:block; }
 }