.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:url("https://images.assets-landingi.com/5DD7-L4A4Uw/unsplash/drew-beamer-5DD7-L4A4Uw-photo-1530543787849-128d94430c6b.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000817; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000817; }#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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a60000;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; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#ElXVF7f2L3t8dAiCCD9kxXOpm8AMxScH { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:126px;width:126px;top:0px;left:70.1171875px;overflow:hidden;display:block; }
#IWkz5EMiDdbvTulbXU07VXU3kEMWX6Bu { color:#ffffff;display:block;width:200px;position:absolute;font-family:oswald;font-size:21px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:55px;left:877.5px;height:27.2969px;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a60000;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:14px;font-family:arial;height:714px;width:1200px;position:relative;display:block; }#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { z-index:15003;top:438px;left:261px;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;box-sizing:border-box;color:#a60000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:57px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qf0Nfkg8wxTr8qAPgS1FH3CLlegcdcbK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h2hycyoWChQBO3TWyt13adxZEeRzbKkK { color:#ffffff;display:block;width:536px;position:absolute;font-family:"roboto condensed";font-size:32px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:245px;left:126px;height:153.594px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vfk0igNaUeo8KZ4vvTxZXmJXrqncd6Oo { color:#ffffff;display:block;width:688px;position:absolute;font-family:"roboto condensed";font-size:64px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:5px 2px 3px rgba(0,0,0,0.5);top:85px;left:126px;height:64px;font-style:italic;display:block; }
#xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { color:#ffffff;display:block;width:603px;position:absolute;font-family:"roboto condensed";font-size:39px;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:166px;left:126px;height:39px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OeUl4ya9vsQckdgy4QqtoONgm04GCXX0 { position:absolute;display:block;z-index:15034;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;height:456px;width:745px;top:205px;left:525.78947368421px;overflow:hidden;display:block; }
#dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a60000;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; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { background-color: transparent; background-image: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container > .video-iframe-container { display: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container { display: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .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); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { border-width: 0; border-radius: 0; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { font-size:14px;font-family:arial;height:980px;width:1200px;position:relative;display:block; }#PILfDM9SoPs8LJT78xu6kB7qLNoTm8ad { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:55.9922px;width:43.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:58px;left:0px; }
#yOuSw474Va6ITx0BKAx4KNei518LfJNc { color:#ffffff;display:block;width:457.992px;position:absolute;font-family:"roboto condensed";font-size:42px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:65px;left:71px;height:42px;font-style:normal;display:block; }
#upQfHUiCzpUyUgONfWFXbEstFBHxMpnX { color:#ffffff;display:block;width:378.996px;position:absolute;font-family:"roboto condensed";font-size:36px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:127px;left:75px;height:36px;font-style:normal;display:block; }
#OS7kKLTta7hgbaJDwxqI2InsXRTDNyAl { color:#ffffff;display:block;width:477.996px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:336.24609375px;left:75px;height:61.5938px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jq9260M84PNcMCrkvBQTucvHOE9J1nzP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:72.9961px;width:75px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:263.25px;left:0px; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:#ffffff;display:block;width:507px;position:absolute;font-family:"roboto condensed";font-size:42px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:278.7421875px;left:75px;height:42px;font-style:normal;display:block; }
#Jdt8HHu1RUNt6oTCtUQiDhpKZSTaEV1n { position:absolute;display:block;z-index:15049;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:81px;width:81px;top:579px;left:54px;display:block; }
#WJTokCPvWOatImQlL0UxrVw81q9If3pk { position:absolute;display:block;z-index:15044;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:81px;width:81px;top:413px;left:56px;display:block; }
#L7NIQbsAa7LC0qGmmzpikyH3cBT4kLrg { box-sizing:content-box;color:#000000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:599px;left:75px;display:block; }
#tzZSP2d9DBCZSFTsRSStqftF8vXA6rJL { position:absolute;display:block;z-index:15042;background-color:#ffffff;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:124px;width:460px;top:612px;left:87px;display:block; }
#WURTUo9wNiw1nHnkkrRtSDHtTtuiV2wV { position:absolute;display:block;z-index:15037;background-color:#ffffff;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:131px;width:460px;top:430px;left:87px;display:block; }
#k20QBem5tlV5o4x1lAZuA4xoXqc0XM52 { position:absolute;display:block;z-index:15045;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;height:34px;width:38px;top:442px;left:81px;overflow:hidden;display:block; }
#XbCqWaZzVrJLLWsDzW5pdo6MmWbKwGFt { color:#a60000;display:block;width:348px;position:absolute;font-family:"roboto condensed";font-size:16px;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:658px;left:151px;height:62.3906px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d78p4oD1n70585eSazOkCHJCB36VFCxL { color:#a60000;display:block;width:346px;position:absolute;font-family:"roboto condensed";font-size:26px;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:623px;left:152px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CmLX5l9AdpZZlV1RO4QSoDZchFcdZm8a { color:#a60000;display:block;width:357px;position:absolute;font-family:"roboto condensed";font-size:16px;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:482px;left:153px;height:62.3906px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CLBiA0rZAEghxkdyLNpNW68VmUANkG5c { color:#a60000;display:block;width:350px;position:absolute;font-family:"roboto condensed";font-size:26px;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:447px;left:154px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfBpBg7T0vXq49vclFg8nVKrwBidM7qr { position:absolute;display:block;z-index:15054;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #000000;border-left:4px solid #000000;border-right:4px solid #000000;border-bottom:4px solid #000000;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:81px;width:81px;top:745px;left:55px;display:block; }
#XTD8n6Ba5FiDhIRQ6W5COUAUNED0mgHl { position:absolute;display:block;z-index:15047;background-color:#ffffff;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:134px;width:460px;top:782px;left:87px;display:block; }
#ZOyuCouUcMF6G1llTPIf5DstzGZItHKH { position:absolute;display:block;z-index:15055;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;height:48px;width:60px;top:760px;left:69px;overflow:hidden;display:block; }
#AFiWiEITk9LvKRiHc3F1m4UaFX5MXM6B { color:#a60000;display:block;width:345px;position:absolute;font-family:"roboto condensed";font-size:26px;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:799px;left:145px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DEFrsuwMBWkFuzMxySEJUNi054U9v3Rm { color:#a60000;display:block;width:347px;position:absolute;font-family:"roboto condensed";font-size:16px;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:833px;left:145px;height:62.3906px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qdiPbAMcZZFGPSCSODNoITuVQtBIzuuz { color:#e6ab5b;display:block;width:507px;position:absolute;font-family:oswald;font-size:42px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:82.5px;left:94px;height:42px;font-style:normal;display:none; }
#LyzawSHDguai1LF2ISNwZS3fW3N8DbSw { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#T5GStxXy06TL9gAqXs4RvFfqVzv96u4n { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#Ss5acf0yeMqR1KJm3bVOJ1SnLeFZ9Ty1 { color:#ffffff;display:block;width:204px;position:absolute;font-family:oswald;font-size:16px;font-weight:300;z-index:15051;line-height:1.7;letter-spacing:0;top:661px;left:345px;height:27.1875px;font-style:normal;text-align:right;text-align-last:right;display:none; }
#lVbtKpiSWivOe3kALJz9ETdbGMF4P4AC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:56px;width:56px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:65px;left:614px; }
#pHtCZvLucAHBbA41B3ClWJsbv6gSQXAQ { color:#ffffff;display:block;width:457.98px;position:absolute;font-family:"roboto condensed";font-size:42px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:65px;left:693px;height:42px;font-style:normal;display:block; }
#HqLWFdApOFMUiKaV6WdCpnyfSqLI5LTF { color:#ffffff;display:block;width:378.984px;position:absolute;font-family:"roboto condensed";font-size:36px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:127px;left:693px;height:36px;font-style:normal;display:block; }
#JJ63f26WWuip4dvQ852VEIZi1d8IT3sG { color:#ffffff;display:block;width:364px;position:absolute;font-family:"roboto condensed";font-size:11px;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:187px;left:693px;height:28.5938px;display:block; }
#l8K5ctIXJTJZPHoQ9tiG9sIoSpGE0ecq { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#SWJm199ozv8mUuHbG0Lpusldy8wshe47 { position:absolute;display:block;z-index:15060;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;height:613px;width:732px;top:320.7421875px;left:466px;overflow:hidden;display:block; }
#fPT82XJhauurtiSnK3TlzBnwGRPzHvKZ { position:absolute;display:block;z-index:15052;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:1200px;top:933.7421875px;left:0px;display:block; }
#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a60000;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; }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row .container { background-color: transparent; background-image: none; }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row .container > .video-iframe-container { display: none; }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row > .video-iframe-container { display: none; }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .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); }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row .container { border-width: 0; border-radius: 0; }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row .container { font-size:14px;font-family:arial;height:651px;width:1200px;position:relative;display:block; }#ZWVrKqGKIXrBa4sJzCD3H7Db9xBQUDMc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:29.734375px;left:316.7421875px; }
#dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { color:#ffffff;display:block;width:507px;position:absolute;font-family:"roboto condensed";font-size:42px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:33.734375px;left:374px;height:42px;font-style:normal;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-form-header {  }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:16px;font-weight:300;color:#ffffff;width:434px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:2.1; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:434px;box-sizing:border-box;height:43px;color:#ffffff;font-size:14px;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-textarea { border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:434px;box-sizing:border-box;height:70px;color:#ffffff;font-size:14px;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:434px;box-sizing:border-box;height:40px;color:#000000;font-family:oswald;font-size:18px;overflow:hidden; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:108px;margin-bottom:4px;margin-left:108px;display:block;box-sizing:border-box;font-size:26px;font-weight:bold;color:#a60000;width:217px;height:69px;font-family:oswald;overflow:hidden;line-height:1.6; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:oswald;font-size:20px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:oswald;font-size:20px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:oswald;font-size:20px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:oswald;font-size:20px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:oswald;line-height:1.3;font-size:15px;font-weight:300;color:#ffffff;vertical-align:top;width:411px;overflow:hidden;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:roboto;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container { padding-top:14px;padding-right:0;padding-bottom:13px;padding-left:0;width:100%;font-size:0;height:auto; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container:first-of-type{padding-top:0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container:last-of-type{padding-bottom:0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:434px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:110.03125px;left:333.984375px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:434px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-info-text { display:block;height:auto;font-family:roboto;font-size:12px;line-height:1.3;font-weight:300;color:#015bab;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:434px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:110.03125px;left:333.984375px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o { position:relative;z-index:2; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr { position:relative; }
#t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP { position:relative; }
#rgRuk4HUZyFwkwwZdgtD1UmpkN2Thh1P { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a60000;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; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container { background-color: transparent; background-image: none; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container > .video-iframe-container { display: none; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row > .video-iframe-container { display: none; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .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); }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container { border-width: 0; border-radius: 0; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container { font-size:14px;font-family:arial;height:714px;width:1200px;position:relative;display:block; }#PM5ozmySHo7MsBLAU6kAEr6SmQrqVxTT { z-index:15003;top:351px;left:253px;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;box-sizing:border-box;color:#a60000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:57px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GgZ012I6I2md9dU6PnnzTrTacxIT2Loe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#n4MiKWePFTPReWbveyxuimwTRJC30MaU { color:#ffffff;display:block;width:536px;position:absolute;font-family:"roboto condensed";font-size:32px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:245px;left:126px;height:76.7969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHwHpzumXE8HtTD6hAbrOTxKwt07hNPX { color:#ffffff;display:block;width:688px;position:absolute;font-family:"roboto condensed";font-size:64px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:5px 2px 3px rgba(0,0,0,0.5);top:85px;left:126px;height:64px;font-style:italic;display:block; }
#LGeQ1qL1GA0tKbBULprhKgAtnEv5PsTM { color:#ffffff;display:block;width:603px;position:absolute;font-family:"roboto condensed";font-size:39px;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:166px;left:126px;height:39px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XMgHsk9cP8KnV36kmtXaGGk5afXi7is3 { position:absolute;display:block;z-index:15034;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;height:518px;width:835px;top:85px;left:365px;overflow:hidden;display:block; }
#F67nV0WU9oqnkFbRlQWFzxW0xCZiBSwW { color:#000000;display:block;width:227px;position:absolute;font-family:oswald;font-size:24px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:36.8125px;left:915px;height:26.3906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#iMCxICcQ5EoZL5imzPkMUnfLydUaeOVz { position:absolute;display:block;z-index:15050;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;height:238px;width:284px;top:685px;left:889px;overflow:hidden;display:block; }
#JUqtUuZ5Ospw1HsvR7nVeMKwmopR9C2C { position:absolute;display:block;z-index:15050;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:1200px;top:0px;left:0px;display:block; }
#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,8,23,0.45);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; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { background-color: transparent; background-image: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .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); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { border-width: 0; border-radius: 0; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { font-size:14px;font-family:arial;height:428px;width:1200px;position:relative;display:block; }#HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { color:#ffffff;display:block;width:211px;position:absolute;font-family:oswald;font-size:14px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:381.6875px;left:960px;height:22.4062px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#FW3kNBOi0OyZvKFgwaLIdSfH3erE4M2d { position:absolute;display:block;z-index:15045;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;height:76px;width:206px;top:55.578125px;left:83px;overflow:hidden;display:block; }
#iBcAThp07xTcu34L1alC9Id382fqGLzy { color:#ffffff;display:block;width:369px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:97.171875px;left:415.5px;height:54.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXRfH4v2xpOVBbrhv06b9R1NoPae2rBS { color:#ffffff;display:block;width:369px;position:absolute;font-family:oswald;font-size:26px;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:55.578125px;left:415.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcZMuFdCIxt7FrZLBruIqbNfvpgprMoT { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:84px;width:269px;top:210.6875px;left:478px;overflow:hidden;display:block; }
#yha4xBxuA4vdT3iVN1GPcfAMebrf3WNz { color:#ffffff;display:block;width:394px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:315.1796875px;left:403px;height:56.0859px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VUt76buXVeL4apf2PKkoDZbrhBL8HkFZ { position:absolute;display:block;z-index:15048;background-color:#e88d2c;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:300px;top:177px;left:463.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXVF7f2L3t8dAiCCD9kxXOpm8AMxScH { top:0px;left:0px;width:126px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #IWkz5EMiDdbvTulbXU07VXU3kEMWX6Bu { top:55px;left:564px;width:200px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { top:438px;left:43px;width:225px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #qf0Nfkg8wxTr8qAPgS1FH3CLlegcdcbK { display:block; }
 }@media only screen and (max-width: 763px) { #h2hycyoWChQBO3TWyt13adxZEeRzbKkK { top:245px;left:0px;width:536px;height:153px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #vfk0igNaUeo8KZ4vvTxZXmJXrqncd6Oo { top:85px;left:0px;width:688px;height:64px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { top:166px;left:0px;width:603px;height:39px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #OeUl4ya9vsQckdgy4QqtoONgm04GCXX0 { top:205px;left:19px;width:745px;height:456px;display:block; }
 }@media only screen and (max-width: 763px) { #dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { top:41px;left:0px;width:285px;height:103px;font-size:43px;display:none; }
 }@media only screen and (max-width: 763px) { #hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe { display:block; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PILfDM9SoPs8LJT78xu6kB7qLNoTm8ad { top:58px;left:0px;width:43px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #yOuSw474Va6ITx0BKAx4KNei518LfJNc { top:65px;left:0px;width:457px;height:42px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #upQfHUiCzpUyUgONfWFXbEstFBHxMpnX { top:127px;left:0px;width:378px;height:36px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #OS7kKLTta7hgbaJDwxqI2InsXRTDNyAl { top:336px;left:0px;width:477px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9260M84PNcMCrkvBQTucvHOE9J1nzP { top:263px;left:0px;width:75px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:278px;left:0px;width:507px;height:42px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Jdt8HHu1RUNt6oTCtUQiDhpKZSTaEV1n { top:579px;left:0px;width:81px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #WJTokCPvWOatImQlL0UxrVw81q9If3pk { top:413px;left:0px;width:81px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #L7NIQbsAa7LC0qGmmzpikyH3cBT4kLrg { top:599px;left:0px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #tzZSP2d9DBCZSFTsRSStqftF8vXA6rJL { top:612px;left:0px;width:459px;height:123px;display:block; }
 }@media only screen and (max-width: 763px) { #WURTUo9wNiw1nHnkkrRtSDHtTtuiV2wV { top:430px;left:0px;width:459px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #k20QBem5tlV5o4x1lAZuA4xoXqc0XM52 { top:442px;left:0px;width:37px;height:33.108261695822px;display:block; }
 }@media only screen and (max-width: 763px) { #XbCqWaZzVrJLLWsDzW5pdo6MmWbKwGFt { top:658px;left:34px;width:348px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d78p4oD1n70585eSazOkCHJCB36VFCxL { top:623px;left:37px;width:345px;height:26px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #CmLX5l9AdpZZlV1RO4QSoDZchFcdZm8a { top:482px;left:25px;width:357px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CLBiA0rZAEghxkdyLNpNW68VmUANkG5c { top:447px;left:33px;width:349px;height:26px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TfBpBg7T0vXq49vclFg8nVKrwBidM7qr { top:745px;left:0px;width:81px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #XTD8n6Ba5FiDhIRQ6W5COUAUNED0mgHl { top:782px;left:0px;width:459px;height:133px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyuCouUcMF6G1llTPIf5DstzGZItHKH { top:760px;left:0px;width:60px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #AFiWiEITk9LvKRiHc3F1m4UaFX5MXM6B { top:799px;left:36px;width:345px;height:26px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DEFrsuwMBWkFuzMxySEJUNi054U9v3Rm { top:833px;left:35px;width:347px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qdiPbAMcZZFGPSCSODNoITuVQtBIzuuz { top:82px;left:0px;width:507px;height:42px;font-size:42px;display:none; }
 }@media only screen and (max-width: 763px) { #LyzawSHDguai1LF2ISNwZS3fW3N8DbSw { top:114px;left:0px;width:285px;height:117px;font-size:44px;display:none; }
 }@media only screen and (max-width: 763px) { #T5GStxXy06TL9gAqXs4RvFfqVzv96u4n { top:377px;left:0px;width:285px;height:193px;font-size:44px;display:none; }
 }@media only screen and (max-width: 763px) { #Ss5acf0yeMqR1KJm3bVOJ1SnLeFZ9Ty1 { top:1154px;left:0px;width:280px;height:48px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #lVbtKpiSWivOe3kALJz9ETdbGMF4P4AC { top:65px;left:382px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #pHtCZvLucAHBbA41B3ClWJsbv6gSQXAQ { top:65px;left:307px;width:457px;height:42px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #HqLWFdApOFMUiKaV6WdCpnyfSqLI5LTF { top:127px;left:382px;width:378px;height:36px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #JJ63f26WWuip4dvQ852VEIZi1d8IT3sG { top:187px;left:382px;width:364px;height:28px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #l8K5ctIXJTJZPHoQ9tiG9sIoSpGE0ecq { top:596px;left:0px;width:285px;height:145px;font-size:44px;display:none; }
 }@media only screen and (max-width: 763px) { #SWJm199ozv8mUuHbG0Lpusldy8wshe47 { top:320px;left:0px;width:732px;height:613px;display:block; }
 }@media only screen and (max-width: 763px) { #fPT82XJhauurtiSnK3TlzBnwGRPzHvKZ { top:933px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #XbUgCHiqSqHGOPXiVvixtCa01p73yX9I { display:block; }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWVrKqGKIXrBa4sJzCD3H7Db9xBQUDMc { top:29px;left:98.7421875px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { top:33px;left:156px;width:507px;height:42px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-textarea { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-button { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-checkbox-label { width:235px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { width:258px;height:auto;top:298px;left:428px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { width:258px;height:auto;top:298px;left:428px; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr {  }
 }@media only screen and (max-width: 763px) { #t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP {  }
 }@media only screen and (max-width: 763px) { #rgRuk4HUZyFwkwwZdgtD1UmpkN2Thh1P { top:1388px;left:0px;width:285px;height:96px;font-size:44px;display:none; }
 }@media only screen and (max-width: 763px) { #b2isE9ZMxD2063RxKmCKNoWPbXaaekhA { display:block; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM5ozmySHo7MsBLAU6kAEr6SmQrqVxTT { top:351px;left:35px;width:225px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #GgZ012I6I2md9dU6PnnzTrTacxIT2Loe { display:block; }
 }@media only screen and (max-width: 763px) { #n4MiKWePFTPReWbveyxuimwTRJC30MaU { top:245px;left:0px;width:536px;height:76px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #JHwHpzumXE8HtTD6hAbrOTxKwt07hNPX { top:85px;left:0px;width:688px;height:64px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #LGeQ1qL1GA0tKbBULprhKgAtnEv5PsTM { top:166px;left:0px;width:603px;height:39px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #XMgHsk9cP8KnV36kmtXaGGk5afXi7is3 { top:85px;left:0px;width:764px;height:473.95449101796px;display:block; }
 }@media only screen and (max-width: 763px) { #F67nV0WU9oqnkFbRlQWFzxW0xCZiBSwW { top:41px;left:0px;width:285px;height:103px;font-size:43px;display:none; }
 }@media only screen and (max-width: 763px) { #iMCxICcQ5EoZL5imzPkMUnfLydUaeOVz { top:685px;left:480px;width:284px;height:238px;display:block; }
 }@media only screen and (max-width: 763px) { #JUqtUuZ5Ospw1HsvR7nVeMKwmopR9C2C { top:0px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { display:block; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { top:381px;left:553px;width:211px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { display:none; }
 }@media only screen and (max-width: 763px) { #FW3kNBOi0OyZvKFgwaLIdSfH3erE4M2d { top:55px;left:0px;width:206px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #iBcAThp07xTcu34L1alC9Id382fqGLzy { top:97px;left:197.5px;width:369px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fXRfH4v2xpOVBbrhv06b9R1NoPae2rBS { top:55px;left:197.5px;width:369px;height:41px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #fcZMuFdCIxt7FrZLBruIqbNfvpgprMoT { top:210px;left:260px;width:269px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #yha4xBxuA4vdT3iVN1GPcfAMebrf3WNz { top:315px;left:185px;width:394px;height:56px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VUt76buXVeL4apf2PKkoDZbrhBL8HkFZ { top:177px;left:245.5px;width:300px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Q59Td843/rekrutacja_dsa_investment_wysokie.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:transparent;background-image:none;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:320px;height:272px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXVF7f2L3t8dAiCCD9kxXOpm8AMxScH { width:123px;height:123px;top:21px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IWkz5EMiDdbvTulbXU07VXU3kEMWX6Bu { width:200px;height:27.2969px;top:153px;left:60px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:#a60000;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:320px;height:812px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { top:481.359375px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #qf0Nfkg8wxTr8qAPgS1FH3CLlegcdcbK { display:block; }
 }@media only screen and (max-width: 763px) { #h2hycyoWChQBO3TWyt13adxZEeRzbKkK { width:320px;height:161.992px;top:570.09375px;left:0px;font-size:27px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vfk0igNaUeo8KZ4vvTxZXmJXrqncd6Oo { width:320px;height:auto;top:85px;left:0px;font-size:32px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { width:320px;height:64px;top:162.359375px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeUl4ya9vsQckdgy4QqtoONgm04GCXX0 { width:320px;height:198px;top:225.36458333333px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { width:285px;height:103.188px;top:41px;left:17.5px;font-size:43px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;z-index:15003;font-weight:700;font-style:italic;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe { background-color:#a60000;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; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { background-color: transparent; background-image: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container > .video-iframe-container { display: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container { display: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .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); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { border-width: 0; border-radius: 0; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { width:320px;height:2146px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PILfDM9SoPs8LJT78xu6kB7qLNoTm8ad { display:flex;width:55px;height:63px;top:257px;left:132.5px; }
 }@media only screen and (max-width: 763px) { #yOuSw474Va6ITx0BKAx4KNei518LfJNc { width:320px;height:auto;top:65px;left:0px;font-size:32px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #upQfHUiCzpUyUgONfWFXbEstFBHxMpnX { width:320px;height:auto;top:127px;left:0px;font-size:32px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #OS7kKLTta7hgbaJDwxqI2InsXRTDNyAl { width:320px;height:50.3906px;top:1576.6171875px;left:0px;font-size:21px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Jq9260M84PNcMCrkvBQTucvHOE9J1nzP { display:flex;width:75px;height:73px;top:43px;left:122.5px; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:320px;height:0;top:285.109375px;left:0px;font-size:53px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #Jdt8HHu1RUNt6oTCtUQiDhpKZSTaEV1n { width:81px;height:81px;top:1407px;left:114.5px;display:block; }
 }@media only screen and (max-width: 763px) { #WJTokCPvWOatImQlL0UxrVw81q9If3pk { width:81px;height:81px;top:1168.5px;left:114.5px;display:block; }
 }@media only screen and (max-width: 763px) { #L7NIQbsAa7LC0qGmmzpikyH3cBT4kLrg { width:50px;height:50px;top:1427.5px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tzZSP2d9DBCZSFTsRSStqftF8vXA6rJL { width:320px;height:191px;top:1461px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WURTUo9wNiw1nHnkkrRtSDHtTtuiV2wV { width:320px;height:152px;top:1230px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k20QBem5tlV5o4x1lAZuA4xoXqc0XM52 { width:38px;height:34px;top:1197px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #XbCqWaZzVrJLLWsDzW5pdo6MmWbKwGFt { width:311px;height:78px;top:1562.8046875px;left:4.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d78p4oD1n70585eSazOkCHJCB36VFCxL { width:320px;height:52px;top:1498px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmLX5l9AdpZZlV1RO4QSoDZchFcdZm8a { width:320px;height:78px;top:1295px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLBiA0rZAEghxkdyLNpNW68VmUANkG5c { width:320px;height:26px;top:1259.5px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfBpBg7T0vXq49vclFg8nVKrwBidM7qr { width:81px;height:81px;top:1706px;left:115.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XTD8n6Ba5FiDhIRQ6W5COUAUNED0mgHl { width:320px;height:157px;top:1752px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyuCouUcMF6G1llTPIf5DstzGZItHKH { width:54px;height:44px;top:1728.5px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #AFiWiEITk9LvKRiHc3F1m4UaFX5MXM6B { width:320px;height:26px;top:1795px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEFrsuwMBWkFuzMxySEJUNi054U9v3Rm { width:320px;height:58.5px;top:1834px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdiPbAMcZZFGPSCSODNoITuVQtBIzuuz { width:320px;height:0;top:101px;left:22.5px;font-size:53px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #LyzawSHDguai1LF2ISNwZS3fW3N8DbSw { width:285px;height:96.7969px;top:116px;left:25px;font-size:44px;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;z-index:15004;font-weight:700;font-style:normal;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #T5GStxXy06TL9gAqXs4RvFfqVzv96u4n { width:285px;height:193.594px;top:332px;left:17.5px;font-size:44px;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;z-index:15005;font-weight:700;font-style:normal;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #Ss5acf0yeMqR1KJm3bVOJ1SnLeFZ9Ty1 { width:280px;height:48px;top:536.59375px;left:20px;font-size:24px;text-align:center;text-align-last:center;color:#ffffff;z-index:15052;line-height:1;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #lVbtKpiSWivOe3kALJz9ETdbGMF4P4AC { display:flex;width:65px;height:65px;top:636px;left:127.5px; }
 }@media only screen and (max-width: 763px) { #pHtCZvLucAHBbA41B3ClWJsbv6gSQXAQ { width:320px;height:auto;top:65px;left:0px;font-size:32px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #HqLWFdApOFMUiKaV6WdCpnyfSqLI5LTF { width:320px;height:auto;top:127px;left:0px;font-size:32px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #JJ63f26WWuip4dvQ852VEIZi1d8IT3sG { width:320px;height:28.5938px;top:880px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8K5ctIXJTJZPHoQ9tiG9sIoSpGE0ecq { width:285px;height:145.195px;top:713px;left:17.5px;font-size:44px;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;z-index:15006;font-weight:700;font-style:normal;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #SWJm199ozv8mUuHbG0Lpusldy8wshe47 { width:320px;height:267.977px;top:963.015625px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fPT82XJhauurtiSnK3TlzBnwGRPzHvKZ { width:2px;height:2px;top:2142.9765625px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #XbUgCHiqSqHGOPXiVvixtCa01p73yX9I { display:block; }#XbUgCHiqSqHGOPXiVvixtCa01p73yX9I > .row .container { width:320px;height:822px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWVrKqGKIXrBa4sJzCD3H7Db9xBQUDMc { display:flex;width:50px;height:50px;top:30px;left:135px; }
 }@media only screen and (max-width: 763px) { #dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { width:320px;height:auto;top:33px;left:0px;font-size:32px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-button { width:196px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:42px;font-size:20px;overflow:hidden;text-align:center;text-align-last:center;background-color:#ffffff;background-image:none; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { width:280px;height:auto;top:254.28125px;left:0px; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { width:280px;height:auto;top:254.28125px;left:0px; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr {  }
 }@media only screen and (max-width: 763px) { #t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP {  }
 }@media only screen and (max-width: 763px) { #rgRuk4HUZyFwkwwZdgtD1UmpkN2Thh1P { width:285px;height:96.7969px;top:116.0234375px;left:17.5px;font-size:44px;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;z-index:15006;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b2isE9ZMxD2063RxKmCKNoWPbXaaekhA { background-color:#a60000;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; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container { background-color: transparent; background-image: none; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container > .video-iframe-container { display: none; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row > .video-iframe-container { display: none; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .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); }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container { border-width: 0; border-radius: 0; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2isE9ZMxD2063RxKmCKNoWPbXaaekhA > .row .container { width:320px;height:929px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM5ozmySHo7MsBLAU6kAEr6SmQrqVxTT { top:573.890625px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GgZ012I6I2md9dU6PnnzTrTacxIT2Loe { display:block; }
 }@media only screen and (max-width: 763px) { #n4MiKWePFTPReWbveyxuimwTRJC30MaU { width:320px;height:64.7969px;top:462.09375px;left:0px;font-size:27px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JHwHpzumXE8HtTD6hAbrOTxKwt07hNPX { width:320px;height:auto;top:85px;left:0px;font-size:32px;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #LGeQ1qL1GA0tKbBULprhKgAtnEv5PsTM { width:320px;height:32px;top:162.359375px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMgHsk9cP8KnV36kmtXaGGk5afXi7is3 { width:320px;height:198px;top:225.36458333333px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #F67nV0WU9oqnkFbRlQWFzxW0xCZiBSwW { width:285px;height:103.188px;top:41px;left:17.5px;font-size:43px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;z-index:15003;font-weight:700;font-style:italic;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #iMCxICcQ5EoZL5imzPkMUnfLydUaeOVz { width:284px;height:238px;top:648.890625px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JUqtUuZ5Ospw1HsvR7nVeMKwmopR9C2C { width:320px;height:3px;top:18.890625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { position:relative;z-index:auto;background-color:#030321;background-image:none;display:block; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { background-color: transparent; background-image: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .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); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { width:320px;height:601px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { width:320px;height:22.3984px;top:492.375px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { top:387px;left:60px;width:200px;height:54px;z-index:15033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FW3kNBOi0OyZvKFgwaLIdSfH3erE4M2d { width:129px;height:47px;top:80px;left:95.5px;display:block; }
 }@media only screen and (max-width: 763px) { #iBcAThp07xTcu34L1alC9Id382fqGLzy { width:320px;height:33.5938px;top:222px;left:0px;font-size:14px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fXRfH4v2xpOVBbrhv06b9R1NoPae2rBS { width:320px;height:31.1953px;top:151px;left:0px;font-size:26px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fcZMuFdCIxt7FrZLBruIqbNfvpgprMoT { width:125px;height:41px;top:347px;left:97.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yha4xBxuA4vdT3iVN1GPcfAMebrf3WNz { width:320px;height:50.3906px;top:408.3984375px;left:0px;font-size:14px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUt76buXVeL4apf2PKkoDZbrhBL8HkFZ { width:200px;height:3px;top:303.75px;left:60px;display:block; }
 }