.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:#9d1717;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ff0000;display:block;width:71.1875rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.490234375rem;left:1.90625rem;height:1.70631875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { background-color:#ff5f00;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:5.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.3125rem;left:8.03125rem;display:none; }
#yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { box-sizing:content-box;height:220rem;width:67.125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.4375rem;left:3.9375rem;display:block; }
#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { background-color:#201d1e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { background-color: transparent; background-image: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .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); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { border-width: 0; border-radius: 0; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { color:#131212;display:block;width:54.4375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:10.28125rem;height:5.84990625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { background-color:#ff5f00;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:5.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.3125rem;left:8.03125rem;display:none; }
#vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVtGlAzT9cFG86iyg8N9TB1DTBQmERvm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.75rem;width:54.75rem;top:9.34375rem;left:10.125rem;display:block; }
#ITfkTt3TxDWHnweTAexExssMwnbxt56D { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;font-style:normal;display:none; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:before{  }
#Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#a7LraRm946ELyEZqtZt2M84xTP3UTw9f { position:absolute;display:block;z-index:15076;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:27rem;width:18.625rem;top:54.3125rem;left:7.25rem;overflow:hidden;display:none; }
#yUXohJbZTIMPl1ybufRBA2dLFmolvfX0 { position:absolute;display:block;z-index:15077;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:26.9375rem;width:21.875rem;top:54.375rem;left:27.0625rem;overflow:hidden;display:none; }
#IAgC7odLTHe30dx258bG0FbbOBX6rfh8 { position:absolute;display:block;z-index:15078;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:27rem;width:17.375rem;top:54.3125rem;left:50.375rem;overflow:hidden;display:none; }
#XrX8fwV7xVnpmbhy2vry1of5FUyAOne1 { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container { background-color: transparent; background-image: none; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container > .video-iframe-container { display: none; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row > .video-iframe-container { display: none; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .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); }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container { border-width: 0; border-radius: 0; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container { font-size:0.875rem;font-family:arial;height:180.1875rem;width:75rem;position:relative;display:block; }#JTRgTuLt0FVoZCP1x6Anq5CO8X4HtcdA { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IdNt8Xvw2CJpJloAO7TWyBxK0A7ctkFU { background-color:#2cbe23;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:oswald;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6869375rem;height:4.999275rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:167.05513381958rem;left:9.4357643127444rem;display:block; }
#shOTLCMiR5vusfyrmNUP73LnbDsFJ8Jl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNhs3c525IZmBRGDtkcKqVnBiO866xLm { position:absolute;display:block;z-index:15076;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:27rem;width:18.625rem;top:95.875rem;left:7.25rem;overflow:hidden;display:block; }
#eKKLZkP9s05ZdUmUkd0DOqTtx8wx72Is { position:absolute;display:block;z-index:15077;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:26.9375rem;width:21.875rem;top:95.9375rem;left:27.0625rem;overflow:hidden;display:block; }
#EcbJHV7EZyk19fG9hiFpXZTFCxyQRfkk { position:absolute;display:block;z-index:15078;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:27rem;width:17.375rem;top:95.875rem;left:50.375rem;overflow:hidden;display:block; }
#br3OnrXH0TCVanuNDbnlA1CqD58Rlat5 { position:absolute;display:block;z-index:15079;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:23.25rem;width:59.8125rem;top:125.9375rem;left:7.125rem;overflow:hidden;display:block; }
#yzns5BRd45i4HGOymK3x5gl0iHf1MLQl { position:absolute;display:block;z-index:15080;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:15rem;width:46.875rem;top:132.1875rem;left:20.0625rem;overflow:hidden;display:block; }
#AMphl4qn5eFJKpUSb0CsxGEDoGHnxb73 { box-sizing:content-box;height:16.625rem;width:48.625rem;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:none;top:131.4375rem;left:19.25rem;display:block; }
#bzx8Ro8HVEUZ3qXT4ekx1sPCoxX5Mq1d { color:#000000;display:block;width:64.5625rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.41);top:150.0625rem;left:5.1875rem;height:8.44616875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AttxTwkPeiCZ80JOzEDfTO60pgIw0yK8 { color:#000000;display:block;width:17.74975rem;position:absolute;font-family:oswald;font-size:1.8125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.41);top:161.74951171875rem;left:28.624523162842rem;height:4.71209375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xyKzt5orHMOoT0JqnP93n5V29uxgN0yk { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.41);top:172.6875rem;left:10.625rem;height:2.7618625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ngg6PobXr9W56EXF5oBmp1ME3MFtfmvh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.9996875rem;width:58.8745rem;top:60.186359405517rem;left:8.561195373535rem;display:block; }
#bQMwuwrhdEsRJ3UL7IQATgQOez5xOSqC { display:block;width:8.5605rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:165.4375rem;left:33.25rem;height:1.62435rem;color:#303031;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Kb28kVSaQtyAZrJ5DNvxnpCy69HiVvv4 { background-color:#ff8f00;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:oswald;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6869375rem;height:4.99855625rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:167.0544128418rem;left:38.668979644776rem;display:block; }
#nT9fo9yDbUCiOEsyfoaiNiwGMJ55kTsC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:47.75rem;height:;top:0.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { width:28.5rem;height:5.5625rem;top:29.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block; }
 }@media only screen and (max-width: 763px) { #gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { width:20rem;height:;top:0.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { top:3.4375rem;left:0rem;width:47.75rem;height:220rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { display:block; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { width:28.5rem;height:5.5625rem;top:29.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block; }
 }@media only screen and (max-width: 763px) { #SVtGlAzT9cFG86iyg8N9TB1DTBQmERvm { top:9.3125rem;left:0rem;width:47.75rem;height:26.818493150685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfkTt3TxDWHnweTAexExssMwnbxt56D { width:19.0625rem;height:;top:18.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { width:20rem;height:;top:2.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #myqoX0mZr10gGtJWpCRrXw5fwBxHQanc { width:19.0625rem;height:;top:39.8125rem;left:0rem;font-size:1.0625rem;display:none; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:before{  }
 }@media only screen and (max-width: 763px) { #Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { width:19.0625rem;height:;top:125.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7LraRm946ELyEZqtZt2M84xTP3UTw9f { top:54.3125rem;left:0rem;width:18.625rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUXohJbZTIMPl1ybufRBA2dLFmolvfX0 { top:54.375rem;left:13.4375rem;width:21.875rem;height:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAgC7odLTHe30dx258bG0FbbOBX6rfh8 { top:54.3125rem;left:30.375rem;width:17.375rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrX8fwV7xVnpmbhy2vry1of5FUyAOne1 { width:19.0625rem;height:;top:54rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu { display:block; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTRgTuLt0FVoZCP1x6Anq5CO8X4HtcdA { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdNt8Xvw2CJpJloAO7TWyBxK0A7ctkFU { width:26.625rem;height:4.9375rem;top:167rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shOTLCMiR5vusfyrmNUP73LnbDsFJ8Jl { display:block; }
 }@media only screen and (max-width: 763px) { #cNhs3c525IZmBRGDtkcKqVnBiO866xLm { top:95.875rem;left:0rem;width:18.5625rem;height:26.909349150154rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKKLZkP9s05ZdUmUkd0DOqTtx8wx72Is { top:95.9375rem;left:13.4375rem;width:21.875rem;height:26.936875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcbJHV7EZyk19fG9hiFpXZTFCxyQRfkk { top:95.875rem;left:30.4375rem;width:17.3125rem;height:26.902863360852rem;display:block; }
 }@media only screen and (max-width: 763px) { #br3OnrXH0TCVanuNDbnlA1CqD58Rlat5 { top:125.9375rem;left:0rem;width:47.75rem;height:18.560884521501rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzns5BRd45i4HGOymK3x5gl0iHf1MLQl { top:132.1875rem;left:0.875rem;width:46.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMphl4qn5eFJKpUSb0CsxGEDoGHnxb73 { top:131.4375rem;left:0rem;width:47.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzx8Ro8HVEUZ3qXT4ekx1sPCoxX5Mq1d { top:150.0625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AttxTwkPeiCZ80JOzEDfTO60pgIw0yK8 { top:161.6875rem;left:14.999523162842rem;width:17.6875rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyKzt5orHMOoT0JqnP93n5V29uxgN0yk { top:172.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngg6PobXr9W56EXF5oBmp1ME3MFtfmvh { top:60.125rem;left:0rem;width:47.75rem;height:26.764305057793rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQMwuwrhdEsRJ3UL7IQATgQOez5xOSqC { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kb28kVSaQtyAZrJ5DNvxnpCy69HiVvv4 { width:26.625rem;height:4.9375rem;top:167rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT9fo9yDbUCiOEsyfoaiNiwGMJ55kTsC { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:#8d1019;background-image:none;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:19.9359375rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { width:16.4375rem;height:4.75rem;top:27.125rem;left:3.5625rem;font-size:1.3125rem;z-index:15008;font-family:oswald;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block; }
 }@media only screen and (max-width: 763px) { #gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { width:20rem;height:2.62586875rem;top:0.62109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { width:20rem;height:25.375rem;top:297.18487930298rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { background-color:#ffffff;background-image:none;display:block; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { background-color: transparent; background-image: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .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); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { width:20rem;height:140.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { width:19.9355625rem;height:0;top:2.13671875rem;left:0.0644375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { width:16.4375rem;height:4.75rem;top:29.3125rem;left:3.5625rem;font-size:1.3125rem;z-index:15008;font-family:oswald;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block; }
 }@media only screen and (max-width: 763px) { #SVtGlAzT9cFG86iyg8N9TB1DTBQmERvm { height:11.1856875rem;width:20rem;top:7.8385410308837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfkTt3TxDWHnweTAexExssMwnbxt56D { width:19.0625rem;height:18.556125rem;top:19.776203155517rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#201d1e;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { width:19.6231875rem;height:5.625rem;top:1.0270180702209rem;left:0.37679040431976rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#191717;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #myqoX0mZr10gGtJWpCRrXw5fwBxHQanc { width:19.0625rem;height:13.6841875rem;top:40.249836921692rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#201d1e;z-index:15009;display:block; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:before{  }
 }@media only screen and (max-width: 763px) { #Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { width:19.0625rem;height:15.1823125rem;top:61.248371124267rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#201d1e;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #a7LraRm946ELyEZqtZt2M84xTP3UTw9f { width:20rem;height:28.9998125rem;top:110.7079875rem;left:0rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #yUXohJbZTIMPl1ybufRBA2dLFmolvfX0 { width:20rem;height:24.749625rem;top:107.81013298034rem;left:0rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #IAgC7odLTHe30dx258bG0FbbOBX6rfh8 { width:20rem;height:31.1246875rem;top:78.3333rem;left:0rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #XrX8fwV7xVnpmbhy2vry1of5FUyAOne1 { width:19.0625rem;height:5.34505rem;top:54.874677658081rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#201d1e;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu { background-color:#ffffff;background-image:none;display:block; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container { background-color: transparent; background-image: none; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container > .video-iframe-container { display: none; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row > .video-iframe-container { display: none; }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .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); }#hWmCQlcOubmXNvsqd3CXTafCTr1ifOqu > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTRgTuLt0FVoZCP1x6Anq5CO8X4HtcdA { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#201d1e;display:none; }
 }@media only screen and (max-width: 763px) { #IdNt8Xvw2CJpJloAO7TWyBxK0A7ctkFU { width:18.811875rem;height:4.4995125rem;top:32.23955625rem;left:0.5625rem;font-size:0.8125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shOTLCMiR5vusfyrmNUP73LnbDsFJ8Jl { display:block; }
 }@media only screen and (max-width: 763px) { #cNhs3c525IZmBRGDtkcKqVnBiO866xLm { width:18.625rem;height:27rem;top:63.0625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKKLZkP9s05ZdUmUkd0DOqTtx8wx72Is { width:20rem;height:24.627625rem;top:91.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcbJHV7EZyk19fG9hiFpXZTFCxyQRfkk { width:17.3745rem;height:26.999875rem;top:94.627136230469rem;left:1.3121448159218rem;display:none; }
 }@media only screen and (max-width: 763px) { #br3OnrXH0TCVanuNDbnlA1CqD58Rlat5 { width:20rem;height:7.7734375rem;top:145.440125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzns5BRd45i4HGOymK3x5gl0iHf1MLQl { width:20rem;height:6.39975rem;top:151.690125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMphl4qn5eFJKpUSb0CsxGEDoGHnxb73 { width:20rem;height:16.625rem;top:150.91929675293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzx8Ro8HVEUZ3qXT4ekx1sPCoxX5Mq1d { width:19.8746875rem;height:8.7717rem;top:15.011394500733rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AttxTwkPeiCZ80JOzEDfTO60pgIw0yK8 { width:17.749rem;height:4.71209375rem;top:25.030109405517rem;left:1.1246744394302rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyKzt5orHMOoT0JqnP93n5V29uxgN0yk { width:19.99925rem;height:6.09085625rem;top:42.738718032837rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ngg6PobXr9W56EXF5oBmp1ME3MFtfmvh { height:11.210125rem;width:20rem;top:0.56233406066894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQMwuwrhdEsRJ3UL7IQATgQOez5xOSqC { width:12.8125rem;height:1.29964375rem;top:11.771647453308rem;left:3.5937498807907rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Kb28kVSaQtyAZrJ5DNvxnpCy69HiVvv4 { width:16.8120625rem;height:4.31206875rem;top:37.391494750976rem;left:1.5914353132248rem;font-size:0.8125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT9fo9yDbUCiOEsyfoaiNiwGMJ55kTsC { display:block; }
 }