.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container {  }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#GIlOrxaVurZCFJ6kZ9yxvUf0R1TTf8QV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { position:relative;display:block; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { background-color: transparent; background-image: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container > .video-iframe-container { display: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row > .video-iframe-container { display: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .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); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { border-width: 0; border-radius: 0; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container > .video-iframe-container {  }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da291c;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#N6M9L7sEf7o9ITBV2dyzPx20gMVHLeS0 { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.69296836853025rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kwSlhHcf9qwvJNJoAErFRE2xBRWynsoh { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0.59375rem;left:11.39999961853rem;display:block; }
#rR77QdFeqWE113nMynaoEysT54AHV4X7 { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.69218873977662rem;left:45.750001907349rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { position:relative;display:block; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { background-color: transparent; background-image: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container > .video-iframe-container { display: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row > .video-iframe-container { display: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .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); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { border-width: 0; border-radius: 0; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container > .video-iframe-container {  }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container { border-top:0.0625rem solid #ee3162;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:144.6875rem;width:60rem;position:relative;display:block; }#Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { z-index:100007;top:5.572265625rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#soRoTe30km9RqRzC2R97egClt277Akh7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qr9fAPPTsmlfmFdT2TicMcHJNVhFfrbc { position:absolute;display:block;z-index:100005;background-color:#d0a134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:9.125rem;width:9.125rem;top:2.697265625rem;left:5.34375rem;display:block; }
#TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { color:#071638;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:66.009375095369rem;left:20.593751907349rem;height:37.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HitZXI08OqHiufEV77TPGmhu95GetLm0 { color:#071638;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:14.942968845367rem;left:21.249219894409rem;height:25.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iHz0uzOTZf7Ch5SETRSNSp92a41FRADm { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5rem;width:16.8125rem;top:66.009376525881rem;left:2rem;overflow:hidden;display:block; }
#GCOPrVuTtD1BZEXBtC6pWEUva2UMlghT { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:27.25rem;top:108.16718864441rem;left:2rem;overflow:hidden;display:block; }
#U0K6K14Pl6Eg7W1arXATX2UUx1k19JN2 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:27.25rem;top:108.13515663147rem;left:29.874219894409rem;overflow:hidden;display:block; }
#C4boM3l0NgtONmN5t9XyxFwReSzGmVMU { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.75rem;top:128.37500476837rem;left:1.90625rem;overflow:hidden;display:block; }
#oBt2XTAIHxdv6veGFt9f1RE9sJFTFBig { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:19.625rem;top:127.93672370911rem;left:38.624219894409rem;overflow:hidden;display:block; }
#uHviwcym6f8opFykINZoSmqzzpl9f0vC { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:27.25rem;top:40.853124976158rem;left:29.874219894409rem;overflow:hidden;display:block; }
#NemPX3TJTvPTUlkgEKre89yFOQP82TCl { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.125rem;width:27.25rem;top:40.853517532349rem;left:2rem;overflow:hidden;display:block; }
#aAKbPXU8fB0qgXFr5d17SqSmariqApZq { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.75rem;width:16.5rem;top:14.892968654633rem;left:2.0625rem;overflow:hidden;display:block; }
#xN3MeBvaN4K6CnT5oglsJGlZZcqm1KKf { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:18.5rem;top:127.87422370911rem;left:20.750001907349rem;overflow:hidden;display:block; }
#CDLkuwzud219a4VgrmgNHVQUDtvwakkH { z-index:100008;top:104.43515777588rem;left:20.593751907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ruozeLF4tzVMRXdtfKkL3XfdiRPSRipr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fC9UxR4W2GzeKLoznrbTryRcywubP9tg { position:relative;display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg { background-color: transparent; background-image: none; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container > .video-iframe-container { display: none; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row > .video-iframe-container { display: none; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .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); }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg { border-width: 0; border-radius: 0; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container > .video-iframe-container {  }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da291c;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#JgLXHp5Q5Ly0y4ufFG10cW9uHuCC4Ver { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.69296836853025rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ieaXJD3xJEMCanUBOd7eEicIIX8AvWFV { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0.59375rem;left:13.5244140625rem;display:block; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { position:relative;display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container {  }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:96.625rem;width:60rem;position:relative;display:block; }#lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { position:absolute;display:block;z-index:100005;background-color:#d0a134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:9.125rem;width:9.125rem;top:3.3109369277954rem;left:5.46875rem;display:block; }
#lx9wVaTEmbRLe8eNCZNCOI2JdxHf5PSS { z-index:100009;top:6.1859436035156rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NgpGtgKeJ6Q14g4U2QXfWWhkusKPqa2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DIb9UTg7KoXO8WCqxhDklCfOVE6XLIUz { color:#071638;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:59.260938644409rem;left:20.531251907349rem;height:21.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LwmG0dPpxMvrnoWqWITXcxqDhKKv9nTC { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:19.125rem;top:82.946614742281rem;left:0.46875rem;overflow:hidden;display:block; }
#xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { color:#071638;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:13.876563072204rem;left:20.937501907349rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lhp4Ve2Q6kRULNXhE2tT7JhezIvMPL0R { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:18.375rem;top:28.792969226837rem;left:11.125rem;overflow:hidden;display:block; }
#SgnxW3OfEnwhAyJ7nsqUGvPHODq6Dx7W { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:18.375rem;top:28.855469703674rem;left:30.531251907349rem;overflow:hidden;display:block; }
#R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:18.375rem;top:13.875782012939rem;left:1.5rem;overflow:hidden;display:block; }
#T22cUdJfhW0TeeaqIxVVKuPQbdIIAv2i { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:18.5rem;top:59.261719703674rem;left:1.15625rem;overflow:hidden;display:block; }
#JPOyMBlly9gBBNhQMrWO3Tp4UnBt9lsq { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:18.8125rem;top:83.009114742281rem;left:20.593750953674rem;overflow:hidden;display:block; }
#p2tAVm20VtT3XNDMMgGqMiEqJ3kGddPO { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:18.875rem;top:83.009114742281rem;left:39.936200141907rem;overflow:hidden;display:block; }
#kMzz2PKwGTQMgR84nflw1MViZObcP2Mp { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:18.375rem;top:44.199219703674rem;left:1.28125rem;overflow:hidden;display:block; }
#XrIcE3DWopmUbPhseeVpqnr61D4Ex3D0 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:18.375rem;top:44.261719703674rem;left:20.812501907349rem;overflow:hidden;display:block; }
#warcr7SUieNmcW4zuXT8D6PJ6T1xACxv { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:18.375rem;top:44.230469703674rem;left:40.186719894409rem;overflow:hidden;display:block; }
#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { position:relative;display:block; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { background-color: transparent; background-image: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container > .video-iframe-container { display: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row > .video-iframe-container { display: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .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); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { border-width: 0; border-radius: 0; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container > .video-iframe-container {  }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container { border-top:0.0625rem solid #ee3162;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:203.875rem;width:60rem;position:relative;display:block; }#qU05VxdWzTTAd9TGe3h0aXbSJK3U9k1B { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:18.75rem;top:40.125000476837rem;left:2.5625rem;overflow:hidden;display:block; }
#IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:40.125000476837rem;left:23.250001907349rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { z-index:100006;top:84.811719894406rem;left:23.250001907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QyKROBogEQr1cTK4MZLqSzrgAKw8Se7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rGHgiUFL0L3OFO9FCNBLoGi1i1OPnXc1 { z-index:100006;top:5.5093746185303rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VTM74SiN9zIwenwo7O2QelnNfwAbkVUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qRdAEug9zMaxyFVgHuJwSmPzhvu2fTLL { position:absolute;display:block;z-index:100004;background-color:#d0a134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:9.125rem;width:9.125rem;top:2.6351561546326rem;left:10.8125rem;display:block; }
#REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:14.53125rem;left:2.5625rem;overflow:hidden;display:block; }
#HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:14.53125rem;left:23.250001907349rem;height:19.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { z-index:100007;top:34.906249523163rem;left:23.250001907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Oyl7LAiy9LOOkLnZnCmhUvRtLX0Lo80N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r89SGipofbLSkhykucaexUbPQ6WhdbBC { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:57.375rem;left:23.250000953674rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#duTCF5TyBTdi0dCwcq2UtdXqJRexFrfz { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.0625rem;width:17.1875rem;top:57.375003099441rem;left:2.5625rem;overflow:hidden;display:block; }
#plDn8uQVeqdJiwB4GN45WrCMBOttm6G3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:33.125rem;top:60.150000572204rem;left:23.250001907349rem;overflow:hidden;display:block; }
#rfuQPDEdXPyr4CBQ5kS9eeXUK2DDcpTx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:18.75rem;top:89.749349594119rem;left:2.5625rem;overflow:hidden;display:block; }
#bwewAlf3zcWna2hTrNRMHUp79TQn3RK8 { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:89.749349594119rem;left:23.250000953674rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRBcSHxXxvvJiTwozdWzzPeQahoy3TFS { z-index:100007;top:114.52278709412rem;left:23.250000953674rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u6cSG2erD3p6N61IUhOMCLsFcJe7h4HM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mtR4Endy10efhaGt9JuxU8Unv6WVzh3F { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.9375rem;width:31.5625rem;top:92.405599117281rem;left:23.250000953674rem;overflow:hidden;display:block; }
#enoWsgNwvUnthmLzHX47v2NbsR1HyO0P { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.375rem;width:14.375rem;top:120.31016540528rem;left:3.96875rem;overflow:hidden;display:block; }
#rvdS27TemQfeZ1osW4uTtRmuvQXbl4RL { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:120.31016540528rem;left:23.250001907349rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQVAGITqrLkAyo62d05zRb44qmJ7X1D6 { z-index:100008;top:140.23125267029rem;left:23.250001907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zH86JfEnGAdDXVHJcZs3GxfET0DJogIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w9iyyGE9AWhvuv8fINlTO9SqdRIFcogP { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:155.47890949249rem;left:23.250001907349rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yT542Cg3syGOdpmZBusiZ0AazPJSaBlq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:21.0625rem;top:155.47969055176rem;left:1.40625rem;overflow:hidden;display:block; }
#TvWrVeRmo5VDPiHvBIkE0kUBZb5Kr7xh { z-index:100009;top:163.73125267029rem;left:23.250001907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#naJaPMuq5DUv6NVQwiAyRwpXTLAiyfD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lclDuqtc4f3o1uco4sr4Biahs4e6fcqy { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.1875rem;width:14.5rem;top:171.72890925408rem;left:4.6875rem;overflow:hidden;display:block; }
#C1fFoZ0Cfl7nnn6fVXrQov9lN5QpAENk { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:171.72812843323rem;left:23.250001907349rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZ3k8z1IEq1QTh942Vp5DmIedTuHaA4I { z-index:100010;top:195.47813034058rem;left:23.250001907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kZ537oOWfKtG5EN3XP2PV8i1vKlgb5FN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lgJTNndUwXZle1zXRqMvFOXfhU13RTS6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19rem;width:32rem;top:175.32734680176rem;left:23.250001907349rem;overflow:hidden;display:block; }
#TXyXSv6UZ3mOWZBfX5rFJOBJlrEZ2DB4 { z-index:100009;top:140.23125934601rem;left:38.875001907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z9a4nBGyW4AgeNpQezJzXNpTTkTVE5xm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UUwMDUobVWEMEJENggth6fJeLDqIdr9T { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:32rem;top:122.98047828674rem;left:23.250001907349rem;overflow:hidden;display:block; }
#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { position:relative;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container {  }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:13.8125rem;top:16.9375rem;left:2.53515625rem;overflow:hidden;display:block; }
#UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:15.875rem;top:16.78125rem;left:42.5576171875rem;overflow:hidden;display:block; }
#a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:18.9375rem;top:17.5625rem;left:20.53125rem;overflow:hidden;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { position:relative;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container {  }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIlOrxaVurZCFJ6kZ9yxvUf0R1TTf8QV { top:0rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { display:block; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6M9L7sEf7o9ITBV2dyzPx20gMVHLeS0 { top:0.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwSlhHcf9qwvJNJoAErFRE2xBRWynsoh { top:0.5625rem;left:5.2749996185303rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR77QdFeqWE113nMynaoEysT54AHV4X7 { top:0.6875rem;left:34.25rem;width:13.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { display:block; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { top:5.5625rem;left:0rem;width:12.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soRoTe30km9RqRzC2R97egClt277Akh7 { display:block; }
 }@media only screen and (max-width: 763px) { #qr9fAPPTsmlfmFdT2TicMcHJNVhFfrbc { top:2.6875rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { top:66rem;left:11.9375rem;width:35.8125rem;height:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HitZXI08OqHiufEV77TPGmhu95GetLm0 { top:14.9375rem;left:11.9375rem;width:35.8125rem;height:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHz0uzOTZf7Ch5SETRSNSp92a41FRADm { top:66rem;left:0rem;width:16.8125rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCOPrVuTtD1BZEXBtC6pWEUva2UMlghT { top:108.125rem;left:0rem;width:27.25rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0K6K14Pl6Eg7W1arXATX2UUx1k19JN2 { top:108.125rem;left:20.5rem;width:27.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4boM3l0NgtONmN5t9XyxFwReSzGmVMU { top:128.375rem;left:0rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBt2XTAIHxdv6veGFt9f1RE9sJFTFBig { top:127.875rem;left:28.125rem;width:19.625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHviwcym6f8opFykINZoSmqzzpl9f0vC { top:40.8125rem;left:20.5rem;width:27.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NemPX3TJTvPTUlkgEKre89yFOQP82TCl { top:40.8125rem;left:0rem;width:27.25rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAKbPXU8fB0qgXFr5d17SqSmariqApZq { top:14.875rem;left:0rem;width:16.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN3MeBvaN4K6CnT5oglsJGlZZcqm1KKf { top:127.8125rem;left:14.625001907349rem;width:18.5rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLkuwzud219a4VgrmgNHVQUDtvwakkH { top:104.375rem;left:14.468751907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruozeLF4tzVMRXdtfKkL3XfdiRPSRipr { display:block; }
 }@media only screen and (max-width: 763px) { #fC9UxR4W2GzeKLoznrbTryRcywubP9tg { display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgLXHp5Q5Ly0y4ufFG10cW9uHuCC4Ver { top:0.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieaXJD3xJEMCanUBOd7eEicIIX8AvWFV { top:0.5625rem;left:7.3994140625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { top:3.25rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx9wVaTEmbRLe8eNCZNCOI2JdxHf5PSS { top:6.125rem;left:0rem;width:10.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgpGtgKeJ6Q14g4U2QXfWWhkusKPqa2M { display:block; }
 }@media only screen and (max-width: 763px) { #DIb9UTg7KoXO8WCqxhDklCfOVE6XLIUz { top:59.25rem;left:10.1875rem;width:37.5625rem;height:21.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmG0dPpxMvrnoWqWITXcxqDhKKv9nTC { top:82.9375rem;left:0rem;width:19.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { top:13.875rem;left:11rem;width:36.75rem;height:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhp4Ve2Q6kRULNXhE2tT7JhezIvMPL0R { top:28.75rem;left:5rem;width:18.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgnxW3OfEnwhAyJ7nsqUGvPHODq6Dx7W { top:28.8125rem;left:24.406251907349rem;width:18.375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { top:13.875rem;left:0rem;width:18.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22cUdJfhW0TeeaqIxVVKuPQbdIIAv2i { top:59.25rem;left:0rem;width:18.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPOyMBlly9gBBNhQMrWO3Tp4UnBt9lsq { top:83rem;left:14.468750953674rem;width:18.8125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tAVm20VtT3XNDMMgGqMiEqJ3kGddPO { top:83rem;left:28.875rem;width:18.875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMzz2PKwGTQMgR84nflw1MViZObcP2Mp { top:44.1875rem;left:0rem;width:18.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrIcE3DWopmUbPhseeVpqnr61D4Ex3D0 { top:44.25rem;left:14.687501907349rem;width:18.375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #warcr7SUieNmcW4zuXT8D6PJ6T1xACxv { top:44.1875rem;left:29.375rem;width:18.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { display:block; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU05VxdWzTTAd9TGe3h0aXbSJK3U9k1B { top:40.125rem;left:0rem;width:18.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { top:40.125rem;left:12.4375rem;width:35.3125rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { top:84.75rem;left:17.125001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKROBogEQr1cTK4MZLqSzrgAKw8Se7f { display:block; }
 }@media only screen and (max-width: 763px) { #rGHgiUFL0L3OFO9FCNBLoGi1i1OPnXc1 { top:5.5rem;left:0rem;width:29.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTM74SiN9zIwenwo7O2QelnNfwAbkVUx { display:block; }
 }@media only screen and (max-width: 763px) { #qRdAEug9zMaxyFVgHuJwSmPzhvu2fTLL { top:2.625rem;left:4.6875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { top:14.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { top:14.5rem;left:12.4375rem;width:35.3125rem;height:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { top:34.875rem;left:17.125001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyl7LAiy9LOOkLnZnCmhUvRtLX0Lo80N { display:block; }
 }@media only screen and (max-width: 763px) { #r89SGipofbLSkhykucaexUbPQ6WhdbBC { top:57.375rem;left:12.4375rem;width:35.3125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTCF5TyBTdi0dCwcq2UtdXqJRexFrfz { top:57.375rem;left:0rem;width:17.1875rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plDn8uQVeqdJiwB4GN45WrCMBOttm6G3 { top:60.125rem;left:14.625rem;width:33.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfuQPDEdXPyr4CBQ5kS9eeXUK2DDcpTx { top:89.6875rem;left:0rem;width:18.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwewAlf3zcWna2hTrNRMHUp79TQn3RK8 { top:89.6875rem;left:12.4375rem;width:35.3125rem;height:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBcSHxXxvvJiTwozdWzzPeQahoy3TFS { top:114.5rem;left:17.125000953674rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6cSG2erD3p6N61IUhOMCLsFcJe7h4HM { display:block; }
 }@media only screen and (max-width: 763px) { #mtR4Endy10efhaGt9JuxU8Unv6WVzh3F { top:92.375rem;left:16.1875rem;width:31.5625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enoWsgNwvUnthmLzHX47v2NbsR1HyO0P { top:120.25rem;left:0rem;width:14.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvdS27TemQfeZ1osW4uTtRmuvQXbl4RL { top:120.25rem;left:12.4375rem;width:35.3125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQVAGITqrLkAyo62d05zRb44qmJ7X1D6 { top:140.1875rem;left:17.125001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH86JfEnGAdDXVHJcZs3GxfET0DJogIP { display:block; }
 }@media only screen and (max-width: 763px) { #w9iyyGE9AWhvuv8fINlTO9SqdRIFcogP { top:155.4375rem;left:12.4375rem;width:35.3125rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT542Cg3syGOdpmZBusiZ0AazPJSaBlq { top:155.4375rem;left:0rem;width:21.0625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvWrVeRmo5VDPiHvBIkE0kUBZb5Kr7xh { top:163.6875rem;left:17.125001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #naJaPMuq5DUv6NVQwiAyRwpXTLAiyfD1 { display:block; }
 }@media only screen and (max-width: 763px) { #lclDuqtc4f3o1uco4sr4Biahs4e6fcqy { top:171.6875rem;left:0rem;width:14.5rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fFoZ0Cfl7nnn6fVXrQov9lN5QpAENk { top:171.6875rem;left:12.4375rem;width:35.3125rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ3k8z1IEq1QTh942Vp5DmIedTuHaA4I { top:195.4375rem;left:17.125001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ537oOWfKtG5EN3XP2PV8i1vKlgb5FN { display:block; }
 }@media only screen and (max-width: 763px) { #lgJTNndUwXZle1zXRqMvFOXfhU13RTS6 { top:175.3125rem;left:15.75rem;width:32rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyXSv6UZ3mOWZBfX5rFJOBJlrEZ2DB4 { top:140.1875rem;left:32.750001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9a4nBGyW4AgeNpQezJzXNpTTkTVE5xm { display:block; }
 }@media only screen and (max-width: 763px) { #UUwMDUobVWEMEJENggth6fJeLDqIdr9T { top:122.9375rem;left:15.75rem;width:32rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { top:5.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { top:16.9375rem;left:0rem;width:13.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { top:16.75rem;left:31.875rem;width:15.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { top:17.5625rem;left:14.40625rem;width:18.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container {  }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:6.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIlOrxaVurZCFJ6kZ9yxvUf0R1TTf8QV { width:20rem;height:6.125rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { display:block; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { background-color: transparent; background-image: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container > .video-iframe-container { display: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row > .video-iframe-container { display: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .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); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { border-width: 0; border-radius: 0; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container > .video-iframe-container {  }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container { width:20rem;height:1.6875rem;background-color:#da291c;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6M9L7sEf7o9ITBV2dyzPx20gMVHLeS0 { width:10.4375rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwSlhHcf9qwvJNJoAErFRE2xBRWynsoh { width:1.5625rem;height:1.5625rem;top:0rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR77QdFeqWE113nMynaoEysT54AHV4X7 { width:13.5rem;height:0.975rem;top:0.32500028610229rem;left:6.4999998807906rem;font-size:0.25rem;text-align:right;text-align-last:right;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { display:block; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { background-color: transparent; background-image: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container > .video-iframe-container { display: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row > .video-iframe-container { display: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .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); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { border-width: 0; border-radius: 0; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container > .video-iframe-container {  }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container { width:20rem;height:105.8125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { top:2.5625rem;left:0rem;width:8.3125rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soRoTe30km9RqRzC2R97egClt277Akh7 { display:block; }
 }@media only screen and (max-width: 763px) { #qr9fAPPTsmlfmFdT2TicMcHJNVhFfrbc { width:5.5625rem;height:5.5625rem;top:0.84375rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { width:19.375rem;height:31.2rem;top:48.689061164856rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HitZXI08OqHiufEV77TPGmhu95GetLm0 { width:19.375rem;height:21.6rem;top:8.125rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iHz0uzOTZf7Ch5SETRSNSp92a41FRADm { width:9.625rem;height:14.5625rem;top:83.764848709106rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCOPrVuTtD1BZEXBtC6pWEUva2UMlghT { width:9.5rem;height:6.3125rem;top:83.764067649844rem;left:10.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0K6K14Pl6Eg7W1arXATX2UUx1k19JN2 { width:9.5rem;height:6.3125rem;top:90.451566696169rem;left:10.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4boM3l0NgtONmN5t9XyxFwReSzGmVMU { width:6.6875rem;height:4.375rem;top:99.160942077638rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBt2XTAIHxdv6veGFt9f1RE9sJFTFBig { width:7.9375rem;height:4.75rem;top:99.285161972044rem;left:12.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHviwcym6f8opFykINZoSmqzzpl9f0vC { width:9.5rem;height:7.0625rem;top:37.875rem;left:10.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #NemPX3TJTvPTUlkgEKre89yFOQP82TCl { width:9.5rem;height:7rem;top:30.4375rem;left:10.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAKbPXU8fB0qgXFr5d17SqSmariqApZq { width:9.625rem;height:14.4375rem;top:30.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN3MeBvaN4K6CnT5oglsJGlZZcqm1KKf { width:7.0625rem;height:4.4375rem;top:99.191411972044rem;left:6.4687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLkuwzud219a4VgrmgNHVQUDtvwakkH { top:79.888284683225rem;left:2.9687501192093rem;width:14.0625rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruozeLF4tzVMRXdtfKkL3XfdiRPSRipr { display:block; }
 }@media only screen and (max-width: 763px) { #fC9UxR4W2GzeKLoznrbTryRcywubP9tg { display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgLXHp5Q5Ly0y4ufFG10cW9uHuCC4Ver { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieaXJD3xJEMCanUBOd7eEicIIX8AvWFV { width:1.5625rem;height:1.5625rem;top:0rem;left:7.5000003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:164.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { width:5.625rem;height:5.625rem;top:1.90625rem;left:4.2499998807907rem;background-color:#d0a134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lx9wVaTEmbRLe8eNCZNCOI2JdxHf5PSS { top:3.5rem;left:0rem;width:7.3125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgpGtgKeJ6Q14g4U2QXfWWhkusKPqa2M { display:block; }
 }@media only screen and (max-width: 763px) { #DIb9UTg7KoXO8WCqxhDklCfOVE6XLIUz { width:19.375rem;height:19.2rem;top:99.775000095369rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LwmG0dPpxMvrnoWqWITXcxqDhKKv9nTC { width:18.8125rem;height:10rem;top:130.85000038147rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { width:19.375rem;height:8.4rem;top:9.1250002384187rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lhp4Ve2Q6kRULNXhE2tT7JhezIvMPL0R { width:17.625rem;height:13.25rem;top:32.650000572204rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgnxW3OfEnwhAyJ7nsqUGvPHODq6Dx7W { width:17.625rem;height:13.1875rem;top:46.58749961853rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { width:17.6875rem;height:13.25rem;top:18.712499856949rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22cUdJfhW0TeeaqIxVVKuPQbdIIAv2i { width:18.8125rem;height:10.5rem;top:119.71249997616rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPOyMBlly9gBBNhQMrWO3Tp4UnBt9lsq { width:18.8125rem;height:10.0625rem;top:141.47500038147rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tAVm20VtT3XNDMMgGqMiEqJ3kGddPO { width:18.875rem;height:10.0625rem;top:152.10000038147rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMzz2PKwGTQMgR84nflw1MViZObcP2Mp { width:17.625rem;height:11.375rem;top:60.52499961853rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrIcE3DWopmUbPhseeVpqnr61D4Ex3D0 { width:17.625rem;height:11.25rem;top:72.712499618531rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #warcr7SUieNmcW4zuXT8D6PJ6T1xACxv { width:17.625rem;height:11.3125rem;top:84.650000572206rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { display:block; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { background-color: transparent; background-image: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container > .video-iframe-container { display: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row > .video-iframe-container { display: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .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); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { border-width: 0; border-radius: 0; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container > .video-iframe-container {  }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container { width:20rem;height:243.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU05VxdWzTTAd9TGe3h0aXbSJK3U9k1B { width:19.375rem;height:16.125rem;top:49.224999427796rem;left:0.3125rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { width:19.375rem;height:7.2rem;top:66.162504196169rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { top:76.6875rem;left:0.625rem;width:10rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKROBogEQr1cTK4MZLqSzrgAKw8Se7f { display:block; }
 }@media only screen and (max-width: 763px) { #rGHgiUFL0L3OFO9FCNBLoGi1i1OPnXc1 { top:3.125rem;left:0rem;width:20rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTM74SiN9zIwenwo7O2QelnNfwAbkVUx { display:block; }
 }@media only screen and (max-width: 763px) { #qRdAEug9zMaxyFVgHuJwSmPzhvu2fTLL { width:5.625rem;height:5.625rem;top:1.5rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { width:18.125rem;height:;top:8.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { width:19.375rem;height:15.6rem;top:27.875rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { top:44.099998474121rem;left:7.1874998807906rem;width:5.625rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyl7LAiy9LOOkLnZnCmhUvRtLX0Lo80N { display:block; }
 }@media only screen and (max-width: 763px) { #r89SGipofbLSkhykucaexUbPQ6WhdbBC { width:13.4375rem;height:1.2rem;top:74.799999237062rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #duTCF5TyBTdi0dCwcq2UtdXqJRexFrfz { width:11.4375rem;height:17.375rem;top:78.3125rem;left:0.625rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #plDn8uQVeqdJiwB4GN45WrCMBOttm6G3 { width:19.375rem;height:13.75rem;top:96.3125rem;left:0.3125rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rfuQPDEdXPyr4CBQ5kS9eeXUK2DDcpTx { width:11.4375rem;height:14.3125rem;top:117.1875rem;left:0.625rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bwewAlf3zcWna2hTrNRMHUp79TQn3RK8 { width:14.9375rem;height:3.6rem;top:112.9375rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRBcSHxXxvvJiTwozdWzzPeQahoy3TFS { top:115.35000038147rem;left:0.625rem;width:14.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6cSG2erD3p6N61IUhOMCLsFcJe7h4HM { display:block; }
 }@media only screen and (max-width: 763px) { #mtR4Endy10efhaGt9JuxU8Unv6WVzh3F { width:19.375rem;height:12.8125rem;top:132.22500038147rem;left:0.3125rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #enoWsgNwvUnthmLzHX47v2NbsR1HyO0P { width:10.25rem;height:22.4375rem;top:152.17969036102rem;left:0.3125rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rvdS27TemQfeZ1osW4uTtRmuvQXbl4RL { width:15.8125rem;height:1.2rem;top:149.67968654633rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zQVAGITqrLkAyo62d05zRb44qmJ7X1D6 { top:152.17890930176rem;left:11.375000357628rem;width:6.625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH86JfEnGAdDXVHJcZs3GxfET0DJogIP { display:block; }
 }@media only screen and (max-width: 763px) { #w9iyyGE9AWhvuv8fINlTO9SqdRIFcogP { width:17.75rem;height:6rem;top:188.10469055176rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yT542Cg3syGOdpmZBusiZ0AazPJSaBlq { width:19.375rem;height:11.375rem;top:195.41875267029rem;left:0.3125rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TvWrVeRmo5VDPiHvBIkE0kUBZb5Kr7xh { top:192.7304725647rem;left:0.3125rem;width:7.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #naJaPMuq5DUv6NVQwiAyRwpXTLAiyfD1 { display:block; }
 }@media only screen and (max-width: 763px) { #lclDuqtc4f3o1uco4sr4Biahs4e6fcqy { width:8.8125rem;height:15.9375rem;top:212.91875457764rem;left:0.3125rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C1fFoZ0Cfl7nnn6fVXrQov9lN5QpAENk { width:18.375rem;height:2.4rem;top:209.35625267029rem;left:0.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZ3k8z1IEq1QTh942Vp5DmIedTuHaA4I { top:212.9179725647rem;left:9.6250003576281rem;width:9.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ537oOWfKtG5EN3XP2PV8i1vKlgb5FN { display:block; }
 }@media only screen and (max-width: 763px) { #lgJTNndUwXZle1zXRqMvFOXfhU13RTS6 { width:19.375rem;height:11.5625rem;top:229.81875419617rem;left:0.3125rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TXyXSv6UZ3mOWZBfX5rFJOBJlrEZ2DB4 { top:154.1796913147rem;left:11.375000357628rem;width:6.625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9a4nBGyW4AgeNpQezJzXNpTTkTVE5xm { display:block; }
 }@media only screen and (max-width: 763px) { #UUwMDUobVWEMEJENggth6fJeLDqIdr9T { width:19.375rem;height:9.6875rem;top:176.00469017029rem;left:0.3125rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container {  }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { width:9.25rem;height:1.8125rem;top:5.1rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { width:11.125rem;height:2.125rem;top:10.6625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { width:15.375rem;height:1.25rem;top:8.1625rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container {  }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.4375rem;display:block; }
 }