.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { background-color: transparent; background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .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); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { border-width: 0; border-radius: 0; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { font-size:0.875rem;font-family:raleway;height:70.4375rem;width:75rem;position:relative;display:block; }#dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { color:#ca9647;display:block;width:50.125rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:63.4130859375rem;left:14.8125rem;height:4.6497375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:40.875rem;left:63.625rem;display:block; }
#qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:40.875rem;left:66rem;display:block; }
#VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:40.875rem;left:68.375rem;display:block; }
#dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:40.875rem;left:70.75rem;display:block; }
#imCHHccS4flPfyK1VG3hh6akX69CzVa2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.875rem;width:75rem;top:19.0625rem;left:0rem;display:block; }
#VS3bSqUlAAGuqU0AU6pphX5nIeBFeIKM { position:absolute;display:block;z-index:15031;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:16.125rem;width:31.25rem;top:0rem;left:24.25rem;overflow:hidden;display:block; }
#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { background-color: transparent; background-image: none; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container > .video-iframe-container { display: none; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row > .video-iframe-container { display: none; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .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); }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { border-width: 0; border-radius: 0; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#BnLMqyHUtb04XM5S2r7y7Q6VAuo6xzoX { color:#b5b5b5;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.525390625rem;left:51.125rem;height:1.69986875rem;display:block; }
#d4k4BnZq7usDnB18ce6ovZ7kn0ApPfw3 { color:#ad7955;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:21.73828125rem;left:51.125rem;height:1.69986875rem;font-style:normal;display:block; }
#Qxw54HGuoWk19cX3iRsw2V6FCUNe61AA { position:absolute;display:block;z-index:15030;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:30.625rem;width:49.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sFXi9o11gCIGgPRpACrQ5AC7G8ICxJa5 { color:#b5b5b5;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:12.015625rem;left:51.125rem;height:;display:block; }#sFXi9o11gCIGgPRpACrQ5AC7G8ICxJa5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sFXi9o11gCIGgPRpACrQ5AC7G8ICxJa5 li:before{  }
#C73G2K3mcRJLQuyHCpHc8ZMidTttU99x { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:17.4375rem;top:24.125rem;left:51.125rem;overflow:hidden;display:block; }
#VHVMZ4hGCzTzT4yaMx3n5smkTSn76qN8 { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:0rem;left:51.125rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#doVvDJwyvGzgFkbP9teCyZTN5QxMo8oq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.6875rem;display:block; }
#HqvbnGAPnrEslvANu1NSaTDmaZSPHbTT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.3125rem;display:block; }
#vrhHnyLOUsL7HhfWH1PGw5tz8fVUGGoi { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:65.9375rem;display:block; }
#C27FFvAvDzoPUBz0Q7ev9eIn2xdLhAWm { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.5625rem;display:block; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#KupRn1tUprBzmzOM8Z8t55knpTmO8Cek { position:absolute;display:block;z-index:15031;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:30.375rem;width:45.5rem;top:0rem;left:29.383139534884rem;overflow:hidden;display:block; }
#mB1Fb4UPZuTXpZIo9wUUX7qR2Jty9vyi { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:0rem;left:1.875rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IegQLrKu8S9TxeVTGO0waBeOdK9hZbPT { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:9.61328125rem;left:1.875rem;height:1.69986875rem;display:block; }
#PeBdWZ8d30LJBLNzOWPv9U4CFSfNNiK4 { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:11.25rem;left:1.875rem;height:9.746125rem;display:block; }#PeBdWZ8d30LJBLNzOWPv9U4CFSfNNiK4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PeBdWZ8d30LJBLNzOWPv9U4CFSfNNiK4 li:before{  }
#y378fGwEqvBoANnpC52s4osaTUGEo1C6 { color:#ad7955;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:22.625rem;left:1.875rem;height:1.69986875rem;font-style:normal;display:block; }
#PG8T04QPTabKzctn0l3mvTV0NTwcHy3b { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:16.4375rem;top:25.25rem;left:1.875rem;overflow:hidden;display:block; }
#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row .container { background-color: transparent; background-image: none; }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row .container > .video-iframe-container { display: none; }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row > .video-iframe-container { display: none; }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .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); }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row .container { border-width: 0; border-radius: 0; }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row .container { font-size:0.875rem;font-family:raleway;height:26.5rem;width:75rem;position:relative;display:block; }#THLrgON8IczAROSFPcePyZPfKLW8bTAi { color:#b5b5b5;display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.5625rem;left:45.4375rem;height:1.69986875rem;display:block; }
#W4nddVxSGOKGsTLwgUJmB7Zh4feL3aTA { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:0.6240234375rem;left:45.3125rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZLUefx9N28xxcer2CO1LPVzRooEnqEs5 { color:#ca9647;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:18.25rem;left:45.3125rem;height:1.69986875rem;font-style:normal;display:block; }
#dOrlZgr3ZS2OO4f9z1xAvAMBp9vqUM23 { position:absolute;display:block;z-index:15030;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:26.4375rem;width:42.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#r7lTfH1i1cwKfFDSz8hXhV31O5IGo6Wr { color:#b5b5b5;display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.26171875rem;left:45.4375rem;height:7.734375rem;display:block; }#r7lTfH1i1cwKfFDSz8hXhV31O5IGo6Wr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r7lTfH1i1cwKfFDSz8hXhV31O5IGo6Wr li:before{  }
#BgmBaqy6Ep8e8OdO5GrZnea4iX23S4b3 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:20.671875rem;left:45.4375rem;overflow:hidden;display:block; }
#WL9WbseeCpDfATAvDpsH34nROmzSHCGw { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.75rem;display:block; }
#vfVkuocAV0RNJmwhUN05i72NrTXtV70I { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66.125rem;display:block; }
#MnEL67pvCCVeIxfaDGobsf6PtXTKXO5B { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.5rem;display:block; }
#q9ulABSeXcI8596PChTARUDthnUufdR6 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.875rem;display:block; }
#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row .container { background-color: transparent; background-image: none; }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row .container > .video-iframe-container { display: none; }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row > .video-iframe-container { display: none; }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .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); }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row .container { border-width: 0; border-radius: 0; }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row .container { font-size:0.875rem;font-family:raleway;height:25.5625rem;width:75rem;position:relative;display:block; }#Z9OpNlOa3h8QfO0HMTxBE031yZBw3D6o { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#K8QdmP4TDaz5Hn0TwCCnbQsXUBpoclE6 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#y0Ir49SkLwJrvWrUTITiR6P61Owa0AZP { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#vVTToTvfWGVu8nda74FsRsULnBrckhiT { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#JB1TX3Itol8q3VVeFzFOoEKMaCNOEZvK { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:41.75rem;top:0rem;left:33.25rem;overflow:hidden;display:block; }
#sd1kTDdQ1vxwabbKBiT5KZPGlIyJ89sI { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:1.3125rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GxQIe0vw4Db62S5TpeClyDp57oU4mmKA { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:5.73828125rem;left:0rem;height:1.69986875rem;display:block; }
#EkU2TDMKoqzpxyUfRUgm9eaGfmOVVLqR { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:7.4375rem;left:0rem;height:9.746125rem;display:block; }#EkU2TDMKoqzpxyUfRUgm9eaGfmOVVLqR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EkU2TDMKoqzpxyUfRUgm9eaGfmOVVLqR li:before{  }
#HdQfXkt1xZAt83Gx62shwpbPuLpc3RmG { color:#ca9647;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:19.05078125rem;left:0rem;height:1.69986875rem;font-style:normal;display:block; }
#pveM0ge1TrvWXASiW4KTCtWprmShIscm { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.5625rem;top:20.8125rem;left:0rem;overflow:hidden;display:block; }
#Mc5ifc72UzDKBniaErTclR0HmsnJg48U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row .container { background-color: transparent; background-image: none; }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row .container > .video-iframe-container { display: none; }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row > .video-iframe-container { display: none; }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .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); }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row .container { border-width: 0; border-radius: 0; }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#GV38QDdd52hazAw38AroWXzmVTM37NXl { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.1875rem;left:42.5rem;height:1.69986875rem;display:block; }
#o26OUF9hgbTa7GN7kew7mVsWq8WfbpqI { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:2.625rem;left:42.5rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EpzW3pqzOAyo1ORdcem0VItV1c1GLSBt { color:#ca9647;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:18.625rem;left:41.5rem;height:1.69986875rem;font-style:normal;display:block; }
#p1h1V7JCsTwCtViPa1TV8JRPTQ9k99OR { position:absolute;display:block;z-index:15030;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:30.625rem;width:37.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nu0JOrWT2A6rEeSTg5aqaScKFHZTkveo { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:9.875rem;left:42.5rem;height:;display:block; }#nu0JOrWT2A6rEeSTg5aqaScKFHZTkveo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nu0JOrWT2A6rEeSTg5aqaScKFHZTkveo li:before{  }
#IDvVllCIMEWNi35cy2tn2003oqgF7Gde { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:21.1875rem;left:41.5rem;overflow:hidden;display:block; }
#v3Bh1AQoMUlTf6WQW1CemTRiAC0WCpRI { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.125rem;display:block; }
#NEeGh6smwOII8JgHKU6uQ7eGZt7lutx9 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#eEuK95MbkNlTx8wxaTgvwGLAbMQisSJl { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#toPknRyPMDJnhTeBSsaLDqv9QT9zZAXo { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row .container { background-color: transparent; background-image: none; }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row .container > .video-iframe-container { display: none; }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row > .video-iframe-container { display: none; }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .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); }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row .container { border-width: 0; border-radius: 0; }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#PLLTpLAx1ES318yJpfE52i1ahP5eT4TN { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#PyHJFZTqsm1wyczTBdMxfCNSwM77PrvO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#k2LBTdBE5szX2IOiaECJ7zUzRGQPi6b1 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#MlD9QRlie2PosMsguNyftFmhc9SFq4Zf { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#e45LZoruhMAuUIh8uW0XrmgQ9ITRgxip { position:absolute;display:block;z-index:15031;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:30.5rem;width:41.375rem;top:0rem;left:33.625rem;overflow:hidden;display:block; }
#eG10NXWDoSWSAeBbILFDNk6HMQE5pTCz { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:1.8125rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oFDe8eqs3yZfQW7PLwL4LTsK9Q9KZI77 { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:6.36328125rem;left:0rem;height:1.69986875rem;display:block; }
#m69imwg5MLfpIXb3ZURQvIxhXU0yQzwi { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:9.125rem;left:0rem;height:7.734375rem;display:block; }#m69imwg5MLfpIXb3ZURQvIxhXU0yQzwi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m69imwg5MLfpIXb3ZURQvIxhXU0yQzwi li:before{  }
#KtQ2lSx4xK4wTlNXOqLpG4Be3d3T2lmR { color:#ca9647;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:18.98828125rem;left:0rem;height:1.69986875rem;font-style:normal;display:block; }
#T7TmL8TPfG4wKvnUdD5CnE6naJU2zMZi { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:12.8125rem;top:21.625rem;left:0rem;overflow:hidden;display:block; }
#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row .container { background-color: transparent; background-image: none; }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row .container > .video-iframe-container { display: none; }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row > .video-iframe-container { display: none; }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .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); }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row .container { border-width: 0; border-radius: 0; }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#BtAlD0sWx95yamIelGvVyE554IxRVr5C { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.5rem;left:41.5rem;height:1.69986875rem;display:block; }
#cg9oGcCt6cq0FipGzCEE5CfzLCh0bvSf { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:0.6494140625rem;left:41.5rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITehxLmcQk9ts1XTAxfV9qxynT3mqAuT { color:#ca9647;display:block;width:18.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:20.1015625rem;left:41.5rem;height:3.3984375rem;font-style:normal;display:block; }
#Lwk3fua65Jgsf6WiAL4nVOXXlgiUsz8a { position:absolute;display:block;z-index:15030;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:30.5rem;width:39.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uvs9n7sKWHP0Rc4HxpHAQu1KdQCsExxE { color:#b5b5b5;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.875rem;left:41.5rem;height:7.734375rem;display:block; }#uvs9n7sKWHP0Rc4HxpHAQu1KdQCsExxE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uvs9n7sKWHP0Rc4HxpHAQu1KdQCsExxE li:before{  }
#Rg406aemmTUhFbwqloT9cKVgSVWEndoO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.0625rem;top:25.1875rem;left:41.5rem;overflow:hidden;display:block; }
#WVNrE5dWUt5Q0nLuUSoFT6PfR9qPydM3 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.375rem;display:block; }
#efUPCiNSm1FLfR113kk5eqIhKT5XikRQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:65.75rem;display:block; }
#Bwydmv4rzHgupi4ZBUmTseiRKdpyDs4Q { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.125rem;display:block; }
#cWZTaQGNcteFuGyq6JNRpUA1xJduompe { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.5rem;display:block; }
#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row .container { background-color: transparent; background-image: none; }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row .container > .video-iframe-container { display: none; }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row > .video-iframe-container { display: none; }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .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); }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row .container { border-width: 0; border-radius: 0; }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#G8M7TUgrWlpaJFWzTTmtF9xCnuOEgZo6 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#yIeyK0n4T9xmKLUqEP18JVSI8hTvFxnK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#JUPiJrKS2v8BVJ7F4xGq9Z6Fds2gUFTs { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#CqDUAVNpSSA6eehmZl0VCqVFSEH0AeXC { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#HCJLiHrt601IuHS4387UCJRbTV4u61nh { position:absolute;display:block;z-index:15031;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:30.5rem;width:40.1875rem;top:0rem;left:34.71350931677rem;overflow:hidden;display:block; }
#vitxcT0DSs97wJO7bITFJTOzaHw2mWTb { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:2.1875rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thT0OxGhgC1tlAZeeGLNi9WoV5H1WFuo { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:7.30078125rem;left:0rem;height:1.69986875rem;display:block; }
#y7WKKTlzPnLobD7tzDcZXgizfw2p7rTw { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:9.8125rem;left:0rem;height:5.72265625rem;display:block; }#y7WKKTlzPnLobD7tzDcZXgizfw2p7rTw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y7WKKTlzPnLobD7tzDcZXgizfw2p7rTw li:before{  }
#vILSDypLlPtamMU7kyApMnk06MXTZUUp { color:#ca9647;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:18.6875rem;left:0rem;height:1.69986875rem;font-style:normal;display:block; }
#suTAU3AObCumQ8hZuk43bpA3h6AnLckq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:21.75rem;left:0rem;overflow:hidden;display:block; }
#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row .container { background-color: transparent; background-image: none; }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row .container > .video-iframe-container { display: none; }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row > .video-iframe-container { display: none; }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .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); }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row .container { border-width: 0; border-radius: 0; }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#sxCKipKVhqupgWtsHh4KuSVmA46KTfsQ { color:#b5b5b5;display:block;width:11.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:10rem;left:47rem;height:1.69986875rem;display:block; }
#M0JD01tE2Ao0P5UPy9XoPQz4U8XARsc0 { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:1.224609375rem;left:47rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlK4PMG4EQTUhO9ysDit4pyZNbnaQTd5 { color:#ca9647;display:block;width:19rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:23.30078125rem;left:47rem;height:1.69986875rem;font-style:normal;display:block; }
#R2hs9yqRWfbD79WzEL54GWRH4tx9If9t { position:absolute;display:block;z-index:15030;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:30.625rem;width:45.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FyOPKVFCFXc1eddGq1xOp7PBmLp5xB3M { color:#b5b5b5;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:12.73046875rem;left:47rem;height:7.734375rem;display:block; }#FyOPKVFCFXc1eddGq1xOp7PBmLp5xB3M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FyOPKVFCFXc1eddGq1xOp7PBmLp5xB3M li:before{  }
#IIxwATTMH63k3IzM7eAnk0KmLM7HG5KZ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20.1875rem;top:25.125rem;left:46.15625rem;overflow:hidden;display:block; }
#AUzFA4sx4wgupnIIoVXtzVS7DKB1LJra { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.8125rem;display:block; }
#akbBT4UiX5UaiUo6NbB9UOwe0LzCmZ9X { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#O2S87opnBqxDXKQkgfTXQcV0G80lP4na { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.3125rem;display:block; }
#L6n5Jm2Me3BceLtQ3FZ69glpe0Bl54va { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.5625rem;display:block; }
#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row .container { background-color: transparent; background-image: none; }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row .container > .video-iframe-container { display: none; }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row > .video-iframe-container { display: none; }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .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); }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row .container { border-width: 0; border-radius: 0; }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#MKJTSnzhx55F4uLLo7CvISwt416d1hiA { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#WqSaWAZ2BVqXsaEpUaknuNx0wIXbMut4 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#mr7KNs4atf4RUT3Xa6MI69axU19naaxG { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#P8orubtHEfFo7Zqizr3J8bRTfADOCcgi { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#Le0fe3vu9GxiltF3yNGJ5sTqRLprFDlE { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:2.875rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FwfGoZeeTkfIWpSTvrHmWETyGRNnl2iL { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:8.6875rem;left:0rem;height:1.69986875rem;display:block; }
#tM94r3zVgTThBMfoZy048N21WAWBO1xW { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:10.375rem;left:0rem;height:7.734375rem;display:block; }#tM94r3zVgTThBMfoZy048N21WAWBO1xW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tM94r3zVgTThBMfoZy048N21WAWBO1xW li:before{  }
#k6x7HLPHFaTl1sb3tMqnoBaTaok4iGOQ { color:#ca9647;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:20.9375rem;left:0rem;height:1.69986875rem;font-style:normal;display:block; }
#oWIXe98TWAhLl1XcK92iZG8dAa4WkDQu { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:17.625rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
#JBSrlieq4vSwWi5A6cT8NJaGzK0R0u4g { position:absolute;display:block;z-index:15031;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:30.4375rem;width:45.5625rem;top:0rem;left:29.4375rem;overflow:hidden;display:block; }
#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row .container { background-color: transparent; background-image: none; }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row .container > .video-iframe-container { display: none; }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row > .video-iframe-container { display: none; }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .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); }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row .container { border-width: 0; border-radius: 0; }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#lewAICJa5WEGXFdu0W1cg8rgO2UVvCQ5 { color:#b5b5b5;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.81640625rem;left:48.9375rem;height:1.69986875rem;display:block; }
#wycvxloVvQRi8DRTm2XGyo0LLyJ3Mehb { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:0rem;left:48.9375rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bma8gluteOToH7R6uEmXxNnOCv5gRpli { color:#ca9647;display:block;width:20.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:23.23828125rem;left:48.9375rem;height:1.69986875rem;font-style:normal;display:block; }
#ASTcRnn2TXTgtHkdExvn5Cy712ZGK3lR { position:absolute;display:block;z-index:15030;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:30.6875rem;width:46.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iC8KF7gFnstpMHrZNfeTpVp5WghczAD1 { color:#b5b5b5;display:block;width:21.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:14.390625rem;left:48.9375rem;height:;display:block; }#iC8KF7gFnstpMHrZNfeTpVp5WghczAD1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iC8KF7gFnstpMHrZNfeTpVp5WghczAD1 li:before{  }
#Tkh0oeNWJ0krhQVaQZyqyxXUxSMtPwGM { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:12rem;top:24.9375rem;left:48.9375rem;overflow:hidden;display:block; }
#GaToha3TKQWOX35kPRHx7WPep7g71HPo { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:64.1875rem;display:block; }
#GpzQgAlgrioZpNc23397ramv6nSdcSxN { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66.375rem;display:block; }
#U7JktKfydt5Q2mqoR4ksbo3gfkqxiOPW { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.875rem;display:block; }
#V9nl2W4MNAcEP9RxNudS1TPHOkis1dEF { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.9375rem;display:block; }
#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row .container { background-color: transparent; background-image: none; }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row .container > .video-iframe-container { display: none; }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row > .video-iframe-container { display: none; }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .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); }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row .container { border-width: 0; border-radius: 0; }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row .container { font-size:0.875rem;font-family:raleway;height:24.875rem;width:75rem;position:relative;display:block; }#TyMHBAssHgkeu4t6TasQ331TMxsHyNN8 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#zyTB3bdgF3KtG2PeoomiGTTbFU0Z1ItZ { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#am3bPa8UMMILpRnxSWXaK4p4nb8ogMfy { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#lCaaL9tv8OTfnr2mUDHV2NnK0PTLc64A { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#Htolv45PG9k92qg1Gy8OiLxntC2mteWd { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:40.5625rem;top:0rem;left:34.4375rem;overflow:hidden;display:block; }
#TflkpnwBntQTOsBHWKNm5LFBs2BTlqta { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6JvZqI3mfJvSTVV9KD01otEwoitJq29 { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:3.6748046875rem;left:0rem;height:1.69986875rem;display:block; }
#NKDQ7ESb3u1kbvMxhsRCs2VhczaDue9b { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:5.3740234375rem;left:0rem;height:9.746125rem;display:block; }#NKDQ7ESb3u1kbvMxhsRCs2VhczaDue9b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NKDQ7ESb3u1kbvMxhsRCs2VhczaDue9b li:before{  }
#R9IQyHOvE3MBFDgCSKaxhNRyMcaS103r { color:#ca9647;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:15.1201171875rem;left:0rem;height:1.69986875rem;font-style:normal;display:block; }
#oBxuP8VxQUVsnn4VRDGChrgCF7BcOqC0 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:5.125rem;top:17.630859375rem;left:0rem;overflow:hidden;display:block; }
#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row .container { background-color: transparent; background-image: none; }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row .container > .video-iframe-container { display: none; }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row > .video-iframe-container { display: none; }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .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); }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row .container { border-width: 0; border-radius: 0; }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#CXpy9H65nmZ6wmqWowofzRxW4Uw8Gfxl { color:#b5b5b5;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:6.5625rem;left:48.375rem;height:1.69986875rem;display:block; }
#kU5Gv5IEV9Qa93O0FiAN5RthPR8LpNvG { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:1.5625rem;left:48.375rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V2VF5oLg2V6s5ukw5zZfvIoC7obEQJmu { color:#ca9647;display:block;width:18.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:19.1875rem;left:48.375rem;height:1.69986875rem;font-style:normal;display:block; }
#mmnHPrT1aOSgzMR6iU3dr1NmH8emQuWZ { position:absolute;display:block;z-index:15030;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:30.5625rem;width:43.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cbEGrVHxNNLwSZyMWx3m3D6cwrvtmN41 { color:#b5b5b5;display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:8.25rem;left:48.375rem;height:7.734375rem;display:block; }#cbEGrVHxNNLwSZyMWx3m3D6cwrvtmN41 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cbEGrVHxNNLwSZyMWx3m3D6cwrvtmN41 li:before{  }
#gLGvru5SAyJHVfFzoZFEF5XhSQnQeWvs { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:14.125rem;top:21.125rem;left:48.375rem;overflow:hidden;display:block; }
#fE49bpTz9apGLiqEJDfAdt80HRogSlGi { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:0.375rem;top:0.125rem;left:64.125rem;display:block; }
#Co96g7QkTskUqgnhrzwQv8AP4gkgV7Bh { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66.5rem;display:block; }
#f4qSZuRVeHF7gLDPlROREWGwENlUOxR2 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.875rem;display:block; }
#caTucIRx5cwPAxzO2MXQ7mf0fZ32GNui { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:71.0625rem;display:block; }
#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row .container { background-color: transparent; background-image: none; }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row .container > .video-iframe-container { display: none; }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row > .video-iframe-container { display: none; }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .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); }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row .container { border-width: 0; border-radius: 0; }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#qIJSMyGCMTGp1C3DfOvKToknVJTp5euN { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#VqAe4fACcT8m9IicNXK9U3M0EFyJqQqG { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#sircW9oDEzO3tv9l8J5nx5FKQR7oTaTd { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#zHZTT21P7l1L1kaFMrJEZXuEPZQsaw2G { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#NMfcX018P19EHP2IATmrfyxVmUCVt52y { position:absolute;display:block;z-index:15031;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:30.5rem;width:42.875rem;top:0rem;left:32.125rem;overflow:hidden;display:block; }
#kRFqDrSblpEUuEtqNpkvsHSqkx5CTBkb { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:1.94921875rem;left:0rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cAPO3mlLBb7oLD3D20iupA9FyyNgtKfn { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:9.61328125rem;left:0rem;height:1.69986875rem;display:block; }
#ghvtzrNF2T2iP6N0abTutLIf27RLJ3y8 { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:11.3828125rem;left:0rem;height:7.734375rem;display:block; }#ghvtzrNF2T2iP6N0abTutLIf27RLJ3y8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ghvtzrNF2T2iP6N0abTutLIf27RLJ3y8 li:before{  }
#T4OTMRzEh75o0PR9Wa4TnlhSe93ckazf { color:#ca9647;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:19.875rem;left:0rem;height:1.69986875rem;font-style:normal;display:block; }
#wpc66Tqc2ABxFWmBscMOTG9xTsVDhKiV { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.3125rem;top:23.3125rem;left:0rem;overflow:hidden;display:block; }
#xrFCM7T09PltRvrwzv1yTUmWOc9ODNsH { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:29.625rem;left:63.75rem;display:block; }
#gAD6qWn2BnOIe7ZywprhocRPKneF59zr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:29.625rem;left:66.125rem;display:block; }
#q3sHT2cIJeQ1OJ2RdKOcXHVyaRa69Oyb { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:29.625rem;left:68.5rem;display:block; }
#Ne3NWDa825ThrkaXGKcQr1VHaJJ1Q2vI { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ad7955, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7955', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ad7955, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:29.625rem;left:70.875rem;display:block; }
#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row .container { background-color: transparent; background-image: none; }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row .container > .video-iframe-container { display: none; }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row > .video-iframe-container { display: none; }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .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); }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row .container { border-width: 0; border-radius: 0; }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row .container { font-size:0.875rem;font-family:raleway;height:30.5rem;width:75rem;position:relative;display:block; }#EJyPusXZSIRWJG5rc94fHxgt7sbbPQwz { color:#b5b5b5;display:block;width:28.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.6875rem;left:46.25rem;height:1.69986875rem;display:block; }
#NCXswMxrhqXRwaswKlwvZNxN6tNIdTZE { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:0rem;left:46.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTD80GsmxlTqD8Ifpx2UplvlqQuUUuh4 { color:#ca9647;display:block;width:20.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:19.6875rem;left:46.25rem;height:1.69986875rem;font-style:normal;display:block; }
#RddiTBCINWqxqMpL1bZlo6GPHDgETECt { position:absolute;display:block;z-index:15030;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:30.5625rem;width:45rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LUxJ9JcTzVtCvKdMbaUzO7b6ZHNgsNoM { color:#b5b5b5;display:block;width:28.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:11.25rem;left:46.25rem;height:5.72265625rem;display:block; }#LUxJ9JcTzVtCvKdMbaUzO7b6ZHNgsNoM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LUxJ9JcTzVtCvKdMbaUzO7b6ZHNgsNoM li:before{  }
#fhRobTRP3fd8quH7CTpTiH7V4WT9GD0S { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.875rem;top:23.25rem;left:46.25rem;overflow:hidden;display:block; }
#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row .container { background-color: transparent; background-image: none; }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row .container > .video-iframe-container { display: none; }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row > .video-iframe-container { display: none; }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .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); }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row .container { border-width: 0; border-radius: 0; }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row .container { font-size:0.875rem;font-family:raleway;height:54.75rem;width:75rem;position:relative;display:block; }#i3faIT4sgwu31pkR57bU54kPSGp5TwZT { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5GRKek3SVN9Hd8smBciCL0nwtoddEfe { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.3125rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#auhvRFcawQxzJTZSNBwUCz90EQMHsgCU { position:absolute;display:block;z-index:15018;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:30.0625rem;width:16.8125rem;top:12.8125rem;left:3.125rem;overflow:hidden;display:block; }
#xyQOBg9PXdwLbe4wZ1bbL9M0l8gvxssm { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#cLUUMfJWEdDumqAfebWNEnlZqVEP18KQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#MBeTK8wlOcTpgVrgqFA4NSEInzzgocWw { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#PJkWKyLeCzdnOe8GxModHhTb99LUDc8T { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#r8o9MiHBrstIO219FqaJZaZZkDnXxpD3 { position:absolute;display:block;z-index:15019;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:29.9375rem;width:16.8125rem;top:12.8125rem;left:19.9375rem;overflow:hidden;display:block; }
#B6DoE5ZVCdsIL0PIZpRwlf7JpQSuTuzP { position:absolute;display:block;z-index:15020;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:29.9375rem;width:16.8125rem;top:12.8125rem;left:36.75rem;overflow:hidden;display:block; }
#DnraZFpMW8JyqbiKuPks3Tap7Nv4V0Uq { position:absolute;display:block;z-index:15021;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:30.0625rem;width:19.75rem;top:12.8125rem;left:53.5625rem;overflow:hidden;display:block; }
#Cyx6xdFRIn83xSnhzMJkZuT19XJB9PBh { background-color:#ca9647;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:47.5rem;left:28.75rem;display:block; }
#Ql2ll9JBJF7MGHg85f5TDsdg7I0NGXHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b832esI02RLAQec3QsRLOrdWVp5g58qn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row .container { background-color: transparent; background-image: none; }#b832esI02RLAQec3QsRLOrdWVp5g58qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row .container > .video-iframe-container { display: none; }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row > .video-iframe-container { display: none; }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .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); }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row .container { border-width: 0; border-radius: 0; }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row .container { font-size:0.875rem;font-family:raleway;height:51.6875rem;width:75rem;position:relative;display:block; }#AwiBsTi6g9uHlnl0Ckf7SUdtJuHQ76K8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.875rem;top:6.1875rem;left:0rem;overflow:hidden;display:block; }
#dX1o64OBcvmNU1eQhGXIQweaTVTFZxwK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:20.4375rem;top:42.75rem;left:19.875rem;overflow:hidden;display:block; }
#gMr2xWRslA2OVva1MT45QngtDetPqh4K { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:7.125rem;top:26.6875rem;left:64.09375rem;overflow:hidden;display:block; }
#Etz8QtiS84nw459AEx9QTN8MBMD4v0Eu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:18.5rem;top:6.1875rem;left:56.5rem;overflow:hidden;display:block; }
#C8TM8yd5vsTATbKKh8CiFV9Nlok8cgdX { color:#ca9647;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:2.375rem;left:0rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HkXlxFJkJLMaSCApvvEM1Twbv88nXeI7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.75rem;top:17.0625rem;left:0rem;overflow:hidden;display:block; }
#TUQVlbdZLz235GSg62vPcSuCpi9xLkq3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:15.8125rem;top:16.71875rem;left:19.875rem;overflow:hidden;display:block; }
#HXXwdFnLm6zTFd0US3PctVyGVt4McWVT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.5625rem;top:18.625rem;left:57.96875rem;overflow:hidden;display:block; }
#y8t339FLSGfx7DHXotAQ3WTKBXMnKNmQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:14.5625rem;top:43.25rem;left:0rem;overflow:hidden;display:block; }
#pcB7TUob9TovAoRPTnl30CDm05yOEM5R { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:30.4375rem;top:29.8125rem;left:22.28125rem;overflow:hidden;display:block; }
#Gm3SxeopC1hFLsEwtphySppzePQTX7VP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:26.5rem;left:0rem;overflow:hidden;display:block; }
#O6QShc32Gg4iVBruwLuCbDUCAio6nJ6d { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:15.6875rem;top:6.71875rem;left:29.65625rem;overflow:hidden;display:block; }
#pg6vk8FT3utkRZzbRXiDV6ihEcfvZ5yh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:40.34375rem;left:45.40625rem;overflow:hidden;display:block; }
#Tm8yBOTfQC43LLibTUSHkzDS9PSv0MR6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.6875rem;top:43.03125rem;left:60.3125rem;overflow:hidden;display:block; }
#cPDigaeAOu3G5Mlf7Op5ZhfceJcfLG7S { position:absolute;display:block;z-index:15014;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:7rem;width:6.9375rem;top:16.375rem;left:43.68359375rem;overflow:hidden;display:block; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:57.25rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.625rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { top:63.375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:40.875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:40.875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:40.875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:40.875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imCHHccS4flPfyK1VG3hh6akX69CzVa2 { top:19.0625rem;left:0rem;width:47.75rem;height:26.660416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS3bSqUlAAGuqU0AU6pphX5nIeBFeIKM { top:0rem;left:10.625rem;width:31.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO { display:block; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnLMqyHUtb04XM5S2r7y7Q6VAuo6xzoX { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4k4BnZq7usDnB18ce6ovZ7kn0ApPfw3 { top:21.6875rem;left:27.75rem;width:20rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxw54HGuoWk19cX3iRsw2V6FCUNe61AA { top:0rem;left:0rem;width:47.75rem;height:29.805732484076rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFXi9o11gCIGgPRpACrQ5AC7G8ICxJa5 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#sFXi9o11gCIGgPRpACrQ5AC7G8ICxJa5 li:before{  }
 }@media only screen and (max-width: 763px) { #C73G2K3mcRJLQuyHCpHc8ZMidTttU99x { top:24.125rem;left:30.3125rem;width:17.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVMZ4hGCzTzT4yaMx3n5smkTSn76qN8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVvDJwyvGzgFkbP9teCyZTN5QxMo8oq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqvbnGAPnrEslvANu1NSaTDmaZSPHbTT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrhHnyLOUsL7HhfWH1PGw5tz8fVUGGoi { width:0.5rem;height:31.25rem;top:0rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C27FFvAvDzoPUBz0Q7ev9eIn2xdLhAWm { width:0.5rem;height:31.25rem;top:0rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KupRn1tUprBzmzOM8Z8t55knpTmO8Cek { top:0rem;left:2.25rem;width:45.5rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB1Fb4UPZuTXpZIo9wUUX7qR2Jty9vyi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IegQLrKu8S9TxeVTGO0waBeOdK9hZbPT { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeBdWZ8d30LJBLNzOWPv9U4CFSfNNiK4 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#PeBdWZ8d30LJBLNzOWPv9U4CFSfNNiK4 li:before{  }
 }@media only screen and (max-width: 763px) { #y378fGwEqvBoANnpC52s4osaTUGEo1C6 { top:22.625rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8T04QPTabKzctn0l3mvTV0NTwcHy3b { top:25.25rem;left:0rem;width:16.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE { display:block; }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THLrgON8IczAROSFPcePyZPfKLW8bTAi { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4nddVxSGOKGsTLwgUJmB7Zh4feL3aTA { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLUefx9N28xxcer2CO1LPVzRooEnqEs5 { top:18.25rem;left:24.6875rem;width:23.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOrlZgr3ZS2OO4f9z1xAvAMBp9vqUM23 { top:0rem;left:0rem;width:42.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lTfH1i1cwKfFDSz8hXhV31O5IGo6Wr { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#r7lTfH1i1cwKfFDSz8hXhV31O5IGo6Wr li:before{  }
 }@media only screen and (max-width: 763px) { #BgmBaqy6Ep8e8OdO5GrZnea4iX23S4b3 { top:20.625rem;left:25rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9WbseeCpDfATAvDpsH34nROmzSHCGw { width:0.5rem;height:31.25rem;top:0rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfVkuocAV0RNJmwhUN05i72NrTXtV70I { width:0.5rem;height:31.25rem;top:0rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnEL67pvCCVeIxfaDGobsf6PtXTKXO5B { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ulABSeXcI8596PChTARUDthnUufdR6 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ { display:block; }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9OpNlOa3h8QfO0HMTxBE031yZBw3D6o { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8QdmP4TDaz5Hn0TwCCnbQsXUBpoclE6 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ir49SkLwJrvWrUTITiR6P61Owa0AZP { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTToTvfWGVu8nda74FsRsULnBrckhiT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1TX3Itol8q3VVeFzFOoEKMaCNOEZvK { top:0rem;left:6rem;width:41.75rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1kTDdQ1vxwabbKBiT5KZPGlIyJ89sI { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxQIe0vw4Db62S5TpeClyDp57oU4mmKA { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkU2TDMKoqzpxyUfRUgm9eaGfmOVVLqR { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#EkU2TDMKoqzpxyUfRUgm9eaGfmOVVLqR li:before{  }
 }@media only screen and (max-width: 763px) { #HdQfXkt1xZAt83Gx62shwpbPuLpc3RmG { top:19rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pveM0ge1TrvWXASiW4KTCtWprmShIscm { top:20.8125rem;left:0rem;width:12.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc5ifc72UzDKBniaErTclR0HmsnJg48U { display:block; }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV38QDdd52hazAw38AroWXzmVTM37NXl { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o26OUF9hgbTa7GN7kew7mVsWq8WfbpqI { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpzW3pqzOAyo1ORdcem0VItV1c1GLSBt { top:18.625rem;left:15.25rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1h1V7JCsTwCtViPa1TV8JRPTQ9k99OR { top:0rem;left:0rem;width:37.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu0JOrWT2A6rEeSTg5aqaScKFHZTkveo { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#nu0JOrWT2A6rEeSTg5aqaScKFHZTkveo li:before{  }
 }@media only screen and (max-width: 763px) { #IDvVllCIMEWNi35cy2tn2003oqgF7Gde { top:21.1875rem;left:23.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Bh1AQoMUlTf6WQW1CemTRiAC0WCpRI { width:0.5rem;height:31.25rem;top:0rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEeGh6smwOII8JgHKU6uQ7eGZt7lutx9 { width:0.5rem;height:31.25rem;top:0rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEuK95MbkNlTx8wxaTgvwGLAbMQisSJl { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #toPknRyPMDJnhTeBSsaLDqv9QT9zZAXo { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD { display:block; }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLLTpLAx1ES318yJpfE52i1ahP5eT4TN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyHJFZTqsm1wyczTBdMxfCNSwM77PrvO { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2LBTdBE5szX2IOiaECJ7zUzRGQPi6b1 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlD9QRlie2PosMsguNyftFmhc9SFq4Zf { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45LZoruhMAuUIh8uW0XrmgQ9ITRgxip { top:0rem;left:6.375rem;width:41.375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG10NXWDoSWSAeBbILFDNk6HMQE5pTCz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFDe8eqs3yZfQW7PLwL4LTsK9Q9KZI77 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m69imwg5MLfpIXb3ZURQvIxhXU0yQzwi { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#m69imwg5MLfpIXb3ZURQvIxhXU0yQzwi li:before{  }
 }@media only screen and (max-width: 763px) { #KtQ2lSx4xK4wTlNXOqLpG4Be3d3T2lmR { top:18.9375rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TmL8TPfG4wKvnUdD5CnE6naJU2zMZi { top:21.625rem;left:0rem;width:12.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU { display:block; }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtAlD0sWx95yamIelGvVyE554IxRVr5C { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg9oGcCt6cq0FipGzCEE5CfzLCh0bvSf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITehxLmcQk9ts1XTAxfV9qxynT3mqAuT { top:20.0625rem;left:23.875rem;width:18.875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwk3fua65Jgsf6WiAL4nVOXXlgiUsz8a { top:0rem;left:0rem;width:39.625rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvs9n7sKWHP0Rc4HxpHAQu1KdQCsExxE { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#uvs9n7sKWHP0Rc4HxpHAQu1KdQCsExxE li:before{  }
 }@media only screen and (max-width: 763px) { #Rg406aemmTUhFbwqloT9cKVgSVWEndoO { top:25.1875rem;left:23.875rem;width:19.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVNrE5dWUt5Q0nLuUSoFT6PfR9qPydM3 { width:0.5rem;height:31.25rem;top:0rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efUPCiNSm1FLfR113kk5eqIhKT5XikRQ { width:0.5rem;height:31.25rem;top:0rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwydmv4rzHgupi4ZBUmTseiRKdpyDs4Q { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWZTaQGNcteFuGyq6JNRpUA1xJduompe { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ { display:block; }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8M7TUgrWlpaJFWzTTmtF9xCnuOEgZo6 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIeyK0n4T9xmKLUqEP18JVSI8hTvFxnK { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUPiJrKS2v8BVJ7F4xGq9Z6Fds2gUFTs { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqDUAVNpSSA6eehmZl0VCqVFSEH0AeXC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCJLiHrt601IuHS4387UCJRbTV4u61nh { top:0rem;left:7.5625rem;width:40.1875rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vitxcT0DSs97wJO7bITFJTOzaHw2mWTb { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thT0OxGhgC1tlAZeeGLNi9WoV5H1WFuo { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7WKKTlzPnLobD7tzDcZXgizfw2p7rTw { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#y7WKKTlzPnLobD7tzDcZXgizfw2p7rTw li:before{  }
 }@media only screen and (max-width: 763px) { #vILSDypLlPtamMU7kyApMnk06MXTZUUp { top:18.6875rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTAU3AObCumQ8hZuk43bpA3h6AnLckq { top:21.75rem;left:0rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh { display:block; }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxCKipKVhqupgWtsHh4KuSVmA46KTfsQ { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0JD01tE2Ao0P5UPy9XoPQz4U8XARsc0 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlK4PMG4EQTUhO9ysDit4pyZNbnaQTd5 { top:23.25rem;left:26.5625rem;width:19rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2hs9yqRWfbD79WzEL54GWRH4tx9If9t { top:0rem;left:0rem;width:45.1875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyOPKVFCFXc1eddGq1xOp7PBmLp5xB3M { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#FyOPKVFCFXc1eddGq1xOp7PBmLp5xB3M li:before{  }
 }@media only screen and (max-width: 763px) { #IIxwATTMH63k3IzM7eAnk0KmLM7HG5KZ { top:25.125rem;left:25.71875rem;width:20.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzFA4sx4wgupnIIoVXtzVS7DKB1LJra { width:0.5rem;height:31.25rem;top:0rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akbBT4UiX5UaiUo6NbB9UOwe0LzCmZ9X { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2S87opnBqxDXKQkgfTXQcV0G80lP4na { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6n5Jm2Me3BceLtQ3FZ69glpe0Bl54va { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a { display:block; }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKJTSnzhx55F4uLLo7CvISwt416d1hiA { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqSaWAZ2BVqXsaEpUaknuNx0wIXbMut4 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr7KNs4atf4RUT3Xa6MI69axU19naaxG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8orubtHEfFo7Zqizr3J8bRTfADOCcgi { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le0fe3vu9GxiltF3yNGJ5sTqRLprFDlE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwfGoZeeTkfIWpSTvrHmWETyGRNnl2iL { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM94r3zVgTThBMfoZy048N21WAWBO1xW { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#tM94r3zVgTThBMfoZy048N21WAWBO1xW li:before{  }
 }@media only screen and (max-width: 763px) { #k6x7HLPHFaTl1sb3tMqnoBaTaok4iGOQ { top:20.9375rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWIXe98TWAhLl1XcK92iZG8dAa4WkDQu { top:23.5rem;left:0rem;width:17.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSrlieq4vSwWi5A6cT8NJaGzK0R0u4g { top:0rem;left:2.1875rem;width:45.5625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI { display:block; }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lewAICJa5WEGXFdu0W1cg8rgO2UVvCQ5 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wycvxloVvQRi8DRTm2XGyo0LLyJ3Mehb { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bma8gluteOToH7R6uEmXxNnOCv5gRpli { top:23.1875rem;left:27.375rem;width:20.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTcRnn2TXTgtHkdExvn5Cy712ZGK3lR { top:0rem;left:0rem;width:46.5625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC8KF7gFnstpMHrZNfeTpVp5WghczAD1 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#iC8KF7gFnstpMHrZNfeTpVp5WghczAD1 li:before{  }
 }@media only screen and (max-width: 763px) { #Tkh0oeNWJ0krhQVaQZyqyxXUxSMtPwGM { top:24.9375rem;left:28.5rem;width:12rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaToha3TKQWOX35kPRHx7WPep7g71HPo { width:0.5rem;height:31.25rem;top:0rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzQgAlgrioZpNc23397ramv6nSdcSxN { width:0.5rem;height:31.25rem;top:0rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7JktKfydt5Q2mqoR4ksbo3gfkqxiOPW { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9nl2W4MNAcEP9RxNudS1TPHOkis1dEF { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 { display:block; }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyMHBAssHgkeu4t6TasQ331TMxsHyNN8 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTB3bdgF3KtG2PeoomiGTTbFU0Z1ItZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #am3bPa8UMMILpRnxSWXaK4p4nb8ogMfy { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCaaL9tv8OTfnr2mUDHV2NnK0PTLc64A { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htolv45PG9k92qg1Gy8OiLxntC2mteWd { top:0rem;left:7.1875rem;width:40.5625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TflkpnwBntQTOsBHWKNm5LFBs2BTlqta { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JvZqI3mfJvSTVV9KD01otEwoitJq29 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKDQ7ESb3u1kbvMxhsRCs2VhczaDue9b { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#NKDQ7ESb3u1kbvMxhsRCs2VhczaDue9b li:before{  }
 }@media only screen and (max-width: 763px) { #R9IQyHOvE3MBFDgCSKaxhNRyMcaS103r { top:15.0625rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxuP8VxQUVsnn4VRDGChrgCF7BcOqC0 { top:17.625rem;left:0rem;width:5.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC { display:block; }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXpy9H65nmZ6wmqWowofzRxW4Uw8Gfxl { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU5Gv5IEV9Qa93O0FiAN5RthPR8LpNvG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2VF5oLg2V6s5ukw5zZfvIoC7obEQJmu { top:19.1875rem;left:27.9375rem;width:18.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmnHPrT1aOSgzMR6iU3dr1NmH8emQuWZ { top:0rem;left:0rem;width:43.0625rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbEGrVHxNNLwSZyMWx3m3D6cwrvtmN41 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#cbEGrVHxNNLwSZyMWx3m3D6cwrvtmN41 li:before{  }
 }@media only screen and (max-width: 763px) { #gLGvru5SAyJHVfFzoZFEF5XhSQnQeWvs { top:21.125rem;left:27.9375rem;width:14.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE49bpTz9apGLiqEJDfAdt80HRogSlGi { width:0.375rem;height:31rem;top:0.125rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co96g7QkTskUqgnhrzwQv8AP4gkgV7Bh { width:0.5rem;height:31.25rem;top:0rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4qSZuRVeHF7gLDPlROREWGwENlUOxR2 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTucIRx5cwPAxzO2MXQ7mf0fZ32GNui { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 { display:block; }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIJSMyGCMTGp1C3DfOvKToknVJTp5euN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqAe4fACcT8m9IicNXK9U3M0EFyJqQqG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sircW9oDEzO3tv9l8J5nx5FKQR7oTaTd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHZTT21P7l1L1kaFMrJEZXuEPZQsaw2G { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMfcX018P19EHP2IATmrfyxVmUCVt52y { top:0rem;left:4.875rem;width:42.875rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRFqDrSblpEUuEtqNpkvsHSqkx5CTBkb { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAPO3mlLBb7oLD3D20iupA9FyyNgtKfn { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghvtzrNF2T2iP6N0abTutLIf27RLJ3y8 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#ghvtzrNF2T2iP6N0abTutLIf27RLJ3y8 li:before{  }
 }@media only screen and (max-width: 763px) { #T4OTMRzEh75o0PR9Wa4TnlhSe93ckazf { top:19.875rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpc66Tqc2ABxFWmBscMOTG9xTsVDhKiV { top:23.3125rem;left:0rem;width:11.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFCM7T09PltRvrwzv1yTUmWOc9ODNsH { width:0.5rem;height:31.25rem;top:29.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAD6qWn2BnOIe7ZywprhocRPKneF59zr { width:0.5rem;height:31.25rem;top:29.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3sHT2cIJeQ1OJ2RdKOcXHVyaRa69Oyb { width:0.5rem;height:31.25rem;top:29.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne3NWDa825ThrkaXGKcQr1VHaJJ1Q2vI { width:0.5rem;height:31.25rem;top:29.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb { display:block; }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJyPusXZSIRWJG5rc94fHxgt7sbbPQwz { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCXswMxrhqXRwaswKlwvZNxN6tNIdTZE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTD80GsmxlTqD8Ifpx2UplvlqQuUUuh4 { top:19.6875rem;left:25.8125rem;width:20.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RddiTBCINWqxqMpL1bZlo6GPHDgETECt { top:0rem;left:0rem;width:45rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUxJ9JcTzVtCvKdMbaUzO7b6ZHNgsNoM { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#LUxJ9JcTzVtCvKdMbaUzO7b6ZHNgsNoM li:before{  }
 }@media only screen and (max-width: 763px) { #fhRobTRP3fd8quH7CTpTiH7V4WT9GD0S { top:23.25rem;left:25.8125rem;width:5.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN { display:block; }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3faIT4sgwu31pkR57bU54kPSGp5TwZT { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5GRKek3SVN9Hd8smBciCL0nwtoddEfe { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auhvRFcawQxzJTZSNBwUCz90EQMHsgCU { width:16.8125rem;height:30.0625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQOBg9PXdwLbe4wZ1bbL9M0l8gvxssm { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLUUMfJWEdDumqAfebWNEnlZqVEP18KQ { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBeTK8wlOcTpgVrgqFA4NSEInzzgocWw { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkWKyLeCzdnOe8GxModHhTb99LUDc8T { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8o9MiHBrstIO219FqaJZaZZkDnXxpD3 { width:16.8125rem;height:29.9375rem;top:12.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6DoE5ZVCdsIL0PIZpRwlf7JpQSuTuzP { width:16.8125rem;height:29.9375rem;top:12.8125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnraZFpMW8JyqbiKuPks3Tap7Nv4V0Uq { width:19.75rem;height:30.0625rem;top:12.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyx6xdFRIn83xSnhzMJkZuT19XJB9PBh { width:17.5rem;height:3.4375rem;top:47.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql2ll9JBJF7MGHg85f5TDsdg7I0NGXHs { display:block; }
 }@media only screen and (max-width: 763px) { #b832esI02RLAQec3QsRLOrdWVp5g58qn { display:block; }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwiBsTi6g9uHlnl0Ckf7SUdtJuHQ76K8 { width:12.875rem;height:5.9375rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX1o64OBcvmNU1eQhGXIQweaTVTFZxwK { width:20.4375rem;height:4.125rem;top:42.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMr2xWRslA2OVva1MT45QngtDetPqh4K { width:7.125rem;height:9.3125rem;top:26.6875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etz8QtiS84nw459AEx9QTN8MBMD4v0Eu { width:18.5rem;height:4.3125rem;top:6.1875rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8TM8yd5vsTATbKKh8CiFV9Nlok8cgdX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkXlxFJkJLMaSCApvvEM1Twbv88nXeI7 { width:13.75rem;height:5.625rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQVlbdZLz235GSg62vPcSuCpi9xLkq3 { width:15.8125rem;height:6.3125rem;top:16.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXXwdFnLm6zTFd0US3PctVyGVt4McWVT { width:15.5625rem;height:2.5rem;top:18.625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8t339FLSGfx7DHXotAQ3WTKBXMnKNmQ { width:14.5625rem;height:3.125rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcB7TUob9TovAoRPTnl30CDm05yOEM5R { width:30.4375rem;height:3.0625rem;top:29.8125rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm3SxeopC1hFLsEwtphySppzePQTX7VP { width:10.6875rem;height:10.6875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6QShc32Gg4iVBruwLuCbDUCAio6nJ6d { width:15.6875rem;height:4.875rem;top:6.6875rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg6vk8FT3utkRZzbRXiDV6ihEcfvZ5yh { width:8.9375rem;height:8.9375rem;top:40.3125rem;left:31.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8yBOTfQC43LLibTUSHkzDS9PSv0MR6 { width:14.6875rem;height:3.5625rem;top:43rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPDigaeAOu3G5Mlf7Op5ZhfceJcfLG7S { top:16.375rem;left:30.05859375rem;width:6.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:8.625rem;height:3.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { width:20rem;height:3.1494125rem;top:26.337890625rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:15.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:15.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:15.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:15.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imCHHccS4flPfyK1VG3hh6akX69CzVa2 { height:11.166666666667rem;width:20rem;top:12.818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS3bSqUlAAGuqU0AU6pphX5nIeBFeIKM { width:20rem;height:10.32rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO { display:block; }#y9NMfaTpLSTwazCTeFQPtGLdvVf7krKO > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnLMqyHUtb04XM5S2r7y7Q6VAuo6xzoX { width:20rem;height:1.69921875rem;top:29.61328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4k4BnZq7usDnB18ce6ovZ7kn0ApPfw3 { width:20rem;height:1.69921875rem;top:40.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxw54HGuoWk19cX3iRsw2V6FCUNe61AA { width:18rem;height:11.25rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFXi9o11gCIGgPRpACrQ5AC7G8ICxJa5 { width:20rem;height:7.734375rem;top:31.873046875rem;left:0rem;font-size:1rem;display:block; }#sFXi9o11gCIGgPRpACrQ5AC7G8ICxJa5 li:before{  }
 }@media only screen and (max-width: 763px) { #C73G2K3mcRJLQuyHCpHc8ZMidTttU99x { width:17.4375rem;height:4.125rem;top:43.232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVMZ4hGCzTzT4yaMx3n5smkTSn76qN8 { width:20rem;height:5.5996125rem;top:1.6484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVvDJwyvGzgFkbP9teCyZTN5QxMo8oq { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqvbnGAPnrEslvANu1NSaTDmaZSPHbTT { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrhHnyLOUsL7HhfWH1PGw5tz8fVUGGoi { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C27FFvAvDzoPUBz0Q7ev9eIn2xdLhAWm { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KupRn1tUprBzmzOM8Z8t55knpTmO8Cek { width:16.8125rem;height:11.25rem;top:8.658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB1Fb4UPZuTXpZIo9wUUX7qR2Jty9vyi { width:20rem;height:5.5996125rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IegQLrKu8S9TxeVTGO0waBeOdK9hZbPT { width:20rem;height:1.69921875rem;top:28.662109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeBdWZ8d30LJBLNzOWPv9U4CFSfNNiK4 { width:20rem;height:11.4453125rem;top:31.611328125rem;left:0rem;font-size:1rem;display:block; }#PeBdWZ8d30LJBLNzOWPv9U4CFSfNNiK4 li:before{  }
 }@media only screen and (max-width: 763px) { #y378fGwEqvBoANnpC52s4osaTUGEo1C6 { width:20rem;height:3.3984375rem;top:43.994140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8T04QPTabKzctn0l3mvTV0NTwcHy3b { width:20rem;height:4.5045045045045rem;top:48.830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE { display:block; }#b18qB4wZ9F7I4QkCGhefdaRIaQhabZfE > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THLrgON8IczAROSFPcePyZPfKLW8bTAi { width:20rem;height:1.69921875rem;top:27.6240234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4nddVxSGOKGsTLwgUJmB7Zh4feL3aTA { width:20rem;height:5.5996125rem;top:1.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLUefx9N28xxcer2CO1LPVzRooEnqEs5 { width:20rem;height:1.69921875rem;top:39.08984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOrlZgr3ZS2OO4f9z1xAvAMBp9vqUM23 { width:18rem;height:11.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lTfH1i1cwKfFDSz8hXhV31O5IGo6Wr { width:20rem;height:7.734375rem;top:30.15234375rem;left:0rem;font-size:1rem;display:block; }#r7lTfH1i1cwKfFDSz8hXhV31O5IGo6Wr li:before{  }
 }@media only screen and (max-width: 763px) { #BgmBaqy6Ep8e8OdO5GrZnea4iX23S4b3 { width:4.9375rem;height:4.9375rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9WbseeCpDfATAvDpsH34nROmzSHCGw { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfVkuocAV0RNJmwhUN05i72NrTXtV70I { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnEL67pvCCVeIxfaDGobsf6PtXTKXO5B { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ulABSeXcI8596PChTARUDthnUufdR6 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ { display:block; }#Ed2Jo32qnR1NxJMrzJA8WrnMwqR0W8BZ > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9OpNlOa3h8QfO0HMTxBE031yZBw3D6o { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8QdmP4TDaz5Hn0TwCCnbQsXUBpoclE6 { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Ir49SkLwJrvWrUTITiR6P61Owa0AZP { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTToTvfWGVu8nda74FsRsULnBrckhiT { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1TX3Itol8q3VVeFzFOoEKMaCNOEZvK { width:13.875rem;height:8.625rem;top:7.869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1kTDdQ1vxwabbKBiT5KZPGlIyJ89sI { width:20rem;height:5.5996125rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxQIe0vw4Db62S5TpeClyDp57oU4mmKA { width:20rem;height:1.69921875rem;top:28.662109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkU2TDMKoqzpxyUfRUgm9eaGfmOVVLqR { width:20rem;height:9.746125rem;top:31.236328125rem;left:0rem;font-size:1rem;display:block; }#EkU2TDMKoqzpxyUfRUgm9eaGfmOVVLqR li:before{  }
 }@media only screen and (max-width: 763px) { #HdQfXkt1xZAt83Gx62shwpbPuLpc3RmG { width:20rem;height:1.69921875rem;top:41.669921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pveM0ge1TrvWXASiW4KTCtWprmShIscm { width:15.125rem;height:4.75rem;top:43.369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc5ifc72UzDKBniaErTclR0HmsnJg48U { display:block; }#Mc5ifc72UzDKBniaErTclR0HmsnJg48U > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV38QDdd52hazAw38AroWXzmVTM37NXl { width:20rem;height:1.69921875rem;top:29.61328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o26OUF9hgbTa7GN7kew7mVsWq8WfbpqI { width:20rem;height:5.5996125rem;top:1.5869140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpzW3pqzOAyo1ORdcem0VItV1c1GLSBt { width:20rem;height:1.69921875rem;top:41.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1h1V7JCsTwCtViPa1TV8JRPTQ9k99OR { width:13.875rem;height:11.25rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu0JOrWT2A6rEeSTg5aqaScKFHZTkveo { width:20rem;height:7.734375rem;top:32.21484375rem;left:0rem;font-size:1rem;display:block; }#nu0JOrWT2A6rEeSTg5aqaScKFHZTkveo li:before{  }
 }@media only screen and (max-width: 763px) { #IDvVllCIMEWNi35cy2tn2003oqgF7Gde { width:7.5rem;height:7.5rem;top:44.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Bh1AQoMUlTf6WQW1CemTRiAC0WCpRI { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEeGh6smwOII8JgHKU6uQ7eGZt7lutx9 { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEuK95MbkNlTx8wxaTgvwGLAbMQisSJl { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toPknRyPMDJnhTeBSsaLDqv9QT9zZAXo { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD { display:block; }#KUPdFylNbVZdCN5UZZLZklFRT1lmt4TD > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLLTpLAx1ES318yJpfE52i1ahP5eT4TN { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyHJFZTqsm1wyczTBdMxfCNSwM77PrvO { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2LBTdBE5szX2IOiaECJ7zUzRGQPi6b1 { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlD9QRlie2PosMsguNyftFmhc9SFq4Zf { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45LZoruhMAuUIh8uW0XrmgQ9ITRgxip { width:15.25rem;height:11.25rem;top:8.619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG10NXWDoSWSAeBbILFDNk6HMQE5pTCz { width:20rem;height:5.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFDe8eqs3yZfQW7PLwL4LTsK9Q9KZI77 { width:20rem;height:1.69921875rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m69imwg5MLfpIXb3ZURQvIxhXU0yQzwi { width:20rem;height:9.433625rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }#m69imwg5MLfpIXb3ZURQvIxhXU0yQzwi li:before{  }
 }@media only screen and (max-width: 763px) { #KtQ2lSx4xK4wTlNXOqLpG4Be3d3T2lmR { width:20rem;height:1.69921875rem;top:41.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TmL8TPfG4wKvnUdD5CnE6naJU2zMZi { width:12.8125rem;height:6.125rem;top:44.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU { display:block; }#T8IHybq0x5WaTLo5qd7zxz080Ta5z4pU > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtAlD0sWx95yamIelGvVyE554IxRVr5C { width:20rem;height:1.69921875rem;top:29.61328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg9oGcCt6cq0FipGzCEE5CfzLCh0bvSf { width:20rem;height:5.5996125rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITehxLmcQk9ts1XTAxfV9qxynT3mqAuT { width:20rem;height:3.3984375rem;top:42.12890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwk3fua65Jgsf6WiAL4nVOXXlgiUsz8a { width:14.625rem;height:11.25rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvs9n7sKWHP0Rc4HxpHAQu1KdQCsExxE { width:20rem;height:7.734375rem;top:32.52734375rem;left:0rem;font-size:1rem;display:block; }#uvs9n7sKWHP0Rc4HxpHAQu1KdQCsExxE li:before{  }
 }@media only screen and (max-width: 763px) { #Rg406aemmTUhFbwqloT9cKVgSVWEndoO { width:19.0625rem;height:3.5rem;top:47.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVNrE5dWUt5Q0nLuUSoFT6PfR9qPydM3 { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efUPCiNSm1FLfR113kk5eqIhKT5XikRQ { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwydmv4rzHgupi4ZBUmTseiRKdpyDs4Q { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWZTaQGNcteFuGyq6JNRpUA1xJduompe { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ { display:block; }#P653uTv2fR3GaFvyt7ZCmUZ6vKwWCmNQ > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8M7TUgrWlpaJFWzTTmtF9xCnuOEgZo6 { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIeyK0n4T9xmKLUqEP18JVSI8hTvFxnK { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUPiJrKS2v8BVJ7F4xGq9Z6Fds2gUFTs { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqDUAVNpSSA6eehmZl0VCqVFSEH0AeXC { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCJLiHrt601IuHS4387UCJRbTV4u61nh { width:14.8125rem;height:11.25rem;top:6.4208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vitxcT0DSs97wJO7bITFJTOzaHw2mWTb { width:20rem;height:2.79980625rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #thT0OxGhgC1tlAZeeGLNi9WoV5H1WFuo { width:20rem;height:1.69921875rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7WKKTlzPnLobD7tzDcZXgizfw2p7rTw { width:20rem;height:5.72265625rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }#y7WKKTlzPnLobD7tzDcZXgizfw2p7rTw li:before{  }
 }@media only screen and (max-width: 763px) { #vILSDypLlPtamMU7kyApMnk06MXTZUUp { width:20rem;height:1.69921875rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTAU3AObCumQ8hZuk43bpA3h6AnLckq { width:20rem;height:2.5rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh { display:block; }#qQFxNg0luCUnGLWJkJ5OxcsfkpKyhJNh > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxCKipKVhqupgWtsHh4KuSVmA46KTfsQ { width:20rem;height:1.69921875rem;top:32.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0JD01tE2Ao0P5UPy9XoPQz4U8XARsc0 { width:20rem;height:8.3994375rem;top:2.44921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlK4PMG4EQTUhO9ysDit4pyZNbnaQTd5 { width:20rem;height:1.69921875rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2hs9yqRWfbD79WzEL54GWRH4tx9If9t { width:16.625rem;height:11.25rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyOPKVFCFXc1eddGq1xOp7PBmLp5xB3M { width:20rem;height:7.734375rem;top:34.9375rem;left:0rem;font-size:1rem;display:block; }#FyOPKVFCFXc1eddGq1xOp7PBmLp5xB3M li:before{  }
 }@media only screen and (max-width: 763px) { #IIxwATTMH63k3IzM7eAnk0KmLM7HG5KZ { width:20rem;height:4.0244125rem;top:47.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzFA4sx4wgupnIIoVXtzVS7DKB1LJra { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akbBT4UiX5UaiUo6NbB9UOwe0LzCmZ9X { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2S87opnBqxDXKQkgfTXQcV0G80lP4na { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6n5Jm2Me3BceLtQ3FZ69glpe0Bl54va { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a { display:block; }#DU5Or4QG6Ree0Pr5iZTTRnpvRcLks25a > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKJTSnzhx55F4uLLo7CvISwt416d1hiA { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqSaWAZ2BVqXsaEpUaknuNx0wIXbMut4 { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr7KNs4atf4RUT3Xa6MI69axU19naaxG { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8orubtHEfFo7Zqizr3J8bRTfADOCcgi { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le0fe3vu9GxiltF3yNGJ5sTqRLprFDlE { width:20rem;height:2.79980625rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwfGoZeeTkfIWpSTvrHmWETyGRNnl2iL { width:20rem;height:1.69921875rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM94r3zVgTThBMfoZy048N21WAWBO1xW { width:20rem;height:7.734375rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }#tM94r3zVgTThBMfoZy048N21WAWBO1xW li:before{  }
 }@media only screen and (max-width: 763px) { #k6x7HLPHFaTl1sb3tMqnoBaTaok4iGOQ { width:20rem;height:1.69921875rem;top:38.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWIXe98TWAhLl1XcK92iZG8dAa4WkDQu { width:17.625rem;height:2.625rem;top:41.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSrlieq4vSwWi5A6cT8NJaGzK0R0u4g { width:16.8125rem;height:11.25rem;top:6.16796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI { display:block; }#SJ0KrsKVc5rqGkAttkTGcO0VxKP7u6xI > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lewAICJa5WEGXFdu0W1cg8rgO2UVvCQ5 { width:20rem;height:1.69921875rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wycvxloVvQRi8DRTm2XGyo0LLyJ3Mehb { width:20rem;height:8.3994375rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bma8gluteOToH7R6uEmXxNnOCv5gRpli { width:20rem;height:1.69921875rem;top:43.556640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTcRnn2TXTgtHkdExvn5Cy712ZGK3lR { width:17rem;height:11.25rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC8KF7gFnstpMHrZNfeTpVp5WghczAD1 { width:20rem;height:7.734375rem;top:34.71484375rem;left:0rem;font-size:1rem;display:block; }#iC8KF7gFnstpMHrZNfeTpVp5WghczAD1 li:before{  }
 }@media only screen and (max-width: 763px) { #Tkh0oeNWJ0krhQVaQZyqyxXUxSMtPwGM { width:12rem;height:4.9375rem;top:46.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaToha3TKQWOX35kPRHx7WPep7g71HPo { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzQgAlgrioZpNc23397ramv6nSdcSxN { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7JktKfydt5Q2mqoR4ksbo3gfkqxiOPW { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9nl2W4MNAcEP9RxNudS1TPHOkis1dEF { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 { display:block; }#noPyyBuhnz4QDpIrD5xHKfsKFVTNACx1 > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyMHBAssHgkeu4t6TasQ331TMxsHyNN8 { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTB3bdgF3KtG2PeoomiGTTbFU0Z1ItZ { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am3bPa8UMMILpRnxSWXaK4p4nb8ogMfy { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCaaL9tv8OTfnr2mUDHV2NnK0PTLc64A { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htolv45PG9k92qg1Gy8OiLxntC2mteWd { width:8.4375rem;height:5.1875rem;top:8.8466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TflkpnwBntQTOsBHWKNm5LFBs2BTlqta { width:20rem;height:5.5996125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JvZqI3mfJvSTVV9KD01otEwoitJq29 { width:20rem;height:1.69921875rem;top:29.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKDQ7ESb3u1kbvMxhsRCs2VhczaDue9b { width:20rem;height:9.746125rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }#NKDQ7ESb3u1kbvMxhsRCs2VhczaDue9b li:before{  }
 }@media only screen and (max-width: 763px) { #R9IQyHOvE3MBFDgCSKaxhNRyMcaS103r { width:20rem;height:1.69921875rem;top:43.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxuP8VxQUVsnn4VRDGChrgCF7BcOqC0 { width:5.125rem;height:6.5625rem;top:46.0625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC { display:block; }#PBzDuaT0BRXSGL0arn5XmIEHaGwsOVhC > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXpy9H65nmZ6wmqWowofzRxW4Uw8Gfxl { width:20rem;height:1.69921875rem;top:27.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU5Gv5IEV9Qa93O0FiAN5RthPR8LpNvG { width:20rem;height:5.5996125rem;top:1.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2VF5oLg2V6s5ukw5zZfvIoC7obEQJmu { width:20rem;height:1.69921875rem;top:40.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmnHPrT1aOSgzMR6iU3dr1NmH8emQuWZ { width:15.8125rem;height:11.25rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbEGrVHxNNLwSZyMWx3m3D6cwrvtmN41 { width:20rem;height:7.734375rem;top:30.58984375rem;left:0rem;font-size:1rem;display:block; }#cbEGrVHxNNLwSZyMWx3m3D6cwrvtmN41 li:before{  }
 }@media only screen and (max-width: 763px) { #gLGvru5SAyJHVfFzoZFEF5XhSQnQeWvs { width:14.125rem;height:2.9375rem;top:45.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE49bpTz9apGLiqEJDfAdt80HRogSlGi { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co96g7QkTskUqgnhrzwQv8AP4gkgV7Bh { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4qSZuRVeHF7gLDPlROREWGwENlUOxR2 { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTucIRx5cwPAxzO2MXQ7mf0fZ32GNui { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 { display:block; }#A5sAXsG3heRpZklLmiLazWnC6KT8Hmg6 > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIJSMyGCMTGp1C3DfOvKToknVJTp5euN { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqAe4fACcT8m9IicNXK9U3M0EFyJqQqG { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sircW9oDEzO3tv9l8J5nx5FKQR7oTaTd { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHZTT21P7l1L1kaFMrJEZXuEPZQsaw2G { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMfcX018P19EHP2IATmrfyxVmUCVt52y { width:15.6875rem;height:11.25rem;top:12.6064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRFqDrSblpEUuEtqNpkvsHSqkx5CTBkb { width:20rem;height:8.3994375rem;top:2.912109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAPO3mlLBb7oLD3D20iupA9FyyNgtKfn { width:20rem;height:1.69921875rem;top:32.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghvtzrNF2T2iP6N0abTutLIf27RLJ3y8 { width:20rem;height:9.433625rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }#ghvtzrNF2T2iP6N0abTutLIf27RLJ3y8 li:before{  }
 }@media only screen and (max-width: 763px) { #T4OTMRzEh75o0PR9Wa4TnlhSe93ckazf { width:20rem;height:1.69921875rem;top:46.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpc66Tqc2ABxFWmBscMOTG9xTsVDhKiV { width:11.3125rem;height:5rem;top:49.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFCM7T09PltRvrwzv1yTUmWOc9ODNsH { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAD6qWn2BnOIe7ZywprhocRPKneF59zr { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3sHT2cIJeQ1OJ2RdKOcXHVyaRa69Oyb { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne3NWDa825ThrkaXGKcQr1VHaJJ1Q2vI { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb { display:block; }#RZcr58XPDOCC5FMAb6nJGgoSdvUnqSkb > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJyPusXZSIRWJG5rc94fHxgt7sbbPQwz { width:20rem;height:1.69921875rem;top:30.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCXswMxrhqXRwaswKlwvZNxN6tNIdTZE { width:20rem;height:5.5996125rem;top:2.7109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTD80GsmxlTqD8Ifpx2UplvlqQuUUuh4 { width:20rem;height:1.69921875rem;top:40.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RddiTBCINWqxqMpL1bZlo6GPHDgETECt { width:16.5rem;height:11.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUxJ9JcTzVtCvKdMbaUzO7b6ZHNgsNoM { width:20rem;height:5.72265625rem;top:33.185546875rem;left:0rem;font-size:1rem;display:block; }#LUxJ9JcTzVtCvKdMbaUzO7b6ZHNgsNoM li:before{  }
 }@media only screen and (max-width: 763px) { #fhRobTRP3fd8quH7CTpTiH7V4WT9GD0S { width:5.875rem;height:5.9375rem;top:43.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN { display:block; }#Ci8lgfs6iyt2hurpThV1i0ek8VJBVTEN > .row .container { width:20rem;height:127.8740234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3faIT4sgwu31pkR57bU54kPSGp5TwZT { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5GRKek3SVN9Hd8smBciCL0nwtoddEfe { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #auhvRFcawQxzJTZSNBwUCz90EQMHsgCU { width:11.25rem;height:20rem;top:8.249025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQOBg9PXdwLbe4wZ1bbL9M0l8gvxssm { width:0.5rem;height:9.375rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLUUMfJWEdDumqAfebWNEnlZqVEP18KQ { width:0.5rem;height:9.375rem;top:0rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBeTK8wlOcTpgVrgqFA4NSEInzzgocWw { width:0.5rem;height:9.375rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkWKyLeCzdnOe8GxModHhTb99LUDc8T { width:0.5rem;height:9.375rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8o9MiHBrstIO219FqaJZaZZkDnXxpD3 { width:16.8125rem;height:29.9375rem;top:29.4990234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6DoE5ZVCdsIL0PIZpRwlf7JpQSuTuzP { width:16.8125rem;height:29.9375rem;top:60.6865234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnraZFpMW8JyqbiKuPks3Tap7Nv4V0Uq { width:19.75rem;height:30.0625rem;top:91.8740234375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyx6xdFRIn83xSnhzMJkZuT19XJB9PBh { width:17.5rem;height:3.4375rem;top:123.1865234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql2ll9JBJF7MGHg85f5TDsdg7I0NGXHs { display:block; }
 }@media only screen and (max-width: 763px) { #b832esI02RLAQec3QsRLOrdWVp5g58qn { display:block; }#b832esI02RLAQec3QsRLOrdWVp5g58qn > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwiBsTi6g9uHlnl0Ckf7SUdtJuHQ76K8 { width:6.6875rem;height:3.125rem;top:5.46875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX1o64OBcvmNU1eQhGXIQweaTVTFZxwK { width:11.875rem;height:2.5rem;top:10.3125rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMr2xWRslA2OVva1MT45QngtDetPqh4K { width:1.9375rem;height:2.5rem;top:10.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etz8QtiS84nw459AEx9QTN8MBMD4v0Eu { width:8.6875rem;height:1.875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8TM8yd5vsTATbKKh8CiFV9Nlok8cgdX { width:17.6875rem;height:2.0996125rem;top:2.5625rem;left:1.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkXlxFJkJLMaSCApvvEM1Twbv88nXeI7 { width:6.8125rem;height:2.5625rem;top:6.09375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQVlbdZLz235GSg62vPcSuCpi9xLkq3 { width:6.8125rem;height:2.6875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXXwdFnLm6zTFd0US3PctVyGVt4McWVT { width:9.75rem;height:1.5rem;top:19.21875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8t339FLSGfx7DHXotAQ3WTKBXMnKNmQ { width:11.75rem;height:2.4375rem;top:24.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcB7TUob9TovAoRPTnl30CDm05yOEM5R { width:20rem;height:2.01171875rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm3SxeopC1hFLsEwtphySppzePQTX7VP { width:5.5625rem;height:5.5625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6QShc32Gg4iVBruwLuCbDUCAio6nJ6d { width:9.4375rem;height:2.875rem;top:14.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg6vk8FT3utkRZzbRXiDV6ihEcfvZ5yh { width:5.125rem;height:5.125rem;top:30.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8yBOTfQC43LLibTUSHkzDS9PSv0MR6 { width:10.0625rem;height:2.375rem;top:32.19921875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPDigaeAOu3G5Mlf7Op5ZhfceJcfLG7S { width:6.9375rem;height:7rem;top:41.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:20rem;height:1.69921875rem;top:12.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:4.875rem;height:1.875rem;top:11rem;left:5.9375rem;display:block; }
 }