.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: 1199px) {
    html {
        width: 1200px;
    }
}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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #000000, #002b58);background-image: -moz-linear-gradient(12deg, #000000, #002b58);background-image: -ms-linear-gradient(12deg, #000000, #002b58);background-image: -o-linear-gradient(12deg, #000000, #002b58);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002b58' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002b58' );";background-image: linear-gradient(12deg, #000000, #002b58);background-size:auto !important;position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:32.125rem;width:75rem;position:relative;display:block; }#NNQJn9ukuNo1X7VovMEqxRPe35XVUBQo { color:#ffffff;display:block;width:57.375rem;position:absolute;font-family:proxima;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:19.8125rem;left:8.8125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#XJ5kNe6CHwWghOSkfusP4NghvNF35HGW { color:#ffffff;display:block;width:47.0625rem;position:absolute;font-family:proxima;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.375rem;left:14.75rem;height:5.85069375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L6d9013IUmN1fDtwXFuXe1REfrWhrocS { color:#ffffff;display:block;width:57.375rem;position:absolute;font-family:proxima;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.75rem;left:8.8125rem;height:0;text-align:center;text-align-last:center;display:none; }
#QKtNlBnNxqrLQu7caMbtdTsvFqpE2vu6 { background-color:#2863fd;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;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:proxima;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:23.6875rem;left:29.1875rem;display:block; }
#ce7TzUL3XxSq7Sm6l9K5kNCKGUXESvtw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oBkN5M4ziHZqk53ep4idJ8BSe7NeD4f4 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:11.25rem;top:5.3125rem;left:31.875rem;overflow:hidden;display:block; }
#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row .container { background-color: transparent; background-image: none; }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row .container > .video-iframe-container { display: none; }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row > .video-iframe-container { display: none; }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .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); }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row .container { border-width: 0; border-radius: 0; }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row > .video-iframe-container {  }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#kQbCuiQxyluDiuowxe91oQmbgGCXTRKn { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o6yRQSovzvqIUmJcCoKAmgghi3MheiiL { position:absolute;display:block;z-index:100004;background-color:#2863fd;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.25rem;width:3.75rem;top:8.3125rem;left:0rem;display:block; }
#yIvgVgITgtFJTEdq5tyTx6eEWdokKa8X { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:24.4375rem;left:37.5rem;height:4.38801875rem;font-style:normal;display:block; }
#c98HOsctlH5ksv0bFdSQUaJh8GHuSyIG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 1.0625rem rgba(222,222,222,0.5) ;height:28.6875rem;width:34.3125rem;top:11.1875rem;left:0rem;overflow:hidden;display:block; }
#JhhtJLCVT3p1Rrka1Uex4FaXOFlGXNKC { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:22.3125rem;left:37.5rem;height:1.462675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row .container { background-color: transparent; background-image: none; }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row .container > .video-iframe-container { display: none; }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row > .video-iframe-container { display: none; }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .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); }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row .container { border-width: 0; border-radius: 0; }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row > .video-iframe-container {  }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#FMHaMAQzZyPxVPwAoPdMDpc2fEtbQXye { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:20rem;left:0rem;height:2.92535rem;font-style:normal;display:block; }
#JiiWuTq0ZFpx401C4oXTxnmd0SEDK07g { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:17.875rem;left:0rem;height:1.462675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CiL1Sf6vVrQDiaNvxxRGgQO7EWWZfIfx { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.1875rem -0.1875rem 3.125rem rgba(222,222,222,0.5) ;height:28.75rem;width:34.375rem;top:6rem;left:40.6875rem;overflow:hidden;display:block; }
#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row .container { background-color: transparent; background-image: none; }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row .container > .video-iframe-container { display: none; }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row > .video-iframe-container { display: none; }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .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); }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row .container { border-width: 0; border-radius: 0; }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row > .video-iframe-container {  }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row .container { font-size:0.875rem;font-family:"open sans";height:14.875rem;width:75rem;position:relative;display:block; }#dsKVSzuHUdsPf61tI2xpfdTxFVgTg72c { color:#000000;display:block;width:62.9375rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:8.65625rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zK3g8i2qTiqZEnfpq1lJBATt6K2CmMQq { position:absolute;display:block;z-index:100001;background-color:#2863fd;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.25rem;width:3.75rem;top:12.125rem;left:0rem;display:block; }
#JQgploroXFeHfcINSi4F5mqsvyT7qy2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row .container { background-color: transparent; background-image: none; }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row .container > .video-iframe-container { display: none; }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row > .video-iframe-container { display: none; }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .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); }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row .container { border-width: 0; border-radius: 0; }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row > .video-iframe-container {  }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#r3I2qnezCBv6UfFLKq4sd8w4zZyUbcbB { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:8.7760625rem;font-style:normal;display:block; }
#RzuksGoGkM4Mz2kDV7DdVhaK5QPFrUv8 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FcWgseyQlQKPWPiMN5GiqtphX52XxFbn { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:25rem;height:7.313375rem;font-style:normal;display:block; }
#eSEM2HTffKfsKWcDli2C4c8c0lE8zdO6 { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:7.875rem;left:25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZZIORCgCGmbWXmRWOZZyIOIm3LtaESOe { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:7.875rem;left:50rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLEkr77XaFz0MzVai5p9K5cgh3Bu2XT8 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:10.25rem;left:50rem;height:5.85069375rem;font-style:normal;display:block; }
#rhacxqOoPprAfC2iHDAuz5x5dZtv2q8a { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:7.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#u7MaPqSzRx52f2GAtnsgFN8gJWINUBSt { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:7.1875rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#Plf3WGkXLWGVF2LzqvwGbnmToKR6ta0f { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:7.25rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row .container { background-color: transparent; background-image: none; }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row .container > .video-iframe-container { display: none; }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row > .video-iframe-container { display: none; }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .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); }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row .container { border-width: 0; border-radius: 0; }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row > .video-iframe-container {  }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#HT7dS4HKaaSVTD0HhfAHngu5WV8K7wGS { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:7.313375rem;font-style:normal;display:block; }
#SK8ch0TpzuMrubkkAR8DZJ0SKBtKGCi3 { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7g91eqxCe0DngtrEahAeeten8k6UcZe { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:25rem;height:5.85069375rem;font-style:normal;display:block; }
#Ty0P2qiX0OImWaaJcXbovsStsfaOI1UI { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:7.875rem;left:25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PgwopFGxZXKbBLVEpA5M7CkkW43BwdAO { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:7.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#A6uIO0raS3205UwC1mImioRIBpKDUpeD { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:7.1875rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC { position:relative;display:block; }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC { background-color: transparent; background-image: none; }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .row .container > .video-iframe-container { display: none; }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .row > .video-iframe-container { display: none; }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .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); }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC { border-width: 0; border-radius: 0; }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .row .container > .video-iframe-container {  }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#AUXApFogFVmTsZblNdpTdWh3GH9o5rgq { color:#000000;display:block;width:37.5rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n7C7wrS7BDVK9Gpi9Oygm1vTlFadQPTx { position:absolute;display:block;z-index:100001;background-color:#2863fd;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.25rem;width:3.75rem;top:10.5625rem;left:0rem;display:block; }
#fwknBX7oL57K8WWFpGtTEDlJ8xWMsg5q { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 3.125rem rgba(222,222,222,0.5) ;height:34.625rem;width:75rem;top:13.625rem;left:0rem;overflow:hidden;display:block; }
#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row .container { background-color: transparent; background-image: none; }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row .container > .video-iframe-container { display: none; }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row > .video-iframe-container { display: none; }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .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); }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row .container { border-width: 0; border-radius: 0; }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row > .video-iframe-container {  }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#DQQsqhtmxGdRN1AFdfbZWpU2UhW8n4HH { color:#000000;display:block;width:75rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:2.59874375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WGU8BhH5eq1gDwBp3eCQqXXT2MUARnve { color:#000000;display:block;width:75rem;position:absolute;font-family:proxima;font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K6uwIT9pb56dTsbF1KT29fTqkm2h5i1W { background-color:#2863fd;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;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:proxima;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.125rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:12.0625rem;left:29.1875rem;display:block; }
#hdPH1l1hAsZzOTUXTU1k4ZyJW5ySVcBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H { position:relative;display:block; }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H { background-color: transparent; background-image: none; }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .row .container > .video-iframe-container { display: none; }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .row > .video-iframe-container { display: none; }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .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); }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H { border-width: 0; border-radius: 0; }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .row .container > .video-iframe-container {  }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#NkF6q0mduNoAu9R7BFgCuTdACpXkl5nw { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:5.85069375rem;font-style:normal;display:block; }
#QJi6Br2p7xl5PsqHK3Cl3pKzcCnekMya { color:#000000;display:block;width:37.5rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:17.625rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zZBXC2FtGbsBlGR4uiTz4qNmtT1s1QDD { position:absolute;display:block;z-index:100001;background-color:#2863fd;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.25rem;width:3.75rem;top:21.0625rem;left:0rem;display:block; }
#vVXsGJchPtMgVbeWaTTT2xwp3vV7ZuBH { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.1875rem -0.1875rem 3.125rem rgba(222,222,222,0.5) ;height:27.5625rem;width:34.3125rem;top:8.6875rem;left:40.6875rem;overflow:hidden;display:block; }
#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row .container { background-color: transparent; background-image: none; }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row .container > .video-iframe-container { display: none; }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row > .video-iframe-container { display: none; }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .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); }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row .container { border-width: 0; border-radius: 0; }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row > .video-iframe-container {  }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#WumhdyvfanT34C1GafFLXexAGWTi8iIK { color:#000000;display:block;width:37.375rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:24.5rem;left:37.5rem;height:4.38801875rem;font-style:normal;display:block; }
#Xyup199Mtwi6cQyDCMeneul7lDVSDEdH { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:16.375rem;left:37.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ydMCh1MgoSFTv6APKTNPxUrwuuP0KLwu { position:absolute;display:block;z-index:100001;background-color:#2863fd;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.25rem;width:3.75rem;top:22.4375rem;left:37.4375rem;display:block; }
#tZu5Z3lm0aSv0uCMSwRDymTi7QlvTSgc { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 3.125rem rgba(222,222,222,0.5) ;height:27.5625rem;width:34.3125rem;top:8.75rem;left:0rem;overflow:hidden;display:block; }
#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row .container { background-color: transparent; background-image: none; }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row .container > .video-iframe-container { display: none; }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row > .video-iframe-container { display: none; }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .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); }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row .container { border-width: 0; border-radius: 0; }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row > .video-iframe-container {  }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#L0O5xKJPseoXDoQEO7BV7rcANyP1uzsS { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wS2VhGMDMEo2HqxOFnbspGDOnZrywTiW { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:12.3125rem;left:0rem;overflow:hidden;display:block; }
#uO6OqUhpZ2BEuqQNvOWuar4tU7a8Bzrt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:11.5rem;left:12.84375rem;overflow:hidden;display:block; }
#eH58LXEH0qcLq3JRkN1OvZxa80PXVJaq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:12.9375rem;left:26.09375rem;overflow:hidden;display:block; }
#AUyZNkJT1ooVuiev7NIymIShaoqAGMEH { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:12.3125rem;left:39.125rem;overflow:hidden;display:block; }
#HHEn7sBGB9J15Utwrl0wJNnoXC8B6wXz { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:8.75rem;top:12.3125rem;left:52.625rem;overflow:hidden;display:block; }
#Vqlzl5qgt8MiqUe8ddc7TSkb72ICg5bo { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:12.375rem;left:67.4375rem;overflow:hidden;display:block; }
#W0sGNAO628MaTGwRzTnTQ1FTQUrG6hN7 { position:absolute;display:block;z-index:100002;background-color:#2863fd;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.25rem;width:3.75rem;top:9.3125rem;left:0rem;display:block; }
#G9csImewyw37tbvFOD2rPRfOt823xwBo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row .container { background-color: transparent; background-image: none; }#G9csImewyw37tbvFOD2rPRfOt823xwBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row .container > .video-iframe-container { display: none; }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row > .video-iframe-container { display: none; }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .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); }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row .container { border-width: 0; border-radius: 0; }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row > .video-iframe-container {  }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row .container { font-size:0.875rem;font-family:"open sans";height:13.75rem;width:75rem;position:relative;display:block; }#k1Ov80JUoSkMmMZNWwCGPZJC83PW0VD3 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.21875rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KC08oGNTaKF2AtRJ9ugi0oQStyQ5Vfa8 { position:absolute;display:block;z-index:100001;background-color:#2863fd;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.25rem;width:3.75rem;top:9.6875rem;left:0rem;display:block; }
#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row .container { background-color: transparent; background-image: none; }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row .container > .video-iframe-container { display: none; }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row > .video-iframe-container { display: none; }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .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); }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row .container { border-width: 0; border-radius: 0; }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row > .video-iframe-container {  }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#KPoWsnUwL79hhxybs94wcLOmt0NOvKMa { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:7.313375rem;font-style:normal;display:block; }
#A80iVSCJa1WgbQJTV5kPuo7uKum1rFtb { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JfBrvQriM5VRelle7xUxN9HZqxbG8ekb { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:10.25rem;left:25rem;height:5.85069375rem;font-style:normal;display:block; }
#itpAKA5dM20oVXm2va4E88SfrFM7AqnQ { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:7.875rem;left:25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fovimexc7osZo6qyJkKnCyAdZkli7kXe { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:7.875rem;left:50rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LiUV4s0bRmMyecTJKHTnTO9iO0qScSDN { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:10.25rem;left:50rem;height:5.85069375rem;font-style:normal;display:block; }
#ezFEMucTzDvgRyn7JHdS138TQo4Srby3 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:7.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mzrquTq2M9DNaOusR5xMQoSmBDPXecUS { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:7.4375rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#DMipikTaoaLCOHkyeaDpdSi4Kc7UNLgQ { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:7.4375rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row .container { background-color: transparent; background-image: none; }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row .container > .video-iframe-container { display: none; }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row > .video-iframe-container { display: none; }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .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); }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row .container { border-width: 0; border-radius: 0; }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row > .video-iframe-container {  }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#tBPXgifJ2saTrhbHf4JFgt2bebGt8vOm { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:5.85069375rem;font-style:normal;display:block; }
#KTWLHUPuI7fksbtHkdOkAhSpT4PTn4Vz { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q6eKH4uwk7qzuNm2lonSNBhIweQLLTAl { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:10.25rem;left:25rem;height:2.92535rem;font-style:normal;display:block; }
#yJisJtL7Z794H2CLFEb8ehnlkLNFHFoH { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:7.875rem;left:25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q9BlU8VsGtd0up1e8Pq0q9J3rABAlLXq { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:7.875rem;left:50rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m3f3oGRC5x7ZH9SiwmfumTMdarLqvTnE { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:10.25rem;left:50rem;height:2.92535rem;font-style:normal;display:block; }
#SC09RQWNLIlz50K6F412WOClSTB0phPm { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:7.25rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#GhtfQO9kuEu9A5fGJEJpU5IVTQ9Xawul { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:7.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NN7xO9MB7PnSnDicqRBJAR3pceA8NOZT { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:7.25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row .container { background-color: transparent; background-image: none; }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row .container > .video-iframe-container { display: none; }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row > .video-iframe-container { display: none; }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .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); }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row .container { border-width: 0; border-radius: 0; }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row > .video-iframe-container {  }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#RTNbm1ii9kZGwHHCaGFoKqrw5Ca9s4Qr { color:#000000;display:block;width:75rem;position:absolute;font-family:proxima;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rZVvSszKAXv7gq4wAAq16y5qy9XJbGEW { background-color:#2863fd;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;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:proxima;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:11.25rem;left:29.1875rem;display:block; }
#zADCLcQxGuMk60NeLhnfnEfzEqiu4MGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #19212f, #25314c);background-image: -moz-linear-gradient(45deg, #19212f, #25314c);background-image: -ms-linear-gradient(45deg, #19212f, #25314c);background-image: -o-linear-gradient(45deg, #19212f, #25314c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19212f', endColorstr='#25314c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19212f', endColorstr='#25314c' );";background-image: linear-gradient(45deg, #19212f, #25314c);background-size:auto !important;position:relative;display:block; }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row .container { background-color: transparent; background-image: none; }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row .container > .video-iframe-container { display: none; }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row > .video-iframe-container { display: none; }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .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); }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row .container { border-width: 0; border-radius: 0; }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row > .video-iframe-container {  }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#KsNiuZT5giPmpct1MhhLnRqMJiZfo15g { box-sizing:content-box;color:#f7f7f7;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:1.3740234375rem;left:64.873046875rem;display:block; }
#s7RP7ZcXBFHWkZ6mk3ApIdS1rd0vC7Ul { box-sizing:content-box;color:#f7f7f7;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:1.3740234375rem;left:66.9365234375rem;display:block; }
#T99RkXqOlATPFEprKHdaMpzb8UJiWIT8 { box-sizing:content-box;color:#f7f7f7;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:1.5302734375rem;left:69.248046875rem;display:block; }
#yrLMIiXDa5qQMllbXoDgBIPWSn0umPbH { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:1.5935745239257rem;left:71.436607360837rem;overflow:hidden;display:block; }
#wFARL4i1gKA4N3xW4Q4ceu3hqbiTuGah { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:1.5305404663086rem;left:73.75rem;overflow:hidden;display:block; }
#o8JTS6MTczW9EKgmZadEuIWIZ67aTBH5 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:proxima;font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.5935745239257rem;left:0rem;height:1.13671875rem;font-style:normal;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNQJn9ukuNo1X7VovMEqxRPe35XVUBQo { top:19.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ5kNe6CHwWghOSkfusP4NghvNF35HGW { top:10.375rem;left:0.6875rem;width:47.0625rem;height:8.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6d9013IUmN1fDtwXFuXe1REfrWhrocS { top:9.6875rem;left:0rem;width:20rem;height:15.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKtNlBnNxqrLQu7caMbtdTsvFqpE2vu6 { width:16.625rem;height:3.125rem;top:23.6875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce7TzUL3XxSq7Sm6l9K5kNCKGUXESvtw { display:block; }
 }@media only screen and (max-width: 763px) { #oBkN5M4ziHZqk53ep4idJ8BSe7NeD4f4 { top:5.3125rem;left:18.25rem;width:11.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 { display:block; }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQbCuiQxyluDiuowxe91oQmbgGCXTRKn { top:4.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6yRQSovzvqIUmJcCoKAmgghi3MheiiL { top:8.3125rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIvgVgITgtFJTEdq5tyTx6eEWdokKa8X { top:24.4375rem;left:10.25rem;width:37.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c98HOsctlH5ksv0bFdSQUaJh8GHuSyIG { top:11.1875rem;left:0rem;width:34.3125rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhhtJLCVT3p1Rrka1Uex4FaXOFlGXNKC { top:22.3125rem;left:16.125rem;width:31.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr { display:block; }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMHaMAQzZyPxVPwAoPdMDpc2fEtbQXye { top:20rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiiWuTq0ZFpx401C4oXTxnmd0SEDK07g { top:17.875rem;left:0rem;width:31.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiL1Sf6vVrQDiaNvxxRGgQO7EWWZfIfx { top:6rem;left:13.375rem;width:34.375rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg { display:block; }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsKVSzuHUdsPf61tI2xpfdTxFVgTg72c { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3g8i2qTiqZEnfpq1lJBATt6K2CmMQq { top:12.125rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQgploroXFeHfcINSi4F5mqsvyT7qy2f { display:block; }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3I2qnezCBv6UfFLKq4sd8w4zZyUbcbB { top:10.1875rem;left:0rem;width:20.3125rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzuksGoGkM4Mz2kDV7DdVhaK5QPFrUv8 { top:7.8125rem;left:0rem;width:22.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcWgseyQlQKPWPiMN5GiqtphX52XxFbn { top:10.1875rem;left:11.4375rem;width:20.3125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSEM2HTffKfsKWcDli2C4c8c0lE8zdO6 { top:7.875rem;left:9.1875rem;width:22.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZIORCgCGmbWXmRWOZZyIOIm3LtaESOe { top:7.875rem;left:25.1875rem;width:22.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLEkr77XaFz0MzVai5p9K5cgh3Bu2XT8 { top:10.25rem;left:27.3125rem;width:20.3125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhacxqOoPprAfC2iHDAuz5x5dZtv2q8a { top:0rem;left:0rem;width:7.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7MaPqSzRx52f2GAtnsgFN8gJWINUBSt { top:0rem;left:15.875rem;width:7.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plf3WGkXLWGVF2LzqvwGbnmToKR6ta0f { top:0rem;left:31.75rem;width:7.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb { display:block; }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT7dS4HKaaSVTD0HhfAHngu5WV8K7wGS { top:10.1875rem;left:0rem;width:20.3125rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK8ch0TpzuMrubkkAR8DZJ0SKBtKGCi3 { top:7.8125rem;left:0rem;width:22.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7g91eqxCe0DngtrEahAeeten8k6UcZe { top:10.1875rem;left:11.4375rem;width:20.3125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty0P2qiX0OImWaaJcXbovsStsfaOI1UI { top:7.875rem;left:9.1875rem;width:22.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgwopFGxZXKbBLVEpA5M7CkkW43BwdAO { top:0rem;left:0rem;width:7.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6uIO0raS3205UwC1mImioRIBpKDUpeD { top:0rem;left:15.875rem;width:7.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC { display:block; }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUXApFogFVmTsZblNdpTdWh3GH9o5rgq { top:7.125rem;left:0rem;width:37.5rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7C7wrS7BDVK9Gpi9Oygm1vTlFadQPTx { top:10.5625rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwknBX7oL57K8WWFpGtTEDlJ8xWMsg5q { top:13.625rem;left:0rem;width:47.75rem;height:22.044583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 { display:block; }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQQsqhtmxGdRN1AFdfbZWpU2UhW8n4HH { top:5.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGU8BhH5eq1gDwBp3eCQqXXT2MUARnve { top:9rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6uwIT9pb56dTsbF1KT29fTqkm2h5i1W { width:16.625rem;height:3.125rem;top:12.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdPH1l1hAsZzOTUXTU1k4ZyJW5ySVcBC { display:block; }
 }@media only screen and (max-width: 763px) { #HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H { display:block; }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkF6q0mduNoAu9R7BFgCuTdACpXkl5nw { top:23rem;left:0rem;width:37.4375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJi6Br2p7xl5PsqHK3Cl3pKzcCnekMya { top:17.625rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZBXC2FtGbsBlGR4uiTz4qNmtT1s1QDD { top:21.0625rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXsGJchPtMgVbeWaTTT2xwp3vV7ZuBH { top:8.6875rem;left:13.4375rem;width:34.3125rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP { display:block; }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WumhdyvfanT34C1GafFLXexAGWTi8iIK { top:24.5rem;left:10.375rem;width:37.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyup199Mtwi6cQyDCMeneul7lDVSDEdH { top:16.375rem;left:0rem;width:37.5625rem;height:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydMCh1MgoSFTv6APKTNPxUrwuuP0KLwu { top:22.4375rem;left:20.125rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZu5Z3lm0aSv0uCMSwRDymTi7QlvTSgc { top:8.75rem;left:0rem;width:34.3125rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG { display:block; }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0O5xKJPseoXDoQEO7BV7rcANyP1uzsS { top:5.8125rem;left:0rem;width:45.5625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS2VhGMDMEo2HqxOFnbspGDOnZrywTiW { top:12.3125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO6OqUhpZ2BEuqQNvOWuar4tU7a8Bzrt { top:11.5rem;left:6.03125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH58LXEH0qcLq3JRkN1OvZxa80PXVJaq { top:12.9375rem;left:16.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyZNkJT1ooVuiev7NIymIShaoqAGMEH { top:12.3125rem;left:23.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHEn7sBGB9J15Utwrl0wJNnoXC8B6wXz { top:12.3125rem;left:32.1875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqlzl5qgt8MiqUe8ddc7TSkb72ICg5bo { top:12.375rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0sGNAO628MaTGwRzTnTQ1FTQUrG6hN7 { top:9.3125rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9csImewyw37tbvFOD2rPRfOt823xwBo { display:block; }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1Ov80JUoSkMmMZNWwCGPZJC83PW0VD3 { top:6.1875rem;left:0rem;width:40.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC08oGNTaKF2AtRJ9ugi0oQStyQ5Vfa8 { top:9.6875rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0scdiqEwv9XUuNZEhdBmDODSc4SC002 { display:block; }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPoWsnUwL79hhxybs94wcLOmt0NOvKMa { top:10.1875rem;left:0rem;width:20.3125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A80iVSCJa1WgbQJTV5kPuo7uKum1rFtb { top:7.8125rem;left:0rem;width:22.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfBrvQriM5VRelle7xUxN9HZqxbG8ekb { top:10.25rem;left:11.4375rem;width:20.3125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itpAKA5dM20oVXm2va4E88SfrFM7AqnQ { top:7.875rem;left:10rem;width:21.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovimexc7osZo6qyJkKnCyAdZkli7kXe { top:7.875rem;left:25.4375rem;width:22.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiUV4s0bRmMyecTJKHTnTO9iO0qScSDN { top:10.25rem;left:27.3125rem;width:20.3125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFEMucTzDvgRyn7JHdS138TQo4Srby3 { top:0rem;left:0rem;width:7.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzrquTq2M9DNaOusR5xMQoSmBDPXecUS { top:0rem;left:15.875rem;width:7.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMipikTaoaLCOHkyeaDpdSi4Kc7UNLgQ { top:0rem;left:31.75rem;width:7.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC { display:block; }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBPXgifJ2saTrhbHf4JFgt2bebGt8vOm { top:10.1875rem;left:0rem;width:20.3125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWLHUPuI7fksbtHkdOkAhSpT4PTn4Vz { top:7.8125rem;left:0rem;width:22.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6eKH4uwk7qzuNm2lonSNBhIweQLLTAl { top:10.25rem;left:11.4375rem;width:20.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJisJtL7Z794H2CLFEb8ehnlkLNFHFoH { top:7.875rem;left:9.1875rem;width:22.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9BlU8VsGtd0up1e8Pq0q9J3rABAlLXq { top:7.875rem;left:25.1875rem;width:22.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3f3oGRC5x7ZH9SiwmfumTMdarLqvTnE { top:10.25rem;left:27.3125rem;width:20.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC09RQWNLIlz50K6F412WOClSTB0phPm { top:0rem;left:31.75rem;width:7.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhtfQO9kuEu9A5fGJEJpU5IVTQ9Xawul { top:0rem;left:0rem;width:7.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN7xO9MB7PnSnDicqRBJAR3pceA8NOZT { top:0rem;left:15.875rem;width:7.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT { display:block; }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTNbm1ii9kZGwHHCaGFoKqrw5Ca9s4Qr { top:6.5rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZVvSszKAXv7gq4wAAq16y5qy9XJbGEW { width:16.625rem;height:3.125rem;top:11.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zADCLcQxGuMk60NeLhnfnEfzEqiu4MGe { display:block; }
 }@media only screen and (max-width: 763px) { #daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb { display:block; }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsNiuZT5giPmpct1MhhLnRqMJiZfo15g { top:1.3125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7RP7ZcXBFHWkZ6mk3ApIdS1rd0vC7Ul { top:1.3125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99RkXqOlATPFEprKHdaMpzb8UJiWIT8 { top:1.5rem;left:46.5rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLMIiXDa5qQMllbXoDgBIPWSn0umPbH { top:1.5625rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFARL4i1gKA4N3xW4Q4ceu3hqbiTuGah { top:1.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8JTS6MTczW9EKgmZadEuIWIZ67aTBH5 { top:1.5625rem;left:0rem;width:25.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(61deg, #000000, #002b58);background-image: -moz-linear-gradient(61deg, #000000, #002b58);background-image: -ms-linear-gradient(61deg, #000000, #002b58);background-image: -o-linear-gradient(61deg, #000000, #002b58);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002b58' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002b58' );";background-image: linear-gradient(61deg, #000000, #002b58);background-size:auto !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { 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 > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNQJn9ukuNo1X7VovMEqxRPe35XVUBQo { width:20rem;height:8.25rem;top:24.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJ5kNe6CHwWghOSkfusP4NghvNF35HGW { width:20rem;height:auto;top:10.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L6d9013IUmN1fDtwXFuXe1REfrWhrocS { width:19.125rem;height:12.1875rem;top:10.125rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:100004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QKtNlBnNxqrLQu7caMbtdTsvFqpE2vu6 { width:17.1875rem;height:2.9375rem;top:34.25rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce7TzUL3XxSq7Sm6l9K5kNCKGUXESvtw { display:block; }
 }@media only screen and (max-width: 763px) { #oBkN5M4ziHZqk53ep4idJ8BSe7NeD4f4 { width:6.8120625rem;height:1.68728125rem;top:6.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 { display:block; }#yUL41dtirFTNU4RZHvIhtnQSwbHtpeV9 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQbCuiQxyluDiuowxe91oQmbgGCXTRKn { width:20rem;height:7.6875rem;top:5rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6yRQSovzvqIUmJcCoKAmgghi3MheiiL { width:3.75rem;height:0.25rem;top:13.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIvgVgITgtFJTEdq5tyTx6eEWdokKa8X { width:20rem;height:5rem;top:35.7890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c98HOsctlH5ksv0bFdSQUaJh8GHuSyIG { width:20rem;height:16.75rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhhtJLCVT3p1Rrka1Uex4FaXOFlGXNKC { width:20rem;height:1.25rem;top:33.7265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr { display:block; }#h8pZwzreNfIFd0luEnEr9E6Qe4qM7Hyr > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMHaMAQzZyPxVPwAoPdMDpc2fEtbQXye { width:20rem;height:3.75rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiiWuTq0ZFpx401C4oXTxnmd0SEDK07g { width:20rem;height:1.25rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiL1Sf6vVrQDiaNvxxRGgQO7EWWZfIfx { width:19.875rem;height:16.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg { position:relative;z-index:auto;display:block; }#D5UsoKWdu2HpByUrXg74ehAsUlrJVXbg > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsKVSzuHUdsPf61tI2xpfdTxFVgTg72c { width:20rem;height:10.25rem;top:1.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zK3g8i2qTiqZEnfpq1lJBATt6K2CmMQq { width:3.75rem;height:0.25rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQgploroXFeHfcINSi4F5mqsvyT7qy2f { display:block; }#JQgploroXFeHfcINSi4F5mqsvyT7qy2f > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3I2qnezCBv6UfFLKq4sd8w4zZyUbcbB { width:20rem;height:6.25rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzuksGoGkM4Mz2kDV7DdVhaK5QPFrUv8 { width:15.5rem;height:1.25rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcWgseyQlQKPWPiMN5GiqtphX52XxFbn { width:20rem;height:5rem;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSEM2HTffKfsKWcDli2C4c8c0lE8zdO6 { width:15.5rem;height:1.25rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZIORCgCGmbWXmRWOZZyIOIm3LtaESOe { width:15.5rem;height:1.25rem;top:46.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLEkr77XaFz0MzVai5p9K5cgh3Bu2XT8 { width:20rem;height:5rem;top:48.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhacxqOoPprAfC2iHDAuz5x5dZtv2q8a { width:7.3125rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7MaPqSzRx52f2GAtnsgFN8gJWINUBSt { width:7.1875rem;height:6.1875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plf3WGkXLWGVF2LzqvwGbnmToKR6ta0f { width:7.25rem;height:6.0625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb { display:block; }#v6dhAR49cb2hdXrP9UzauFUUTWAE2CWb > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT7dS4HKaaSVTD0HhfAHngu5WV8K7wGS { width:20rem;height:5rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK8ch0TpzuMrubkkAR8DZJ0SKBtKGCi3 { width:15.5rem;height:1.25rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7g91eqxCe0DngtrEahAeeten8k6UcZe { width:20rem;height:5rem;top:32.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty0P2qiX0OImWaaJcXbovsStsfaOI1UI { width:15.5rem;height:1.25rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgwopFGxZXKbBLVEpA5M7CkkW43BwdAO { width:7.3125rem;height:6.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6uIO0raS3205UwC1mImioRIBpKDUpeD { width:7.1875rem;height:6.1875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC { display:block; }#CFtDNVLo7Mezxl9fr5OWGKUsnTxQO5kC > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUXApFogFVmTsZblNdpTdWh3GH9o5rgq { width:20rem;height:5.125rem;top:0rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n7C7wrS7BDVK9Gpi9Oygm1vTlFadQPTx { width:3.75rem;height:0.25rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwknBX7oL57K8WWFpGtTEDlJ8xWMsg5q { width:20rem;height:9.1875rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 { display:block; }#UDt4bEwI83HzkCTBwSvhG98T9RFbkuK2 > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQQsqhtmxGdRN1AFdfbZWpU2UhW8n4HH { width:20rem;height:5.8125rem;top:2.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGU8BhH5eq1gDwBp3eCQqXXT2MUARnve { width:20rem;height:1.4375rem;top:9.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6uwIT9pb56dTsbF1KT29fTqkm2h5i1W { width:16.625rem;height:3.125rem;top:12.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdPH1l1hAsZzOTUXTU1k4ZyJW5ySVcBC { display:block; }
 }@media only screen and (max-width: 763px) { #HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H { display:block; }#HIgnVppbZZ7aNpoIpdhpF56MCTslgh3H > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkF6q0mduNoAu9R7BFgCuTdACpXkl5nw { width:20rem;height:7.5rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJi6Br2p7xl5PsqHK3Cl3pKzcCnekMya { width:20rem;height:5.125rem;top:3.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zZBXC2FtGbsBlGR4uiTz4qNmtT1s1QDD { width:3.75rem;height:0.25rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXsGJchPtMgVbeWaTTT2xwp3vV7ZuBH { width:20rem;height:16.0654375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP { display:block; }#ZNAhaPw5w9TbNlN15PXcOiRE04oyE1oP > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WumhdyvfanT34C1GafFLXexAGWTi8iIK { width:20rem;height:5rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyup199Mtwi6cQyDCMeneul7lDVSDEdH { width:20rem;height:7.6875rem;top:4.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ydMCh1MgoSFTv6APKTNPxUrwuuP0KLwu { width:3.75rem;height:0.25rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZu5Z3lm0aSv0uCMSwRDymTi7QlvTSgc { width:20rem;height:16.0654375rem;top:21.091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG { display:block; }#CS4hqX7e8PKsq9BScAv2u71UrA4gUmLG > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0O5xKJPseoXDoQEO7BV7rcANyP1uzsS { width:20rem;height:3.875rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wS2VhGMDMEo2HqxOFnbspGDOnZrywTiW { width:5rem;height:5rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO6OqUhpZ2BEuqQNvOWuar4tU7a8Bzrt { width:5rem;height:5rem;top:10.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH58LXEH0qcLq3JRkN1OvZxa80PXVJaq { width:5rem;height:5rem;top:11rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyZNkJT1ooVuiev7NIymIShaoqAGMEH { width:5rem;height:5rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHEn7sBGB9J15Utwrl0wJNnoXC8B6wXz { width:5rem;height:5rem;top:16rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqlzl5qgt8MiqUe8ddc7TSkb72ICg5bo { width:5rem;height:5rem;top:16rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0sGNAO628MaTGwRzTnTQ1FTQUrG6hN7 { width:3.75rem;height:0.25rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9csImewyw37tbvFOD2rPRfOt823xwBo { position:relative;z-index:auto;display:block; }#G9csImewyw37tbvFOD2rPRfOt823xwBo > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1Ov80JUoSkMmMZNWwCGPZJC83PW0VD3 { width:20rem;height:2.5625rem;top:4.5rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KC08oGNTaKF2AtRJ9ugi0oQStyQ5Vfa8 { width:3.75rem;height:0.25rem;top:8.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0scdiqEwv9XUuNZEhdBmDODSc4SC002 { display:block; }#o0scdiqEwv9XUuNZEhdBmDODSc4SC002 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPoWsnUwL79hhxybs94wcLOmt0NOvKMa { width:20rem;height:5rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A80iVSCJa1WgbQJTV5kPuo7uKum1rFtb { width:15.5rem;height:1.25rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfBrvQriM5VRelle7xUxN9HZqxbG8ekb { width:20rem;height:3.75rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itpAKA5dM20oVXm2va4E88SfrFM7AqnQ { width:15.5rem;height:1.25rem;top:26.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovimexc7osZo6qyJkKnCyAdZkli7kXe { width:15.5rem;height:1.25rem;top:43.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiUV4s0bRmMyecTJKHTnTO9iO0qScSDN { width:20rem;height:3.75rem;top:45.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFEMucTzDvgRyn7JHdS138TQo4Srby3 { width:7.3125rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzrquTq2M9DNaOusR5xMQoSmBDPXecUS { width:7.4375rem;height:6.5rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMipikTaoaLCOHkyeaDpdSi4Kc7UNLgQ { width:7.4375rem;height:6.375rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC { display:block; }#fQRhGOCHc8EQVqrmlIN8lAdLILblPQnC > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBPXgifJ2saTrhbHf4JFgt2bebGt8vOm { width:20rem;height:5rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWLHUPuI7fksbtHkdOkAhSpT4PTn4Vz { width:15.5rem;height:1.25rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6eKH4uwk7qzuNm2lonSNBhIweQLLTAl { width:20rem;height:2.5rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJisJtL7Z794H2CLFEb8ehnlkLNFHFoH { width:15.5rem;height:1.25rem;top:26.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9BlU8VsGtd0up1e8Pq0q9J3rABAlLXq { width:15.5rem;height:2.5rem;top:42.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3f3oGRC5x7ZH9SiwmfumTMdarLqvTnE { width:20rem;height:2.5rem;top:45.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC09RQWNLIlz50K6F412WOClSTB0phPm { width:7.25rem;height:6.1875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhtfQO9kuEu9A5fGJEJpU5IVTQ9Xawul { width:7.375rem;height:6.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN7xO9MB7PnSnDicqRBJAR3pceA8NOZT { width:7.25rem;height:6.375rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT { display:block; }#ww7d4S0bmdX2yE60F2Rsh8pat4CCkcrT > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTNbm1ii9kZGwHHCaGFoKqrw5Ca9s4Qr { width:20rem;height:5.8125rem;top:3.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZVvSszKAXv7gq4wAAq16y5qy9XJbGEW { width:16.625rem;height:3.125rem;top:11rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zADCLcQxGuMk60NeLhnfnEfzEqiu4MGe { display:block; }
 }@media only screen and (max-width: 763px) { #daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb { display:block; }#daxr54nbtd9qg0dRqBW8MRcgBaDMzxHb > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsNiuZT5giPmpct1MhhLnRqMJiZfo15g { width:1.5625rem;height:1.5625rem;top:2.9375rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7RP7ZcXBFHWkZ6mk3ApIdS1rd0vC7Ul { width:1.5625rem;height:1.5625rem;top:2.9375rem;left:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99RkXqOlATPFEprKHdaMpzb8UJiWIT8 { width:1.375rem;height:1.5625rem;top:2.9375rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLMIiXDa5qQMllbXoDgBIPWSn0umPbH { width:1.125rem;height:1.125rem;top:3.15625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFARL4i1gKA4N3xW4Q4ceu3hqbiTuGah { width:1.25rem;height:1.25rem;top:3.09375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8JTS6MTczW9EKgmZadEuIWIZ67aTBH5 { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }