.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4ac207;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row .container { background-color: transparent; background-image: none; }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row .container > .video-iframe-container { display: none; }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row > .video-iframe-container { display: none; }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .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); }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row .container { border-width: 0; border-radius: 0; }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:60rem;position:relative;display:block; }#gzlVy6kawK06PnH1NVGEsyL5UIZwli5a { color:#000000;display:block;width:51.5625rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.20703125rem;left:4.21875rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#imk70DZKGMb399trSeGQ79IWrp7T9Clk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { border-width: 0; border-radius: 0; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:60rem;position:relative;display:block; }#A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:19.75rem;top:21.875rem;left:37.375001907349rem;overflow:hidden;display:block; }
#mtZQ55NqtACiQdT6Tgk3AVmA2GFQMGu4 { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem #ffffff ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.250003814698rem;left:8.8729171752931rem;display:block; }
#wfioPkPBka9mWpF60BOViwDfwuxtF9ez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6svifI94SqE6eWVSIdyZGqxKVfB1MDn { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #ffffff;top:8.25rem;left:0rem;height:8.0416875rem;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; }
#X7kkbNo7VAaszsE7fuqOPEzp5NAawRhM { color:#ffffff;display:block;width:33.4970625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:1.3759765625rem;height:3.08680625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#R2hi36VTavGrTWLBU7aywXZ2UJTV3vue { color:#ffffff;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:29.25rem;left:5.3125rem;height:1.381075rem;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; }
#EQ7yh6Ty9nbWFdKAKwOXTZ2BCQyPXvZn { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.25rem;left:1.5rem;height:1.381075rem;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; }
#UDBzPrBkRv124PFnrHHUXITpTzQe65V1 { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.3125rem;left:0rem;height:1.381075rem;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; }
#LnafBN1KvDOa8Q4ofulhiaBlqDONFSCZ { color:#ffffff;display:block;width:26.1864375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.1875rem;left:6.25rem;height:1.381075rem;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; }
#CFUeTM5uFzXkNgs8m2UhCyGHUWVCHI3D { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffff00;border-left:0.25rem solid #ffff00;border-right:0.25rem solid #ffff00;border-bottom:0.25rem solid #ffff00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem #ffff00 ;height:3.1875rem;width:45.875rem;top:49.875rem;left:7.0625rem;display:block; }
#EqWO9JdT2wH353OVsWedFSJVWaV36EQS { color:#000000;display:block;width:43.6230625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:50.125rem;left:8.125rem;height:2.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ublkDTaPq8KvDRRKpNyZPeJqqi7DdsAS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.374025rem;top:45.8125rem;left:28.5625rem;overflow:hidden;display:block; }
#LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:14.6875rem;top:2.5625rem;left:10.778646469116rem;overflow:hidden;display:block; }
#lk1fHJAioroW6TxLwWEVlNdWpiQRuceO { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.5625rem;left:0.86805534362794rem;height:1.381075rem;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; }
#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #4a4a4a);background-image: -moz-linear-gradient(180deg, #000000, #4a4a4a);background-image: -ms-linear-gradient(180deg, #000000, #4a4a4a);background-image: -o-linear-gradient(180deg, #000000, #4a4a4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4a4a4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4a4a4a' );";background-image: linear-gradient(180deg, #000000, #4a4a4a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { background-color: transparent; background-image: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .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); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { border-width: 0; border-radius: 0; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.625rem;left:0rem;height:18.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rIWU5Ssbp2wNukTsGzRxGVfGEmDUibWE { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem #000000 ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4948125rem;height:4.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.187496185302rem;left:20.752082824707rem;display:block; }
#ENMBp2ePZGoQ7O0X753AuuthlxPkWRDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJgaSHuLIDosu5qwdy5lNTqEaREbvp0I { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem #ffffff;top:3.0625009536743rem;left:4.40625rem;height:2.68055625rem;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; }
#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a4a4a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container { background-color: transparent; background-image: none; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container > .video-iframe-container { display: none; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row > .video-iframe-container { display: none; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .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); }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container { border-width: 0; border-radius: 0; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container { font-size:0.875rem;font-family:arial;height:99.5625rem;width:60rem;position:relative;display:block; }#eWfE6ixQVAKfP03CNpv90IkTUkBocfJ7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.3125rem;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; }
#UgytL9KvOun3iUyEqQKhCNJTUQdo9kaR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:22.5625rem;top:7.25rem;left:18.6875rem;overflow:hidden;display:block; }
#CmUukvklcgOKE4hm4OsDNeLUF06JbfPv { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #000000;top:1.9236054420471rem;left:0rem;height:2.925rem;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; }
#koD7M73WWapZHMRwH0NwVpHDOG0MU1Hc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:22.5625rem;top:46rem;left:18.6875rem;overflow:hidden;display:block; }
#oMbqisLoKltEaelUozSWtQrWMRicg260 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:60.4375rem;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; }
#k89zpcXXNzCENQz81ekTKUy8iZvAwUky { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:8.8125rem;top:26.9375rem;left:20.3125rem;overflow:hidden;display:block; }
#I7ZwFabp2mRPRH1iXo9yh8ozlKNbX5kd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:8.8125rem;top:26.9375rem;left:30.9375rem;overflow:hidden;display:block; }
#LFcxo6lfr3mEDSo5q9E1A5uJ9qcJiAL2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40.5625rem;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; }
#LAT0wv0z8rMBRKxiZyEvKDzoIN5oaoAt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:20.1875rem;top:68.25rem;left:18.75rem;overflow:hidden;display:block; }
#BcidKLuhAk4Ii7ha8H8AaqXFglMV4868 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:82.625rem;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; }
#dNVaCPlrB6wx5IczEuhRTMpUgMLoTIHe { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem #ffffff ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:90.250007629394rem;left:20.75rem;display:block; }
#gnofDZdgqTohWm4K6BKZxEJSJvqUPwmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container { background-color: transparent; background-image: none; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container > .video-iframe-container { display: none; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row > .video-iframe-container { display: none; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .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); }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container { border-width: 0; border-radius: 0; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:60rem;position:relative;display:block; }#MOikVTeSUTdT8gQJbpJMbIfEP6xOqfQl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2e3a59;border-left:0.0625rem solid #2e3a59;border-right:0.0625rem solid #2e3a59;border-bottom:0.0625rem solid #2e3a59;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:37.875rem;width:19.3125rem;top:8.0625rem;left:0.3125rem;display:block; }
#mNGr8kMKrLDe7rOANFDDrVi15zDPGi2M { color:#232b3e;display:block;width:19rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22rem;left:0.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxby6vVoZ9IzX4EesTU6ZMC6DLLbGdys { color:#232b3e;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.941658020019rem;left:20.5rem;height:5.847225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bqDtvb18wsTSZOS72PTyP0cQ7M0R8cWp { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.625rem #000000 ;height:36.5625rem;width:19.125rem;top:6.436460494995rem;left:20.369792938233rem;display:block; }
#iZlKTcFwVpe6ZDLOPgzHozoAazH4gfic { color:#232b3e;display:block;width:19rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.0625rem;left:20.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnnyHv7Ir3ru3TPtJ1HQ3qPkV5aT0kql { color:#232b3e;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0.375rem;height:7.309rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QycRxn1atQ1bd6lIFimOvgusswM2goPn { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2e3a59;border-left:0.0625rem solid #2e3a59;border-right:0.0625rem solid #2e3a59;border-bottom:0.0625rem solid #2e3a59;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:37.875rem;width:19.3125rem;top:8.0625rem;left:40.28125rem;display:block; }
#gsQvTGiAXAdPUIBiTViielLD2tAlKJl9 { color:#232b3e;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:25.3125rem;left:40.375rem;height:8.7708125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PlAxVfCDKyPNxBQVBXbIwGtz3kvKsUMT { color:#232b3e;display:block;width:19rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22rem;left:40.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaa9TxPoNRM313SGsNAMsIiox0HU2f3n { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #2e3a59;border-left:0.0625rem solid #2e3a59;border-right:0.0625rem solid #2e3a59;border-bottom:0.0625rem solid #2e3a59;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5rem;top:35.372917696834rem;left:3.5562515258789rem;overflow:hidden;display:block; }
#N2X4R2CRQKmGu7Q5m21E6hlhSm0tSi7o { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #2e3a59;border-left:0.0625rem solid #2e3a59;border-right:0.0625rem solid #2e3a59;border-bottom:0.0625rem solid #2e3a59;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5625rem;top:32.62500166893rem;left:23.651042938233rem;overflow:hidden;display:block; }
#JdM8KUbgVklZi5pI4P5qfhovvrLbA1xH { position:absolute;display:block;z-index:15028;border-top:0.0625rem solid #2e3a59;border-left:0.0625rem solid #2e3a59;border-right:0.0625rem solid #2e3a59;border-bottom:0.0625rem solid #2e3a59;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:12.5625rem;top:35.374996706843rem;left:43.65104675293rem;overflow:hidden;display:block; }
#xRE1w3r6D55l4abgR1JUciWTQXRVuDsr { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9999904632568rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcKTf1ZiSvgufZTxIxuf7qauq57lBfOx { color:#000000;display:block;width:24.2489375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:48.875rem;left:17.875rem;height:1.86875rem;font-style:italic;display:block; }
#vIvA5k4ZGKOGBcewIlfDf2EokuyMBrTw { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:8.7500004768369rem;left:26.875rem;overflow:hidden;display:block; }
#dZmnnTLh1i3lROHiI0rV7UEJhIU4apzr { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.787500190549rem;left:46.875001907349rem;overflow:hidden;display:block; }
#r3geUWDBQlrJAOdq2kD6ATPcgXF5hIvK { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:11.75rem;left:6.75rem;overflow:hidden;display:block; }
#HLx73TyvdqcIcespR8TTQA7OJ8cyVRNh { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem #000000 ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:52.4375rem;left:20.75rem;display:block; }
#dWV4EktDJdlSP8qXeoyd3XUAlQdp9uDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6dZC872izKXIkEFwK0Ur7EWP9WykK9c { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:18.437501430511rem;left:6.28125rem;overflow:hidden;display:block; }
#xWAaWiDbC2q07ZOVtyKEsPz7L348X5dn { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:16.987500190735rem;left:26.375001907349rem;overflow:hidden;display:block; }
#XVw5SMAlJRwz5gwlSkDbOeriSrK5KuZL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:18.000000762753rem;left:46.375001907349rem;overflow:hidden;display:block; }
#FLOtmTiG82IzRIK0pvkINlwvruisAUuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container { background-color: transparent; background-image: none; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container > .video-iframe-container { display: none; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row > .video-iframe-container { display: none; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .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); }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container { border-width: 0; border-radius: 0; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#cDzKEQJQDLfhd5tAMG1ig6HCPATFydZG { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:14.78385625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#r5ha6gzZpqUunEThyLooy86EEyU9aSal { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.925rem;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; }
#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { background-color: transparent; background-image: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container > .video-iframe-container { display: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container { display: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .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); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { border-width: 0; border-radius: 0; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#Sr43o0vuK4l67SOTXJgGyZzLA5py8l20 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:1.6875rem;top:15.0625rem;left:7.1875rem;overflow:hidden;display:block; }
#kMTBWiJZqx1vGkESCT7TZVrUNcwxhbVV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:9.375rem;left:5.625rem;overflow:hidden;display:block; }
#SVqL9Blqb8STiLQ5kJR9fLOkMd6i8ugf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:9.375rem;left:35.625rem;overflow:hidden;display:block; }
#yIyaqPB0ExcdH577Fbp32cDy6ZtWbPLl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:1.6875rem;top:15.0625rem;left:22.1875rem;overflow:hidden;display:block; }
#WuGd5kvXnl2LwwghetAZoqeszJe12BCA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74960625rem;width:4.74960625rem;top:9.375rem;left:20.625rem;overflow:hidden;display:block; }
#DvIcfvGiV7XScxa6TQRb0WyiMWXWDtTP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:9.375rem;left:50.625rem;overflow:hidden;display:block; }
#Wgl2L90557vISvdyUJDOO6nHXHIwJOck { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:1.6875rem;top:15.0625rem;left:37.1875rem;overflow:hidden;display:block; }
#XRQuDzxKcV3c3Dfr70DsXbN9FuWlgqFB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:1.6875rem;top:15.0625rem;left:52.1875rem;overflow:hidden;display:block; }
#TANzIxrBgoBrJ5K6QzssMm9zLxnKLQRe { color:#000000;display:block;width:14rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:20.437523841858rem;left:0.5rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHKR9rA8JEUDu1Vnc094dNXbIadB4PV4 { color:#000000;display:block;width:14rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:20.437523841858rem;left:15.5rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4WNaypcbkGUawuVwBoL0adVDyQR7RPw { color:#000000;display:block;width:14rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:20.437523841858rem;left:30.5rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJNSl53xutrS4nseTOghyDTOR8yK2NnA { color:#000000;display:block;width:14rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:20.437523841858rem;left:45.5rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cn2HPhC5xzKi0DbRu2dhc8XAtm26z9BQ { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem #000000 ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.937479019165rem;left:20.622653961182rem;display:block; }
#yF4ld05Lg05KdZgPCEG2easJJHzfTFQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBEtNDqwyOVDIW4OdBauRTUoVNN2J3Ee { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.1);top:2rem;left:0rem;height:2.925rem;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; }
#FKlpBuy1961turIV0qHy1IKeOAyqzcOw { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.812500476837rem;left:11.84375rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container { background-color: transparent; background-image: none; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container > .video-iframe-container { display: none; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row > .video-iframe-container { display: none; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .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); }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container { border-width: 0; border-radius: 0; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#hWXQzFnE87KGG0rkymXRVRxxTdaAPdhm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:21.5rem;top:1.875rem;left:19.25rem;overflow:hidden;display:block; }
#pdHW9hciTR3LVT8xIa4G8Dtpi21Z3rcE { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem #000000;top:35.125rem;left:0rem;height:2.925rem;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; }
#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container { background-color: transparent; background-image: none; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container > .video-iframe-container { display: none; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row > .video-iframe-container { display: none; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .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); }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container { border-width: 0; border-radius: 0; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#h8av3g25aUBbAWTRT78OKxTzNt2U1IO8 { color:#ffcc00;display:block;width:23.75rem;position:absolute;font-family:"samsung font";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.375rem;left:22.25rem;height:5.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yOrT7wmmULXcIva71WbgsP3TgDHy2uGm { color:#000000;display:block;width:33.8748125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:10.5rem;left:21.5rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rv4vu9T1Hi169cwaee2ypPsrbdFW0zEI { color:#000000;display:block;width:26.1239375rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:18.750001907349rem;left:21.061458587646rem;height:2.4739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h0W18oLNiUb8wIwGJ3UKU7sTyJCFLDGH { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:9.125rem;left:4.625rem;overflow:hidden;display:block; }
#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4a4a4a, #272727);background-image: -moz-linear-gradient(180deg, #4a4a4a, #272727);background-image: -ms-linear-gradient(180deg, #4a4a4a, #272727);background-image: -o-linear-gradient(180deg, #4a4a4a, #272727);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#272727' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#272727' );";background-image: linear-gradient(180deg, #4a4a4a, #272727);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container { background-color: transparent; background-image: none; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container > .video-iframe-container { display: none; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row > .video-iframe-container { display: none; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .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); }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container { border-width: 0; border-radius: 0; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#BikLUymBmkhzDw4C1bdpZEi6qlstTu0y { color:#f1f1f1;display:block;width:27.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:1.8125rem;left:16.0625rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WH7S4uQeL5c4NKgTUm2mUfNNlTOcKiCu { color:#f1f1f1;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cpqhRWfiSEmesVweE45QnWrhpX3u3G0T { color:#f1f1f1;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:8.1875rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GunEnl92muB4m0TOJ1ss2xX5QVvRSTmR { color:#f1f1f1;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X46TFRypIn702y8XxnLllD0AMLvdXbh0 { color:#f1f1f1;display:block;width:23.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:14.375001907349rem;left:18.28125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c1c1c, #7c7c7c);background-image: -moz-linear-gradient(180deg, #1c1c1c, #7c7c7c);background-image: -ms-linear-gradient(180deg, #1c1c1c, #7c7c7c);background-image: -o-linear-gradient(180deg, #1c1c1c, #7c7c7c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#7c7c7c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#7c7c7c' );";background-image: linear-gradient(180deg, #1c1c1c, #7c7c7c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container { background-color: transparent; background-image: none; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container > .video-iframe-container { display: none; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row > .video-iframe-container { display: none; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .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); }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container { border-width: 0; border-radius: 0; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:60rem;position:relative;display:block; }#vg4nJIoBsAPRNEUTBp5PmZIEOyaTlV7C { color:#ffffff;display:block;width:30.3116875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:14.8125rem;height:6.3359375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Uk1w1qcOgeFoanvmbDsZAPHyQ3um1Tx7 { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.625rem #ffffff ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.25rem;left:19.53125rem;display:block; }
#oxoUt9xQh6ZC4qK3hxb4m0FmfOlr2Ule { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c7c7c, #000000);background-image: -moz-linear-gradient(180deg, #7c7c7c, #000000);background-image: -ms-linear-gradient(180deg, #7c7c7c, #000000);background-image: -o-linear-gradient(180deg, #7c7c7c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #7c7c7c, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container { background-color: transparent; background-image: none; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container > .video-iframe-container { display: none; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row > .video-iframe-container { display: none; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .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); }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container { border-width: 0; border-radius: 0; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container { font-size:0.875rem;font-family:arial;height:96.5rem;width:60rem;position:relative;display:block; }#coISoGVWDV2TKc1BUbNaA927l8W8Z1HL { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0.46);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:43.875rem;width:19.8125rem;top:24.9375rem;left:5.625rem;display:block; }
#unUwBK564z3aP848gTb1DdL4OqMZ9byu { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:57.5625rem;left:8.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a1Bpfu3STGd36R369Q274XdkvXLAFGMz { color:#000000;display:block;width:16.749125rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:57.5625rem;left:8.625rem;height:0;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; }
#euHizfGtMfK5dc1VimF3Kl1LWJAeNMMq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:10.5625rem;top:29.5625rem;left:10.3125rem;overflow:hidden;display:block; }
#KAV9aN6lbHXygdNvVQKsMPOqDg7lnkmU { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:45.875rem;left:6.625rem;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; }
#BkZVU6QAfbSTze7MgARaaoFKq432LyNM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #ffffff;top:2.7476563453674rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:italic;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; }
#rQsDvOLioPmtxTFewl53WFcnteBZnsvm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #ffffff;top:10.055468559265rem;left:0rem;height:2.4375rem;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; }
#rhgRs0s5NPzCxgJ36bfGBCCHKKNixBSc { color:#ffffff;display:block;width:7rem;position:absolute;font-family:oswald;font-size:5.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.5);top:50.300001144409rem;left:12.53125rem;height:7.3125rem;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; }
#vbwDSLt7nSOl0I2qr6CEB86NOnfytt48 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:51.24374961853rem;left:10.3125rem;height:2.925rem;display:block; }
#WC0hOQwsa7ZSb2T2uTdJT4HHNxDVJIwX { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:51.24374961853rem;left:19.531251907349rem;height:2.925rem;display:block; }
#CafUTzSZotTXTX3ayXkSfe8hQH81HW3O { background-color:#ff000c;background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.3125rem rgba(255,255,255,0.8) ;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.43261875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:67.625rem;left:9.0625rem;display:block; }
#EID7b36gNz8e9DBzBSznsxBDt6pUHp2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#b7b7b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:9rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15.437497138977rem;left:24.875001907349rem;z-index:15041; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #nKDEJEbqydBe4Sis51XBJTPhaCy4Crtl { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #yU5w57hahPwPRu9QHmct1uySE8QkSTXH { width:auto; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #rFA07RTttegwBdegDKbafrCP4deK4fwb {  }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #ueCbHBqELmgQT5IzO0DHGurob9cpACfV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #HhasN70QQNdzSKVIKfXTCzkftbdge3WC {  }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #zVt6CvCNi6ttSbrBnPFpnBZgdDTRFf1U {  }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #PKEx4HZWymZ9zZ84o57p4S9ufUaBHqO4 { display:flex;position:relative;top:0rem;left:0rem; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #mL3nkHX3h3J62vuDfRZ8Tqbkq8P9gqlE {  }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #cANpTDrxZodlzv6egTNteTuHsT73LJ4e {  }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #HPTu2u5xNxvmbL0U9lczaNoeUZ6XFWTG { display:flex;position:relative;top:0rem;left:0rem; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #BJ66yeZcCWi5UgE8tFe2FVBkfI9Ilbmh {  }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #q13J80PZNrP9ALgUfL4PHzi8CJuIgTgo {  }
#QlIcBfLcqOcfcifoeDe9TskqlJ05JuyT { color:#ffffff;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:63.75rem;left:8.5rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xFVIN14ofwQVm4ALULw09afCPcdKNykU { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:48.75rem;left:6.65625rem;height:1.95rem;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; }
#VfwOZMKPLA6hVTfawl1P0vxr8iQO2sPi { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:38.987500190735rem;left:18.42343711853rem;overflow:hidden;display:block; }
#NqqDkpA6uCmxO9AxurnIJzCg8BmIZ0i6 { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:59.75rem;left:6.9375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RFvGT2GWSbo7r4bNwVJZfddDhxPdXXvV { position:absolute;display:block;z-index:15037;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.625rem #ffffff ;height:43.875rem;width:19.8125rem;top:24.9375rem;left:33.5rem;display:block; }
#nu7Z3J6CoEa7swpMSVNF6xtBTEQE772v { background-color:#ff000c;background-image:none;background-position:top left !important;background-repeat: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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.3125rem rgba(255,255,255,0.8) ;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.43229375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:67.6875rem;left:36.9375rem;display:block; }
#q1GPKqkfgQOkrEkXG8lReFb5ZdcWNyrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFRbNJO3mK591Pet2pmTlutPJILuMUPa { color:#ffffff;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:64.25rem;left:37.375rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZAK5vFmqMcZduWVshWCeFM0aakkVudS2 { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:60.6875rem;left:35.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aV7tO3wiHBTh4qL8rBqhtbCxEvgMZ4nk { color:#ffffff;display:block;width:7rem;position:absolute;font-family:oswald;font-size:5.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.5);top:51.24374961853rem;left:40.406251907349rem;height:7.3125rem;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; }
#gsZ3688pQInpe1CxTumeoNCFWk1EoPPP { color:#000000;display:block;width:16.749125rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:57.5625rem;left:36.9375rem;height:0;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; }
#zd39EnpFJnPQ9d4yoT9JeeuPte2UWEIQ { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:52.4375rem;left:37.375001907349rem;height:2.925rem;display:block; }
#SW3iuV7BkDKKLc3OxahietoeREsV8fC3 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:52.4375rem;left:47.550004959106rem;height:2.925rem;display:block; }
#creo3kxC2P1O4atTBggFwGXiB2s9gqh3 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:49.34375rem;left:36.625001907349rem;height:1.95rem;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; }
#gwp6VtZN0cyI3w6dCZmEFz2TzqzV6l6O { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:58.300001144409rem;left:36.375001907349rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kOnBXlNmzSLnkp7wxLwCwLahHiQDHchC { color:#ff0000;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:47.27499961853rem;left:35.312501907349rem;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; }
#gmtTI55df2wSWKKF8TncwkoO0TCFT2Tn { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:39.800000190735rem;left:35.125001907349rem;overflow:hidden;display:block; }
#NNgSC9FELEVf4OPIb2x3tkDt0BMTZ6d5 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:11.625rem;top:28.75rem;left:36.937501907349rem;overflow:hidden;display:block; }
#L68TdzsV5lTet5CfJLZVTxUrJTWHgcMK { color:#f1f1f1;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:26.125001072884rem;left:38.906251907349rem;height:2.68125rem;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; }
#TmJNy3JJcdM7UuNaAfE6PHVPGQXBLf4S { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:9.6875rem;top:31.5rem;left:44.250001907349rem;overflow:hidden;display:block; }
#tCS58c97U0J4fM6sWt8B1tU46qW1RtwK { color:#f1f1f1;display:block;width:10rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:26.125rem;left:10.593751907349rem;height:2.68125rem;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; }
#HyV2Hd3Q1zCOdvTH1iCo9BTCFt6MCepU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.307rem;width:52.5574375rem;top:75.6855430603rem;left:3.720703125rem;overflow:hidden;display:block; }
#QKUTeWnOp2RFQt4i2NQpkuXTDzRvF7KU { color:#898989;display:block;width:8.8125rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:24.9375rem;left:45.555559158325rem;height:1.225rem;text-align:center;text-align-last:center;display:block; }
#F8nCmOuQ66PFoh2Hz9twUcWa26DicVzU { position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.5rem;top:28.680567860603rem;left:35.656251907349rem;display:block; }
#ZRuwJlIQFJXLcU5G43IwLVGifLTMO8ds { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:16.5rem;top:28.680556297302rem;left:7.1180553436281rem;display:block; }
#KvqA8gBIiTBVEkaDiCu1zDT9yrfUfCgg { position:absolute;display:block;z-index:15060;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.375rem;width:9rem;top:24.9375rem;left:45.368059158325rem;display:block; }
#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b5b5b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row .container { background-color: transparent; background-image: none; }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row .container > .video-iframe-container { display: none; }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row > .video-iframe-container { display: none; }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .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); }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row .container { border-width: 0; border-radius: 0; }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row .container { font-size:0.875rem;font-family:arial;height:108.9375rem;width:60rem;position:relative;display:block; }#dyDr5D75qqAFkZUeso70lW0hbfUnaeaa { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.5);top:3.4982566833496rem;left:13.531251907349rem;height:4.0628875rem;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; }
#JA03ByucxMQR70EcZ0BAn6iLaTASm77Z { position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem #000000 ;height:11.4375rem;width:24.3125rem;top:88.875rem;left:18.000001907349rem;display:block; }
#sVCBmvpCwyMG41toS6I3Iz3ggdInuWgP { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:95.3125rem;left:19.3125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBUXNT3Z6789Uamfcerv6a1cX9OGxqiD { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e50e20;border-left:0.1875rem solid #e50e20;border-right:0.1875rem solid #e50e20;border-bottom:0.1875rem solid #e50e20;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.5625rem #4f0202 ;height:4.75rem;width:24.3125rem;top:88.875rem;left:17.8125rem;display:block; }
#Jewp5v1MrKe5VyDyaedroohfTLmTUr2F { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:90.5rem;left:21.4375rem;height:1.7875rem;font-style:normal;display:block; }
#QsEypvtD3lWX6tbUU5XvBL1aKbl1fu4u { position:absolute;display:block;z-index:15029;background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem #000000 ;height:13.6875rem;width:24.3125rem;top:11.8125rem;left:18rem;display:block; }
#nB00fELn7Wd9To6GpkRDhmI6KnTE59Mm { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.375rem;left:19.375rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVsRebuN3RDnJma78ZeJ4THR5g0NcOd8 { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e50e20;border-left:0.1875rem solid #e50e20;border-right:0.1875rem solid #e50e20;border-bottom:0.1875rem solid #e50e20;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.5625rem #4f0202 ;height:4.75rem;width:24.3125rem;top:11.8125rem;left:17.8125rem;display:block; }
#GpVqMbpRA3DRKuAOkOTP6OTkVVvz3rfw { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.5625rem;left:18.875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUZHKA0gcXFGdP4c33gVbW8UbuxERsq7 { position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem #000000 ;height:13.6875rem;width:24.3125rem;top:30.0625rem;left:17.9375rem;display:block; }
#UZT1ZhJMEeEIFTsCyOmEs32OnVmqs4oM { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:36.625rem;left:19.3125rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9y7M3JFMb4KtlT1ir3Zn9iy7G0o6kaS { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e50e20;border-left:0.1875rem solid #e50e20;border-right:0.1875rem solid #e50e20;border-bottom:0.1875rem solid #e50e20;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.5625rem #4f0202 ;height:4.75rem;width:24.3125rem;top:30.0625rem;left:17.75rem;display:block; }
#tn3RUBSTT7mqSMMi5hp5Er7nGuFz9lg9 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.8125rem;left:18.8125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VoNkxBBAZTrOIFEz3pV9f48AZNlgSR7J { position:absolute;display:block;z-index:15037;background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem #000000 ;height:20.0625rem;width:24.3125rem;top:48.0625rem;left:18rem;display:block; }
#LNeQ1T4Iwm1ccmJLKohU2tfTUsTe0NBo { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:54.1875rem;left:19.3125rem;height:12.5113125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBTQPky3lslXeCtQCl97PO2zQQlR9Ela { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e50e20;border-left:0.1875rem solid #e50e20;border-right:0.1875rem solid #e50e20;border-bottom:0.1875rem solid #e50e20;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.5625rem #4f0202 ;height:4.75rem;width:24.3125rem;top:48.0625rem;left:17.8125rem;display:block; }
#s6H982itIRsodplt6zXF77tODvBsnD0X { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:48.8125rem;left:18.875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPz3duSkeESeb3IuKbVdOIHkNMzvOohM { position:absolute;display:block;z-index:15037;background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem #000000 ;height:11.75rem;width:24.3125rem;top:73.0625rem;left:18rem;display:block; }
#SlBv9IRSngBV9TkXqzBdREpxhcs5C1op { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:77.8125rem;left:19.375rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pC7hyBfhnNuhBHXAduvgpWQdNIsSQuBu { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e50e20;border-left:0.1875rem solid #e50e20;border-right:0.1875rem solid #e50e20;border-bottom:0.1875rem solid #e50e20;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.5625rem #4f0202 ;height:3.5625rem;width:24.3125rem;top:72.1875rem;left:17.8125rem;display:block; }
#T2Mm4exR0fX37RkBHKzP1JNcIi3BTgaH { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:73.0625rem;left:18.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row .container { background-color: transparent; background-image: none; }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row .container > .video-iframe-container { display: none; }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row > .video-iframe-container { display: none; }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .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); }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row .container { border-width: 0; border-radius: 0; }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#eMnBanNs7LA9U54ITNBy6aqM4K3NU1II { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:10.341186523438rem;left:0rem;height:4.1125rem;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; }
#OKXdoTOcTbSFTKDRPFuNfG2zyhSO0lJ1 { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:oswald;font-size:1.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:14.453735351562rem;left:9.53125rem;height:10.1493rem;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; }
#v0lFam3fnkRWhmRLOgCJgVKNb6LTFU6b { background-color:#00b52e;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4995rem;height:4.249875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.5625rem;left:15.25rem;display:block; }
#frUr2bEtASZTLhxqFGr8yLTGa0yqysWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNdIpkf1ozgBQZ4bcwO8OfDbw9Btb06Q { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:27.5rem;left:18.1875rem;display:block; }
#TuoKfRqBq86ulcDAydDTQFbHmKIb1DVf { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:27.5rem;left:39.4375rem;display:block; }
#zFiMLEVIi7EuNoKEs29Dch1fRFzcXApU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.312rem;width:7.312rem;top:1.97021484375rem;left:26.3427734375rem;overflow:hidden;display:block; }
#lxtSoKEbKuoHEdtMTFl9NwyFRtdSKnOK { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:29.81201171875rem;left:9.53125rem;height:3.8489625rem;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; }
#to5mFLtP04rdNXXaUU8BRBa6kty8WxyS { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56225625rem;width:19.624625rem;top:34.287109375rem;left:20.186157226562rem;overflow:hidden;display:block; }
#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container { background-color: transparent; background-image: none; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container > .video-iframe-container { display: none; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row > .video-iframe-container { display: none; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .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); }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container { border-width: 0; border-radius: 0; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#RrxqbgZSSfNT0NqbZQWWhyGgAlfQIcPc { color:#000000;display:block;width:20.49925rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:10.091552734375rem;left:2.060546875rem;height:4.2rem;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; }
#zue3ibVreD9rLUuvb9VWIXlaqlRLlPSp { color:#000000;display:block;width:13.93575rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:3.4505310058594rem;left:28.433160781861rem;height:5.25rem;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; }
#yeZkQJH72pHwOFIutKMvLe2mR03TSf7t { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.450927734375rem;left:45.5615234375rem;height:8.75rem;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; }
#wZ3SnWGUUw68MckdVf9cJzxBgWQhtQty { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:21.5625rem;top:15.528648376465rem;left:1.5572929382324rem;overflow:hidden;display:block; }
#rrO2T5TCkg8vNh5cDZwte7MGr3kgfxCd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:17.125rem;top:3.4501953125rem;left:3.7470703125rem;overflow:hidden;display:block; }
#oQc22P4k3hbTr5vXTMfhDSp9Pq4KdcBF { color:#000000;display:block;width:13.934875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:12.122396469116rem;left:28.432291030884rem;height:8.75rem;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; }
#nffdzMzptLf0JAy0Hl3PqkKbFApCtGPH { color:#000000;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:19.521874427796rem;left:0rem;height:1.4rem;text-align:center;text-align-last:center;font-style:italic;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; }
#FhArX84kg3cEN01iuERkV0x6tOc9c2Q2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8741875rem;width:9.8741875rem;top:11.558212280274rem;left:47.435150146484rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T { display:block; }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzlVy6kawK06PnH1NVGEsyL5UIZwli5a { top:0.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imk70DZKGMb399trSeGQ79IWrp7T9Clk { display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { width:19.75rem;height:11.8125rem;top:21.875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtZQ55NqtACiQdT6Tgk3AVmA2GFQMGu4 { width:18.5rem;height:4.5rem;top:38.25rem;left:2.747917175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfioPkPBka9mWpF60BOViwDfwuxtF9ez { display:block; }
 }@media only screen and (max-width: 763px) { #q6svifI94SqE6eWVSIdyZGqxKVfB1MDn { width:38.0625rem;height:;top:8.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7kkbNo7VAaszsE7fuqOPEzp5NAawRhM { width:33.4375rem;height:;top:17.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2hi36VTavGrTWLBU7aywXZ2UJTV3vue { width:28rem;height:;top:29.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ7yh6Ty9nbWFdKAKwOXTZ2BCQyPXvZn { width:35.0625rem;height:1.375rem;top:25.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBzPrBkRv124PFnrHHUXITpTzQe65V1 { width:38.625rem;height:;top:27.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnafBN1KvDOa8Q4ofulhiaBlqDONFSCZ { width:26.125rem;height:;top:31.1875rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFUeTM5uFzXkNgs8m2UhCyGHUWVCHI3D { top:49.875rem;left:0.9375rem;width:45.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqWO9JdT2wH353OVsWedFSJVWaV36EQS { top:50.125rem;left:2rem;width:43.5625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ublkDTaPq8KvDRRKpNyZPeJqqi7DdsAS { top:45.8125rem;left:22.4375rem;width:3.3125rem;height:3.0680784613019rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { width:14.6875rem;height:3.5rem;top:2.5625rem;left:4.6536464691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk1fHJAioroW6TxLwWEVlNdWpiQRuceO { width:36.5625rem;height:1.375rem;top:35.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { width:47.75rem;height:18.5625rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIWU5Ssbp2wNukTsGzRxGVfGEmDUibWE { width:18.4375rem;height:4.5rem;top:30.125rem;left:14.627082824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMBp2ePZGoQ7O0X753AuuthlxPkWRDD { display:block; }
 }@media only screen and (max-width: 763px) { #oJgaSHuLIDosu5qwdy5lNTqEaREbvp0I { width:47.75rem;height:;top:3.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL { display:block; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWfE6ixQVAKfP03CNpv90IkTUkBocfJ7 { width:47.75rem;height:;top:21.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgytL9KvOun3iUyEqQKhCNJTUQdo9kaR { top:7.25rem;left:12.5625rem;width:22.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmUukvklcgOKE4hm4OsDNeLUF06JbfPv { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koD7M73WWapZHMRwH0NwVpHDOG0MU1Hc { top:46rem;left:12.5625rem;width:22.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMbqisLoKltEaelUozSWtQrWMRicg260 { width:47.75rem;height:;top:60.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k89zpcXXNzCENQz81ekTKUy8iZvAwUky { top:26.9375rem;left:14.1875rem;width:8.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ZwFabp2mRPRH1iXo9yh8ozlKNbX5kd { top:26.9375rem;left:24.8125rem;width:8.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFcxo6lfr3mEDSo5q9E1A5uJ9qcJiAL2 { width:47.75rem;height:;top:40.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAT0wv0z8rMBRKxiZyEvKDzoIN5oaoAt { top:68.25rem;left:12.625rem;width:20.1875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcidKLuhAk4Ii7ha8H8AaqXFglMV4868 { width:47.75rem;height:;top:82.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNVaCPlrB6wx5IczEuhRTMpUgMLoTIHe { width:18.5rem;height:4.5rem;top:90.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnofDZdgqTohWm4K6BKZxEJSJvqUPwmf { display:block; }
 }@media only screen and (max-width: 763px) { #tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf { display:block; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOikVTeSUTdT8gQJbpJMbIfEP6xOqfQl { width:19.3125rem;height:37.875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNGr8kMKrLDe7rOANFDDrVi15zDPGi2M { width:19rem;height:1.8125rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxby6vVoZ9IzX4EesTU6ZMC6DLLbGdys { width:19rem;height:5.8125rem;top:24.9375rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqDtvb18wsTSZOS72PTyP0cQ7M0R8cWp { width:19.125rem;height:36.5625rem;top:6.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZlKTcFwVpe6ZDLOPgzHozoAazH4gfic { width:19rem;height:1.8125rem;top:22.0625rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnyHv7Ir3ru3TPtJ1HQ3qPkV5aT0kql { width:19rem;height:7.3125rem;top:25.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QycRxn1atQ1bd6lIFimOvgusswM2goPn { width:19.3125rem;height:37.875rem;top:8.0625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsQvTGiAXAdPUIBiTViielLD2tAlKJl9 { width:19rem;height:8.75rem;top:25.3125rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlAxVfCDKyPNxBQVBXbIwGtz3kvKsUMT { width:19rem;height:1.8125rem;top:22rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaa9TxPoNRM313SGsNAMsIiox0HU2f3n { top:35.3125rem;left:1.4937515258789rem;width:12.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2X4R2CRQKmGu7Q5m21E6hlhSm0tSi7o { top:32.625rem;left:17.463542938233rem;width:12.5625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdM8KUbgVklZi5pI4P5qfhovvrLbA1xH { top:35.3125rem;left:33.33854675293rem;width:12.5625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRE1w3r6D55l4abgR1JUciWTQXRVuDsr { width:47.75rem;height:2.5625rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKTf1ZiSvgufZTxIxuf7qauq57lBfOx { width:24.1875rem;height:1.8125rem;top:48.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIvA5k4ZGKOGBcewIlfDf2EokuyMBrTw { top:8.75rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZmnnTLh1i3lROHiI0rV7UEJhIU4apzr { top:10.75rem;left:36.562501907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3geUWDBQlrJAOdq2kD6ATPcgXF5hIvK { top:11.75rem;left:4.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLx73TyvdqcIcespR8TTQA7OJ8cyVRNh { width:18.5rem;height:4.5rem;top:52.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWV4EktDJdlSP8qXeoyd3XUAlQdp9uDM { display:block; }
 }@media only screen and (max-width: 763px) { #w6dZC872izKXIkEFwK0Ur7EWP9WykK9c { top:18.4375rem;left:4.21875rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWAaWiDbC2q07ZOVtyKEsPz7L348X5dn { top:16.9375rem;left:20.187501907349rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVw5SMAlJRwz5gwlSkDbOeriSrK5KuZL { top:18rem;left:36.062501907349rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOtmTiG82IzRIK0pvkINlwvruisAUuv { display:block; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDzKEQJQDLfhd5tAMG1ig6HCPATFydZG { top:6.5rem;left:0rem;width:47.75rem;height:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ha6gzZpqUunEThyLooy86EEyU9aSal { width:47.75rem;height:2.875rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p { display:block; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr43o0vuK4l67SOTXJgGyZzLA5py8l20 { width:1.6875rem;height:4.3125rem;top:15.0625rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMTBWiJZqx1vGkESCT7TZVrUNcwxhbVV { width:4.75rem;height:4.75rem;top:9.375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVqL9Blqb8STiLQ5kJR9fLOkMd6i8ugf { width:4.6875rem;height:4.6875rem;top:9.375rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIyaqPB0ExcdH577Fbp32cDy6ZtWbPLl { width:1.6875rem;height:4.3125rem;top:15.0625rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuGd5kvXnl2LwwghetAZoqeszJe12BCA { width:4.6875rem;height:4.6875rem;top:9.375rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvIcfvGiV7XScxa6TQRb0WyiMWXWDtTP { width:4.6875rem;height:4.6875rem;top:9.375rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgl2L90557vISvdyUJDOO6nHXHIwJOck { width:1.6875rem;height:4.3125rem;top:15.0625rem;left:29.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRQuDzxKcV3c3Dfr70DsXbN9FuWlgqFB { width:1.6875rem;height:4.3125rem;top:15.0625rem;left:41.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANzIxrBgoBrJ5K6QzssMm9zLxnKLQRe { width:14rem;height:3.5625rem;top:20.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHKR9rA8JEUDu1Vnc094dNXbIadB4PV4 { width:14rem;height:3.5625rem;top:20.4375rem;left:9.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4WNaypcbkGUawuVwBoL0adVDyQR7RPw { width:14rem;height:3.5625rem;top:20.4375rem;left:21.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJNSl53xutrS4nseTOghyDTOR8yK2NnA { width:14rem;height:5.3125rem;top:20.4375rem;left:33.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn2HPhC5xzKi0DbRu2dhc8XAtm26z9BQ { width:18.5rem;height:4.5rem;top:30.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF4ld05Lg05KdZgPCEG2easJJHzfTFQS { display:block; }
 }@media only screen and (max-width: 763px) { #KBEtNDqwyOVDIW4OdBauRTUoVNN2J3Ee { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKlpBuy1961turIV0qHy1IKeOAyqzcOw { width:36.3125rem;height:1.75rem;top:27.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl { display:block; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWXQzFnE87KGG0rkymXRVRxxTdaAPdhm { top:1.875rem;left:13.125rem;width:21.5rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdHW9hciTR3LVT8xIa4G8Dtpi21Z3rcE { width:47.75rem;height:2.875rem;top:35.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK { display:block; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8av3g25aUBbAWTRT78OKxTzNt2U1IO8 { top:3.375rem;left:16.125rem;width:23.6875rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOrT7wmmULXcIva71WbgsP3TgDHy2uGm { top:10.5rem;left:13.9375rem;width:33.8125rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv4vu9T1Hi169cwaee2ypPsrbdFW0zEI { top:18.75rem;left:14.93593788147rem;width:26.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0W18oLNiUb8wIwGJ3UKU7sTyJCFLDGH { width:11.4375rem;height:11.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX { display:block; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BikLUymBmkhzDw4C1bdpZEi6qlstTu0y { top:1.8125rem;left:9.9375rem;width:27.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH7S4uQeL5c4NKgTUm2mUfNNlTOcKiCu { width:47.75rem;height:1.6875rem;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpqhRWfiSEmesVweE45QnWrhpX3u3G0T { width:47.75rem;height:1.6875rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GunEnl92muB4m0TOJ1ss2xX5QVvRSTmR { width:47.75rem;height:1.6875rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X46TFRypIn702y8XxnLllD0AMLvdXbh0 { width:23.4375rem;height:3.375rem;top:14.375rem;left:12.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM { display:block; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vg4nJIoBsAPRNEUTBp5PmZIEOyaTlV7C { top:2.25rem;left:8.6875rem;width:30.25rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk1w1qcOgeFoanvmbDsZAPHyQ3um1Tx7 { width:20.9375rem;height:4.5rem;top:11.25rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxoUt9xQh6ZC4qK3hxb4m0FmfOlr2Ule { display:block; }
 }@media only screen and (max-width: 763px) { #XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU { display:block; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coISoGVWDV2TKc1BUbNaA927l8W8Z1HL { width:19.8125rem;height:43.875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unUwBK564z3aP848gTb1DdL4OqMZ9byu { width:15.0625rem;height:1.5rem;top:57.5625rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Bpfu3STGd36R369Q274XdkvXLAFGMz { top:57.5625rem;left:2.5rem;width:16.6875rem;height:0;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHizfGtMfK5dc1VimF3Kl1LWJAeNMMq { width:10.5625rem;height:16.375rem;top:29.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAV9aN6lbHXygdNvVQKsMPOqDg7lnkmU { width:18.75rem;height:;top:45.875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkZVU6QAfbSTze7MgARaaoFKq432LyNM { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQsDvOLioPmtxTFewl53WFcnteBZnsvm { width:47.75rem;height:2.4375rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhgRs0s5NPzCxgJ36bfGBCCHKKNixBSc { width:7rem;height:7.3125rem;top:50.25rem;left:6.40625rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwDSLt7nSOl0I2qr6CEB86NOnfytt48 { top:51.1875rem;left:4.1875rem;width:3.3125rem;height:2.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0hOQwsa7ZSb2T2uTdJT4HHNxDVJIwX { top:51.1875rem;left:13.406251907349rem;width:3.3125rem;height:2.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CafUTzSZotTXTX3ayXkSfe8hQH81HW3O { width:13.875rem;height:3.375rem;top:67.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EID7b36gNz8e9DBzBSznsxBDt6pUHp2H { display:block; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI { display:flex;width:9rem;height:5.0625rem;top:52.5rem;left:20.46875rem; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #nKDEJEbqydBe4Sis51XBJTPhaCy4Crtl { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #yU5w57hahPwPRu9QHmct1uySE8QkSTXH {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #rFA07RTttegwBdegDKbafrCP4deK4fwb {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #ueCbHBqELmgQT5IzO0DHGurob9cpACfV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #HhasN70QQNdzSKVIKfXTCzkftbdge3WC {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #zVt6CvCNi6ttSbrBnPFpnBZgdDTRFf1U {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #PKEx4HZWymZ9zZ84o57p4S9ufUaBHqO4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #mL3nkHX3h3J62vuDfRZ8Tqbkq8P9gqlE {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #cANpTDrxZodlzv6egTNteTuHsT73LJ4e {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #HPTu2u5xNxvmbL0U9lczaNoeUZ6XFWTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #BJ66yeZcCWi5UgE8tFe2FVBkfI9Ilbmh {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #q13J80PZNrP9ALgUfL4PHzi8CJuIgTgo {  }
 }@media only screen and (max-width: 763px) { #QlIcBfLcqOcfcifoeDe9TskqlJ05JuyT { top:63.75rem;left:2.375rem;width:15rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFVIN14ofwQVm4ALULw09afCPcdKNykU { width:18.75rem;height:1.9375rem;top:48.75rem;left:0.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwOZMKPLA6hVTfawl1P0vxr8iQO2sPi { width:7rem;height:7rem;top:38.9375rem;left:12.29843711853rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqqDkpA6uCmxO9AxurnIJzCg8BmIZ0i6 { width:17.25rem;height:3rem;top:59.75rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFvGT2GWSbo7r4bNwVJZfddDhxPdXXvV { width:19.8125rem;height:43.875rem;top:24.9375rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu7Z3J6CoEa7swpMSVNF6xtBTEQE772v { width:13.875rem;height:3.375rem;top:67.6875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GPKqkfgQOkrEkXG8lReFb5ZdcWNyrB { display:block; }
 }@media only screen and (max-width: 763px) { #pFRbNJO3mK591Pet2pmTlutPJILuMUPa { top:64.25rem;left:31.25rem;width:15rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAK5vFmqMcZduWVshWCeFM0aakkVudS2 { width:17.25rem;height:3rem;top:60.6875rem;left:29.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV7tO3wiHBTh4qL8rBqhtbCxEvgMZ4nk { width:7rem;height:7.3125rem;top:51.1875rem;left:34.281251907349rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZ3688pQInpe1CxTumeoNCFWk1EoPPP { top:57.5625rem;left:30.8125rem;width:16.6875rem;height:0;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd39EnpFJnPQ9d4yoT9JeeuPte2UWEIQ { top:52.4375rem;left:31.250001907349rem;width:3.3125rem;height:2.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW3iuV7BkDKKLc3OxahietoeREsV8fC3 { top:52.4375rem;left:41.425004959106rem;width:3.3125rem;height:2.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #creo3kxC2P1O4atTBggFwGXiB2s9gqh3 { width:14.5625rem;height:1.9375rem;top:49.3125rem;left:30.500001907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwp6VtZN0cyI3w6dCZmEFz2TzqzV6l6O { width:15.0625rem;height:1.5rem;top:58.25rem;left:30.250001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnBXlNmzSLnkp7wxLwCwLahHiQDHchC { width:17.1875rem;height:;top:47.25rem;left:29.187501907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmtTI55df2wSWKKF8TncwkoO0TCFT2Tn { width:6.6875rem;height:6.6875rem;top:39.75rem;left:29.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNgSC9FELEVf4OPIb2x3tkDt0BMTZ6d5 { width:11.625rem;height:18rem;top:28.75rem;left:30.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #L68TdzsV5lTet5CfJLZVTxUrJTWHgcMK { width:10rem;height:;top:26.125rem;left:32.781251907349rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJNy3JJcdM7UuNaAfE6PHVPGQXBLf4S { width:9.6875rem;height:14.4375rem;top:31.5rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCS58c97U0J4fM6sWt8B1tU46qW1RtwK { width:10rem;height:2.625rem;top:26.125rem;left:4.4687519073486rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyV2Hd3Q1zCOdvTH1iCo9BTCFt6MCepU { top:75.625rem;left:0rem;width:47.75rem;height:16.632455682414rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKUTeWnOp2RFQt4i2NQpkuXTDzRvF7KU { top:24.9375rem;left:38.9375rem;width:8.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8nCmOuQ66PFoh2Hz9twUcWa26DicVzU { top:28.625rem;left:29.531251907349rem;width:16.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRuwJlIQFJXLcU5G43IwLVGifLTMO8ds { top:28.625rem;left:0.99305534362794rem;width:16.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvqA8gBIiTBVEkaDiCu1zDT9yrfUfCgg { top:24.9375rem;left:38.75rem;width:9rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFNL89evILoPPTSxmn7pMMb5RmZLzJAV { display:block; }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyDr5D75qqAFkZUeso70lW0hbfUnaeaa { width:32.9375rem;height:4.0625rem;top:3.4375rem;left:7.4062519073488rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA03ByucxMQR70EcZ0BAn6iLaTASm77Z { width:24.3125rem;height:11.4375rem;top:88.875rem;left:11.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVCBmvpCwyMG41toS6I3Iz3ggdInuWgP { top:95.3125rem;left:13.187501907349rem;width:21.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBUXNT3Z6789Uamfcerv6a1cX9OGxqiD { width:24.3125rem;height:4.75rem;top:88.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jewp5v1MrKe5VyDyaedroohfTLmTUr2F { top:90.5rem;left:15.3125rem;width:17.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEypvtD3lWX6tbUU5XvBL1aKbl1fu4u { width:24.3125rem;height:13.6875rem;top:11.8125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB00fELn7Wd9To6GpkRDhmI6KnTE59Mm { top:18.375rem;left:13.25rem;width:21.5625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsRebuN3RDnJma78ZeJ4THR5g0NcOd8 { width:24.3125rem;height:4.75rem;top:11.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpVqMbpRA3DRKuAOkOTP6OTkVVvz3rfw { top:12.5625rem;left:12.75rem;width:22.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUZHKA0gcXFGdP4c33gVbW8UbuxERsq7 { width:24.3125rem;height:13.6875rem;top:30.0625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZT1ZhJMEeEIFTsCyOmEs32OnVmqs4oM { top:36.625rem;left:13.1875rem;width:21.5625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9y7M3JFMb4KtlT1ir3Zn9iy7G0o6kaS { width:24.3125rem;height:4.75rem;top:30.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3RUBSTT7mqSMMi5hp5Er7nGuFz9lg9 { top:30.8125rem;left:12.6875rem;width:22.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoNkxBBAZTrOIFEz3pV9f48AZNlgSR7J { width:24.3125rem;height:20.0625rem;top:48.0625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNeQ1T4Iwm1ccmJLKohU2tfTUsTe0NBo { top:54.1875rem;left:13.1875rem;width:21.5625rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTQPky3lslXeCtQCl97PO2zQQlR9Ela { width:24.3125rem;height:4.75rem;top:48.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6H982itIRsodplt6zXF77tODvBsnD0X { top:48.8125rem;left:12.75rem;width:22.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPz3duSkeESeb3IuKbVdOIHkNMzvOohM { width:24.3125rem;height:11.75rem;top:73.0625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlBv9IRSngBV9TkXqzBdREpxhcs5C1op { top:77.75rem;left:13.250001907349rem;width:21.5625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7hyBfhnNuhBHXAduvgpWQdNIsSQuBu { width:24.3125rem;height:3.5625rem;top:72.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Mm4exR0fX37RkBHKzP1JNcIi3BTgaH { top:73.0625rem;left:12.6875rem;width:22.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 { display:block; }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnBanNs7LA9U54ITNBy6aqM4K3NU1II { top:10.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKXdoTOcTbSFTKDRPFuNfG2zyhSO0lJ1 { top:14.4375rem;left:3.40625rem;width:40.9375rem;height:10.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0lFam3fnkRWhmRLOgCJgVKNb6LTFU6b { width:29.4375rem;height:4.1875rem;top:26.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frUr2bEtASZTLhxqFGr8yLTGa0yqysWJ { display:block; }
 }@media only screen and (max-width: 763px) { #KNdIpkf1ozgBQZ4bcwO8OfDbw9Btb06Q { top:27.5rem;left:12.0625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuoKfRqBq86ulcDAydDTQFbHmKIb1DVf { top:27.5rem;left:33.3125rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFiMLEVIi7EuNoKEs29Dch1fRFzcXApU { top:1.9375rem;left:20.2177734375rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtSoKEbKuoHEdtMTFl9NwyFRtdSKnOK { top:29.75rem;left:3.40625rem;width:40.9375rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5mFLtP04rdNXXaUU8BRBa6kty8WxyS { top:34.25rem;left:14.061157226562rem;width:19.5625rem;height:2.5541450035669rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo { display:block; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrxqbgZSSfNT0NqbZQWWhyGgAlfQIcPc { top:10.0625rem;left:0rem;width:20.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zue3ibVreD9rLUuvb9VWIXlaqlRLlPSp { top:3.4375rem;left:22.308160781861rem;width:13.875rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeZkQJH72pHwOFIutKMvLe2mR03TSf7t { top:3.4375rem;left:34.1875rem;width:13.5625rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ3SnWGUUw68MckdVf9cJzxBgWQhtQty { top:15.5rem;left:0rem;width:21.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrO2T5TCkg8vNh5cDZwte7MGr3kgfxCd { top:3.4375rem;left:0rem;width:17.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQc22P4k3hbTr5vXTMfhDSp9Pq4KdcBF { top:12.0625rem;left:22.307292938233rem;width:13.875rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nffdzMzptLf0JAy0Hl3PqkKbFApCtGPH { top:19.5rem;left:0rem;width:25.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhArX84kg3cEN01iuERkV0x6tOc9c2Q2 { top:11.5rem;left:37.875rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T { display:block; }#dmTEtm7I9m6TegN7kQwIrDAiwsE7gD3T > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzlVy6kawK06PnH1NVGEsyL5UIZwli5a { width:20rem;height:1.7875rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imk70DZKGMb399trSeGQ79IWrp7T9Clk { background-color:#000000;background-image:none;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { width:19.9991875rem;height:12rem;top:28.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mtZQ55NqtACiQdT6Tgk3AVmA2GFQMGu4 { width:15.125rem;height:4.0625rem;top:63rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfioPkPBka9mWpF60BOViwDfwuxtF9ez { display:block; }
 }@media only screen and (max-width: 763px) { #q6svifI94SqE6eWVSIdyZGqxKVfB1MDn { width:19.9965rem;height:10.967875rem;top:6.9991321563719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X7kkbNo7VAaszsE7fuqOPEzp5NAawRhM { width:19.9939375rem;height:6.5rem;top:19.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R2hi36VTavGrTWLBU7aywXZ2UJTV3vue { width:20rem;height:3.25rem;top:48.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EQ7yh6Ty9nbWFdKAKwOXTZ2BCQyPXvZn { width:20rem;height:4.875rem;top:42.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UDBzPrBkRv124PFnrHHUXITpTzQe65V1 { width:20rem;height:3.25rem;top:53.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LnafBN1KvDOa8Q4ofulhiaBlqDONFSCZ { width:20rem;height:3.25rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CFUeTM5uFzXkNgs8m2UhCyGHUWVCHI3D { width:19.5rem;height:3.1875rem;top:76.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqWO9JdT2wH353OVsWedFSJVWaV36EQS { width:19.9989375rem;height:3.02430625rem;top:77rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ublkDTaPq8KvDRRKpNyZPeJqqi7DdsAS { width:3.3125rem;height:3.0674307675635rem;top:72.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { width:12.309875rem;height:3rem;top:2.072048664093rem;left:3.8428817987442rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk1fHJAioroW6TxLwWEVlNdWpiQRuceO { width:20rem;height:2.27430625rem;top:68.31250190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #4a4a4a);background-image: -moz-linear-gradient(180deg, #000000, #4a4a4a);background-image: -ms-linear-gradient(180deg, #000000, #4a4a4a);background-image: -o-linear-gradient(180deg, #000000, #4a4a4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4a4a4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4a4a4a' );";background-image: linear-gradient(180deg, #000000, #4a4a4a);background-size:auto !important;display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { background-color: transparent; background-image: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .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); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { width:19.9979375rem;height:28.125rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIWU5Ssbp2wNukTsGzRxGVfGEmDUibWE { width:15.1180625rem;height:4.0581625rem;top:40.437500953674rem;left:2.4401041269303rem;font-size:1.5625rem;box-shadow: 0rem 0rem 0.625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #ENMBp2ePZGoQ7O0X753AuuthlxPkWRDD { display:block; }
 }@media only screen and (max-width: 763px) { #oJgaSHuLIDosu5qwdy5lNTqEaREbvp0I { width:20rem;height:6.58125rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;text-shadow:0rem 0rem 0.3125rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL { background-color:#4a4a4a;background-image:none;display:block; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container { background-color: transparent; background-image: none; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container > .video-iframe-container { display: none; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row > .video-iframe-container { display: none; }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .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); }#fTNgLNFHgyVVHbsaFwFVLFlMB6UU51VL > .row .container { width:20rem;height:107.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWfE6ixQVAKfP03CNpv90IkTUkBocfJ7 { width:20rem;height:8.125rem;top:21.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UgytL9KvOun3iUyEqQKhCNJTUQdo9kaR { width:20rem;height:11.9644375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmUukvklcgOKE4hm4OsDNeLUF06JbfPv { width:20rem;height:4.875rem;top:2.2750000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;text-shadow:0rem 0rem 0.3125rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #koD7M73WWapZHMRwH0NwVpHDOG0MU1Hc { width:19.875rem;height:11.9375rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMbqisLoKltEaelUozSWtQrWMRicg260 { width:20rem;height:8.125rem;top:65rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k89zpcXXNzCENQz81ekTKUy8iZvAwUky { width:9.75rem;height:15.1875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ZwFabp2mRPRH1iXo9yh8ozlKNbX5kd { width:9.625rem;height:15rem;top:30.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFcxo6lfr3mEDSo5q9E1A5uJ9qcJiAL2 { width:20rem;height:6.5rem;top:44.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LAT0wv0z8rMBRKxiZyEvKDzoIN5oaoAt { width:20rem;height:12rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcidKLuhAk4Ii7ha8H8AaqXFglMV4868 { width:20rem;height:9.75rem;top:87.4375038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dNVaCPlrB6wx5IczEuhRTMpUgMLoTIHe { width:15.1229375rem;height:4.06041875rem;top:100.43750572204rem;left:2.4375000596046rem;font-size:1.5625rem;box-shadow: 0rem 0rem 0.625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #gnofDZdgqTohWm4K6BKZxEJSJvqUPwmf { display:block; }
 }@media only screen and (max-width: 763px) { #tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf { background-color:#ffffff;background-image:none;display:block; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container { background-color: transparent; background-image: none; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container > .video-iframe-container { display: none; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row > .video-iframe-container { display: none; }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .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); }#tTXGBzxWrWVcoBqOaOGEnwSpS94To6Sf > .row .container { width:20rem;height:128.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOikVTeSUTdT8gQJbpJMbIfEP6xOqfQl { width:19.1875rem;height:33.125rem;top:7.5rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNGr8kMKrLDe7rOANFDDrVi15zDPGi2M { width:19rem;height:1.3rem;top:19.75rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxby6vVoZ9IzX4EesTU6ZMC6DLLbGdys { width:18.9979375rem;height:5.19791875rem;top:58.6875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqDtvb18wsTSZOS72PTyP0cQ7M0R8cWp { width:19.25rem;height:33.125rem;top:43.8125rem;left:0.3125rem;box-shadow: 0rem 0rem 0.625rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #iZlKTcFwVpe6ZDLOPgzHozoAazH4gfic { width:19rem;height:1.3rem;top:56.3125rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnnyHv7Ir3ru3TPtJ1HQ3qPkV5aT0kql { width:19rem;height:6.497375rem;top:22.000010967254rem;left:1.0000000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QycRxn1atQ1bd6lIFimOvgusswM2goPn { width:19.0625rem;height:34.0625rem;top:80.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsQvTGiAXAdPUIBiTViielLD2tAlKJl9 { width:18.9989375rem;height:6.497375rem;top:95.1875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlAxVfCDKyPNxBQVBXbIwGtz3kvKsUMT { width:19rem;height:1.3rem;top:92.5rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yaa9TxPoNRM313SGsNAMsIiox0HU2f3n { width:14.4375rem;height:8.5625rem;top:29.562511801719rem;left:2.7125001549721rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2X4R2CRQKmGu7Q5m21E6hlhSm0tSi7o { width:14.375rem;height:8.5625rem;top:65.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdM8KUbgVklZi5pI4P5qfhovvrLbA1xH { width:14.3729375rem;height:8.5604375rem;top:103.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRE1w3r6D55l4abgR1JUciWTQXRVuDsr { width:20rem;height:4.875rem;top:1.248966217041rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#000000;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.09);display:block; }
 }@media only screen and (max-width: 763px) { #TcKTf1ZiSvgufZTxIxuf7qauq57lBfOx { width:20rem;height:3.25rem;top:116.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vIvA5k4ZGKOGBcewIlfDf2EokuyMBrTw { width:6.25rem;height:6.25rem;top:81.875003337862rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZmnnTLh1i3lROHiI0rV7UEJhIU4apzr { width:6.25rem;height:6.25rem;top:9.31640625rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3geUWDBQlrJAOdq2kD6ATPcgXF5hIvK { width:6.25rem;height:6.25rem;top:45.937499046326rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLx73TyvdqcIcespR8TTQA7OJ8cyVRNh { width:15.125rem;height:4.0625rem;top:121.5rem;left:2.4375rem;font-size:1.5625rem;box-shadow: 0rem 0rem 0.625rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #dWV4EktDJdlSP8qXeoyd3XUAlQdp9uDM { display:block; }
 }@media only screen and (max-width: 763px) { #w6dZC872izKXIkEFwK0Ur7EWP9WykK9c { width:7.1875rem;height:2.75rem;top:16.362501144409rem;left:6.4062500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWAaWiDbC2q07ZOVtyKEsPz7L348X5dn { width:7.25rem;height:2.875rem;top:52.811718463897rem;left:6.3750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVw5SMAlJRwz5gwlSkDbOeriSrK5KuZL { width:7.25rem;height:2.875rem;top:88.749999046325rem;left:6.3750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOtmTiG82IzRIK0pvkINlwvruisAUuv { background-color:#f7f7f7;background-image:none;display:block; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container { background-color: transparent; background-image: none; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container > .video-iframe-container { display: none; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row > .video-iframe-container { display: none; }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .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); }#FLOtmTiG82IzRIK0pvkINlwvruisAUuv > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDzKEQJQDLfhd5tAMG1ig6HCPATFydZG { width:20rem;height:17.875rem;top:8.3232421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ha6gzZpqUunEThyLooy86EEyU9aSal { width:20rem;height:5.2rem;top:1.5732421875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;text-shadow:0rem 0rem 0.3125rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p { background-color:#ffffff;background-image:none;display:block; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { background-color: transparent; background-image: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container > .video-iframe-container { display: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container { display: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .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); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr43o0vuK4l67SOTXJgGyZzLA5py8l20 { width:1.625rem;height:4.3125rem;top:18.691668272018rem;left:9.1875007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMTBWiJZqx1vGkESCT7TZVrUNcwxhbVV { width:5.625rem;height:5.625rem;top:12.436462402344rem;left:7.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVqL9Blqb8STiLQ5kJR9fLOkMd6i8ugf { width:5.625rem;height:5.625rem;top:31.123959302902rem;left:7.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIyaqPB0ExcdH577Fbp32cDy6ZtWbPLl { width:1.625rem;height:4.375rem;top:37.311461210251rem;left:9.1875007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuGd5kvXnl2LwwghetAZoqeszJe12BCA { width:5.625rem;height:5.625rem;top:47.375014066696rem;left:7.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvIcfvGiV7XScxa6TQRb0WyiMWXWDtTP { width:5.625rem;height:5.625rem;top:63.873962402344rem;left:7.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgl2L90557vISvdyUJDOO6nHXHIwJOck { width:1.6875rem;height:4.3125rem;top:53.562512397766rem;left:9.1562507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRQuDzxKcV3c3Dfr70DsXbN9FuWlgqFB { width:1.6875rem;height:4.3125rem;top:70.062522888181rem;left:9.1562507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANzIxrBgoBrJ5K6QzssMm9zLxnKLQRe { width:14rem;height:5.90625rem;top:23.003908157349rem;left:3.0000000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nHKR9rA8JEUDu1Vnc094dNXbIadB4PV4 { width:14rem;height:3.9375rem;top:41.685938835144rem;left:3.0000000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V4WNaypcbkGUawuVwBoL0adVDyQR7RPw { width:14rem;height:3.9375rem;top:57.875000953674rem;left:3.0000000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PJNSl53xutrS4nseTOghyDTOR8yK2NnA { width:14rem;height:5.90625rem;top:74.37500190735rem;left:3.0000000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cn2HPhC5xzKi0DbRu2dhc8XAtm26z9BQ { width:15.1241875rem;height:4.06171875rem;top:88.30859375rem;left:2.4375rem;font-size:1.5625rem;box-shadow: 0rem 0rem 0.625rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #yF4ld05Lg05KdZgPCEG2easJJHzfTFQS { display:block; }
 }@media only screen and (max-width: 763px) { #KBEtNDqwyOVDIW4OdBauRTUoVNN2J3Ee { width:20rem;height:7.8rem;top:2.324990272522rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;text-shadow:0rem 0rem 0.3125rem #ffffff;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FKlpBuy1961turIV0qHy1IKeOAyqzcOw { width:19.9991875rem;height:4.125rem;top:82.748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl { background-color:#f7f7f7;background-image:none;display:block; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container { background-color: transparent; background-image: none; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container > .video-iframe-container { display: none; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row > .video-iframe-container { display: none; }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .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); }#LRn8q15uKwK9s7fxQCVuWRuQRtX8Pktl > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWXQzFnE87KGG0rkymXRVRxxTdaAPdhm { width:20rem;height:30.9296875rem;top:1.5633716583252rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdHW9hciTR3LVT8xIa4G8Dtpi21Z3rcE { width:20rem;height:3.08680625rem;top:32.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK { background-color:#ffffff;background-image:none;display:block; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container { background-color: transparent; background-image: none; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container > .video-iframe-container { display: none; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row > .video-iframe-container { display: none; }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .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); }#k0AQqlbVlDlQB3EtIt4SUzkJG2nuxGMK > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8av3g25aUBbAWTRT78OKxTzNt2U1IO8 { width:20rem;height:4.4rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOrT7wmmULXcIva71WbgsP3TgDHy2uGm { width:20rem;height:9.561625rem;top:21.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Rv4vu9T1Hi169cwaee2ypPsrbdFW0zEI { width:13.5614375rem;height:2.625rem;top:33.000001907349rem;left:3.2177084088326rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h0W18oLNiUb8wIwGJ3UKU7sTyJCFLDGH { width:11.4375rem;height:11.4375rem;top:8.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX { background-color:#272727;background-image:none;display:block; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container { background-color: transparent; background-image: none; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container > .video-iframe-container { display: none; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row > .video-iframe-container { display: none; }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .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); }#TQzuuicJI0LTvI5XdGUBSP9303TJ8KNX > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BikLUymBmkhzDw4C1bdpZEi6qlstTu0y { width:20rem;height:1.95rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH7S4uQeL5c4NKgTUm2mUfNNlTOcKiCu { width:20rem;height:1.6875rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpqhRWfiSEmesVweE45QnWrhpX3u3G0T { width:20rem;height:3.375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GunEnl92muB4m0TOJ1ss2xX5QVvRSTmR { width:20rem;height:1.6875rem;top:11.875000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X46TFRypIn702y8XxnLllD0AMLvdXbh0 { width:20rem;height:5.0625rem;top:15.125001430511rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #272727, #5b5b5b);background-image: -moz-linear-gradient(180deg, #272727, #5b5b5b);background-image: -ms-linear-gradient(180deg, #272727, #5b5b5b);background-image: -o-linear-gradient(180deg, #272727, #5b5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#5b5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#5b5b5b' );";background-image: linear-gradient(180deg, #272727, #5b5b5b);background-size:auto !important;display:block; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container { background-color: transparent; background-image: none; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container > .video-iframe-container { display: none; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row > .video-iframe-container { display: none; }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .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); }#dnWeFTBkXbT5O2pTwwQOveCqDOXeXygM > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vg4nJIoBsAPRNEUTBp5PmZIEOyaTlV7C { width:20rem;height:10.559875rem;top:2.25rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uk1w1qcOgeFoanvmbDsZAPHyQ3um1Tx7 { width:16.75rem;height:4.0625rem;top:14.000000953674rem;left:1.6250000596046rem;font-size:1.5625rem;box-shadow: 0rem 0rem 0.625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #oxoUt9xQh6ZC4qK3hxb4m0FmfOlr2Ule { display:block; }
 }@media only screen and (max-width: 763px) { #XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5b5b5b, rgba(0,0,0,0.92));background-image: -moz-linear-gradient(180deg, #5b5b5b, rgba(0,0,0,0.92));background-image: -ms-linear-gradient(180deg, #5b5b5b, rgba(0,0,0,0.92));background-image: -o-linear-gradient(180deg, #5b5b5b, rgba(0,0,0,0.92));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#ea000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#ea000000' );";background-image: linear-gradient(180deg, #5b5b5b, rgba(0,0,0,0.92));background-size:auto !important;display:block; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container { background-color: transparent; background-image: none; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container > .video-iframe-container { display: none; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row > .video-iframe-container { display: none; }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .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); }#XnKD9qrgRv7Dd5Oht2dvhnImx5VBKynU > .row .container { width:20rem;height:126.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coISoGVWDV2TKc1BUbNaA927l8W8Z1HL { width:20rem;height:41.3125rem;top:72.505859375rem;left:0rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #unUwBK564z3aP848gTb1DdL4OqMZ9byu { width:15rem;height:1.575rem;top:102.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Bpfu3STGd36R369Q274XdkvXLAFGMz { width:16.6875rem;height:0;top:101.5rem;left:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHizfGtMfK5dc1VimF3Kl1LWJAeNMMq { width:10.25rem;height:16rem;top:76.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAV9aN6lbHXygdNvVQKsMPOqDg7lnkmU { width:18.75rem;height:1.95rem;top:92.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkZVU6QAfbSTze7MgARaaoFKq432LyNM { width:20rem;height:8.4479375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQsDvOLioPmtxTFewl53WFcnteBZnsvm { width:20rem;height:3.25rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhgRs0s5NPzCxgJ36bfGBCCHKKNixBSc { width:6.9375rem;height:8.937875rem;top:94.8125rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwDSLt7nSOl0I2qr6CEB86NOnfytt48 { width:3.25rem;height:3.25rem;top:96.0625rem;left:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0hOQwsa7ZSb2T2uTdJT4HHNxDVJIwX { width:3.25rem;height:3.25rem;top:96.0625rem;left:13.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CafUTzSZotTXTX3ayXkSfe8hQH81HW3O { width:13.25rem;height:3.6875rem;top:112.0625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EID7b36gNz8e9DBzBSznsxBDt6pUHp2H { display:block; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI { display:flex;width:9rem;height:5.0625rem;top:16.25rem;left:4.9375002980232rem; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #nKDEJEbqydBe4Sis51XBJTPhaCy4Crtl { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #yU5w57hahPwPRu9QHmct1uySE8QkSTXH {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #rFA07RTttegwBdegDKbafrCP4deK4fwb {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #ueCbHBqELmgQT5IzO0DHGurob9cpACfV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #HhasN70QQNdzSKVIKfXTCzkftbdge3WC {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #zVt6CvCNi6ttSbrBnPFpnBZgdDTRFf1U {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #PKEx4HZWymZ9zZ84o57p4S9ufUaBHqO4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #mL3nkHX3h3J62vuDfRZ8Tqbkq8P9gqlE {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #cANpTDrxZodlzv6egTNteTuHsT73LJ4e {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #HPTu2u5xNxvmbL0U9lczaNoeUZ6XFWTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #BJ66yeZcCWi5UgE8tFe2FVBkfI9Ilbmh {  }
 }@media only screen and (max-width: 763px) { #SwyvXrcS41JdkqbpA0dVm3fTrJkIrhAI #q13J80PZNrP9ALgUfL4PHzi8CJuIgTgo {  }
 }@media only screen and (max-width: 763px) { #QlIcBfLcqOcfcifoeDe9TskqlJ05JuyT { width:14.5625rem;height:2.7625rem;top:108.75rem;left:2.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFVIN14ofwQVm4ALULw09afCPcdKNykU { width:18.75rem;height:1.95rem;top:94.13671875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwOZMKPLA6hVTfawl1P0vxr8iQO2sPi { width:7rem;height:7rem;top:84.625rem;left:2.1250000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NqqDkpA6uCmxO9AxurnIJzCg8BmIZ0i6 { width:16.9375rem;height:3rem;top:105.125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFvGT2GWSbo7r4bNwVJZfddDhxPdXXvV { width:19rem;height:43.875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu7Z3J6CoEa7swpMSVNF6xtBTEQE772v { width:13.25rem;height:3.6875rem;top:67.0625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GPKqkfgQOkrEkXG8lReFb5ZdcWNyrB { display:block; }
 }@media only screen and (max-width: 763px) { #pFRbNJO3mK591Pet2pmTlutPJILuMUPa { width:15rem;height:2.59895625rem;top:63.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAK5vFmqMcZduWVshWCeFM0aakkVudS2 { width:17.25rem;height:2.7rem;top:60.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV7tO3wiHBTh4qL8rBqhtbCxEvgMZ4nk { width:7rem;height:9.34375rem;top:49.5rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZ3688pQInpe1CxTumeoNCFWk1EoPPP { width:16.6875rem;height:0;top:56.9375rem;left:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd39EnpFJnPQ9d4yoT9JeeuPte2UWEIQ { width:3.3125rem;height:2.6003875rem;top:51.5rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW3iuV7BkDKKLc3OxahietoeREsV8fC3 { width:3.3125rem;height:2.6003875rem;top:51.5rem;left:14.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #creo3kxC2P1O4atTBggFwGXiB2s9gqh3 { width:14.5625rem;height:1.95rem;top:48.75rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwp6VtZN0cyI3w6dCZmEFz2TzqzV6l6O { width:15.0625rem;height:1.65rem;top:58rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnBXlNmzSLnkp7wxLwCwLahHiQDHchC { width:17.1875rem;height:1.95rem;top:46.86328125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmtTI55df2wSWKKF8TncwkoO0TCFT2Tn { width:6.25rem;height:6.25rem;top:39.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNgSC9FELEVf4OPIb2x3tkDt0BMTZ6d5 { width:12.25rem;height:18.9375rem;top:27.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L68TdzsV5lTet5CfJLZVTxUrJTWHgcMK { width:10rem;height:2.4375rem;top:25.5625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJNy3JJcdM7UuNaAfE6PHVPGQXBLf4S { width:10.125rem;height:15.0625rem;top:30.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCS58c97U0J4fM6sWt8B1tU46qW1RtwK { width:10rem;height:2.4375rem;top:73.8125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyV2Hd3Q1zCOdvTH1iCo9BTCFt6MCepU { width:19.9984375rem;height:6.9664375rem;top:118.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKUTeWnOp2RFQt4i2NQpkuXTDzRvF7KU { width:8.8125rem;height:1.225rem;top:24.1875rem;left:11.187500536442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8nCmOuQ66PFoh2Hz9twUcWa26DicVzU { width:16.5rem;height:0.125rem;top:76.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRuwJlIQFJXLcU5G43IwLVGifLTMO8ds { width:16.5rem;height:0.125rem;top:27.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvqA8gBIiTBVEkaDiCu1zDT9yrfUfCgg { width:9rem;height:1.375rem;top:24.1875rem;left:11.000000536442rem;background-color:#ff0700;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uFNL89evILoPPTSxmn7pMMb5RmZLzJAV { display:block; }#uFNL89evILoPPTSxmn7pMMb5RmZLzJAV > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyDr5D75qqAFkZUeso70lW0hbfUnaeaa { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA03ByucxMQR70EcZ0BAn6iLaTASm77Z { width:20rem;height:11.875rem;top:84.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVCBmvpCwyMG41toS6I3Iz3ggdInuWgP { width:19.0625rem;height:3.575rem;top:91.1875rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBUXNT3Z6789Uamfcerv6a1cX9OGxqiD { width:19.625rem;height:4.75rem;top:84.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jewp5v1MrKe5VyDyaedroohfTLmTUr2F { width:17.25rem;height:1.7875rem;top:86.375rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEypvtD3lWX6tbUU5XvBL1aKbl1fu4u { width:20rem;height:13.875rem;top:7.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB00fELn7Wd9To6GpkRDhmI6KnTE59Mm { width:19.375rem;height:7.15rem;top:13.6875rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsRebuN3RDnJma78ZeJ4THR5g0NcOd8 { width:19.625rem;height:5.8125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpVqMbpRA3DRKuAOkOTP6OTkVVvz3rfw { width:20rem;height:5.3625rem;top:7.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUZHKA0gcXFGdP4c33gVbW8UbuxERsq7 { width:20rem;height:13.6875rem;top:26.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZT1ZhJMEeEIFTsCyOmEs32OnVmqs4oM { width:20rem;height:5.3625rem;top:32.875rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9y7M3JFMb4KtlT1ir3Zn9iy7G0o6kaS { width:19.625rem;height:5.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3RUBSTT7mqSMMi5hp5Er7nGuFz9lg9 { width:20rem;height:5.3625rem;top:25.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoNkxBBAZTrOIFEz3pV9f48AZNlgSR7J { width:20rem;height:20.0625rem;top:43.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNeQ1T4Iwm1ccmJLKohU2tfTUsTe0NBo { width:19.625rem;height:12.5113125rem;top:49.9375rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTQPky3lslXeCtQCl97PO2zQQlR9Ela { width:19.625rem;height:4.75rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6H982itIRsodplt6zXF77tODvBsnD0X { width:20rem;height:3.575rem;top:44.5625rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPz3duSkeESeb3IuKbVdOIHkNMzvOohM { width:20rem;height:11.75rem;top:69.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlBv9IRSngBV9TkXqzBdREpxhcs5C1op { width:19.25rem;height:7.15rem;top:73.25rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7hyBfhnNuhBHXAduvgpWQdNIsSQuBu { width:19.625rem;height:4.0625rem;top:68rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Mm4exR0fX37RkBHKzP1JNcIi3BTgaH { width:20rem;height:3.575rem;top:68.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 { display:block; }#n0sflTvWKmT0pruMzNOSF0cKLTstRgM5 > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnBanNs7LA9U54ITNBy6aqM4K3NU1II { width:20rem;height:8.3984375rem;top:9.591064453125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKXdoTOcTbSFTKDRPFuNfG2zyhSO0lJ1 { width:18.49975rem;height:20.2986rem;top:18.585815429688rem;left:0.7489013671875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0lFam3fnkRWhmRLOgCJgVKNb6LTFU6b { width:18.999625rem;height:4.1870125rem;top:40.41259765625rem;left:0.4986572265625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frUr2bEtASZTLhxqFGr8yLTGa0yqysWJ { display:block; }
 }@media only screen and (max-width: 763px) { #KNdIpkf1ozgBQZ4bcwO8OfDbw9Btb06Q { width:2.24975625rem;height:2.24975625rem;top:41.381225585938rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuoKfRqBq86ulcDAydDTQFbHmKIb1DVf { width:2.24975625rem;height:2.24975625rem;top:41.318725585938rem;left:16.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFiMLEVIi7EuNoKEs29Dch1fRFzcXApU { width:5.87463125rem;height:5.87463125rem;top:2.2491455078125rem;left:7.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtSoKEbKuoHEdtMTFl9NwyFRtdSKnOK { width:20rem;height:3.5rem;top:44.599609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5mFLtP04rdNXXaUU8BRBa6kty8WxyS { width:17.999875rem;height:2.24975625rem;top:48.936767578125rem;left:0.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo { background-color:#000000;background-image:none;display:block; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container { background-color: transparent; background-image: none; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container > .video-iframe-container { display: none; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row > .video-iframe-container { display: none; }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .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); }#a7awN5t8H3eFBh4Fw9TldQyCF8bz8Ogo > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrxqbgZSSfNT0NqbZQWWhyGgAlfQIcPc { width:20rem;height:3.5rem;top:38.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zue3ibVreD9rLUuvb9VWIXlaqlRLlPSp { width:14.8125rem;height:5.25rem;top:9.4375rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeZkQJH72pHwOFIutKMvLe2mR03TSf7t { width:13.5605625rem;height:8.75rem;top:16.5rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZ3SnWGUUw68MckdVf9cJzxBgWQhtQty { width:20rem;height:1.796875rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrO2T5TCkg8vNh5cDZwte7MGr3kgfxCd { width:16.125rem;height:4.375rem;top:2.4625000953674rem;left:1.9375000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oQc22P4k3hbTr5vXTMfhDSp9Pq4KdcBF { width:13.875rem;height:8.75rem;top:27.375rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nffdzMzptLf0JAy0Hl3PqkKbFApCtGPH { width:20rem;height:2.7986125rem;top:57.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhArX84kg3cEN01iuERkV0x6tOc9c2Q2 { width:9.875rem;height:9.875rem;top:43.1875rem;left:5.0625rem;overflow:hidden;display:block; }
 }