.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:120px;width:960px;position:relative;display:block; }#JuRigLVyvzrJUWgSoruKAcMX3CdJkWA3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75px;width:200px;top:22.5px;left:0px;overflow:hidden;display:block; }
#wThAhftAvQAvRdHEAviZ55Lmn4M6bFpy { position:absolute;display:block;z-index:15001;background-color:#e30b13;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;height:3px;width:960px;top:116px;left:0px;display:block; }
#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R { position:relative;display:block; }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R { background-color: transparent; background-image: none; }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .row .container > .video-iframe-container { display: none; }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .row > .video-iframe-container { display: none; }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .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); }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R { border-width: 0; border-radius: 0; }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .row .container > .video-iframe-container {  }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:175px;width:960px;position:relative;display:block; }#TGG6iSfUNIeSRzM14B8Qr17kgWrwPAaM { color:#231f1f;display:block;width:808px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32px;left:0px;height:58.5px;font-style:normal;display:block; }
#vHb0GDMo7OUBhlTKi7g8OhSZJmauOKaI { color:#000000;display:block;width:200px;position:absolute;font-family:"brandon text-black";font-size:42px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:106px;left:0px;height:54.6023px;display:block; }
#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW { position:relative;display:block; }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW { background-color: transparent; background-image: none; }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .row .container > .video-iframe-container { display: none; }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .row > .video-iframe-container { display: none; }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .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); }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW { border-width: 0; border-radius: 0; }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .row .container > .video-iframe-container {  }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#rULNV3dlyhkHWlZyc15XKGJ4CnHpDNIO { color:#000000;display:block;width:351px;position:absolute;font-family:"brandon text-black";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:57.1876px;display:block; }
#VBklgLSBC0UAe7nFRik7DkWZkqNfblMr { background-color:#d3031d;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:44px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.59375px;left:740.5px;display:block; }
#ECS6DuW4to4TnX0iQdON307xInalRivc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BQdTxt36SvBmLTPUy44Wwv62uJ3nCQZ2 { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:104.5px;left:0px;display:block; }
#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc { position:relative;display:block; }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc { background-color: transparent; background-image: none; }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .row .container > .video-iframe-container { display: none; }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .row > .video-iframe-container { display: none; }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .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); }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc { border-width: 0; border-radius: 0; }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .row .container > .video-iframe-container {  }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#lsmuL2CXrnp6tfvhdAOi2GkQTeRB4RZM { color:#000000;display:block;width:351px;position:absolute;font-family:"brandon text-black";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:57.1876px;display:block; }
#qM6ZPoc6Jxlq2IMJFvkoqWR5BQ5bBlR7 { background-color:#d3031d;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:44px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.59375px;left:740.5px;display:block; }
#k6n57XixBUWJfpVSmHm840TW4ieS3VXt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tLe6zs1Ry86cD6QfuXThRrPe3GF5eWqn { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:104.5px;left:0px;display:block; }
#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf { position:relative;display:block; }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf { background-color: transparent; background-image: none; }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .row .container > .video-iframe-container { display: none; }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .row > .video-iframe-container { display: none; }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .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); }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf { border-width: 0; border-radius: 0; }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .row .container > .video-iframe-container {  }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#zrvyb3Nrg44eUWtFP2QQTv23SZ97niVC { color:#000000;display:block;width:351px;position:absolute;font-family:"brandon text-black";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:57.1876px;display:block; }
#Sgaha6mHIWnNlTDbgSQLrr9CQHtWQgTT { background-color:#d3031d;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:44px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.59375px;left:740.5px;display:block; }
#vIChuP8vy9o0CMBfLTIpg74GeV5QNUzo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iQSDSFgpS7yv37mfhFp9V1OZvgzduENh { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:104.5px;left:0px;display:block; }
#OlJLW7h2f6TI7UETNcebJkt7On0yusTg { position:relative;display:block; }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg { background-color: transparent; background-image: none; }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .row .container > .video-iframe-container { display: none; }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .row > .video-iframe-container { display: none; }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .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); }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg { border-width: 0; border-radius: 0; }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .row .container > .video-iframe-container {  }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#J5N17oGuvQ2eEL9kbgKpNwPGPKwvsbVG { color:#000000;display:block;width:351px;position:absolute;font-family:"brandon text-black";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:57.1876px;display:block; }
#cJVmWmTSDeQHwqV44lxtU9yTdlqTOZHU { background-color:#d3031d;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:44px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.59375px;left:740.5px;display:block; }
#CiKX0b6B1TxdGOLRlvLFBgeqqxsEPlFR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IkRzw3JX3Cv6cI0XHVE5ouG3xIXIp7Tt { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:104.5px;left:0px;display:block; }
#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE { position:relative;display:block; }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE { background-color: transparent; background-image: none; }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .row .container > .video-iframe-container { display: none; }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .row > .video-iframe-container { display: none; }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .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); }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE { border-width: 0; border-radius: 0; }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .row .container > .video-iframe-container {  }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#UBKBen1R06P31NCBJykTUJe5ibECPzkz { color:#000000;display:block;width:351px;position:absolute;font-family:"brandon text-black";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:57.1876px;display:block; }
#UbH54wTcMITi5RX3V0kH09DTHo9WBhgX { background-color:#d3031d;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:44px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.59375px;left:740.5px;display:block; }
#GR8OiqGXOPCFCgzVrfptimQPBoo5NXRd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HLvWfxq08faTNpVSpS7bCykO3FA6oXP9 { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:104.5px;left:0px;display:block; }
#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz { position:relative;display:block; }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz { background-color: transparent; background-image: none; }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .row .container > .video-iframe-container { display: none; }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .row > .video-iframe-container { display: none; }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .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); }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz { border-width: 0; border-radius: 0; }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .row .container > .video-iframe-container {  }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#cnqmH4gIgyOtLl5hnIDytH1kbQ3L27cU { color:#000000;display:block;width:351px;position:absolute;font-family:"brandon text-black";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:57.1876px;display:block; }
#ymeAPBK4RDbOtcSrTQKcxRA3lpe2Vg2Z { background-color:#d3031d;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:44px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.59375px;left:740.5px;display:block; }
#ihp42ldQ9s6IBEZxHIAsmihtvxVySFHi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Hr4ce8wf8vzqUmIdLcyv6xnAldaQTbVI { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:104.5px;left:0px;display:block; }
#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa { position:relative;display:block; }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa { background-color: transparent; background-image: none; }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .row .container > .video-iframe-container { display: none; }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .row > .video-iframe-container { display: none; }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .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); }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa { border-width: 0; border-radius: 0; }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .row .container > .video-iframe-container {  }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#vF9t4dnJXfTZBG7qhBRmQRNR2m93xm8M { color:#000000;display:block;width:351px;position:absolute;font-family:"brandon text-black";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:57.1876px;display:block; }
#iCxC4HN9LLSGERfSr4VALZ9qIyBCXmdu { background-color:#d3031d;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:44px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.59375px;left:740.5px;display:block; }
#B1bB21WyNHfgubvr95dxPdKftHVPkxT0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kUycJ73RPRnhCr139dx9fOHUcHlx5RG6 { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:104.5px;left:0px;display:block; }
#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz { position:relative;display:block; }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz { background-color: transparent; background-image: none; }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .row .container > .video-iframe-container { display: none; }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .row > .video-iframe-container { display: none; }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .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); }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz { border-width: 0; border-radius: 0; }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .row .container > .video-iframe-container {  }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#N8mHJOIPMRxVXv76odxc8334obCW3JIb { color:#000000;display:block;width:351px;position:absolute;font-family:"brandon text-black";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:57.1876px;display:block; }
#z7xB6hrSTdNTQ2QTT4mhtFqoG8FJJw8e { background-color:#d3031d;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:192px;height:44px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.59375px;left:740.5px;display:block; }
#wkTorX8GTbeUuA3yfn7qhU7RgCx2o7GB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tis1ipoZ0LdALrknKkd3m5QOhfS4e3NW { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:960px;top:104.5px;left:0px;display:block; }
#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { position:relative;display:block; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { background-color: transparent; background-image: none; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container > .video-iframe-container { display: none; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row > .video-iframe-container { display: none; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .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); }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { border-width: 0; border-radius: 0; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container > .video-iframe-container {  }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:284px;width:960px;position:relative;display:block; }#uwLSae4q9fwInBdnGVQ3PcuXDa14tORv { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #e30b13, #d30a12);background-image: -moz-linear-gradient(144deg, #e30b13, #d30a12);background-image: -ms-linear-gradient(144deg, #e30b13, #d30a12);background-image: -o-linear-gradient(144deg, #e30b13, #d30a12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30b13', endColorstr='#d30a12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30b13', endColorstr='#d30a12' );";background-image: linear-gradient(144deg, #e30b13, #d30a12);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:960px;top:82px;left:0px;display:block; }
#QlGqNy6IqxLfaEzfDM9huDerwJAR0UTe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:147px;top:125.5px;left:73px;overflow:hidden;display:block; }
#bH5zQeoh6BvLOStloVkyHRCPMUrR7LkN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:70px;top:127.5px;left:812px;overflow:hidden;display:block; }
#epA5JU4czksrfEBm4A6bSkB0IKwJtWus { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:70px;top:128.5px;left:756px;overflow:hidden;display:block; }
#vr9bTXgTvb0t82kg3TFVEcBGQKsuaKnN { color:#e30b13;display:block;width:182px;position:absolute;font-family:"brandon text-black";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:239px;left:701px;height:20.7969px;display:block; }
#xyeu75hVovdCKuto6UE1IzuXb7cGtRsy { color:#e30b13;display:block;width:64px;position:absolute;font-family:"brandon text-black";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:239px;left:73px;height:20.7969px;display:block; }
#OozxTZHLTM8INDqxF0mL2ohLb02v8Zsn { color:#e30b13;display:block;width:53px;position:absolute;font-family:"brandon text-black";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:239px;left:168px;height:20.7969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuRigLVyvzrJUWgSoruKAcMX3CdJkWA3 { width:200px;height:75px;top:22px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wThAhftAvQAvRdHEAviZ55Lmn4M6bFpy { width:764px;height:3px;top:116px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R { display:block; }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .row .container { width:764px;height:1006px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGG6iSfUNIeSRzM14B8Qr17kgWrwPAaM { width:399px;height:91px;top:23px;left:21px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #vHb0GDMo7OUBhlTKi7g8OhSZJmauOKaI { width:200px;height:54.5938px;top:106px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW { display:block; }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rULNV3dlyhkHWlZyc15XKGJ4CnHpDNIO { width:351px;height:57px;top:28px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VBklgLSBC0UAe7nFRik7DkWZkqNfblMr { width:192px;height:44px;top:34px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #ECS6DuW4to4TnX0iQdON307xInalRivc { display:block; }
 }@media only screen and (max-width: 763px) { #BQdTxt36SvBmLTPUy44Wwv62uJ3nCQZ2 { width:764px;height:2px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #znvuLUnCET96ZADrLms8zMlHaVO6M6Kc { display:block; }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsmuL2CXrnp6tfvhdAOi2GkQTeRB4RZM { width:350px;height:57px;top:27px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qM6ZPoc6Jxlq2IMJFvkoqWR5BQ5bBlR7 { width:192px;height:44px;top:34px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #k6n57XixBUWJfpVSmHm840TW4ieS3VXt { display:block; }
 }@media only screen and (max-width: 763px) { #tLe6zs1Ry86cD6QfuXThRrPe3GF5eWqn { width:764px;height:2px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf { display:block; }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrvyb3Nrg44eUWtFP2QQTv23SZ97niVC { width:351px;height:57px;top:28px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Sgaha6mHIWnNlTDbgSQLrr9CQHtWQgTT { width:192px;height:44px;top:34px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #vIChuP8vy9o0CMBfLTIpg74GeV5QNUzo { display:block; }
 }@media only screen and (max-width: 763px) { #iQSDSFgpS7yv37mfhFp9V1OZvgzduENh { width:764px;height:2px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OlJLW7h2f6TI7UETNcebJkt7On0yusTg { display:block; }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5N17oGuvQ2eEL9kbgKpNwPGPKwvsbVG { width:351px;height:57px;top:28px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cJVmWmTSDeQHwqV44lxtU9yTdlqTOZHU { width:192px;height:44px;top:34px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #CiKX0b6B1TxdGOLRlvLFBgeqqxsEPlFR { display:block; }
 }@media only screen and (max-width: 763px) { #IkRzw3JX3Cv6cI0XHVE5ouG3xIXIp7Tt { width:764px;height:2px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE { display:block; }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBKBen1R06P31NCBJykTUJe5ibECPzkz { width:351px;height:57px;top:28px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #UbH54wTcMITi5RX3V0kH09DTHo9WBhgX { width:192px;height:44px;top:34px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #GR8OiqGXOPCFCgzVrfptimQPBoo5NXRd { display:block; }
 }@media only screen and (max-width: 763px) { #HLvWfxq08faTNpVSpS7bCykO3FA6oXP9 { width:764px;height:2px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz { display:block; }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnqmH4gIgyOtLl5hnIDytH1kbQ3L27cU { width:351px;height:57px;top:28px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ymeAPBK4RDbOtcSrTQKcxRA3lpe2Vg2Z { width:192px;height:44px;top:34px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #ihp42ldQ9s6IBEZxHIAsmihtvxVySFHi { display:block; }
 }@media only screen and (max-width: 763px) { #Hr4ce8wf8vzqUmIdLcyv6xnAldaQTbVI { width:764px;height:2px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa { display:block; }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vF9t4dnJXfTZBG7qhBRmQRNR2m93xm8M { width:351px;height:57px;top:28px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #iCxC4HN9LLSGERfSr4VALZ9qIyBCXmdu { width:192px;height:44px;top:34px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #B1bB21WyNHfgubvr95dxPdKftHVPkxT0 { display:block; }
 }@media only screen and (max-width: 763px) { #kUycJ73RPRnhCr139dx9fOHUcHlx5RG6 { width:764px;height:2px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz { display:block; }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8mHJOIPMRxVXv76odxc8334obCW3JIb { width:351px;height:57px;top:28px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #z7xB6hrSTdNTQ2QTT4mhtFqoG8FJJw8e { width:192px;height:44px;top:34px;left:572px;display:block; }
 }@media only screen and (max-width: 763px) { #wkTorX8GTbeUuA3yfn7qhU7RgCx2o7GB { display:block; }
 }@media only screen and (max-width: 763px) { #tis1ipoZ0LdALrknKkd3m5QOhfS4e3NW { width:764px;height:2px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { display:block; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container { width:764px;height:251px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwLSae4q9fwInBdnGVQ3PcuXDa14tORv { width:764px;height:25px;top:82px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QlGqNy6IqxLfaEzfDM9huDerwJAR0UTe { width:147px;height:54px;top:123px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #bH5zQeoh6BvLOStloVkyHRCPMUrR7LkN { width:70px;height:50px;top:125px;left:664px;display:block; }
 }@media only screen and (max-width: 763px) { #epA5JU4czksrfEBm4A6bSkB0IKwJtWus { width:70px;height:48px;top:126px;left:610px;display:block; }
 }@media only screen and (max-width: 763px) { #vr9bTXgTvb0t82kg3TFVEcBGQKsuaKnN { width:182px;height:20.8px;top:201px;left:553px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xyeu75hVovdCKuto6UE1IzuXb7cGtRsy { width:82px;height:20.8px;top:201px;left:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OozxTZHLTM8INDqxF0mL2ohLb02v8Zsn { width:67px;height:20.8px;top:201px;left:114px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuRigLVyvzrJUWgSoruKAcMX3CdJkWA3 { width:144px;height:50px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wThAhftAvQAvRdHEAviZ55Lmn4M6bFpy { width:320px;height:3px;top:89px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R { display:block; }#GOJsyZQ3sNuT9MKN2AOo1PsQIEB3tc2R > .row .container { width:320px;height:141px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGG6iSfUNIeSRzM14B8Qr17kgWrwPAaM { width:320px;height:33.7969px;top:25px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHb0GDMo7OUBhlTKi7g8OhSZJmauOKaI { width:200px;height:41.5938px;top:82.390625px;left:60px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW { display:block; }#x0RUPh6Vy4hWEbCHoixlRQMttbe7bkuW > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rULNV3dlyhkHWlZyc15XKGJ4CnHpDNIO { width:320px;height:57.1876px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBklgLSBC0UAe7nFRik7DkWZkqNfblMr { width:192px;height:44px;top:97.1875px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #ECS6DuW4to4TnX0iQdON307xInalRivc { display:block; }
 }@media only screen and (max-width: 763px) { #BQdTxt36SvBmLTPUy44Wwv62uJ3nCQZ2 { width:320px;height:2px;top:161.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #znvuLUnCET96ZADrLms8zMlHaVO6M6Kc { display:block; }#znvuLUnCET96ZADrLms8zMlHaVO6M6Kc > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsmuL2CXrnp6tfvhdAOi2GkQTeRB4RZM { width:320px;height:57.1876px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qM6ZPoc6Jxlq2IMJFvkoqWR5BQ5bBlR7 { width:192px;height:44px;top:97.1875px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #k6n57XixBUWJfpVSmHm840TW4ieS3VXt { display:block; }
 }@media only screen and (max-width: 763px) { #tLe6zs1Ry86cD6QfuXThRrPe3GF5eWqn { width:320px;height:2px;top:161.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf { display:block; }#bZvlTzInOFhfZURA9MhOUI6kSwqCm7Hf > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrvyb3Nrg44eUWtFP2QQTv23SZ97niVC { width:320px;height:57.1876px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sgaha6mHIWnNlTDbgSQLrr9CQHtWQgTT { width:192px;height:44px;top:97.1875px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #vIChuP8vy9o0CMBfLTIpg74GeV5QNUzo { display:block; }
 }@media only screen and (max-width: 763px) { #iQSDSFgpS7yv37mfhFp9V1OZvgzduENh { width:320px;height:2px;top:161.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OlJLW7h2f6TI7UETNcebJkt7On0yusTg { display:block; }#OlJLW7h2f6TI7UETNcebJkt7On0yusTg > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5N17oGuvQ2eEL9kbgKpNwPGPKwvsbVG { width:320px;height:57.1876px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJVmWmTSDeQHwqV44lxtU9yTdlqTOZHU { width:192px;height:44px;top:97.1875px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #CiKX0b6B1TxdGOLRlvLFBgeqqxsEPlFR { display:block; }
 }@media only screen and (max-width: 763px) { #IkRzw3JX3Cv6cI0XHVE5ouG3xIXIp7Tt { width:320px;height:2px;top:161.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE { display:block; }#dWDk3DAmAdFDtzv5QM3Kn9H0CGPBXEtE > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBKBen1R06P31NCBJykTUJe5ibECPzkz { width:320px;height:57.1876px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbH54wTcMITi5RX3V0kH09DTHo9WBhgX { width:192px;height:44px;top:97.1875px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #GR8OiqGXOPCFCgzVrfptimQPBoo5NXRd { display:block; }
 }@media only screen and (max-width: 763px) { #HLvWfxq08faTNpVSpS7bCykO3FA6oXP9 { width:320px;height:2px;top:161.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz { display:block; }#yeud8bBa3GTd9EZ7rFmCpmrNHJewOUmz > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnqmH4gIgyOtLl5hnIDytH1kbQ3L27cU { width:320px;height:57.1876px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymeAPBK4RDbOtcSrTQKcxRA3lpe2Vg2Z { width:192px;height:44px;top:97.1875px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #ihp42ldQ9s6IBEZxHIAsmihtvxVySFHi { display:block; }
 }@media only screen and (max-width: 763px) { #Hr4ce8wf8vzqUmIdLcyv6xnAldaQTbVI { width:320px;height:2px;top:161.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa { display:block; }#PvMkWHrn0EQPTncKR1KLpsuQOiAXasLa > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vF9t4dnJXfTZBG7qhBRmQRNR2m93xm8M { width:320px;height:57.1876px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCxC4HN9LLSGERfSr4VALZ9qIyBCXmdu { width:192px;height:44px;top:97.1875px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #B1bB21WyNHfgubvr95dxPdKftHVPkxT0 { display:block; }
 }@media only screen and (max-width: 763px) { #kUycJ73RPRnhCr139dx9fOHUcHlx5RG6 { width:320px;height:2px;top:161.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz { display:block; }#EhK2aIpNRhWAfE6ZTrie33ADerX4ykcz > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8mHJOIPMRxVXv76odxc8334obCW3JIb { width:320px;height:57.1876px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7xB6hrSTdNTQ2QTT4mhtFqoG8FJJw8e { width:192px;height:44px;top:97.1875px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #wkTorX8GTbeUuA3yfn7qhU7RgCx2o7GB { display:block; }
 }@media only screen and (max-width: 763px) { #tis1ipoZ0LdALrknKkd3m5QOhfS4e3NW { width:320px;height:2px;top:161.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { display:block; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwLSae4q9fwInBdnGVQ3PcuXDa14tORv { width:320px;height:25px;top:53px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QlGqNy6IqxLfaEzfDM9huDerwJAR0UTe { width:129px;height:46px;top:103px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #bH5zQeoh6BvLOStloVkyHRCPMUrR7LkN { width:70px;height:50px;top:101px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #epA5JU4czksrfEBm4A6bSkB0IKwJtWus { width:70px;height:48px;top:102px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #vr9bTXgTvb0t82kg3TFVEcBGQKsuaKnN { width:182px;height:20.8px;top:310px;left:69px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xyeu75hVovdCKuto6UE1IzuXb7cGtRsy { width:64px;height:20.8px;top:181px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OozxTZHLTM8INDqxF0mL2ohLb02v8Zsn { width:53px;height:20.8px;top:226px;left:134px;font-size:16px;display:block; }
 }