.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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 { 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;z-index:auto;display:block; }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row .container { background-color: transparent; background-image: none; }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row .container > .video-iframe-container { display: none; }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row > .video-iframe-container { display: none; }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .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); }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row .container { border-width: 0; border-radius: 0; }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row .container { font-size:14px;font-family:"open sans";height:170px;width:1200px;position:relative;display:block; }#GAE4cGXO3ANPUwAwSJByvQ1w99x9clIK { 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:90px;width:272px;top:0px;left:48px;overflow:hidden;display:block; }
#Xq57tm9ckaC9iGJ3Qdgs1J6WPwIRn73p { color:#000000;display:block;width:482px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:53px;left:697px;height:23.4px;text-align:center;text-align-last:center;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; }
#Uum7sQS4tdeO4m2D8spTmdwIHVhDNhlH { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:180px;top:453px;left:120px;display:none; }
#yyvdKmiPS9Q5Cd6oRcAQJ1MT0IIlIzcg { color:#d57c12;display:block;width:482px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:100px;left:697px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#557931;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; }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row .container { background-color: transparent; background-image: none; }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row .container > .video-iframe-container { display: none; }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row > .video-iframe-container { display: none; }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .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); }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row .container { border-width: 0; border-radius: 0; }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row .container { font-size:14px;font-family:"open sans";height:16px;width:1200px;position:relative;display:block; }#w0Ssg0RmCyv0wADkXzGqH62tsTwUzM8R { color:#ffffff;display:block;width:135px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5px;left:293px;height:24px;display:none; }
#GQiVdnmgkL6500othHhQdEATh4pZF06h { position:relative;display:block; }#GQiVdnmgkL6500othHhQdEATh4pZF06h { background-color: transparent; background-image: none; }#GQiVdnmgkL6500othHhQdEATh4pZF06h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container > .video-iframe-container { display: none; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row > .video-iframe-container { display: none; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .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); }#GQiVdnmgkL6500othHhQdEATh4pZF06h { border-width: 0; border-radius: 0; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:201px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#opm4K82okHAFiQ5TaCf2HTSIDmxPsHhA { color:#000000;display:block;width:607px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:88px;left:246.5px;height:25.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TWepbkIp4VbicGTs8a8xt75PfmBH2IEG { color:#cf1122;display:block;width:931px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:23px;left:84.5px;height:36px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmFsVMzUORZT2st76uvGS7hfPeTZC8NO { color:#000000;display:block;width:730px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:113px;left:185px;height:25.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#557931;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; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container { background-color: transparent; background-image: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container > .video-iframe-container { display: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row > .video-iframe-container { display: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .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); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container { border-width: 0; border-radius: 0; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container { font-size:14px;font-family:"open sans";height:16px;width:1200px;position:relative;display:block; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT { 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; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container { background-color: transparent; background-image: none; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container > .video-iframe-container { display: none; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row > .video-iframe-container { display: none; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .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); }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container { border-width: 0; border-radius: 0; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container { font-size:14px;font-family:"open sans";height:549px;width:1200px;position:relative;display:block; }#sUz5fhhpQTHML4pz1LCyJp5TqKGeg0On { color:#cf1122;display:block;width:645px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:46.5px;left:458.5px;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;display:block; }
#aS7PRb7FpiDQzpg7WN0n4FboBI7maNTr { color:#000000;display:block;width:716px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:130px;left:459px;height:259.5px;display:block; }#aS7PRb7FpiDQzpg7WN0n4FboBI7maNTr li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#aS7PRb7FpiDQzpg7WN0n4FboBI7maNTr li:before{  }
#sXXRbGAoib0XTqH2sMpQHplOmWpNWG0N { color:#000000;display:block;width:716px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:101px;left:459px;height:25.5px;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; }
#tN7pEC7zNOWX9GCRyWqzyc2ZBbVFAmGq { color:#000000;display:block;width:742px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:435px;left:458.00003051758px;height:76.5px;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; }
#c6gTcg8dfMInvo4idgBT7AFHa9ckRsMz { 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:281px;width:375px;top:101px;left:0px;overflow:hidden;display:block; }
#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#557931;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; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container { background-color: transparent; background-image: none; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container > .video-iframe-container { display: none; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row > .video-iframe-container { display: none; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .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); }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container { border-width: 0; border-radius: 0; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container { font-size:14px;font-family:"open sans";height:62px;width:1200px;position:relative;display:block; }#gcIBguk5eIbCGrLbircI8675FTQlmSdq { color:#cf1122;display:block;width:608px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31.2px;top:15.5px;left:322px;display:block; }
#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav { 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; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container { background-color: transparent; background-image: none; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container > .video-iframe-container { display: none; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row > .video-iframe-container { display: none; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .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); }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container { border-width: 0; border-radius: 0; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container { font-size:14px;font-family:"open sans";height:543px;width:1200px;position:relative;display:block; }#tfWTxuvcJGpvTeUpn2iq0Tas2eM1G0xQ { position:absolute;display:block;z-index:15000;height:521px;width:1127px;top:11px;left:43.5px;display:block; }
#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b5b5b5;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; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container { background-color: transparent; background-image: none; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container > .video-iframe-container { display: none; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row > .video-iframe-container { display: none; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .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); }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container { border-width: 0; border-radius: 0; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container { font-size:14px;font-family:"open sans";height:385px;width:1200px;position:relative;display:block; }#tGkK8w5AzANlLaKBWHPL1HBhzaTWMtoK { color:#4d4d4d;display:block;width:255px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31px;left:472.5px;height:31.2px;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; }
#dWEE2MuVFBFQuGExWF9ZTWcX3ou3eDlN { color:#4d4d4d;display:block;width:398px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:42.5px;left:1px;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;text-align:center;text-align-last:center;display:block; }
#psKbofDp4xqCXAuT80n3Wwva4iyzvgoG { color:#000000;display:block;width:253px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:107.5px;left:473.5px;height:;text-align:justify;text-align-last:initial;display:block; }#psKbofDp4xqCXAuT80n3Wwva4iyzvgoG li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#psKbofDp4xqCXAuT80n3Wwva4iyzvgoG li:before{  }
#omzXiK6t51gvVsb8OT4ypLFr5B8x69r2 { color:#000000;display:block;width:334px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:94.699996948242px;left:33px;height:54.5625px;display:block; }
#gda5kfdzzthPdDwcL1RNSyLGi3BR5c3u { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:248px;left:40px;height:62.3907px;text-align:center;text-align-last:center;display:block; }
#cTcoxEomiy9AO6VEliIuQd67ldqybfOP { position:absolute;display:block;z-index:15007;height:159px;width:284px;top:71.100006103516px;left:858.00003051758px;display:block; }
#qmLr7zx6gi80gsw6NBx5o3p2DTT33fuu { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:212.10000610352px;left:40px;height:26px;text-align:center;text-align-last:center;display:block; }
#bXUyri6kTNygSGUvHZW9oiQOVmN220Ac { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:328px;left:484.5px;height:20.8px;font-style:normal;display:block; }
#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#363839;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; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container { background-color: transparent; background-image: none; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container > .video-iframe-container { display: none; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row > .video-iframe-container { display: none; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .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); }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container { border-width: 0; border-radius: 0; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container { font-size:14px;font-family:"open sans";height:204px;width:1200px;position:relative;display:block; }#OGPg3V42E0y6AwVArQVCwZpZnm6vQgfW { color:#fdfdfd;display:block;width:668px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:44px;left:266px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#Wqg74qcHyPNpa0dfrmFk05OfDdlvcTTe { background-color:#557931;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:109px;left:460px;display:block; }
#wp3kzWk85w2kQ9vssqSOaIylOwTmu8w6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ngg9QGwxK3u97fc8npbLMf2THkwpdCX9 { color:#ffffff;display:block;width:70px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:175px;left:50px;height:15.6px;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 { display:block; }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GAE4cGXO3ANPUwAwSJByvQ1w99x9clIK { width:272px;height:90px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xq57tm9ckaC9iGJ3Qdgs1J6WPwIRn73p { width:379px;height:19.5px;top:55px;left:382px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #Uum7sQS4tdeO4m2D8spTmdwIHVhDNhlH { width:200px;height:180px;top:453px;left:11px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #yyvdKmiPS9Q5Cd6oRcAQJ1MT0IIlIzcg { width:348px;height:33.8px;top:98.5px;left:399px;font-size:26px;color:#0a765e;display:block; }
 }@media only screen and (max-width: 1199px) { #tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr { display:block; }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w0Ssg0RmCyv0wADkXzGqH62tsTwUzM8R { width:156px;height:26px;top:9px;left:67px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #GQiVdnmgkL6500othHhQdEATh4pZF06h { display:block; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container { width:764px;height:163px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #opm4K82okHAFiQ5TaCf2HTSIDmxPsHhA { width:579px;height:24px;top:79px;left:72px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #TWepbkIp4VbicGTs8a8xt75PfmBH2IEG { width:490px;height:26px;top:26px;left:116.5px;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gmFsVMzUORZT2st76uvGS7hfPeTZC8NO { width:598px;height:24px;top:122px;left:62.5px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #HJnXXKUX73gdCzEayTVCSiuidKZgnSNr { background-color:#557931;background-image:none;display:block; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container { background-color: transparent; background-image: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container > .video-iframe-container { display: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row > .video-iframe-container { display: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .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); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container { width:764px;height:15px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wvFEAT7csCakIpDagPZzLdblFeePLmsT { display:block; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container { width:764px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sUz5fhhpQTHML4pz1LCyJp5TqKGeg0On { width:377px;height:28.6px;top:37.5px;left:382px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aS7PRb7FpiDQzpg7WN0n4FboBI7maNTr { width:349px;height:345px;top:158px;left:398.5px;font-size:15px;display:block; }#aS7PRb7FpiDQzpg7WN0n4FboBI7maNTr li:before{  }
 }@media only screen and (max-width: 1199px) { #sXXRbGAoib0XTqH2sMpQHplOmWpNWG0N { width:343px;height:22.5px;top:102px;left:401.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #tN7pEC7zNOWX9GCRyWqzyc2ZBbVFAmGq { width:343px;height:135px;top:439px;left:19.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #c6gTcg8dfMInvo4idgBT7AFHa9ckRsMz { width:375px;height:281px;top:101px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO { display:block; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container { width:764px;height:14px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gcIBguk5eIbCGrLbircI8675FTQlmSdq { width:565px;height:28.6px;top:26px;left:130px;font-size:22px;color:#cf1122;display:block; }
 }@media only screen and (max-width: 1199px) { #BBAfPAvoBSN1fUh645i6AWKfRgmHbMav { display:block; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container { width:764px;height:608px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tfWTxuvcJGpvTeUpn2iq0Tas2eM1G0xQ { width:764px;height:521px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ksTQQl8N1MQDGmkbBJzABk05sthQfJoD { display:block; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tGkK8w5AzANlLaKBWHPL1HBhzaTWMtoK { width:175px;height:62.375px;top:16px;left:39.828125px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dWEE2MuVFBFQuGExWF9ZTWcX3ou3eDlN { width:226px;height:62.375px;top:16px;left:269px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #psKbofDp4xqCXAuT80n3Wwva4iyzvgoG { width:213px;height:149.781px;top:140.79376220703px;left:20.831249237061px;font-size:16px;display:block; }#psKbofDp4xqCXAuT80n3Wwva4iyzvgoG li:before{  }
 }@media only screen and (max-width: 1199px) { #omzXiK6t51gvVsb8OT4ypLFr5B8x69r2 { width:236px;height:54.5625px;top:111px;left:264.00000572205px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #gda5kfdzzthPdDwcL1RNSyLGi3BR5c3u { width:257px;height:62.3907px;top:78.393768310547px;left:507.00003623962px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #cTcoxEomiy9AO6VEliIuQd67ldqybfOP { width:205px;height:114px;top:207.10000610352px;left:534.16251182556px;display:block; }
 }@media only screen and (max-width: 1199px) { #qmLr7zx6gi80gsw6NBx5o3p2DTT33fuu { width:255px;height:31.2px;top:16px;left:509.00003623962px;font-size:24px;text-align:center;text-align-last:center;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 1199px) { #bXUyri6kTNygSGUvHZW9oiQOVmN220Ac { width:200px;height:20.8px;top:296.59375px;left:282.00000572205px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi { display:block; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container { width:764px;height:197px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OGPg3V42E0y6AwVArQVCwZpZnm6vQgfW { width:587px;height:41.6px;top:37px;left:100px;font-size:32px;display:block; }
 }@media only screen and (max-width: 1199px) { #Wqg74qcHyPNpa0dfrmFk05OfDdlvcTTe { width:280px;height:55px;top:109px;left:242px;display:block; }
 }@media only screen and (max-width: 1199px) { #wp3kzWk85w2kQ9vssqSOaIylOwTmu8w6 { display:block; }
 }@media only screen and (max-width: 1199px) { #Ngg9QGwxK3u97fc8npbLMf2THkwpdCX9 { width:70px;height:15.6px;top:167px;left:9px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#OHHQAfLNg0XquLNhnsQbxSCD2JnvXI62 > .row .container { width:320px;height:158px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAE4cGXO3ANPUwAwSJByvQ1w99x9clIK { width:215px;height:71px;top:0px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Xq57tm9ckaC9iGJ3Qdgs1J6WPwIRn73p { width:320px;height:19.5px;top:88.5px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uum7sQS4tdeO4m2D8spTmdwIHVhDNhlH { top:453px;left:71px;width:200px;height:0;z-index:15004;text-align:right;text-align-last:right;line-height:1.7;font-size:20px;color:#4d4d4d;display:none; }
 }@media only screen and (max-width: 763px) { #yyvdKmiPS9Q5Cd6oRcAQJ1MT0IIlIzcg { width:320px;height:28.6px;top:118px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr { display:none; }#tUcbTFzgDT3VorSLsMk6EtEnulu8r0Sr > .row .container { width:320px;height:266px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w0Ssg0RmCyv0wADkXzGqH62tsTwUzM8R { width:156px;height:26px;top:25px;left:63px;font-size:20px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GQiVdnmgkL6500othHhQdEATh4pZF06h { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container { background-color: transparent; background-image: none; }#GQiVdnmgkL6500othHhQdEATh4pZF06h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container > .video-iframe-container { display: none; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row > .video-iframe-container { display: none; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .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); }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container { border-width: 0; border-radius: 0; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQiVdnmgkL6500othHhQdEATh4pZF06h > .row .container { width:320px;height:430px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opm4K82okHAFiQ5TaCf2HTSIDmxPsHhA { width:312px;height:48px;top:275px;left:0px;font-size:16px;text-align:center;text-align-last:center;color:#1a1e1d;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #TWepbkIp4VbicGTs8a8xt75PfmBH2IEG { width:320px;height:52px;top:206px;left:0px;font-size:20px;text-align:center;text-align-last:center;color:#04750d;font-family:arial;line-height:1.3;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-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gmFsVMzUORZT2st76uvGS7hfPeTZC8NO { width:320px;height:48px;top:338px;left:0px;font-size:16px;text-align:center;text-align-last:center;color:#1a1e1d;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #HJnXXKUX73gdCzEayTVCSiuidKZgnSNr { background-color:#557931;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container { background-color: transparent; background-image: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container > .video-iframe-container { display: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row > .video-iframe-container { display: none; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .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); }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container { border-width: 0; border-radius: 0; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJnXXKUX73gdCzEayTVCSiuidKZgnSNr > .row .container { width:320px;height:22px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvFEAT7csCakIpDagPZzLdblFeePLmsT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container { background-color: transparent; background-image: none; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container > .video-iframe-container { display: none; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row > .video-iframe-container { display: none; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .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); }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container { border-width: 0; border-radius: 0; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvFEAT7csCakIpDagPZzLdblFeePLmsT > .row .container { width:320px;height:1145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUz5fhhpQTHML4pz1LCyJp5TqKGeg0On { width:320px;height:26px;top:64px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aS7PRb7FpiDQzpg7WN0n4FboBI7maNTr { width:320px;height:366px;top:175px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#aS7PRb7FpiDQzpg7WN0n4FboBI7maNTr li:before{  }
 }@media only screen and (max-width: 763px) { #sXXRbGAoib0XTqH2sMpQHplOmWpNWG0N { width:320px;height:24px;top:122px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tN7pEC7zNOWX9GCRyWqzyc2ZBbVFAmGq { width:320px;height:144px;top:917px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6gTcg8dfMInvo4idgBT7AFHa9ckRsMz { width:320px;height:239.78666666667px;top:615.60000610352px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO { background-color:#557931;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container { background-color: transparent; background-image: none; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container > .video-iframe-container { display: none; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row > .video-iframe-container { display: none; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .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); }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container { border-width: 0; border-radius: 0; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRZo5vpnsvfvk4OJE3uiTst88ZTZWIxO > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcIBguk5eIbCGrLbircI8675FTQlmSdq { top:12px;left:0px;width:318px;height:57.2px;z-index:15004;color:#04750d;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBAfPAvoBSN1fUh645i6AWKfRgmHbMav { background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container { background-color: transparent; background-image: none; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container > .video-iframe-container { display: none; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row > .video-iframe-container { display: none; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .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); }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container { border-width: 0; border-radius: 0; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBAfPAvoBSN1fUh645i6AWKfRgmHbMav > .row .container { width:320px;height:703px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfWTxuvcJGpvTeUpn2iq0Tas2eM1G0xQ { width:320px;height:458px;top:136px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ksTQQl8N1MQDGmkbBJzABk05sthQfJoD { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container { background-color: transparent; background-image: none; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container > .video-iframe-container { display: none; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row > .video-iframe-container { display: none; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .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); }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container { border-width: 0; border-radius: 0; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksTQQl8N1MQDGmkbBJzABk05sthQfJoD > .row .container { width:320px;height:1118px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGkK8w5AzANlLaKBWHPL1HBhzaTWMtoK { width:255px;height:31.2px;top:247.99998474121px;left:32.500001907349px;font-size:24px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dWEE2MuVFBFQuGExWF9ZTWcX3ou3eDlN { width:320px;height:31.2px;top:59px;left:0px;font-size:24px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #psKbofDp4xqCXAuT80n3Wwva4iyzvgoG { width:215px;height:149.781px;top:301.40000534058px;left:52.499998092651px;font-size:16px;text-align:left;text-align-last:left;display:block; }#psKbofDp4xqCXAuT80n3Wwva4iyzvgoG li:before{  }
 }@media only screen and (max-width: 763px) { #omzXiK6t51gvVsb8OT4ypLFr5B8x69r2 { width:320px;height:72px;top:115.39999389648px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gda5kfdzzthPdDwcL1RNSyLGi3BR5c3u { width:320px;height:62.3907px;top:591.00001525879px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTcoxEomiy9AO6VEliIuQd67ldqybfOP { width:320px;height:184px;top:784px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qmLr7zx6gi80gsw6NBx5o3p2DTT33fuu { width:320px;height:26px;top:543.00001525879px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXUyri6kTNygSGUvHZW9oiQOVmN220Ac { width:200px;height:20.8px;top:708.00001144409px;left:59.999998092651px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi { background-color:#363839;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container { background-color: transparent; background-image: none; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container > .video-iframe-container { display: none; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row > .video-iframe-container { display: none; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .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); }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container { border-width: 0; border-radius: 0; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrXlWtIWoblvP9XUMGDzcz1RSxW8x0mi > .row .container { width:320px;height:167px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGPg3V42E0y6AwVArQVCwZpZnm6vQgfW { width:320px;height:23.4px;top:20px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wqg74qcHyPNpa0dfrmFk05OfDdlvcTTe { width:280px;height:55px;top:57px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wp3kzWk85w2kQ9vssqSOaIylOwTmu8w6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ngg9QGwxK3u97fc8npbLMf2THkwpdCX9 { width:70px;height:15.6px;top:132px;left:125px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }