.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;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:48.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#tTkWCq7ra0TMCKucrvb1awxoZH19bNyP { color:#ff834d;display:block;width:32.5rem;position:absolute;font-family:georgia;font-size:5.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:4.5rem;left:16.8125rem;height:6.8333335rem;font-style:normal;display:block; }
#nHIaBupEbaICH1tda4XIXTEUSl75Vhdp { color:#ff834d;display:block;width:50.6875rem;position:absolute;font-family:georgia;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:10.5625rem;left:4.65625rem;height:7.8333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oknbalLHZwOxJoi8sLdgL4AwgKpxFUhr { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:arial;font-size:6.3125rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:3.84375rem;left:41.1875rem;height:8.166667rem;display:block; }
#xkHqOOFXzPudsCpPmNpXvvIinIgHJwBu { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:georgia;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:1.5rem;left:22.25rem;height:3.08333325rem;font-style:normal;display:block; }
#lqNvbhhBMOWgtWCmP7qfsL15sTpGCBm7 { box-sizing:content-box;height:4.0625rem;width:17.125rem;position:absolute;display:block;z-index:14996;background-color:#ca3d00;background-image:none;top:1rem;left:21.3125rem;display:block; }
#kNaT18WmSBMs2d5R1kMt0pq2p4TiEJJd { background-color:#0090fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23rem;height:4.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.1875rem;left:18.5rem;display:block; }
#S5853Wp9TFoPOU52s3KfGcgIoAa5ZGLM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAivBtckeBmbkCxy42VuqW21L5xpSahi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.75rem;width:37rem;top:19.0625rem;left:11.5rem;display:block; }
#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(255,131,77,0.4));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(255,131,77,0.4));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(255,131,77,0.4));background-image: -o-linear-gradient(180deg, #ffffff, rgba(255,131,77,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66ff834d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66ff834d' );";background-image: linear-gradient(180deg, #ffffff, rgba(255,131,77,0.4));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row .container { background-color: transparent; background-image: none; }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row .container > .video-iframe-container { display: none; }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row > .video-iframe-container { display: none; }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .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); }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row .container { border-width: 0; border-radius: 0; }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#NcoASxwEKidZki9IdQOFgOctGNZLi3dp { color:#000000;display:block;width:32.125rem;position:absolute;font-family:georgia;font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cqc3S4ZIJ3Tvm9O9xUgCIVDnyNonTCni { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.125rem;height:14.250000375rem;font-style:normal;display:block; }
#TetVVcM8xoLmxWzmZeHPMuC5NTRic0PX { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.9375rem;width:20.375rem;top:0.78125rem;left:34.3125rem;overflow:hidden;display:block; }
#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,131,77,0.4);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; }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row .container { background-color: transparent; background-image: none; }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row .container > .video-iframe-container { display: none; }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row > .video-iframe-container { display: none; }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .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); }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row .container { border-width: 0; border-radius: 0; }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#vRNe1TfGXRCK3u9q87THmDZaR30rpy9t { color:#000000;display:block;width:59.3125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0rem;height:3.66666675rem;text-align:center;text-align-last:center;display:block; }
#APVN8auua9HFpxhKT97Pvln40tzRuf7B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#484646;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; }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row .container { background-color: transparent; background-image: none; }#APVN8auua9HFpxhKT97Pvln40tzRuf7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row .container > .video-iframe-container { display: none; }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row > .video-iframe-container { display: none; }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .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); }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row .container { border-width: 0; border-radius: 0; }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#wNEN5uEZqqOTAAD1R8ViF2KGOf2TwZX5 { color:#ffffff;display:block;width:51.0625rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:4.46875rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G60igFqlkfT3ENkhJTXoE1czeiwI10ze { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.75rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,131,77,0.73);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; }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row .container { background-color: transparent; background-image: none; }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row .container > .video-iframe-container { display: none; }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row > .video-iframe-container { display: none; }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .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); }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row .container { border-width: 0; border-radius: 0; }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row .container { font-size:0.875rem;font-family:arial;height:92.5625rem;width:60rem;position:relative;display:block; }#oPBGOEQnol7NMacCcJyGSDTsS6UOao5z { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1rem;left:6.125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#taDR5CZzXSwJPFPzh2RTMOq8C4t9Ly0I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25rem;width:13.6875rem;top:50.3125rem;left:43.25rem;overflow:hidden;display:block; }
#sVFW0FGWzEANxTIy6hO4zwCvn2E0Mcuf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.875rem;width:18.9375rem;top:7.1875rem;left:40.5625rem;overflow:hidden;display:block; }
#LcTve4DQBlPNfQ0lh4xHc19OMf1cEDaX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.9375rem;width:28.875rem;top:30.5rem;left:6.7822265625rem;overflow:hidden;display:block; }
#yVseldp463zqqwPJCmTXTziT32bgzEKH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.25rem;width:20.25rem;top:8.4375rem;left:18.9375rem;overflow:hidden;display:block; }
#K9KgdwHQLdp2iGhzE2BTBX9SZDSZO0TA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.875rem;width:18.875rem;top:27.5rem;left:41.125rem;overflow:hidden;display:block; }
#BBzmUoqhqvZy4Bb6Uub9TQX1UDwidgqK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.3125rem;top:48.4375rem;left:1.59375rem;overflow:hidden;display:block; }
#bSod3roasCznJ7pTo9DAGWFf8xbd9pKZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:18.3125rem;top:48.65625rem;left:21.65625rem;overflow:hidden;display:block; }
#rwQxHaDTU8qQGUgcsO4dNALFxD2XbPcx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.75rem;width:17.3125rem;top:6.5rem;left:0rem;overflow:hidden;display:block; }
#IUJ1r7UHHFQNgLuXa0rJQP5RXeGbeMZG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.3125rem;width:17.3125rem;top:69.375rem;left:1.59375rem;overflow:hidden;display:block; }
#QMUlFoTGQflcXla2PdvmJT53QsZq2RVw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.6875rem;width:18.6875rem;top:70.1875rem;left:21.34375rem;overflow:hidden;display:block; }
#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,131,77,0.4);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; }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row .container { background-color: transparent; background-image: none; }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row .container > .video-iframe-container { display: none; }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row > .video-iframe-container { display: none; }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .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); }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row .container { border-width: 0; border-radius: 0; }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:60rem;position:relative;display:block; }#aQEsvnGD11nrOQdbMLPXFh23zCkgZKZn { box-sizing:content-box;height:22.625rem;width:27.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.125rem;left:3.71875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#zpbwKPGv1fFTDuieELoJ3d93rluuXgTf { color:#000000;display:block;width:34.25rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0.125rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQTeiZin3xa75BtcTnX24BAceOdlb7nf { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:4.46875rem;height:15.833333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkFxTW4HH3VpoZMeXzQKPCyK6RITroTE { box-sizing:content-box;height:14.875rem;width:27.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:30.5625rem;left:31.65625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rreOqn842eWGT9GTDpiExiNAwq5zC6TP { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.6875rem;left:30.78125rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0RCQR63yKwSS4htUM24g0BTnlaw8uMD { color:#000000;display:block;width:25.5rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.3125rem;left:32.4375rem;height:8.00000025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J8XAJoFb0PZivdLKtFoUl64B8cvKvrcx { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.625rem;width:31.25rem;top:4.8125rem;left:34.90625rem;overflow:hidden;display:block; }
#Nbrl07vW7vCp66iRqb8ClJuxcRCyrOiw { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.3125rem;width:26.375rem;top:28.71875rem;left:2.9375rem;overflow:hidden;display:block; }
#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff834d;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; }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row .container { background-color: transparent; background-image: none; }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row .container > .video-iframe-container { display: none; }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row > .video-iframe-container { display: none; }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .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); }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row .container { border-width: 0; border-radius: 0; }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#gh6JmrtfgZnJqbXVPssIPoRbqkgNIQNp { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:11.78125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaRADoA1chl2HXwMNlvVHvWtCfbrTKgB { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.5rem;height:6.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHGtdvIX5IC3yTvz8tdNpcwzId2Ku2cK { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:20.3125rem;height:6.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATaFptszZrTENf4u2VUey2rVagnH4VCT { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:39.875rem;height:5.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#484646;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; }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row .container { background-color: transparent; background-image: none; }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row .container > .video-iframe-container { display: none; }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row > .video-iframe-container { display: none; }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .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); }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row .container { border-width: 0; border-radius: 0; }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#weyM04gNBglbxqFXm7qJBdU6iPCWZSqw { color:#ffffff;display:block;width:51.0625rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:4.46875rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1UNWNlZ8xZiaKOcBnr2XKm8Vd7AwF5u { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:30rem;top:23.6875rem;left:13.9375rem;overflow:hidden;display:block; }
#B213EVaogzw2c4tTRZMolii1iws8nCBb { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:30.0625rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
#A0XO7W4ECUNzMS0S3MMTFAGfkDBgO86D { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.9375rem;width:27.75rem;top:5.3125rem;left:31rem;overflow:hidden;display:block; }
#p2T9BvLN8siP4V6zVNs1T51Vlh5kK9E4 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.6875rem;width:30.5625rem;top:15.75rem;left:0rem;overflow:hidden;display:block; }
#awrnmngabEQlKGSbU6zL8TxuowoJ9XFh { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:27.75rem;top:15.625rem;left:31.625rem;overflow:hidden;display:block; }
#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g { position:relative;display:block; }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g { background-color: transparent; background-image: none; }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .row .container > .video-iframe-container { display: none; }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .row > .video-iframe-container { display: none; }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .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); }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g { border-width: 0; border-radius: 0; }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .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; }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .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:56.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AVe6AeWpAsNBF5iowSIcF6he0phhuLnR { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:11.78125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edLU15XPR7Dv9ixFb5CNLUWZ6eH9EBah { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.375rem;left:11.8125rem;height:3.33333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deQ4s2P1rXmfOwOy5z0HspOBegrCp8XE { box-sizing:content-box;height:3.5625rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:5.375rem;left:15.875rem;display:block; }
#BfNcRGf6zMMdTXQ8fXbQcXt0LgwcaEPu { 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:27.5rem;width:17.5625rem;top:9.75rem;left:21.21875rem;overflow:hidden;display:block; }
#fAp3HnD7ECJ4og9rZK6i1hdCt6xeb4TS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.5rem;left:0.6875rem; }
#w3h9RtE7K6dppoRxPDP7FJ8QzyN5vI05 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.40625rem;left:0rem; }
#hvt6dsI3yAIXuMnkOlof2bAnkOhXWA1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.375rem;left:1.0625rem; }
#CK5TkhDZvNTSs0tQBehSPclHrHNckvlx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:39.1875rem;left:9.75rem; }
#F2TVFNCWQdPPBn7cA8Z95oVHgGyGxxCJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:39.125rem;left:31.75rem; }
#NTPf5oDTU4xwMrA8V9z2yv1V04SXmPEl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.4375rem;left:40.4375rem; }
#rHgczs0HtcUDAv6pGkbf2ruyofTL21Bu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:30.5rem;left:40.0625rem; }
#S5K2mU117mTssnfdv58SWOXJkDFb7SB7 { color:#ca3d00;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.25rem;left:44rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QORdTnAPWlXLIdisUUSHl6KvU1wthTO0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.25rem;left:40.0625rem; }
#bqqMkJG6QwBh2CsALGdfdwBWKTZROPkk { color:#000000;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:44rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KymhAd04dUEB7ybQtBEPDqFhJ8JFzZ8u { color:#000000;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.875rem;left:44rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UCaTMUDxW4iHqHrTqy17PknAI2EcOkLy { color:#ca3d00;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.375rem;left:44rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yOmND4dD4hZo0mD7nHswkF3lpnEVuBrA { color:#000000;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32rem;left:44rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boTPLhzseVyJwAtIGQPJMNckV1BUmHih { color:#ca3d00;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.5rem;left:44rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9MONfHBW0IXLtbwWflACetVpX8hMUtT { color:#000000;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.625rem;left:35.25rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTxd340JCxFXTSzATs1gLnBC6S2tRH0L { color:#ca3d00;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:35.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8p0Pbg7Z6yfeLlvI1cmTnT1JTkZaAd3 { color:#ca3d00;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.6875rem;left:4.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OWVUUc4cPxXwV4zgVyQXeAz0EwOs6DfT { color:#000000;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vZKaPHt2rgEihh6G8enLiUX7P7qgDlZK { color:#ca3d00;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25rem;left:4.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EOKClg2RgSq0dwbF8uSDAIkZzNeceHuI { color:#000000;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:4.875rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEKJZdMdQ6unTD01JTrGvBUJqLXGbsvW { color:#000000;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.3125rem;left:4.75rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HCXcEJulvVfdLZZUQNTz5BWGg0aNubWo { color:#ca3d00;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.8125rem;left:4.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2vtrxy4S2bnf8E8hoWVZqBAECEHqq1i { color:#000000;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.625rem;left:13.3125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTI7gciuogQXpTz72AzdWX2IrDXLFVZf { color:#ca3d00;display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:13.3125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGvxyRTTwau87lTyrIoByr9sUTohRq0p { background-color:#0090fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:35.5rem;height:4.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:48.9375rem;left:12.25rem;display:block; }
#X7pCTsmfaVwxwZD4H4hNcrFNOut4lkLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#484646;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; }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row .container { background-color: transparent; background-image: none; }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row .container > .video-iframe-container { display: none; }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row > .video-iframe-container { display: none; }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .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); }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row .container { border-width: 0; border-radius: 0; }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#PMKnKD7rRamPk3enJR5tsPaETJmIHfB2 { color:#ffffff;display:block;width:51.0625rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:4.46875rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,131,77,0.4);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; }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row .container { background-color: transparent; background-image: none; }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row .container > .video-iframe-container { display: none; }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row > .video-iframe-container { display: none; }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .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); }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row .container { border-width: 0; border-radius: 0; }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#mn5gC50IGeeTbaFNm9BdU8CKsIZxEkhg { box-sizing:content-box;height:12rem;width:35.3125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.125rem;left:3.71875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#WFa7JK2u9Z0AOe4XzwzchLcQzZor8OQD { color:#000000;display:block;width:34.25rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:4.25rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#th29Wxb3mwuh3HUfA0UgsgKZTZhFiaCk { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:4.40625rem;height:7.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6JIN2us088wfiBqkyrkQhVmgVXJytLp { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.1875rem;width:12.1875rem;top:1.5rem;left:41.4931640625rem;overflow:hidden;display:block; }
#T6T5odM4egfu7etQJGiXq1ASbFl1QSmC { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.625rem;width:29.75rem;top:21.1875rem;left:-0.33578897338403rem;overflow:hidden;display:block; }
#xesa3wNCfwM1Be1yO4qwcu0uZFJN1W05 { box-sizing:content-box;height:16.8125rem;width:27.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:21.0625rem;left:31.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#bbVRVDbK5xRWWstEDxL47JoH6q1x2VvT { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.125rem;left:32.5625rem;height:11.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlm1XTqnGdpZOJJn5LPq9aTTPlGBg9zT { color:#000000;display:block;width:26.125rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22rem;left:32.5rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u { position:relative;display:block; }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u { background-color: transparent; background-image: none; }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .row .container > .video-iframe-container { display: none; }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .row > .video-iframe-container { display: none; }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .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); }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u { border-width: 0; border-radius: 0; }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .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; }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .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.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DR6tm5qQPJDPCnWCvGopUGqcuB6b1vbN { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.46875rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiLh5wyS1k7pKzLM70Pv6pUEhuhz3zEx { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:2.40625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFW0yoB7Tc9NoNITFnh6NqsGH7Ba9xHF { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:22.09375rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFvhr7uZQ0F3ZFqMd1v6HHb31kHernf6 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:39.53125rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W41HI1X9i4guoLmQpsX5d9p5U7HLLkd6 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:2.78125rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APIMnKeyPV4h3kUeSvxkvNXUOKEZAWrd { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:21.125rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3WlOTgdKZTwDvmcFf7TMSoV2hguRdQt { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12rem;left:38.46875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEcm9ADyX4rcUDfWGcl0PVytZg7wMpSk { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:21.125rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(202,61,0,0.72);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; }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row .container { background-color: transparent; background-image: none; }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row .container > .video-iframe-container { display: none; }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row > .video-iframe-container { display: none; }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .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); }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row .container { border-width: 0; border-radius: 0; }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#Ep4X7CQMITSNRGoyeLSqkOmOz7KwPBKM { color:#ffffff;display:block;width:51.0625rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.46875rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPPlO64FbxWb5qH9XTQiE6SV0fHCu8nX { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:2.40625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHKEaCz6MHBVxE8q7ePG6zhqiPmoi8oX { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6rem;left:1.84375rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8eafovCXAlC1S0Wf96lmH7XZQPhOo7F { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6rem;left:18.21875rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emVBwA9Xoc4NA3aAtzsXzl42Wti9vtM9 { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:35.5625rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChJzCUBh46F60fZanPTTZMr7nWBx3muF { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.1875rem;left:2.40625rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBirs5QQiq5OIi2uZLzoOrRuXTJIpnfT { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.1875rem;left:19.03125rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDwPauwRIzFVTw8RN8rzCQLRDx4pTbKv { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.1875rem;left:34.75rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oROwwMzO3TBP52EskmLGz9ZbuUS1uDTR { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.40625rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqWxKszZZEnlaTWRaxA5WF8oqlBesARe { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.791687011719rem;left:19.78125rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#484646;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; }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row .container { background-color: transparent; background-image: none; }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row .container > .video-iframe-container { display: none; }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row > .video-iframe-container { display: none; }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .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); }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row .container { border-width: 0; border-radius: 0; }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#Bt2poboMcztzMLEpiVO43uuA4QIUF8VF { color:#ffffff;display:block;width:56rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,131,77,0.4);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; }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row .container { background-color: transparent; background-image: none; }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row .container > .video-iframe-container { display: none; }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row > .video-iframe-container { display: none; }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .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); }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row .container { border-width: 0; border-radius: 0; }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#itc23daToZzyS0k5nWyLMKnQbs4HECQU { color:#000000;display:block;width:59.3125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:0.34375rem;height:1.833333375rem;text-align:center;text-align-last:center;display:block; }
#xTbgQmo5LzBnydD0pNOSHBFpdAHI2Rb9 { box-sizing:content-box;height:12.6875rem;width:27.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:6.625rem;left:3.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#m4FfcytZCmhri7IfudihRl3xxZuyEGGp { color:#000000;display:block;width:28.375rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.9375rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oaHFFzax0CvS4kOTMi8h9sOUIOLc1mGl { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.875rem;left:4.375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1IkZ09NhhKbR8KBL71OSuMzn10leRnp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7rem;left:41.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#DAck3BkQwErDyZditOwwuCZ01ekTklG8 { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:35.3125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLoFiuLhxSF7o0NbzX3ztyk6Mh7EQbn1 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:36.625rem;height:6.666666875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgpRda3rgdpp51qCPhx2lkcQroFBdISB { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:4.46875rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyf8EHg6pUl49dBovOpc527SygkpyptE { background-color:#0090fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:35.458333375rem;height:4.645833375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.625rem;left:12.25rem;display:block; }
#U6Z65d5LxF0QSbi5f1gaPcrmgq2VsXLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt { position:relative;display:block; }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt { background-color: transparent; background-image: none; }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .row .container > .video-iframe-container { display: none; }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .row > .video-iframe-container { display: none; }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .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); }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt { border-width: 0; border-radius: 0; }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .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; }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .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:64.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bJDaP7xMaCJrtUJ2pDVQk9AH0S61lEW9 { box-sizing:content-box;height:55.3125rem;width:44.125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:3.0625rem;left:8.25rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;border-top:0.3125rem dotted #000000;border-left:0.3125rem dotted #000000;border-right:0.3125rem dotted #000000;border-bottom:0.3125rem dotted #000000;display:block; }
#vooOfLhKRKz05DmKEXDk4DeXZ4QukuJy { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.09375rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBkVZOs0GAna10OPZCxQk953SgfZsLEf { 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:25.0625rem;width:44.625rem;top:7.75rem;left:8.3125rem;overflow:hidden;display:block; }
#pLTWiRkCKtLCOCxm7pOyMTf6oe1ZkNXU { color:#000000;display:block;width:45.375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:31.0625rem;left:10.84375rem;height:9rem;display:block; }
#Nlbz95XBoaA0bH9OT18t6gRkEZuBu60x { background-color:#0090fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:35.458333375rem;height:4.645833375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.479156494141rem;left:12.885417938233rem;display:block; }
#eM7qIuIXH0zvHqZ9FKFTO5w7s447po3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoaH7THODmIFmCLV3C187dQdAoFSrzSv { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:51.207061767578rem;left:10.84375rem;height:3.5rem;display:block; }
#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 { position:relative;display:block; }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 { background-color: transparent; background-image: none; }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .row .container > .video-iframe-container { display: none; }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .row > .video-iframe-container { display: none; }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .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); }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 { border-width: 0; border-radius: 0; }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .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; }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .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:51.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-heading-text { display:block;position:relative;width:100%;font-family:georgia;font-weight:700;font-size:1.25rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:georgia; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-trigger.adaptive-delivery-prevent-bg, #T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-trigger.lazyload, #T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-trigger.lazyloading { background-image: none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX { box-sizing:content-box;height:auto;width:50.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.59375rem;left:3.89453125rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #XgWT1zit9M3uDgMnLRWCdgn5Kef7gEp8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #omNMV1TA3CP25ZOBfLDCNp8h7ytOCWmd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #GDn8xkkCgcTBH1SbANkF6Pz0F4AAWTqD { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #KMKm3IVNTsXvrWnkkgMD2ROwxnCvipbl {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #F6mB6FRcsLHq5iUvoxcZvJGuUww1lCBK {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rez6SFE20XOImstExXpEdq1uBKsWVqzd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #xHShdN6uUdMBdHUxGZaF43tGB9ST8zc0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Zitxy6Rx99gxopv3hmggSHVdV5Vx5wvv { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JNh9TyWBCaVqcDrHJ8RV7PsXpHeVoGwM {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #AQazLxHyomF24eZQahRMDNgmJotXIoJ9 { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qHMPVEXpabqcck0MhtqmTx33eVeoURLm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DZhKHRTQxAtixJp8fdyeCIZTVtTI9lgT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #dfoGovxs2rPB88AfG3gaBs1c6rybEGDp { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #H5SWywIAzLZ3ABqTX8Fsihb7qVwe3bqu {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #N5JCyXFSIDIyk9LquE2PHlFFTwMATBJk { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #gtPbftJBdnNkOTu4dANr4dOxnym8cDkm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #IuaBE5ZzVWQLyhMve9QPTCQJXad6vQCx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #VGG29zXNAaVk4XOKn9CotlNoT5Rw6fwT { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DOmq5fxvGfOSW6c5bX7SqksJG378g1rf {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #vVqTSzZvtXNQh0Uwenhd76SIy50ldkg0 { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DSaxrrbwVCZcfcTr6UUeDkU2LGgewGVP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #EFszMTpN6WrCPR2wXkWOVrC7tKpZ5ATO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #ImkubGifPpMqktLTySVGhJKfspcgm7Sc { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eJFI5zLmtgnOHzJBa8JxZpOUW6dHmdZZ {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eQO4NBFNDDTuQblIO10XlMfgkI7TMgdy { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #M82o3kkpeoGmAR8JNQUSDy6qdvybJi0x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #TyufWyAkD5yLppCNpTHBy4v8DE6M2AWo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rz3Pxx43oVRSwouiqBcNDnyiMXeCpleg { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RZngRp0neXg0rq64vX4h2r7ufVog40Qf {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #U7wCD7oacGa465kHGenGSTBvEoM1AZn0 { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JtFsFPTmpJrOLqsL8RCNzGU36kQT5okS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #UNW6AeLMqBkRwJ3l9IGL2TdObqXH4ng5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qVle52AhbXOvxntkTPvwfF4SiSQLxflX { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #iVDnsyMRTCCZczO3Sa8geNqe31Tchorm {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rI0qU7FgtwdlBUZ5NTXGRafZlKnOBTXn { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Bdm2VUSPNk6N8rVF7spzNVgUiDKUM2Ft { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #A0NtfPz7eJ2Ws4OFO0ygPNtgTDnzaLAK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #HdHHSaRexeRR2Rgw1phAAyRImVwISEHC { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #kytOkldvCARkw0xuXWwarEp05QXvZFsH {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #NukN5FZlpql6VDDeaAzh8wMfCgm5ngyV { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JhTZHsVWEwCRcTgycNU4ZT6wwK8ggGsr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RRDIg5f79bTz5y0lNqpIKBZSVXepUsTT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #mTUXflkSbHEu56FTbb7B5zcfKrZVpFh7 { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #VlaAINuCXg1SO8E2ZnyQbR1h3NC4lovB {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Gp6B1e6phg9xV069lGoroGQeXCdDyBuv { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #TPahUgsx4FqdJ5bHnt9hN3UAuSyIPWLs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eCN5dxgv7W8VRl8qhlLPrs6LLelKGny5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #tkJtS8wxxnRoxFrgDK8CySMLVyACx6K7 { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #tTu3UvfRCHFzddTAPXAMKT25Or9n3GeF {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #xI27Uk4Ogrrn2F418yyymAoWGJrmWPhf { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #PkLvJQ51QnTwGRPP4ib3GhFINsP3ygib { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RqOPn6kXDLhBJVbGoSaO0XFT6SQ6q7dB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JlETNSBll6LZoR7RQolG1bE60lVIeqwH { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #WIAwyC7dcyVHsndzmkK1uF656n5k2Bbw {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #h9no6lTXJdf8RvhenTmBEfqxT4urx47x { display:none; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #sTJOvwEUgvFcy67BK1HvCDlVD6IxKHcb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #iVq9yXnE2Aa8A3TbfX4bJ0OxwfKVdSfe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qFpfg4aTm9iXGfDMZd3m4U9E3UOvu9uH { display:block;position:relative; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #pDl7EyS1FdNlAEE4JTWkZpRMvUpBSoGg {  }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX #M9wMeZf3yk5KML8eCcfgnXgpf8ui6ioQ { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #tTkWCq7ra0TMCKucrvb1awxoZH19bNyP { top:4.5rem;left:10.6875rem;width:32.5rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHIaBupEbaICH1tda4XIXTEUSl75Vhdp { top:10.5625rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oknbalLHZwOxJoi8sLdgL4AwgKpxFUhr { top:3.8125rem;left:35.0625rem;width:3.5625rem;height:8.1875rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkHqOOFXzPudsCpPmNpXvvIinIgHJwBu { top:1.5rem;left:15.25rem;width:32.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqNvbhhBMOWgtWCmP7qfsL15sTpGCBm7 { top:1rem;left:15.1875rem;width:17.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNaT18WmSBMs2d5R1kMt0pq2p4TiEJJd { width:22.9375rem;height:4.1875rem;top:41.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5853Wp9TFoPOU52s3KfGcgIoAa5ZGLM { display:block; }
 }@media only screen and (max-width: 763px) { #KAivBtckeBmbkCxy42VuqW21L5xpSahi { top:19.0625rem;left:5.375rem;width:37rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo { display:block; }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcoASxwEKidZki9IdQOFgOctGNZLi3dp { top:1.8125rem;left:0rem;width:32.125rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqc3S4ZIJ3Tvm9O9xUgCIVDnyNonTCni { top:9.4375rem;left:0rem;width:32.9375rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetVVcM8xoLmxWzmZeHPMuC5NTRic0PX { top:0.75rem;left:27.375rem;width:20.375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x { display:block; }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRNe1TfGXRCK3u9q87THmDZaR30rpy9t { top:1.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVN8auua9HFpxhKT97Pvln40tzRuf7B { display:block; }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNEN5uEZqqOTAAD1R8ViF2KGOf2TwZX5 { top:1.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60igFqlkfT3ENkhJTXoE1czeiwI10ze { top:5.4375rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT { display:block; }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPBGOEQnol7NMacCcJyGSDTsS6UOao5z { top:1rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taDR5CZzXSwJPFPzh2RTMOq8C4t9Ly0I { top:50.3125rem;left:34.0625rem;width:13.6875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFW0FGWzEANxTIy6hO4zwCvn2E0Mcuf { top:7.1875rem;left:28.8125rem;width:18.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcTve4DQBlPNfQ0lh4xHc19OMf1cEDaX { top:30.5rem;left:0.6572265625rem;width:28.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVseldp463zqqwPJCmTXTziT32bgzEKH { top:8.4375rem;left:12.8125rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9KgdwHQLdp2iGhzE2BTBX9SZDSZO0TA { top:27.5rem;left:28.875rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzmUoqhqvZy4Bb6Uub9TQX1UDwidgqK { top:48.4375rem;left:0rem;width:18.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSod3roasCznJ7pTo9DAGWFf8xbd9pKZ { top:48.625rem;left:15.53125rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwQxHaDTU8qQGUgcsO4dNALFxD2XbPcx { top:6.5rem;left:0rem;width:17.3125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJ1r7UHHFQNgLuXa0rJQP5RXeGbeMZG { top:69.375rem;left:0rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMUlFoTGQflcXla2PdvmJT53QsZq2RVw { top:70.1875rem;left:15.21875rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ { display:block; }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQEsvnGD11nrOQdbMLPXFh23zCkgZKZn { top:3.125rem;left:0rem;width:27.0625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpbwKPGv1fFTDuieELoJ3d93rluuXgTf { top:3.9375rem;left:0rem;width:34.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTeiZin3xa75BtcTnX24BAceOdlb7nf { top:7.1875rem;left:0rem;width:25.5625rem;height:16.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkFxTW4HH3VpoZMeXzQKPCyK6RITroTE { top:30.5625rem;left:20.6875rem;width:27.0625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rreOqn842eWGT9GTDpiExiNAwq5zC6TP { top:31.6875rem;left:19.0625rem;width:28.6875rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0RCQR63yKwSS4htUM24g0BTnlaw8uMD { top:35.3125rem;left:22.25rem;width:25.5rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8XAJoFb0PZivdLKtFoUl64B8cvKvrcx { top:4.8125rem;left:16.5rem;width:31.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbrl07vW7vCp66iRqb8ClJuxcRCyrOiw { top:28.6875rem;left:0rem;width:26.375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C { display:block; }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh6JmrtfgZnJqbXVPssIPoRbqkgNIQNp { top:1.1875rem;left:5.65625rem;width:36.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaRADoA1chl2HXwMNlvVHvWtCfbrTKgB { top:5.1875rem;left:0rem;width:15.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHGtdvIX5IC3yTvz8tdNpcwzId2Ku2cK { top:5.1875rem;left:14.1875rem;width:16.9375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaFptszZrTENf4u2VUey2rVagnH4VCT { top:5.875rem;left:30.8125rem;width:16.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr { display:block; }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weyM04gNBglbxqFXm7qJBdU6iPCWZSqw { top:1.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1UNWNlZ8xZiaKOcBnr2XKm8Vd7AwF5u { top:23.6875rem;left:7.8125rem;width:30rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B213EVaogzw2c4tTRZMolii1iws8nCBb { top:5.3125rem;left:0rem;width:30.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XO7W4ECUNzMS0S3MMTFAGfkDBgO86D { top:5.3125rem;left:20rem;width:27.75rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2T9BvLN8siP4V6zVNs1T51Vlh5kK9E4 { top:15.75rem;left:0rem;width:30.5625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awrnmngabEQlKGSbU6zL8TxuowoJ9XFh { top:15.625rem;left:20rem;width:27.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g { display:block; }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVe6AeWpAsNBF5iowSIcF6he0phhuLnR { top:0.875rem;left:5.65625rem;width:36.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edLU15XPR7Dv9ixFb5CNLUWZ6eH9EBah { top:5.375rem;left:5.6875rem;width:36.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deQ4s2P1rXmfOwOy5z0HspOBegrCp8XE { top:5.375rem;left:9.75rem;width:27.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfNcRGf6zMMdTXQ8fXbQcXt0LgwcaEPu { top:9.75rem;left:15.09375rem;width:17.5625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAp3HnD7ECJ4og9rZK6i1hdCt6xeb4TS { top:11.5rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3h9RtE7K6dppoRxPDP7FJ8QzyN5vI05 { top:19.375rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvt6dsI3yAIXuMnkOlof2bAnkOhXWA1T { top:28.375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK5TkhDZvNTSs0tQBehSPclHrHNckvlx { top:39.1875rem;left:3.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2TVFNCWQdPPBn7cA8Z95oVHgGyGxxCJ { top:39.125rem;left:25.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPf5oDTU4xwMrA8V9z2yv1V04SXmPEl { top:21.4375rem;left:34.3125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHgczs0HtcUDAv6pGkbf2ruyofTL21Bu { top:30.5rem;left:33.9375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5K2mU117mTssnfdv58SWOXJkDFb7SB7 { top:12.25rem;left:33.125rem;width:14.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QORdTnAPWlXLIdisUUSHl6KvU1wthTO0 { top:12.25rem;left:33.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqqMkJG6QwBh2CsALGdfdwBWKTZROPkk { top:13.75rem;left:33.125rem;width:14.625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KymhAd04dUEB7ybQtBEPDqFhJ8JFzZ8u { top:22.875rem;left:33.125rem;width:14.625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCaTMUDxW4iHqHrTqy17PknAI2EcOkLy { top:21.375rem;left:33.125rem;width:14.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOmND4dD4hZo0mD7nHswkF3lpnEVuBrA { top:32rem;left:33.125rem;width:14.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTPLhzseVyJwAtIGQPJMNckV1BUmHih { top:30.5rem;left:33.125rem;width:14.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MONfHBW0IXLtbwWflACetVpX8hMUtT { top:40.625rem;left:29.125rem;width:14.625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxd340JCxFXTSzATs1gLnBC6S2tRH0L { top:39.125rem;left:29.125rem;width:14.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8p0Pbg7Z6yfeLlvI1cmTnT1JTkZaAd3 { top:20.6875rem;left:0rem;width:14.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWVUUc4cPxXwV4zgVyQXeAz0EwOs6DfT { top:22.1875rem;left:0rem;width:14.625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZKaPHt2rgEihh6G8enLiUX7P7qgDlZK { top:12.25rem;left:0rem;width:14.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKClg2RgSq0dwbF8uSDAIkZzNeceHuI { top:13.75rem;left:0rem;width:14.625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEKJZdMdQ6unTD01JTrGvBUJqLXGbsvW { top:30.3125rem;left:0rem;width:14.625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXcEJulvVfdLZZUQNTz5BWGg0aNubWo { top:28.8125rem;left:0rem;width:14.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2vtrxy4S2bnf8E8hoWVZqBAECEHqq1i { top:40.625rem;left:7.1875rem;width:14.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTI7gciuogQXpTz72AzdWX2IrDXLFVZf { top:39.125rem;left:7.1875rem;width:14.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGvxyRTTwau87lTyrIoByr9sUTohRq0p { width:35.5rem;height:4.6875rem;top:48.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7pCTsmfaVwxwZD4H4hNcrFNOut4lkLN { display:block; }
 }@media only screen and (max-width: 763px) { #L05oRTdT9Dq7rdDtztpvagiu37W8Nvba { display:block; }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMKnKD7rRamPk3enJR5tsPaETJmIHfB2 { top:1.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D { display:block; }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mn5gC50IGeeTbaFNm9BdU8CKsIZxEkhg { top:3.125rem;left:0rem;width:35.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFa7JK2u9Z0AOe4XzwzchLcQzZor8OQD { top:4.125rem;left:0rem;width:34.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #th29Wxb3mwuh3HUfA0UgsgKZTZhFiaCk { top:7.1875rem;left:0rem;width:33.9375rem;height:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JIN2us088wfiBqkyrkQhVmgVXJytLp { top:1.5rem;left:35.3681640625rem;width:12.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6T5odM4egfu7etQJGiXq1ASbFl1QSmC { top:21.1875rem;left:0rem;width:29.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xesa3wNCfwM1Be1yO4qwcu0uZFJN1W05 { top:21.0625rem;left:20.6875rem;width:27.0625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbVRVDbK5xRWWstEDxL47JoH6q1x2VvT { top:25.125rem;left:22.1875rem;width:25.5625rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlm1XTqnGdpZOJJn5LPq9aTTPlGBg9zT { top:22rem;left:21.625rem;width:26.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIpM4ISDbxUHbN4ThIn1U3stW35VV14u { display:block; }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR6tm5qQPJDPCnWCvGopUGqcuB6b1vbN { top:1.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLh5wyS1k7pKzLM70Pv6pUEhuhz3zEx { top:6rem;left:0rem;width:15.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFW0yoB7Tc9NoNITFnh6NqsGH7Ba9xHF { top:6rem;left:15.96875rem;width:15.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFvhr7uZQ0F3ZFqMd1v6HHb31kHernf6 { top:6rem;left:32.6875rem;width:15.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W41HI1X9i4guoLmQpsX5d9p5U7HLLkd6 { top:12rem;left:0rem;width:15.0625rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APIMnKeyPV4h3kUeSvxkvNXUOKEZAWrd { top:12rem;left:15rem;width:15.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3WlOTgdKZTwDvmcFf7TMSoV2hguRdQt { top:12rem;left:32.34375rem;width:15.0625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEcm9ADyX4rcUDfWGcl0PVytZg7wMpSk { top:16.125rem;left:15rem;width:15.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ { display:block; }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep4X7CQMITSNRGoyeLSqkOmOz7KwPBKM { top:1.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPPlO64FbxWb5qH9XTQiE6SV0fHCu8nX { top:6rem;left:0rem;width:15.8125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKEaCz6MHBVxE8q7ePG6zhqiPmoi8oX { top:6rem;left:0rem;width:15.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8eafovCXAlC1S0Wf96lmH7XZQPhOo7F { top:6rem;left:12.09375rem;width:13.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emVBwA9Xoc4NA3aAtzsXzl42Wti9vtM9 { top:6rem;left:29.437503814698rem;width:13.8125rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChJzCUBh46F60fZanPTTZMr7nWBx3muF { top:11.1875rem;left:0rem;width:13.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBirs5QQiq5OIi2uZLzoOrRuXTJIpnfT { top:11.1875rem;left:12.90625rem;width:13.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDwPauwRIzFVTw8RN8rzCQLRDx4pTbKv { top:11.1875rem;left:28.625rem;width:13.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oROwwMzO3TBP52EskmLGz9ZbuUS1uDTR { top:15.8125rem;left:0rem;width:13.8125rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWxKszZZEnlaTWRaxA5WF8oqlBesARe { top:15.75rem;left:13.65625rem;width:13.8125rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIvS880ykSIqPDgtFDiGuevqeZp8HCAm { display:block; }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bt2poboMcztzMLEpiVO43uuA4QIUF8VF { top:1.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz { display:block; }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itc23daToZzyS0k5nWyLMKnQbs4HECQU { top:3.25rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbgQmo5LzBnydD0pNOSHBFpdAHI2Rb9 { top:6.625rem;left:0rem;width:27.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4FfcytZCmhri7IfudihRl3xxZuyEGGp { top:7.1875rem;left:0rem;width:28.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaHFFzax0CvS4kOTMi8h9sOUIOLc1mGl { top:10.875rem;left:0rem;width:25.5625rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1IkZ09NhhKbR8KBL71OSuMzn10leRnp { top:7rem;left:35.3125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAck3BkQwErDyZditOwwuCZ01ekTklG8 { top:11.0625rem;left:29.1875rem;width:16.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLoFiuLhxSF7o0NbzX3ztyk6Mh7EQbn1 { top:13.5rem;left:30.500003814698rem;width:16.5625rem;height:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgpRda3rgdpp51qCPhx2lkcQroFBdISB { top:0.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyf8EHg6pUl49dBovOpc527SygkpyptE { width:35.4375rem;height:4.625rem;top:23.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Z65d5LxF0QSbi5f1gaPcrmgq2VsXLD { display:block; }
 }@media only screen and (max-width: 763px) { #fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt { display:block; }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJDaP7xMaCJrtUJ2pDVQk9AH0S61lEW9 { top:3.0625rem;left:2.125rem;width:44.125rem;height:55.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vooOfLhKRKz05DmKEXDk4DeXZ4QukuJy { top:5.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBkVZOs0GAna10OPZCxQk953SgfZsLEf { top:7.75rem;left:2.1875rem;width:44.625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTWiRkCKtLCOCxm7pOyMTf6oe1ZkNXU { top:31.0625rem;left:2.375rem;width:45.375rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlbz95XBoaA0bH9OT18t6gRkEZuBu60x { width:35.4375rem;height:4.625rem;top:43.4375rem;left:6.7604179382325rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM7qIuIXH0zvHqZ9FKFTO5w7s447po3v { display:block; }
 }@media only screen and (max-width: 763px) { #CoaH7THODmIFmCLV3C187dQdAoFSrzSv { top:51.1875rem;left:4.71875rem;width:40.8125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 { display:block; }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX { display:flex;height:auto;width:45.25rem;top:1.5625rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #XgWT1zit9M3uDgMnLRWCdgn5Kef7gEp8 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #omNMV1TA3CP25ZOBfLDCNp8h7ytOCWmd {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #GDn8xkkCgcTBH1SbANkF6Pz0F4AAWTqD {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #KMKm3IVNTsXvrWnkkgMD2ROwxnCvipbl {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #F6mB6FRcsLHq5iUvoxcZvJGuUww1lCBK {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rez6SFE20XOImstExXpEdq1uBKsWVqzd {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #xHShdN6uUdMBdHUxGZaF43tGB9ST8zc0 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Zitxy6Rx99gxopv3hmggSHVdV5Vx5wvv {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JNh9TyWBCaVqcDrHJ8RV7PsXpHeVoGwM {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #AQazLxHyomF24eZQahRMDNgmJotXIoJ9 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qHMPVEXpabqcck0MhtqmTx33eVeoURLm {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DZhKHRTQxAtixJp8fdyeCIZTVtTI9lgT {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #dfoGovxs2rPB88AfG3gaBs1c6rybEGDp {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #H5SWywIAzLZ3ABqTX8Fsihb7qVwe3bqu {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #N5JCyXFSIDIyk9LquE2PHlFFTwMATBJk {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #gtPbftJBdnNkOTu4dANr4dOxnym8cDkm {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #IuaBE5ZzVWQLyhMve9QPTCQJXad6vQCx {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #VGG29zXNAaVk4XOKn9CotlNoT5Rw6fwT {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DOmq5fxvGfOSW6c5bX7SqksJG378g1rf {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #vVqTSzZvtXNQh0Uwenhd76SIy50ldkg0 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DSaxrrbwVCZcfcTr6UUeDkU2LGgewGVP {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #EFszMTpN6WrCPR2wXkWOVrC7tKpZ5ATO {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #ImkubGifPpMqktLTySVGhJKfspcgm7Sc {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eJFI5zLmtgnOHzJBa8JxZpOUW6dHmdZZ {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eQO4NBFNDDTuQblIO10XlMfgkI7TMgdy {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #M82o3kkpeoGmAR8JNQUSDy6qdvybJi0x {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #TyufWyAkD5yLppCNpTHBy4v8DE6M2AWo {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rz3Pxx43oVRSwouiqBcNDnyiMXeCpleg {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RZngRp0neXg0rq64vX4h2r7ufVog40Qf {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #U7wCD7oacGa465kHGenGSTBvEoM1AZn0 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JtFsFPTmpJrOLqsL8RCNzGU36kQT5okS {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #UNW6AeLMqBkRwJ3l9IGL2TdObqXH4ng5 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qVle52AhbXOvxntkTPvwfF4SiSQLxflX {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #iVDnsyMRTCCZczO3Sa8geNqe31Tchorm {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rI0qU7FgtwdlBUZ5NTXGRafZlKnOBTXn {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Bdm2VUSPNk6N8rVF7spzNVgUiDKUM2Ft {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #A0NtfPz7eJ2Ws4OFO0ygPNtgTDnzaLAK {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #HdHHSaRexeRR2Rgw1phAAyRImVwISEHC {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #kytOkldvCARkw0xuXWwarEp05QXvZFsH {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #NukN5FZlpql6VDDeaAzh8wMfCgm5ngyV {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JhTZHsVWEwCRcTgycNU4ZT6wwK8ggGsr {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RRDIg5f79bTz5y0lNqpIKBZSVXepUsTT {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #mTUXflkSbHEu56FTbb7B5zcfKrZVpFh7 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #VlaAINuCXg1SO8E2ZnyQbR1h3NC4lovB {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Gp6B1e6phg9xV069lGoroGQeXCdDyBuv {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #TPahUgsx4FqdJ5bHnt9hN3UAuSyIPWLs {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eCN5dxgv7W8VRl8qhlLPrs6LLelKGny5 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #tkJtS8wxxnRoxFrgDK8CySMLVyACx6K7 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #tTu3UvfRCHFzddTAPXAMKT25Or9n3GeF {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #xI27Uk4Ogrrn2F418yyymAoWGJrmWPhf {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #PkLvJQ51QnTwGRPP4ib3GhFINsP3ygib {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RqOPn6kXDLhBJVbGoSaO0XFT6SQ6q7dB {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JlETNSBll6LZoR7RQolG1bE60lVIeqwH {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #WIAwyC7dcyVHsndzmkK1uF656n5k2Bbw {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #h9no6lTXJdf8RvhenTmBEfqxT4urx47x {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #sTJOvwEUgvFcy67BK1HvCDlVD6IxKHcb {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #iVq9yXnE2Aa8A3TbfX4bJ0OxwfKVdSfe {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qFpfg4aTm9iXGfDMZd3m4U9E3UOvu9uH {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #pDl7EyS1FdNlAEE4JTWkZpRMvUpBSoGg {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #M9wMeZf3yk5KML8eCcfgnXgpf8ui6ioQ {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTkWCq7ra0TMCKucrvb1awxoZH19bNyP { width:12.5625rem;height:2.58333325rem;top:3.8125rem;left:2.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHIaBupEbaICH1tda4XIXTEUSl75Vhdp { width:20rem;height:6.25rem;top:7.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oknbalLHZwOxJoi8sLdgL4AwgKpxFUhr { width:3.5625rem;height:2.58333325rem;top:3.8125rem;left:13.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkHqOOFXzPudsCpPmNpXvvIinIgHJwBu { width:13rem;height:2.58333325rem;top:1.25rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqNvbhhBMOWgtWCmP7qfsL15sTpGCBm7 { width:14.8125rem;height:2.9375rem;top:1rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNaT18WmSBMs2d5R1kMt0pq2p4TiEJJd { width:15.270833375rem;height:3.645833375rem;top:28rem;left:2.34375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5853Wp9TFoPOU52s3KfGcgIoAa5ZGLM { display:block; }
 }@media only screen and (max-width: 763px) { #KAivBtckeBmbkCxy42VuqW21L5xpSahi { height:11.2161455rem;width:20rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo { display:block; }#TEf0PyHCebpDdTNeqA5rRwNx9t7z8Vqo > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcoASxwEKidZki9IdQOFgOctGNZLi3dp { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqc3S4ZIJ3Tvm9O9xUgCIVDnyNonTCni { width:20rem;height:13.75rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetVVcM8xoLmxWzmZeHPMuC5NTRic0PX { width:20rem;height:23.496932515338rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x { display:block; }#V3nvZ4PDOUKCkyd3UGDmKxGiRk4Lb82x > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRNe1TfGXRCK3u9q87THmDZaR30rpy9t { width:20rem;height:12.833333rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVN8auua9HFpxhKT97Pvln40tzRuf7B { display:block; }#APVN8auua9HFpxhKT97Pvln40tzRuf7B > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNEN5uEZqqOTAAD1R8ViF2KGOf2TwZX5 { width:20rem;height:5.1666665rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60igFqlkfT3ENkhJTXoE1czeiwI10ze { width:20rem;height:24rem;top:7.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT { display:block; }#XPUCrspWMlkT4W2LzhGN1nxN44ui7CmT > .row .container { width:20rem;height:210.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPBGOEQnol7NMacCcJyGSDTsS6UOao5z { width:20rem;height:10.33333325rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #taDR5CZzXSwJPFPzh2RTMOq8C4t9Ly0I { width:11.9375rem;height:21.875rem;top:12.5rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFW0FGWzEANxTIy6hO4zwCvn2E0Mcuf { width:18.9375rem;height:18.875rem;top:57.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcTve4DQBlPNfQ0lh4xHc19OMf1cEDaX { width:20rem;height:11.038961038961rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVseldp463zqqwPJCmTXTziT32bgzEKH { width:20rem;height:20rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9KgdwHQLdp2iGhzE2BTBX9SZDSZO0TA { width:18.875rem;height:18.875rem;top:89.7880859375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzmUoqhqvZy4Bb6Uub9TQX1UDwidgqK { width:18.3125rem;height:18.75rem;top:132.9130859375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSod3roasCznJ7pTo9DAGWFf8xbd9pKZ { width:18.3125rem;height:18.3125rem;top:152.9130859375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwQxHaDTU8qQGUgcsO4dNALFxD2XbPcx { width:17.3125rem;height:21.75rem;top:109.9130859375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJ1r7UHHFQNgLuXa0rJQP5RXeGbeMZG { width:17.3125rem;height:17.3125rem;top:172.4755859375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMUlFoTGQflcXla2PdvmJT53QsZq2RVw { width:18.6875rem;height:18.6875rem;top:191.0380859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ { display:block; }#icFmda51aNmaOK0mEOiOfh5VcxNrTgbQ > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQEsvnGD11nrOQdbMLPXFh23zCkgZKZn { width:20rem;height:19.4375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpbwKPGv1fFTDuieELoJ3d93rluuXgTf { width:20rem;height:2.41666675rem;top:15.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTeiZin3xa75BtcTnX24BAceOdlb7nf { width:20rem;height:18rem;top:19.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkFxTW4HH3VpoZMeXzQKPCyK6RITroTE { width:20rem;height:16.25rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rreOqn842eWGT9GTDpiExiNAwq5zC6TP { width:20rem;height:1.75rem;top:54.533203125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0RCQR63yKwSS4htUM24g0BTnlaw8uMD { width:18.9375rem;height:14.666667rem;top:58.3125rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8XAJoFb0PZivdLKtFoUl64B8cvKvrcx { width:20rem;height:13.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbrl07vW7vCp66iRqb8ClJuxcRCyrOiw { width:20rem;height:13.125rem;top:39.9541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C { display:block; }#S6lDETXa5WPLWTvTlkoSUVxEs4pFC33C > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh6JmrtfgZnJqbXVPssIPoRbqkgNIQNp { width:20rem;height:5.1666665rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaRADoA1chl2HXwMNlvVHvWtCfbrTKgB { width:15.8125rem;height:6.6666665rem;top:7.625rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHGtdvIX5IC3yTvz8tdNpcwzId2Ku2cK { width:16.9375rem;height:6.6666665rem;top:15.75rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaFptszZrTENf4u2VUey2rVagnH4VCT { width:16.9375rem;height:5.3333335rem;top:23.875rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr { display:block; }#uI84QmMAbps37Fdt6wNwT6dt1aLNVcCr > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weyM04gNBglbxqFXm7qJBdU6iPCWZSqw { width:20rem;height:5rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1UNWNlZ8xZiaKOcBnr2XKm8Vd7AwF5u { width:20rem;height:6.3333333333331rem;top:34.6787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B213EVaogzw2c4tTRZMolii1iws8nCBb { width:20rem;height:6.2370062370063rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XO7W4ECUNzMS0S3MMTFAGfkDBgO86D { width:20rem;height:6.4414414414412rem;top:15.111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2T9BvLN8siP4V6zVNs1T51Vlh5kK9E4 { width:20rem;height:4.3762781186094rem;top:22.802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awrnmngabEQlKGSbU6zL8TxuowoJ9XFh { width:20rem;height:5rem;top:28.4287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g { display:block; }#kecGrHBH1Duut5bQxcEwKg7hvqeXlZ6g > .row .container { width:20rem;height:141.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVe6AeWpAsNBF5iowSIcF6he0phhuLnR { width:20rem;height:5.1666665rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #edLU15XPR7Dv9ixFb5CNLUWZ6eH9EBah { width:20rem;height:2.58333325rem;top:7.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #deQ4s2P1rXmfOwOy5z0HspOBegrCp8XE { width:20rem;height:3.5625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfNcRGf6zMMdTXQ8fXbQcXt0LgwcaEPu { width:9.1875rem;height:14.375rem;top:11.625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAp3HnD7ECJ4og9rZK6i1hdCt6xeb4TS { display:flex;width:4.0625rem;height:4.0625rem;top:26.5rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #w3h9RtE7K6dppoRxPDP7FJ8QzyN5vI05 { display:flex;width:5.4375rem;height:5.4375rem;top:54.625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #hvt6dsI3yAIXuMnkOlof2bAnkOhXWA1T { display:flex;width:3.3125rem;height:3.3125rem;top:81.6875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #CK5TkhDZvNTSs0tQBehSPclHrHNckvlx { display:flex;width:3.0625rem;height:3.0625rem;top:108.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #F2TVFNCWQdPPBn7cA8Z95oVHgGyGxxCJ { display:flex;width:3.25rem;height:3.25rem;top:120.1875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #NTPf5oDTU4xwMrA8V9z2yv1V04SXmPEl { display:flex;width:3.25rem;height:3.25rem;top:67.8125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #rHgczs0HtcUDAv6pGkbf2ruyofTL21Bu { display:flex;width:4rem;height:4rem;top:95rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #S5K2mU117mTssnfdv58SWOXJkDFb7SB7 { width:14.625rem;height:1.5rem;top:45.625rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QORdTnAPWlXLIdisUUSHl6KvU1wthTO0 { display:flex;width:3.5625rem;height:3.5625rem;top:40.8125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #bqqMkJG6QwBh2CsALGdfdwBWKTZROPkk { width:14.625rem;height:6.25rem;top:48.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KymhAd04dUEB7ybQtBEPDqFhJ8JFzZ8u { width:14.625rem;height:5rem;top:75.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCaTMUDxW4iHqHrTqy17PknAI2EcOkLy { width:14.625rem;height:1.5rem;top:72.3125rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOmND4dD4hZo0mD7nHswkF3lpnEVuBrA { width:14.625rem;height:3.75rem;top:103rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTPLhzseVyJwAtIGQPJMNckV1BUmHih { width:14.625rem;height:1.5rem;top:100.25rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MONfHBW0IXLtbwWflACetVpX8hMUtT { width:14.625rem;height:5rem;top:127.4375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxd340JCxFXTSzATs1gLnBC6S2tRH0L { width:14.625rem;height:1.5rem;top:124.6875rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8p0Pbg7Z6yfeLlvI1cmTnT1JTkZaAd3 { width:14.625rem;height:1.5rem;top:59.4375rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWVUUc4cPxXwV4zgVyQXeAz0EwOs6DfT { width:14.625rem;height:5rem;top:62.1875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZKaPHt2rgEihh6G8enLiUX7P7qgDlZK { width:14.625rem;height:1.5rem;top:31.8125rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKClg2RgSq0dwbF8uSDAIkZzNeceHuI { width:14.625rem;height:6.25rem;top:34.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEKJZdMdQ6unTD01JTrGvBUJqLXGbsvW { width:14.625rem;height:5rem;top:88.3125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXcEJulvVfdLZZUQNTz5BWGg0aNubWo { width:14.625rem;height:1.5rem;top:86.25rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2vtrxy4S2bnf8E8hoWVZqBAECEHqq1i { width:14.625rem;height:3.75rem;top:115.1875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTI7gciuogQXpTz72AzdWX2IrDXLFVZf { width:14.625rem;height:1.5rem;top:112.4375rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGvxyRTTwau87lTyrIoByr9sUTohRq0p { width:20rem;height:5.375rem;top:134.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7pCTsmfaVwxwZD4H4hNcrFNOut4lkLN { display:block; }
 }@media only screen and (max-width: 763px) { #L05oRTdT9Dq7rdDtztpvagiu37W8Nvba { display:block; }#L05oRTdT9Dq7rdDtztpvagiu37W8Nvba > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMKnKD7rRamPk3enJR5tsPaETJmIHfB2 { width:20rem;height:5.1666665rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D { display:block; }#gN6QrXIWrdIEOg6VFUt0cWoIJTQv6X5D > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mn5gC50IGeeTbaFNm9BdU8CKsIZxEkhg { width:20rem;height:15.1875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFa7JK2u9Z0AOe4XzwzchLcQzZor8OQD { width:20rem;height:2.41666675rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #th29Wxb3mwuh3HUfA0UgsgKZTZhFiaCk { width:20rem;height:13.33333325rem;top:5.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JIN2us088wfiBqkyrkQhVmgVXJytLp { width:14rem;height:19.625rem;top:21.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6T5odM4egfu7etQJGiXq1ASbFl1QSmC { width:20rem;height:11.25rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xesa3wNCfwM1Be1yO4qwcu0uZFJN1W05 { width:20rem;height:16.8125rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbVRVDbK5xRWWstEDxL47JoH6q1x2VvT { width:20rem;height:12.66666675rem;top:45.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlm1XTqnGdpZOJJn5LPq9aTTPlGBg9zT { width:20rem;height:2.41666675rem;top:43.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIpM4ISDbxUHbN4ThIn1U3stW35VV14u { display:block; }#EIpM4ISDbxUHbN4ThIn1U3stW35VV14u > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR6tm5qQPJDPCnWCvGopUGqcuB6b1vbN { width:20rem;height:5.1666665rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLh5wyS1k7pKzLM70Pv6pUEhuhz3zEx { width:15.8125rem;height:4rem;top:7.625rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFW0yoB7Tc9NoNITFnh6NqsGH7Ba9xHF { width:15.0625rem;height:2.66666675rem;top:13rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFvhr7uZQ0F3ZFqMd1v6HHb31kHernf6 { width:15.0625rem;height:2.66666675rem;top:17rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W41HI1X9i4guoLmQpsX5d9p5U7HLLkd6 { width:15.0625rem;height:2.66666675rem;top:21rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APIMnKeyPV4h3kUeSvxkvNXUOKEZAWrd { width:15.0625rem;height:1.333333375rem;top:25rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3WlOTgdKZTwDvmcFf7TMSoV2hguRdQt { width:15.0625rem;height:4rem;top:27.625rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEcm9ADyX4rcUDfWGcl0PVytZg7wMpSk { width:15.0625rem;height:2.66666675rem;top:33rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ { display:block; }#Ei2F92D72E7aM2N8TBkNsU3nHHNFCVOQ > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep4X7CQMITSNRGoyeLSqkOmOz7KwPBKM { width:20rem;height:7.75rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPPlO64FbxWb5qH9XTQiE6SV0fHCu8nX { width:15.8125rem;height:0;top:14.1875rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKEaCz6MHBVxE8q7ePG6zhqiPmoi8oX { width:15.0625rem;height:2.66666675rem;top:10.1875rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8eafovCXAlC1S0Wf96lmH7XZQPhOo7F { width:13.8125rem;height:2.66666675rem;top:14.1875rem;left:3.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emVBwA9Xoc4NA3aAtzsXzl42Wti9vtM9 { width:13.8125rem;height:2.66666675rem;top:18.125rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChJzCUBh46F60fZanPTTZMr7nWBx3muF { width:13.8125rem;height:2.66666675rem;top:22.125rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBirs5QQiq5OIi2uZLzoOrRuXTJIpnfT { width:13.8125rem;height:2.66666675rem;top:26.125rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDwPauwRIzFVTw8RN8rzCQLRDx4pTbKv { width:13.8125rem;height:2.66666675rem;top:30.125rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oROwwMzO3TBP52EskmLGz9ZbuUS1uDTR { width:13.8125rem;height:2.66666675rem;top:34.04166675rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWxKszZZEnlaTWRaxA5WF8oqlBesARe { width:13.8125rem;height:2.66666675rem;top:37.9583335rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIvS880ykSIqPDgtFDiGuevqeZp8HCAm { display:block; }#hIvS880ykSIqPDgtFDiGuevqeZp8HCAm > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bt2poboMcztzMLEpiVO43uuA4QIUF8VF { width:20rem;height:3.33333325rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz { display:block; }#wH8wyXR2yPe23pRr2BOtU6VvzV8hEOiz > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itc23daToZzyS0k5nWyLMKnQbs4HECQU { width:20rem;height:4.5rem;top:9.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbgQmo5LzBnydD0pNOSHBFpdAHI2Rb9 { width:20rem;height:12.6875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4FfcytZCmhri7IfudihRl3xxZuyEGGp { width:20rem;height:2.41666675rem;top:16.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaHFFzax0CvS4kOTMi8h9sOUIOLc1mGl { width:20rem;height:7rem;top:19.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1IkZ09NhhKbR8KBL71OSuMzn10leRnp { display:flex;width:4.0625rem;height:4.0625rem;top:30.3125rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #DAck3BkQwErDyZditOwwuCZ01ekTklG8 { width:16.3125rem;height:4.8333335rem;top:35.3125rem;left:1.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLoFiuLhxSF7o0NbzX3ztyk6Mh7EQbn1 { width:18.125rem;height:6.666666875rem;top:41.3125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgpRda3rgdpp51qCPhx2lkcQroFBdISB { width:20rem;height:7rem;top:1rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyf8EHg6pUl49dBovOpc527SygkpyptE { width:18.833333375rem;height:4.645833375rem;top:50.541687011719rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Z65d5LxF0QSbi5f1gaPcrmgq2VsXLD { display:block; }
 }@media only screen and (max-width: 763px) { #fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt { display:block; }#fVOzo5OhiKOGkqtHMP8a77L7PTWDoILt > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJDaP7xMaCJrtUJ2pDVQk9AH0S61lEW9 { width:19.375rem;height:51.875rem;top:6.9752807617188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vooOfLhKRKz05DmKEXDk4DeXZ4QukuJy { width:20rem;height:4.6666665rem;top:0.9755859375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBkVZOs0GAna10OPZCxQk953SgfZsLEf { width:20rem;height:11rem;top:7.7880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTWiRkCKtLCOCxm7pOyMTf6oe1ZkNXU { width:18rem;height:22.1666665rem;top:19.8505859375rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlbz95XBoaA0bH9OT18t6gRkEZuBu60x { width:19.583333375rem;height:4.645833375rem;top:45.225280761719rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM7qIuIXH0zvHqZ9FKFTO5w7s447po3v { display:block; }
 }@media only screen and (max-width: 763px) { #CoaH7THODmIFmCLV3C187dQdAoFSrzSv { width:18.5625rem;height:4rem;top:52.25rem;left:0.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 { display:block; }#Amd8GNuq7IyiUWixsqkU93JDx8JuSd38 > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX { display:flex;height:auto;width:17.5rem;top:1.5625rem;left:0rem; }
#T4pTRaPD296huM2SCD49mqTVU3rwNOMX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #XgWT1zit9M3uDgMnLRWCdgn5Kef7gEp8 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #omNMV1TA3CP25ZOBfLDCNp8h7ytOCWmd {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #GDn8xkkCgcTBH1SbANkF6Pz0F4AAWTqD {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #KMKm3IVNTsXvrWnkkgMD2ROwxnCvipbl {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #F6mB6FRcsLHq5iUvoxcZvJGuUww1lCBK {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rez6SFE20XOImstExXpEdq1uBKsWVqzd {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #xHShdN6uUdMBdHUxGZaF43tGB9ST8zc0 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Zitxy6Rx99gxopv3hmggSHVdV5Vx5wvv {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JNh9TyWBCaVqcDrHJ8RV7PsXpHeVoGwM {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #AQazLxHyomF24eZQahRMDNgmJotXIoJ9 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qHMPVEXpabqcck0MhtqmTx33eVeoURLm {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DZhKHRTQxAtixJp8fdyeCIZTVtTI9lgT {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #dfoGovxs2rPB88AfG3gaBs1c6rybEGDp {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #H5SWywIAzLZ3ABqTX8Fsihb7qVwe3bqu {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #N5JCyXFSIDIyk9LquE2PHlFFTwMATBJk {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #gtPbftJBdnNkOTu4dANr4dOxnym8cDkm {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #IuaBE5ZzVWQLyhMve9QPTCQJXad6vQCx {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #VGG29zXNAaVk4XOKn9CotlNoT5Rw6fwT {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DOmq5fxvGfOSW6c5bX7SqksJG378g1rf {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #vVqTSzZvtXNQh0Uwenhd76SIy50ldkg0 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #DSaxrrbwVCZcfcTr6UUeDkU2LGgewGVP {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #EFszMTpN6WrCPR2wXkWOVrC7tKpZ5ATO {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #ImkubGifPpMqktLTySVGhJKfspcgm7Sc {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eJFI5zLmtgnOHzJBa8JxZpOUW6dHmdZZ {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eQO4NBFNDDTuQblIO10XlMfgkI7TMgdy {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #M82o3kkpeoGmAR8JNQUSDy6qdvybJi0x {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #TyufWyAkD5yLppCNpTHBy4v8DE6M2AWo {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rz3Pxx43oVRSwouiqBcNDnyiMXeCpleg {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RZngRp0neXg0rq64vX4h2r7ufVog40Qf {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #U7wCD7oacGa465kHGenGSTBvEoM1AZn0 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JtFsFPTmpJrOLqsL8RCNzGU36kQT5okS {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #UNW6AeLMqBkRwJ3l9IGL2TdObqXH4ng5 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qVle52AhbXOvxntkTPvwfF4SiSQLxflX {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #iVDnsyMRTCCZczO3Sa8geNqe31Tchorm {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #rI0qU7FgtwdlBUZ5NTXGRafZlKnOBTXn {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Bdm2VUSPNk6N8rVF7spzNVgUiDKUM2Ft {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #A0NtfPz7eJ2Ws4OFO0ygPNtgTDnzaLAK {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #HdHHSaRexeRR2Rgw1phAAyRImVwISEHC {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #kytOkldvCARkw0xuXWwarEp05QXvZFsH {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #NukN5FZlpql6VDDeaAzh8wMfCgm5ngyV {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JhTZHsVWEwCRcTgycNU4ZT6wwK8ggGsr {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RRDIg5f79bTz5y0lNqpIKBZSVXepUsTT {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #mTUXflkSbHEu56FTbb7B5zcfKrZVpFh7 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #VlaAINuCXg1SO8E2ZnyQbR1h3NC4lovB {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #Gp6B1e6phg9xV069lGoroGQeXCdDyBuv {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #TPahUgsx4FqdJ5bHnt9hN3UAuSyIPWLs {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #eCN5dxgv7W8VRl8qhlLPrs6LLelKGny5 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #tkJtS8wxxnRoxFrgDK8CySMLVyACx6K7 {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #tTu3UvfRCHFzddTAPXAMKT25Or9n3GeF {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #xI27Uk4Ogrrn2F418yyymAoWGJrmWPhf {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #PkLvJQ51QnTwGRPP4ib3GhFINsP3ygib {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #RqOPn6kXDLhBJVbGoSaO0XFT6SQ6q7dB {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #JlETNSBll6LZoR7RQolG1bE60lVIeqwH {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #WIAwyC7dcyVHsndzmkK1uF656n5k2Bbw {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #h9no6lTXJdf8RvhenTmBEfqxT4urx47x {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #sTJOvwEUgvFcy67BK1HvCDlVD6IxKHcb {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #iVq9yXnE2Aa8A3TbfX4bJ0OxwfKVdSfe {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #qFpfg4aTm9iXGfDMZd3m4U9E3UOvu9uH {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #pDl7EyS1FdNlAEE4JTWkZpRMvUpBSoGg {  }
 }@media only screen and (max-width: 763px) { #T4pTRaPD296huM2SCD49mqTVU3rwNOMX #M9wMeZf3yk5KML8eCcfgnXgpf8ui6ioQ {  }
 }