.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 .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 { 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 { 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:69.25rem;width:60rem;position:relative;display:block; }#asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { z-index:100006;top:3.5734376907349rem;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:19.5rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PfltTwQmLadrs3Ung1gUP2KVsyGdHNQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QlWVlemEsZnFEAZr49AKozPTv7p8ViNO { 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:1.94921875rem;left:8rem;display:block; }
#ZVxEXtyXGzv20TB3BVwXioM8QZxvbCqK { color:#071638;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:2.5;letter-spacing:0;top:6.948437690735rem;left:19.500001907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ui3ycuEFmKrF8nRo22Tn2oRbQnGcvswa { color:#071638;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:11.07421875rem;left:19.500001907349rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFDGvuNrkRQfuwzRidmRCKWe2KC23dom { z-index:100008;top:43.44921875rem;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.5625rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XZLSpvhyTLdmr5GncvvKtJVHNAiwnZtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bgNhGEAwG9I6sbqXA1lVUqeQQ3d8PWgQ { position:absolute;display:block;z-index:100006;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:40.57421875rem;left:8rem;display:block; }
#oPVmTmhF3xTIsMtZ8kNdSkFrTHbCEdV3 { color:#071638;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:2.5;letter-spacing:0;top:46.82421875rem;left:19.500001907349rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kP0bgCT5rXuDRgyPczMvqT8d2c9SOotU { color:#071638;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:52.44921875rem;left:19.500001907349rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOaPTnRTExkc3odyRok4pGTM8VVWi9v4 { z-index:100007;top:61.52187538147rem;left:19.500001907349rem;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; }
#UpnnLA95hCeXCzQGnVBcnEITkS2pxCSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yTSwhZP0XA2BM57erbeNgpBPCoQbspBL { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:14.0625rem;top:22.709375619888rem;left:19.500001907349rem;overflow:hidden;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 { 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 { 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:186rem;width:60rem;position:relative;display:block; }#k8chgv8hLNTbaHsQfrTop4Opv6zCa0qq { color:#071638;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:108.93749046326rem;left:20.000001907349rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { color:#071638;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:9.5609354972838rem;left:20.093751907349rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:25.625rem;top:62.625rem;left:20.093751907349rem;overflow:hidden;display:block; }
#GS5T9lfEA0eO9fMWmpihklVkcI8ZI5Ny { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:11.5625rem;top:62.625rem;left:46.117540505096rem;overflow:hidden;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:4.4359378814697rem;left:4.1875rem;display:block; }
#lx9wVaTEmbRLe8eNCZNCOI2JdxHf5PSS { z-index:100009;top:6.1859378814697rem;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.9375rem;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; }
#vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:24.1875rem;top:23.37265586853rem;left:20.000001907349rem;overflow:hidden;display:block; }
#xJLMRoBxcONZM6LTyCXnuLaCg8ZdT642 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:11.5625rem;top:83.0625rem;left:20.000001907349rem;overflow:hidden;display:block; }
#t8wPnOlXodufZuMmyvZaQ0yFB9ncu1Vq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:11.5625rem;top:93.6875rem;left:20.000001907349rem;overflow:hidden;display:block; }
#Fh3pE8cBLP9xqf7F0pa0G5pGZTZXKLuO { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:11.5625rem;top:73.3125rem;left:46.249219894409rem;overflow:hidden;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:48.934367179871rem;left:20.093751907349rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wSazbJRuu01r8KFxOcrHE3EddqXBXQ22 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:25.625rem;top:83.0625rem;left:32.186719894409rem;overflow:hidden;display:block; }
#Pg1V3Onb6XI3fEX9o8hyODU3Gc3ipK2s { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:11.875rem;top:151.09531307221rem;left:20.000001907349rem;overflow:hidden;display:block; }
#TGCTb84amNZpBuq62APgBitbzchZRSfJ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:11.875rem;top:151.09531307221rem;left:32.687501907349rem;overflow:hidden;display:block; }
#w7szhTE5m3aRpAxNCyTNz8HwqaJV8vTL { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:18.25rem;top:168.40781211853rem;left:20.000001907349rem;overflow:hidden;display:block; }
#uJZaG5WSLG5eE3bNqIGoKvtzTRtfkTIL { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:18.25rem;top:168.37656211853rem;left:39.092969894409rem;overflow:hidden;display:block; }
#lTXwlsaOi4MgtStrHQcJe5wNOas6TbG6 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:13.4375rem;top:23.37265586853rem;left:44.625001907349rem;overflow:hidden;display:block; }
#rdcAKXlTTiSQRnqo9Wdu6EDVvoesiJ4N { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:11.875rem;top:151.09531307221rem;left:45.406251907349rem;overflow:hidden;display:block; }
#Gn66W93Xzlrhre1yEiPtWSEBRiHsZtkS { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.625rem;width:37.25rem;top:122.33671855926rem;left:20.000001907349rem;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 { 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:122.9375rem;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:18.75rem;width:18.75rem;top:41.437500953674rem;left:1.75rem;overflow:hidden;display:block; }
#SkowF2Xp8l7y0csM13SoLDiU7T3yMP1P { color:#071638;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:2.5;letter-spacing:0;top:41.437500953674rem;left:23.250001907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { color:#071638;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:44.250000953674rem;left:23.250001907349rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { z-index:100006;top:51.312501907349rem;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; }
#WsIO6rnRQ8myuZlF0Sr5AAaE0zWhTzpq { color:#071638;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:2.5;letter-spacing:0;top:80.537502288819rem;left:23.250001907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQlvtABLTOaQKZ0NH9Rnusmn7mVF6HFX { color:#071638;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:83.350002288819rem;left:23.250001907349rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xWZxQ3hdA0xBGt1tdAMCvQUTiXpNRanc { z-index:100007;top:88.7187538147rem;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; }
#tAGnSoh9Ueka6mInipSfIPXaVqZMU8SK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#miUVJJOPTVcWpQJilA4JRV0fUn43eRg5 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:18.6875rem;top:80.625000953675rem;left:1.78125rem;overflow:hidden;display:block; }
#qSl9Df7V6dsEd4JV9C0ObbcJtIBBQeiH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:99.937500953675rem;left:1.75rem;overflow:hidden;display:block; }
#uX9tvrTQ4Xp5FQOLXAUMfEFnnkaiaPMf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:60.937500953674rem;left:1.75rem;overflow:hidden;display:block; }
#REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:18.875rem;top:14.531250476837rem;left:1.6875rem;overflow:hidden;display:block; }
#HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { color:#071638;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:17.668750762939rem;left:23.250001907349rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { z-index:100007;top:30.968750953674rem;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; }
#i8tBFVVMJ2Z5ElgVDINtTKJkiBHEA03s { color:#071638;display:block;width:35rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:2.5;letter-spacing:0;top:14.531250476837rem;left:23.250001907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { position:relative;display:block; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { background-color: transparent; background-image: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container > .video-iframe-container { display: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row > .video-iframe-container { display: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .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); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { border-width: 0; border-radius: 0; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .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:70.5rem;width:60rem;position:relative;display:block; }#qEnT9Uxpn9XUu1rWsNm5Eg2Owk5CSE9K { color:#071638;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:2.5;letter-spacing:0;top:12.986726284027rem;left:25.062501907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { color:#071638;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:15.79921913147rem;left:25.062501907349rem;height:19.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { z-index:100006;top:4.82421875rem;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.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EMniMWh8yDadnkqfQAuEbLVxmzUr8IJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hJ3aEz506DQJwAkTaFXtb2kBs7vCbGzx { 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:1.94921875rem;left:8rem;display:block; }
#XbLf2yGrPxhlyE0D07X2m7AALSxw1KTS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.75rem;width:18.8125rem;top:41.335939407349rem;left:2.34375rem;overflow:hidden;display:block; }
#zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.75rem;width:18.8125rem;top:12.986721038818rem;left:2.34375rem;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 { 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 { 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) { #asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { top:3.5625rem;left:0rem;width:19.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfltTwQmLadrs3Ung1gUP2KVsyGdHNQx { display:block; }
 }@media only screen and (max-width: 763px) { #QlWVlemEsZnFEAZr49AKozPTv7p8ViNO { top:1.9375rem;left:1.875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVxEXtyXGzv20TB3BVwXioM8QZxvbCqK { top:6.9375rem;left:13.25rem;width:34.5rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui3ycuEFmKrF8nRo22Tn2oRbQnGcvswa { top:11.0625rem;left:10.75rem;width:37rem;height:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFDGvuNrkRQfuwzRidmRCKWe2KC23dom { top:43.4375rem;left:0rem;width:12.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZLSpvhyTLdmr5GncvvKtJVHNAiwnZtk { display:block; }
 }@media only screen and (max-width: 763px) { #bgNhGEAwG9I6sbqXA1lVUqeQQ3d8PWgQ { top:40.5625rem;left:1.875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPVmTmhF3xTIsMtZ8kNdSkFrTHbCEdV3 { top:46.8125rem;left:11.9375rem;width:35.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP0bgCT5rXuDRgyPczMvqT8d2c9SOotU { top:52.4375rem;left:10.75rem;width:37rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOaPTnRTExkc3odyRok4pGTM8VVWi9v4 { top:61.5rem;left:13.375001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpnnLA95hCeXCzQGnVBcnEITkS2pxCSE { display:block; }
 }@media only screen and (max-width: 763px) { #yTSwhZP0XA2BM57erbeNgpBPCoQbspBL { top:22.6875rem;left:13.375001907349rem;width:14.0625rem;height:14.0625rem;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) { #k8chgv8hLNTbaHsQfrTop4Opv6zCa0qq { top:108.875rem;left:10rem;width:37.75rem;height:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { top:9.5rem;left:10.1875rem;width:37.5625rem;height:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { top:62.625rem;left:13.968751907349rem;width:25.625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS5T9lfEA0eO9fMWmpihklVkcI8ZI5Ny { top:62.625rem;left:36.1875rem;width:11.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { top:4.375rem;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.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgpGtgKeJ6Q14g4U2QXfWWhkusKPqa2M { display:block; }
 }@media only screen and (max-width: 763px) { #vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { top:23.3125rem;left:13.875001907349rem;width:24.1875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJLMRoBxcONZM6LTyCXnuLaCg8ZdT642 { top:83.0625rem;left:13.875001907349rem;width:11.5625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wPnOlXodufZuMmyvZaQ0yFB9ncu1Vq { top:93.6875rem;left:13.875001907349rem;width:11.5625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh3pE8cBLP9xqf7F0pa0G5pGZTZXKLuO { top:73.3125rem;left:36.1875rem;width:11.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIb9UTg7KoXO8WCqxhDklCfOVE6XLIUz { top:48.875rem;left:10.1875rem;width:37.5625rem;height:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSazbJRuu01r8KFxOcrHE3EddqXBXQ22 { top:83.0625rem;left:22.125rem;width:25.625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg1V3Onb6XI3fEX9o8hyODU3Gc3ipK2s { top:151.0625rem;left:13.875001907349rem;width:11.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCTb84amNZpBuq62APgBitbzchZRSfJ { top:151.0625rem;left:26.562501907349rem;width:11.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7szhTE5m3aRpAxNCyTNz8HwqaJV8vTL { top:168.375rem;left:13.875001907349rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJZaG5WSLG5eE3bNqIGoKvtzTRtfkTIL { top:168.375rem;left:29.5rem;width:18.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTXwlsaOi4MgtStrHQcJe5wNOas6TbG6 { top:23.3125rem;left:34rem;width:13.4375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdcAKXlTTiSQRnqo9Wdu6EDVvoesiJ4N { top:151.0625rem;left:35.875rem;width:11.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn66W93Xzlrhre1yEiPtWSEBRiHsZtkS { top:122.3125rem;left:10.5rem;width:37.25rem;height:27.625rem;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:41.4375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkowF2Xp8l7y0csM13SoLDiU7T3yMP1P { top:41.4375rem;left:17.125001907349rem;width:27.25rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { top:44.25rem;left:16.5rem;width:31.25rem;height:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { top:51.3125rem;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) { #WsIO6rnRQ8myuZlF0Sr5AAaE0zWhTzpq { top:80.5rem;left:17.125001907349rem;width:26.625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQlvtABLTOaQKZ0NH9Rnusmn7mVF6HFX { top:83.3125rem;left:16.5rem;width:31.25rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWZxQ3hdA0xBGt1tdAMCvQUTiXpNRanc { top:88.6875rem;left:17.125001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAGnSoh9Ueka6mInipSfIPXaVqZMU8SK { display:block; }
 }@media only screen and (max-width: 763px) { #miUVJJOPTVcWpQJilA4JRV0fUn43eRg5 { top:80.625rem;left:0rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSl9Df7V6dsEd4JV9C0ObbcJtIBBQeiH { top:99.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX9tvrTQ4Xp5FQOLXAUMfEFnnkaiaPMf { top:60.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { top:14.5rem;left:0rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { top:17.625rem;left:16.5rem;width:31.25rem;height:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { top:30.9375rem;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) { #i8tBFVVMJ2Z5ElgVDINtTKJkiBHEA03s { top:14.5rem;left:12.75rem;width:35rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { display:block; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEnT9Uxpn9XUu1rWsNm5Eg2Owk5CSE9K { top:12.9375rem;left:17.5625rem;width:30.1875rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { top:15.75rem;left:16.3125rem;width:31.4375rem;height:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { top:4.8125rem;left:0rem;width:12.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMniMWh8yDadnkqfQAuEbLVxmzUr8IJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #hJ3aEz506DQJwAkTaFXtb2kBs7vCbGzx { top:1.9375rem;left:1.875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbLf2yGrPxhlyE0D07X2m7AALSxw1KTS { top:41.3125rem;left:0rem;width:18.8125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { top:12.9375rem;left:0rem;width:18.8125rem;height:26.75rem;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 { width:20rem;height:8.625rem;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:1.25rem;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 { width:20rem;height:2rem;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.1874998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR77QdFeqWE113nMynaoEysT54AHV4X7 { width:13.5rem;height:0.975rem;top:0rem;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 { width:20rem;height:54.5625rem;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) { #asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { top:2.78125rem;left:0rem;width:7.3125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfltTwQmLadrs3Ung1gUP2KVsyGdHNQx { display:block; }
 }@media only screen and (max-width: 763px) { #QlWVlemEsZnFEAZr49AKozPTv7p8ViNO { width:5.6875rem;height:5.625rem;top:1.1875rem;left:4.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVxEXtyXGzv20TB3BVwXioM8QZxvbCqK { width:20rem;height:4.375rem;top:7.5109386444094rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui3ycuEFmKrF8nRo22Tn2oRbQnGcvswa { width:18.75rem;height:9.6rem;top:12.510938644409rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFDGvuNrkRQfuwzRidmRCKWe2KC23dom { top:31.573437690735rem;left:0rem;width:7.3125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZLSpvhyTLdmr5GncvvKtJVHNAiwnZtk { display:block; }
 }@media only screen and (max-width: 763px) { #bgNhGEAwG9I6sbqXA1lVUqeQQ3d8PWgQ { width:5.6875rem;height:5.6875rem;top:29.948437690735rem;left:4.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPVmTmhF3xTIsMtZ8kNdSkFrTHbCEdV3 { width:19.125rem;height:6.5625rem;top:36.198437690735rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kP0bgCT5rXuDRgyPczMvqT8d2c9SOotU { width:18.75rem;height:6rem;top:43.448438644409rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOaPTnRTExkc3odyRok4pGTM8VVWi9v4 { top:50.274219512939rem;left:2.9687501192093rem;width:14.0625rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpnnLA95hCeXCzQGnVBcnEITkS2pxCSE { display:block; }
 }@media only screen and (max-width: 763px) { #yTSwhZP0XA2BM57erbeNgpBPCoQbspBL { width:6.125rem;height:6.125rem;top:22.635938644409rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC9UxR4W2GzeKLoznrbTryRcywubP9tg { display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgLXHp5Q5Ly0y4ufFG10cW9uHuCC4Ver { width:20rem;height:1.625rem;top:0.6875rem;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:0.71875rem;left:7.7500003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:178.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8chgv8hLNTbaHsQfrTop4Opv6zCa0qq { width:17.5rem;height:10.8rem;top:95.5625rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { width:17.5rem;height:10.8rem;top:9.125rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { width:8.1875rem;height:6.125rem;top:70.962500572206rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS5T9lfEA0eO9fMWmpihklVkcI8ZI5Ny { width:8.1875rem;height:6.125rem;top:78.025000572206rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { width:5.625rem;height:5.625rem;top:2.40625rem;left:4.0624998807907rem;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:4rem;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) { #vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { width:17.6875rem;height:13.25rem;top:21.0625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJLMRoBxcONZM6LTyCXnuLaCg8ZdT642 { width:8.1875rem;height:6.125rem;top:85.399999618531rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wPnOlXodufZuMmyvZaQ0yFB9ncu1Vq { width:8.1875rem;height:6.125rem;top:78.025000572206rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh3pE8cBLP9xqf7F0pa0G5pGZTZXKLuO { width:8.1875rem;height:6.125rem;top:70.962500572206rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIb9UTg7KoXO8WCqxhDklCfOVE6XLIUz { width:18.75rem;height:9.6rem;top:59.587500572204rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wSazbJRuu01r8KFxOcrHE3EddqXBXQ22 { width:8.1875rem;height:6.125rem;top:85.399999618531rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg1V3Onb6XI3fEX9o8hyODU3Gc3ipK2s { width:8.75rem;height:11.625rem;top:121.79921913147rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCTb84amNZpBuq62APgBitbzchZRSfJ { width:8.75rem;height:11.6875rem;top:121.76796913147rem;left:10.156250357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7szhTE5m3aRpAxNCyTNz8HwqaJV8vTL { width:18.25rem;height:13.625rem;top:161.70546913147rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJZaG5WSLG5eE3bNqIGoKvtzTRtfkTIL { width:18.25rem;height:13.6875rem;top:147.15625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTXwlsaOi4MgtStrHQcJe5wNOas6TbG6 { width:13.4375rem;height:18.0625rem;top:35.375rem;left:3.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdcAKXlTTiSQRnqo9Wdu6EDVvoesiJ4N { width:8.75rem;height:11.6875rem;top:134.42421913147rem;left:5.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn66W93Xzlrhre1yEiPtWSEBRiHsZtkS { width:17.8125rem;height:13.125rem;top:107.62421989441rem;left:1.09375rem;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 { width:20rem;height:129.375rem;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:13.5rem;height:13.5rem;top:53.0625rem;left:3.2500001192093rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SkowF2Xp8l7y0csM13SoLDiU7T3yMP1P { width:20rem;height:2.1875rem;top:45.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { width:16.75rem;height:3.6rem;top:48.0625rem;left:1.6250001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { top:82.25rem;left:6.2499998807907rem;width:5.625rem;height:1.8125rem;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:2.84375rem;left:0rem;width:20rem;height:2.4375rem;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.25rem;left:7.2499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsIO6rnRQ8myuZlF0Sr5AAaE0zWhTzpq { width:20rem;height:2.1875rem;top:87.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQlvtABLTOaQKZ0NH9Rnusmn7mVF6HFX { width:16.875rem;height:3.6rem;top:90.212500572206rem;left:1.5625001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xWZxQ3hdA0xBGt1tdAMCvQUTiXpNRanc { top:123.75rem;left:7.1874998807906rem;width:5.625rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAGnSoh9Ueka6mInipSfIPXaVqZMU8SK { display:block; }
 }@media only screen and (max-width: 763px) { #miUVJJOPTVcWpQJilA4JRV0fUn43eRg5 { width:13.5rem;height:13.5rem;top:95.125rem;left:3.2500001192093rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qSl9Df7V6dsEd4JV9C0ObbcJtIBBQeiH { width:13.5rem;height:13.5rem;top:108.625rem;left:3.2500001192093rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uX9tvrTQ4Xp5FQOLXAUMfEFnnkaiaPMf { width:13.5rem;height:13.5rem;top:66.5625rem;left:3.2500001192093rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { width:13.5rem;height:13.5rem;top:24.625rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { width:16.75rem;height:10.8rem;top:12.6875rem;left:1.6250001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { top:39.518750190735rem;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) { #i8tBFVVMJ2Z5ElgVDINtTKJkiBHEA03s { width:20rem;height:4.375rem;top:8.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { display:block; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { background-color: transparent; background-image: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container > .video-iframe-container { display: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row > .video-iframe-container { display: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .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); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { border-width: 0; border-radius: 0; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container { width:20rem;height:44.25rem;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) { #qEnT9Uxpn9XUu1rWsNm5Eg2Owk5CSE9K { width:20rem;height:2.5rem;top:9.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { width:17.5rem;height:16.8rem;top:11.875rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { top:3.1875rem;left:0rem;width:10.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMniMWh8yDadnkqfQAuEbLVxmzUr8IJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #hJ3aEz506DQJwAkTaFXtb2kBs7vCbGzx { width:5.625rem;height:5.625rem;top:1.59375rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbLf2yGrPxhlyE0D07X2m7AALSxw1KTS { width:8.4375rem;height:12rem;top:30.125rem;left:10.375000357628rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { width:8.4375rem;height:12rem;top:30.125rem;left:1.25rem;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 .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 .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; }
 }