.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f6f8fb;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); }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp { background-color:transparent;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; }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row .container { background-color: transparent; background-image: none; }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row .container > .video-iframe-container { display: none; }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row > .video-iframe-container { display: block; }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .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); }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row .container { border-width: 0; border-radius: 0; }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row .container { width:75rem;height:44rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#yG0ltQsCZ2ZA0sMrpk3t0l0ZrpKdzdGp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:6rem;left:30.5rem;overflow:hidden;display:block; }
#e9NIxI0HhuTKagvfz2iIRzyb1lfZa2U6 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:35.1875rem;height:1.4624rem;font-style:normal;display:block; }
#I07qXq6lOiTqFrnsHCz1V30bnUZio5DS { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgp7NPrBmTz0Af9evOhTXVMqDFxKxIIp { color:#333333;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.125rem;left:23.5rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7RMZ5OD4GPEyRl3cKBQFgknErl6LwJ3 { background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:5.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.4375rem;left:28.625rem;display:block; }
#vqfzNhUdbMBIP1tnXnqfa4ZCkoP4hdvA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 { background-color:transparent;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; }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row .container { background-color: transparent; background-image: none; }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row .container > .video-iframe-container { display: none; }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row > .video-iframe-container { display: none; }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .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); }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row .container { border-width: 0; border-radius: 0; }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row .container { width:75rem;height:44rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wDm3DyDlX0yoFboXMXs6FTh0dFd1yI0h { 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:2.5rem;width:7rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#dv0EngDkxSBoeTnGlESp2z0ueCoGodUW { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.1875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJ813iwNT7hpDeVGAb7COylU5fDtpPHm { color:#333333;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:30.125rem;left:23.875rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfUdbWg5P3KViLhgCByJqLQWaAoRDaNg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:18.25rem;left:33.8125rem;overflow:hidden;display:block; }
#XTt5KLckxDoKpsmIN2IduWOHTK7r4bXN { position:absolute;display:block;z-index:14997;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:59.25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#r0E6WQCHIvioNBPh1J7T5hAywwCmzBUV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:23.6875rem;top:0rem;left:51.3125rem;overflow:hidden;display:block; }
#BVLztwkRgiMPNk3qDuxmL9vJm97zT6iX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:38.75rem;left:40.5625rem;overflow:hidden;display:block; }
#Q6z5hACiVJZcWpImXE3JPbmTO2VcxPlb { color:#333333;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:39.1376953125rem;left:31.03125rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Leqtfa1LvMIB3JX8fFv3ilnonaPN4m3Q { position:absolute;display:block;z-index:14998;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:22.9375rem;width:42rem;top:0rem;left:27.658203125rem;overflow:hidden;display:block; }
#SbnUp6LnS3JsBu1cDTRTRh2lg0ADT0Z9 { 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:2.1875rem;width:2.1875rem;top:11.5625rem;left:10.625rem;overflow:hidden;display:block; }
#aDxpHEbSU4ofqLIys4DUUn2ovaAPeLcw { 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:1.875rem;width:1.875rem;top:36.9375rem;left:58.5rem;overflow:hidden;display:block; }
#oTuL1yqyyTFy8HcIS5uwwJZBpdV0EvU9 { 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:1.8125rem;width:1.8125rem;top:37rem;left:2.5625rem;overflow:hidden;display:block; }
#xa3GmRtDAtLxlTrHKepZ1tWdzLxhTiPT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:5.5rem;left:42rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;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 > .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 { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#KmVcqZEps3nJAT3PSX13axAIx6iRlBPw { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lx8aoUos01L3p95hAJVWVqZE42irs0vl { 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.8125rem;width:1.8125rem;top:28.1875rem;left:62.375rem;overflow:hidden;display:block; }
#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 { z-index:;position:relative;display:block; }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 { background-color: transparent; background-image: none; }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .row .container > .video-iframe-container { display: none; }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .row > .video-iframe-container { display: none; }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .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); }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 { border-width: 0; border-radius: 0; }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#y7XqOpMJ7DdCwuF1qHJxCDNb6iK4tRyi { color:#000000;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iH8zP2grUdoWHqBrFuwzeT7URO7A5I5m { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:51.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FOZCTTOkih7ng9lCNgIXcHGl5EKZPNsO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:24.5rem;left:22.875rem;overflow:hidden;display:block; }
#dHyhOTPA5ofiFh1Qr4TDtK2Zbv64vgCl { 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:3.0625rem;width:3.0625rem;top:28.1875rem;left:70.125rem;overflow:hidden;display:block; }
#XvPPN3or2JTLq6MoxwgDuzSBR6wyz9gR { 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:1.875rem;top:3.5625rem;left:10.0625rem;overflow:hidden;display:block; }
#zGL3fpf37RLHPCKuH0rVE9bxIhdyB5hU { 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:2.6875rem;width:2.6875rem;top:38.4375rem;left:44.25rem;overflow:hidden;display:block; }
#mpObDqG5E8UHsPGFP0iZ5dTHupBxqCtS { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfKubduJMoGz9mT2R8r7EV2PvMUDtR4l { position:absolute;display:block;z-index:15008;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:1rem;width:1rem;top:14.4375rem;left:0rem;overflow:hidden;display:block; }
#Hd2hyIuZ5J82F3n5Dg7M3O6ozK5ei7uF { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.25rem;left:51.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDpTCbToXdCAFq44O8Tn99KmQxsNnATK { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.4375rem;left:51.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#niA0WoX8iVWGAvqVFqpTrOwVrpAMmBOh { color:#000000;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5rem;left:51.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nV58dq4c9yPqdbOROKtWEG6ZyUGOkq85 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.6875rem;left:51.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M6Z088E5qNbrQ3MToN07Q5lJSJeC0oX1 { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.8125rem;left:51.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BVw39TMFcwNHBb82UZqwPRB9wl7lFm0m { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:32.9375rem;left:51.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qeZWV0oks09hX81TuUQ9bq5PdLFm1LFX { 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:34.1875rem;width:47.0625rem;top:27.25rem;left:0rem;overflow:hidden;display:block; }
#FzSfDFpiXkpPgLCRcqhVu03TtxmTt21b { 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:1.8125rem;width:1.8125rem;top:38.4375rem;left:9.25rem;overflow:hidden;display:block; }
#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row .container { background-color: transparent; background-image: none; }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row .container > .video-iframe-container { display: none; }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row > .video-iframe-container { display: none; }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .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); }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row .container { border-width: 0; border-radius: 0; }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row .container { width:75rem;height:51.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hUPIw0q1tKbeI6LdgfiJl1e3BrBJkZGw { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLlhArf5IqmvHDtqex57HdcouteLiRNO { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PADkTZ94bzlUVpIzIOOUbrPlI0atqxgB { position:absolute;display:block;z-index:15008;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:28.125rem;width:46.125rem;top:8.9375rem;left:28.875rem;overflow:hidden;display:block; }
#OAouII1r6CcUQdhapTCwqeCccHNnEDEJ { position:absolute;display:block;z-index:15009;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:13.3125rem;width:11.3125rem;top:28.25rem;left:8.375rem;overflow:hidden;display:block; }
#ypiB5a6XpMBWZkPQe1F1WmCna4MTbbXN { position:absolute;display:block;z-index:15010;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.1875rem;width:8.1875rem;top:3.787109375rem;left:16.1875rem;overflow:hidden;display:block; }
#dH4uOTJ0L7Tq60ivZn6oyBcVUOTEmeE1 { 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:25.25rem;width:50.5625rem;top:0rem;left:24.4375rem;overflow:hidden;display:block; }
#FSAR9hrUE1dNDtSGkBSlpK8mO7KV1EPE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:50.5625rem;top:25.875rem;left:0rem;overflow:hidden;display:block; }
#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 { background-color:#f6f8fb;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row .container { background-color: transparent; background-image: none; }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row .container > .video-iframe-container { display: none; }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row > .video-iframe-container { display: none; }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .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); }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row .container { border-width: 0; border-radius: 0; }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row .container { width:75rem;height:51.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#sbRvgQxIXE8xLFzHNeG6Leb2qQlsz7D0 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:26.5rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPT0e3MHoiGcEXAyfNgDFpFrmmonn3yk { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GoUD8ossPfZtpHGTCzgsynzlfLLiWrVE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:42.125rem;width:47.75rem;top:4.53125rem;left:27.25rem;overflow:hidden;display:block; }
#qHctNd9h6TJwaDIhc9qz5hGuhFC9PTSM { 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:2.6875rem;width:2.6875rem;top:43.90625rem;left:31.75rem;overflow:hidden;display:block; }
#AguuUcX9k4XtCMNlQ9fHbTSKwoQ64aBz { 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:3.6875rem;width:3.6875rem;top:6.125rem;left:18.875rem;overflow:hidden;display:block; }
#wFEvrKwZ5LpbTnQZiZkQ1MPNFqgBDoWw { 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:1.8125rem;width:1.8125rem;top:38.5625rem;left:6.5rem;overflow:hidden;display:block; }
#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row .container { background-color: transparent; background-image: none; }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row .container > .video-iframe-container { display: none; }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row > .video-iframe-container { display: none; }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .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); }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row .container { border-width: 0; border-radius: 0; }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row .container { width:75rem;height:51.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#e0TcdZ92f4vUSOLyC4dOcfeDZ0eZif8n { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.625rem;left:50.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XD9kuT2bb8UFaxwAPngi15weULSITKbn { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:50.75rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zgZiI8gXDdH3ibQklb0XzpZG2sOT5KiN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:25.5625rem;width:42.0625rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#GOo5hgbzhuvXIb6iB4V0ECzB2EAk1Rsn { position:absolute;display:block;z-index:15009;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:32.875rem;width:26.8125rem;top:11.625rem;left:22.04736328125rem;overflow:hidden;display:block; }
#F7O1VnzCznElgCHsV1IRSztXBzCrPSAz { 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:24.8125rem;width:49.6875rem;top:26.3125rem;left:25.3125rem;overflow:hidden;display:block; }
#hLmTs0JoP4mMZs6MlDWyEkLZ9i54drXm { position:absolute;display:block;z-index:15010;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:19.25rem;width:15.6875rem;top:31.875rem;left:59.3125rem;overflow:hidden;display:block; }
#XynUu5c5uMCrycKmdTf0UkyS3qntK10Z { 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:3.6875rem;width:3.6875rem;top:41.5625rem;left:6.3125rem;overflow:hidden;display:block; }
#lEZQv7QIpXXR9hnAc4lXvXSAM8QsarRS { 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:3.0625rem;width:3.0625rem;top:5.4375rem;left:62.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qcxir6Ih802myFrNmwUm2UrccpVxTHOp { display:block; }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG0ltQsCZ2ZA0sMrpk3t0l0ZrpKdzdGp { width:3.5rem;height:3.5rem;top:6rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9NIxI0HhuTKagvfz2iIRzyb1lfZa2U6 { width:9.3125rem;height:1.4375rem;top:7rem;left:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I07qXq6lOiTqFrnsHCz1V30bnUZio5DS { width:47.75rem;height:3.875rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgp7NPrBmTz0Af9evOhTXVMqDFxKxIIp { width:27.9375rem;height:3.5rem;top:18.125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7RMZ5OD4GPEyRl3cKBQFgknErl6LwJ3 { width:17.75rem;height:5.0625rem;top:31.4375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqfzNhUdbMBIP1tnXnqfa4ZCkoP4hdvA { display:block; }
 }@media only screen and (max-width: 763px) { #ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 { display:block; }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDm3DyDlX0yoFboXMXs6FTh0dFd1yI0h { width:7rem;height:2.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv0EngDkxSBoeTnGlESp2z0ueCoGodUW { width:47.75rem;height:3.25rem;top:26.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ813iwNT7hpDeVGAb7COylU5fDtpPHm { width:27.25rem;height:3.1875rem;top:30.125rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUdbWg5P3KViLhgCByJqLQWaAoRDaNg { top:18.25rem;left:20.1875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt5KLckxDoKpsmIN2IduWOHTK7r4bXN { top:0rem;left:0rem;width:47.75rem;height:37.7225rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0E6WQCHIvioNBPh1J7T5hAywwCmzBUV { top:0rem;left:24.0625rem;width:23.6875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVLztwkRgiMPNk3qDuxmL9vJm97zT6iX { top:38.75rem;left:26.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6z5hACiVJZcWpImXE3JPbmTO2VcxPlb { width:8.875rem;height:1.5625rem;top:39.125rem;left:17.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leqtfa1LvMIB3JX8fFv3ilnonaPN4m3Q { top:0rem;left:5.75rem;width:42rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbnUp6LnS3JsBu1cDTRTRh2lg0ADT0Z9 { top:11.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDxpHEbSU4ofqLIys4DUUn2ovaAPeLcw { top:36.9375rem;left:44.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTuL1yqyyTFy8HcIS5uwwJZBpdV0EvU9 { top:37rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa3GmRtDAtLxlTrHKepZ1tWdzLxhTiPT { top:5.5rem;left:28.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmVcqZEps3nJAT3PSX13axAIx6iRlBPw { width:47.75rem;height:11.375rem;top:21.5625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx8aoUos01L3p95hAJVWVqZE42irs0vl { top:28.1875rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 { display:block; }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7XqOpMJ7DdCwuF1qHJxCDNb6iK4tRyi { width:29.75rem;height:6rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH8zP2grUdoWHqBrFuwzeT7URO7A5I5m { width:22.5625rem;height:1.9375rem;top:14.125rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOZCTTOkih7ng9lCNgIXcHGl5EKZPNsO { top:24.5rem;left:9.25rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHyhOTPA5ofiFh1Qr4TDtK2Zbv64vgCl { top:28.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvPPN3or2JTLq6MoxwgDuzSBR6wyz9gR { top:3.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGL3fpf37RLHPCKuH0rVE9bxIhdyB5hU { top:38.4375rem;left:30.625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpObDqG5E8UHsPGFP0iZ5dTHupBxqCtS { width:20.5rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfKubduJMoGz9mT2R8r7EV2PvMUDtR4l { top:14.4375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd2hyIuZ5J82F3n5Dg7M3O6ozK5ei7uF { width:22.6875rem;height:1.9375rem;top:17.25rem;left:25.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpTCbToXdCAFq44O8Tn99KmQxsNnATK { width:21.625rem;height:1.9375rem;top:20.4375rem;left:26.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niA0WoX8iVWGAvqVFqpTrOwVrpAMmBOh { width:23rem;height:1.9375rem;top:23.5rem;left:24.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV58dq4c9yPqdbOROKtWEG6ZyUGOkq85 { width:22.375rem;height:1.9375rem;top:26.6875rem;left:25.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Z088E5qNbrQ3MToN07Q5lJSJeC0oX1 { width:22.9375rem;height:1.9375rem;top:29.8125rem;left:24.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVw39TMFcwNHBb82UZqwPRB9wl7lFm0m { width:21.8125rem;height:1.9375rem;top:32.9375rem;left:25.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZWV0oks09hX81TuUQ9bq5PdLFm1LFX { top:27.25rem;left:0rem;width:47.0625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSfDFpiXkpPgLCRcqhVu03TtxmTt21b { top:38.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt { display:block; }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUPIw0q1tKbeI6LdgfiJl1e3BrBJkZGw { width:19.625rem;height:6rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlhArf5IqmvHDtqex57HdcouteLiRNO { width:20.5rem;height:5.8125rem;top:8.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PADkTZ94bzlUVpIzIOOUbrPlI0atqxgB { top:8.9375rem;left:1.625rem;width:46.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAouII1r6CcUQdhapTCwqeCccHNnEDEJ { top:28.25rem;left:0rem;width:11.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypiB5a6XpMBWZkPQe1F1WmCna4MTbbXN { top:3.75rem;left:2.5625rem;width:8.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4uOTJ0L7Tq60ivZn6oyBcVUOTEmeE1 { top:0rem;left:0rem;width:47.75rem;height:23.845488257108rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSAR9hrUE1dNDtSGkBSlpK8mO7KV1EPE { top:25.875rem;left:0rem;width:47.75rem;height:23.845488257108rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 { display:block; }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbRvgQxIXE8xLFzHNeG6Leb2qQlsz7D0 { width:20.1875rem;height:6rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPT0e3MHoiGcEXAyfNgDFpFrmmonn3yk { width:20.5rem;height:5.8125rem;top:17.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoUD8ossPfZtpHGTCzgsynzlfLLiWrVE { top:4.5rem;left:0rem;width:47.75rem;height:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHctNd9h6TJwaDIhc9qz5hGuhFC9PTSM { top:43.875rem;left:18.125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguuUcX9k4XtCMNlQ9fHbTSKwoQ64aBz { top:6.125rem;left:5.25rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEvrKwZ5LpbTnQZiZkQ1MPNFqgBDoWw { top:38.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 { display:block; }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0TcdZ92f4vUSOLyC4dOcfeDZ0eZif8n { width:19.625rem;height:6rem;top:19.625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9kuT2bb8UFaxwAPngi15weULSITKbn { width:20.5rem;height:2.875rem;top:14.6875rem;left:27.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZiI8gXDdH3ibQklb0XzpZG2sOT5KiN { top:8.4375rem;left:0rem;width:42.0625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOo5hgbzhuvXIb6iB4V0ECzB2EAk1Rsn { top:11.625rem;left:8.42236328125rem;width:26.8125rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7O1VnzCznElgCHsV1IRSztXBzCrPSAz { top:26.3125rem;left:0rem;width:47.75rem;height:23.844968553459rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLmTs0JoP4mMZs6MlDWyEkLZ9i54drXm { top:31.875rem;left:32.0625rem;width:15.6875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XynUu5c5uMCrycKmdTf0UkyS3qntK10Z { top:41.5625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZQv7QIpXXR9hnAc4lXvXSAM8QsarRS { top:5.4375rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qcxir6Ih802myFrNmwUm2UrccpVxTHOp { display:block; }#Qcxir6Ih802myFrNmwUm2UrccpVxTHOp > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG0ltQsCZ2ZA0sMrpk3t0l0ZrpKdzdGp { width:3.5rem;height:3.5rem;top:3.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9NIxI0HhuTKagvfz2iIRzyb1lfZa2U6 { width:9.3125rem;height:1.25rem;top:4.1875rem;left:7.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I07qXq6lOiTqFrnsHCz1V30bnUZio5DS { width:20rem;height:8.625rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgp7NPrBmTz0Af9evOhTXVMqDFxKxIIp { width:20rem;height:4.6875rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7RMZ5OD4GPEyRl3cKBQFgknErl6LwJ3 { width:17.75rem;height:5.0625rem;top:28.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqfzNhUdbMBIP1tnXnqfa4ZCkoP4hdvA { display:block; }
 }@media only screen and (max-width: 763px) { #ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 { display:block; }#ptVVmpx9HSbJ8AOJ1fXk2NCgT69HTUP6 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDm3DyDlX0yoFboXMXs6FTh0dFd1yI0h { width:3.5rem;height:1.25rem;top:3.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv0EngDkxSBoeTnGlESp2z0ueCoGodUW { width:20rem;height:8.625rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ813iwNT7hpDeVGAb7COylU5fDtpPHm { width:20rem;height:4.6875rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUdbWg5P3KViLhgCByJqLQWaAoRDaNg { width:6.125rem;height:6.125rem;top:41.8125rem;left:6.154296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt5KLckxDoKpsmIN2IduWOHTK7r4bXN { width:20rem;height:15.8rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0E6WQCHIvioNBPh1J7T5hAywwCmzBUV { width:20rem;height:16.253298153034rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVLztwkRgiMPNk3qDuxmL9vJm97zT6iX { width:2.375rem;height:2.375rem;top:62.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6z5hACiVJZcWpImXE3JPbmTO2VcxPlb { width:8.875rem;height:0;top:62.7001953125rem;left:11.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leqtfa1LvMIB3JX8fFv3ilnonaPN4m3Q { width:20rem;height:10.922619047619rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbnUp6LnS3JsBu1cDTRTRh2lg0ADT0Z9 { width:2.1875rem;height:2.1875rem;top:35.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDxpHEbSU4ofqLIys4DUUn2ovaAPeLcw { width:1.875rem;height:1.875rem;top:60.5rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTuL1yqyyTFy8HcIS5uwwJZBpdV0EvU9 { width:1.8125rem;height:1.8125rem;top:60.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa3GmRtDAtLxlTrHKepZ1tWdzLxhTiPT { width:2.125rem;height:2.125rem;top:29.0625rem;left:14.341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmVcqZEps3nJAT3PSX13axAIx6iRlBPw { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx8aoUos01L3p95hAJVWVqZE42irs0vl { width:1.8125rem;height:1.8125rem;top:13.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 { display:block; }#dUrU13gmCixaztBZBxmEtJKzfKJpBeE5 > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7XqOpMJ7DdCwuF1qHJxCDNb6iK4tRyi { width:20rem;height:0;top:12.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH8zP2grUdoWHqBrFuwzeT7URO7A5I5m { width:20rem;height:0;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOZCTTOkih7ng9lCNgIXcHGl5EKZPNsO { width:3.6875rem;height:3.6875rem;top:26.796875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHyhOTPA5ofiFh1Qr4TDtK2Zbv64vgCl { width:3.0625rem;height:3.0625rem;top:51.723864956839rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvPPN3or2JTLq6MoxwgDuzSBR6wyz9gR { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGL3fpf37RLHPCKuH0rVE9bxIhdyB5hU { width:2.6875rem;height:2.6875rem;top:40.734375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpObDqG5E8UHsPGFP0iZ5dTHupBxqCtS { width:20rem;height:0;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfKubduJMoGz9mT2R8r7EV2PvMUDtR4l { width:1rem;height:1rem;top:4.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd2hyIuZ5J82F3n5Dg7M3O6ozK5ei7uF { width:20rem;height:0;top:19.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpTCbToXdCAFq44O8Tn99KmQxsNnATK { width:20rem;height:0;top:23.1484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niA0WoX8iVWGAvqVFqpTrOwVrpAMmBOh { width:20rem;height:0;top:26.34765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV58dq4c9yPqdbOROKtWEG6ZyUGOkq85 { width:20rem;height:0;top:45.325427456839rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Z088E5qNbrQ3MToN07Q5lJSJeC0oX1 { width:20rem;height:0;top:48.524646206839rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVw39TMFcwNHBb82UZqwPRB9wl7lFm0m { width:20rem;height:0;top:56.036364956839rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZWV0oks09hX81TuUQ9bq5PdLFm1LFX { width:20rem;height:14.528552456839rem;top:29.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSfDFpiXkpPgLCRcqhVu03TtxmTt21b { width:1.8125rem;height:1.8125rem;top:40.734375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt { position:relative;z-index:auto;display:block; }#ZtO5TFpJEh396TV7wZ3egcMzD6D9hvBt > .row .container { width:20rem;height:59.657373511788rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUPIw0q1tKbeI6LdgfiJl1e3BrBJkZGw { width:19.625rem;height:0;top:10.7871125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlhArf5IqmvHDtqex57HdcouteLiRNO { width:20rem;height:0;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PADkTZ94bzlUVpIzIOOUbrPlI0atqxgB { width:20rem;height:12.19512195122rem;top:46.212251560569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAouII1r6CcUQdhapTCwqeCccHNnEDEJ { width:11.3125rem;height:13.3125rem;top:31.649751560569rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypiB5a6XpMBWZkPQe1F1WmCna4MTbbXN { width:8.1875rem;height:1.1875rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4uOTJ0L7Tq60ivZn6oyBcVUOTEmeE1 { width:20rem;height:9.9876390605686rem;top:18.0371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSAR9hrUE1dNDtSGkBSlpK8mO7KV1EPE { width:20rem;height:9.9876390605686rem;top:29.274751560569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 { position:relative;z-index:auto;display:block; }#sJNyJ1Tz1rgncGlu5HQc7rnh6GGUp3m2 > .row .container { width:20rem;height:66.9121125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbRvgQxIXE8xLFzHNeG6Leb2qQlsz7D0 { width:20rem;height:0;top:13.2871125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPT0e3MHoiGcEXAyfNgDFpFrmmonn3yk { width:20rem;height:0;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoUD8ossPfZtpHGTCzgsynzlfLLiWrVE { width:20rem;height:17.643979057592rem;top:23.5996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHctNd9h6TJwaDIhc9qz5hGuhFC9PTSM { width:2.6875rem;height:2.6875rem;top:62.9746125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguuUcX9k4XtCMNlQ9fHbTSKwoQ64aBz { width:3.6875rem;height:3.6875rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEvrKwZ5LpbTnQZiZkQ1MPNFqgBDoWw { width:1.8125rem;height:1.8125rem;top:20.5371125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 { position:relative;z-index:auto;display:block; }#MfT5d7xZe59K3Lsqst6c2S1WSTFvdPb9 > .row .container { width:20rem;height:92.8389041023rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0TcdZ92f4vUSOLyC4dOcfeDZ0eZif8n { width:19.625rem;height:0;top:53.851482718652rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9kuT2bb8UFaxwAPngi15weULSITKbn { width:20rem;height:0;top:49.676676468653rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZiI8gXDdH3ibQklb0XzpZG2sOT5KiN { width:20rem;height:12.154531946508rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOo5hgbzhuvXIb6iB4V0ECzB2EAk1Rsn { width:20rem;height:24.522144522145rem;top:23.904531946508rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7O1VnzCznElgCHsV1IRSztXBzCrPSAz { width:20rem;height:9.9874213836478rem;top:61.101482718652rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLmTs0JoP4mMZs6MlDWyEkLZ9i54drXm { width:15.6875rem;height:19.25rem;top:72.3389041023rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XynUu5c5uMCrycKmdTf0UkyS3qntK10Z { width:3.6875rem;height:3.6875rem;top:18.967031946508rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZQv7QIpXXR9hnAc4lXvXSAM8QsarRS { width:3.0625rem;height:3.0625rem;top:14.654531946508rem;left:8.4375rem;display:block; }
 }