.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:#262833;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27c522e7-c86b-4506-87e2-0297a6861aa8/Kochsgade21B2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.adaptive-delivery-prevent-bg, #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.lazyload, #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.lazyloading { background-image: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { background-color: transparent; background-image: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container > .video-iframe-container { display: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container { display: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .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); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { border-width: 0; border-radius: 0; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:block; }#btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:106px;top:23px;left:15px;overflow:hidden;display:block; }
#aqDN9ETccOTkxQ072Bzx12fJhRFHI9dW { color:#ffffff;display:block;width:487px;position:absolute;font-family:"dm serif display";font-size:30px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:31.5px;left:157px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: 2px 2px 3px rgba(11,36,90,0.25) ;height:87px;width:140px;top:0px;left:0px;display:block; }
#FVS4mf9zExl9RTto2WTfetTGtHLJ8dHa { position:absolute;display:block;z-index:14998;background-color:rgba(38,40,51,0.37);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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;height:75px;width:479px;top:13px;left:131px;display:block; }
#oPkxSXo1ZAPM4OVNclX4OJMIJ9y8daCr { background-color:#edc661;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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;box-sizing:border-box;color:#262833;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"be vietnam pro";font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:45px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13px;left:920px;display:block; }
#Pb2m1yTyM87Jipg4LZuTtByvnLLXTNQ1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MXkT7Q0TG2Vx6pgTgAcwvd0tukIJl9M0 { box-sizing:content-box;color:#262833;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:19px;left:925.00003051758px;display:block; }
#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);background-image: -moz-linear-gradient(top, #cccccc, #ffffff);background-image: -ms-linear-gradient(top, #cccccc, #ffffff);background-image: -o-linear-gradient(top, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #cccccc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { background-color: transparent; background-image: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container > .video-iframe-container { display: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container { display: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .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); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { border-width: 0; border-radius: 0; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { font-size:14px;font-family:arial;height:13px;width:1200px;position:relative;display:block; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { background-color: transparent; background-image: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container > .video-iframe-container { display: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container { display: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .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); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { border-width: 0; border-radius: 0; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { font-size:14px;font-family:arial;height:35px;width:1200px;position:relative;display:block; }#qlehogiUkMRK2xotdZStCIrCRhynXTel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { background-color: transparent; background-image: none; }#qlehogiUkMRK2xotdZStCIrCRhynXTel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container > .video-iframe-container { display: none; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row > .video-iframe-container { display: none; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .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); }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { border-width: 0; border-radius: 0; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { font-size:14px;font-family:arial;height:595px;width:1200px;position:relative;display:block; }#Sogk9TUGyCZf3QgG4hf1QvSatfLeOdkm { color:#262833;display:block;width:508px;position:absolute;font-family:"dm serif display";font-size:32px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:30px;left:0px;height:81.739136px;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; }
#btqUeFEqqnQlxlqyg2yqWbD6Ap0vMMZ4 { color:#262833;display:block;width:530px;position:absolute;font-family:"be vietnam pro";font-size:13px;font-weight:300;z-index:15003;line-height:2;letter-spacing:0;top:138px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LH6P7ifNUT1kMEa97ZtGyEkcCOWH8GHV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49px;width:119px;top:41px;left:1011px;overflow:hidden;display:block; }
#DiWa5D6l9owpX2dBA6IJMrpeeHcoHhMT { color:#ffffff;display:block;width:508px;position:absolute;font-family:"dm serif display";font-size:32px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:29.5px;left:664.5px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3ETz8264cD0XDSCA75ZKpZba2N7DuC1 { position:absolute;display:block;z-index:15001;background-color:#262833;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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;height:521px;width:561px;top:0px;left:637.98913574219px;display:block; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-form-header {  }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:472px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-text { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #edc661;border-left:1px solid #edc661;border-right:1px solid #edc661;border-bottom:1px solid #edc661;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:472px;box-sizing:border-box;height:41px;color:#282828;font-size:12px;overflow:hidden;font-family:"be vietnam pro";vertical-align:top; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-textarea { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #edc661;border-left:1px solid #edc661;border-right:1px solid #edc661;border-bottom:1px solid #edc661;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:472px;box-sizing:border-box;height:70px;color:#282828;font-size:12px;overflow:hidden;font-family:"be vietnam pro";vertical-align:top; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .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:472px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#edc661;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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;box-sizing:border-box;font-size:15px;font-weight:400;color:#262833;width:472px;height:45px;font-family:"be vietnam pro";overflow:hidden;font-style:normal; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 [class*="-text"]:-moz-placeholder { color:#727272;font-family:"be vietnam pro";font-size:12px;font-weight:400;font-style:normal; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 [class*="-text"]::-moz-placeholder { color:#727272;font-family:"be vietnam pro";font-size:12px;font-weight:400;font-style:normal; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 [class*="-text"]:-ms-input-placeholder { color:#727272;font-family:"be vietnam pro";font-size:12px;font-weight:400;font-style:normal; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 [class*="-text"]::-webkit-input-placeholder { color:#727272;font-family:"be vietnam pro";font-size:12px;font-weight:400;font-style:normal; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .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:"be vietnam pro";line-height:2.2;font-size:11px;font-weight:300;color:#ffffff;vertical-align:top;width:452px;overflow:hidden;font-style:normal;float:none; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .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; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-container:first-of-type{padding-top:0;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-container:last-of-type{padding-bottom:0;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:472px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:63.994567871094px;left:645.00006103516px; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:472px;display:block;vertical-align:top; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-info-text { display:block;height:auto;font-family:"be vietnam pro";font-size:13px;line-height:2.5;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 {display:block;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:472px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:63.994567871094px;left:645.00006103516px; }
#k7mpkD8pcyk4FGTlEfVmxKTORI76vUf5 { position:relative;display:block; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #x8zoBsrAigyHrk1MT5cbFyWNxxnUDEMH { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #J56cOVFSumdtv2CxitlBu54rx8BIo7Ez { position:relative;display:none; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #WdXgo8ZxIbymuOulUmSqtksf7TeZfvAN { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #DT9hSIraqhdFxpWEiPVP4P1o4VJzQVTz { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #vQeNrWNflT3UVMlUgs0P3y3Cs4V8uTNC { position:relative;display:none; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #k1lNqC3uvpgTUDppb2DQGKJ6SSBWfDBl { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #c8LKsM6mPbv9MLbGXdIQA4sFI17oIkBK { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #ZxiwlbF0oVaTIADZCXLXuf4evJa4kfMD { position:relative;display:none; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #RFU9KJsace3C3dUt66XzdmtDsD4NMLnw { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #GwSBSIPNvptGrirHc0A2HRiGTeadNNZQ { position:relative;display:block;z-index:15000; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #nhVdb3k1ODDTiTU7GaZ7HpcCm4NoJtoJ { position:relative;display:block;z-index:15000; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #OHfK4ucST41sWUgKT5BvbuTKyuyGhAKu { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #ggXxHCDm14qqitUWQw6h29wL8Z6ANbN5 { position:relative;z-index:2; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #wVVLBRWF1FvS3ZEMIOPSQt1MceT9u36g { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #Qyad5zOrSVTnXwaUwpU3ODMU6085hLc4 { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #M4shG2mzaTU1iCZoBdDm8a8lrhlWXSTh { position:relative;z-index:2; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #vcvX4gpGm5TLuVsym0S6bdA8qyhBZm26 { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #wACFmdZvBv7HONshfLWXGeKUEtum0uUU { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #Lr0wbgVX3qehu1wtOvSsyL4HWGSrebOR { position:relative;z-index:2; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #p3nH43xKtuly6ktXsTomottHUS2DKmAl { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #N9r9fuBBoXOKxQU0gfALiveATMvyOTy3 { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #U3zUq58b9bRTSEaLrP7ZEkFoMFzzPRsJ { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #tyrg8prMeDvBzCFIU8GonTrd8RwG0AQk { position:relative; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #MG7MQ4RTbnoQrgfd6h6bTJLTTb0E68A0 { position:relative;z-index:2; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #tSFdVwcrGITwuTB705zszsGseb3JWp0T { position:relative; }
#Md3S32yDvUFMfSxpofUB9F1s278NOU5N { background-color:#edc661;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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;box-sizing:border-box;color:#262833;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"be vietnam pro";font-size:13px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:45px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:266.35598754883px;left:0px;display:none; }
#ZLSL7PDoUUtoOntfTHGuPJ5frSWQWJhl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row .container { background-color: transparent; background-image: none; }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row .container > .video-iframe-container { display: none; }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row > .video-iframe-container { display: none; }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .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); }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row .container { border-width: 0; border-radius: 0; }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row .container { font-size:14px;font-family:arial;height:29px;width:1200px;position:relative;display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #262833);background-image: -moz-linear-gradient(180deg, #000000, #262833);background-image: -ms-linear-gradient(180deg, #000000, #262833);background-image: -o-linear-gradient(180deg, #000000, #262833);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262833' );";background-image: linear-gradient(180deg, #000000, #262833);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { background-color: transparent; background-image: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .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); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { border-width: 0; border-radius: 0; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { font-size:14px;font-family:arial;height:15px;width:1200px;position:relative;display:block; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262833;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; }#AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262833;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; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row .container { background-color: transparent; background-image: none; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row .container > .video-iframe-container { display: none; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row > .video-iframe-container { display: none; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .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); }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row .container { border-width: 0; border-radius: 0; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row .container { font-size:14px;font-family:arial;height:170px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { top:23px;left:0px;width:106px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #aqDN9ETccOTkxQ072Bzx12fJhRFHI9dW { top:31px;left:0px;width:486px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { top:0px;left:0px;width:140px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #FVS4mf9zExl9RTto2WTfetTGtHLJ8dHa { top:13px;left:0px;width:479px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #oPkxSXo1ZAPM4OVNclX4OJMIJ9y8daCr { width:280px;height:45px;top:13px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2m1yTyM87Jipg4LZuTtByvnLLXTNQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #MXkT7Q0TG2Vx6pgTgAcwvd0tukIJl9M0 { top:19px;left:707.00003051758px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { display:block; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlehogiUkMRK2xotdZStCIrCRhynXTel { display:block; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sogk9TUGyCZf3QgG4hf1QvSatfLeOdkm { top:30px;left:0px;width:507px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #btqUeFEqqnQlxlqyg2yqWbD6Ap0vMMZ4 { top:137px;left:0px;width:530px;height:;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LH6P7ifNUT1kMEa97ZtGyEkcCOWH8GHV { top:41px;left:645px;width:119px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #DiWa5D6l9owpX2dBA6IJMrpeeHcoHhMT { top:29px;left:257px;width:507px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #D3ETz8264cD0XDSCA75ZKpZba2N7DuC1 { top:0px;left:203px;width:561px;height:521px;display:block; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-regular-label { width:472px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-text { width:472px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-textarea { width:472px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-select { width:472px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-button { width:472px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-checkbox-label { width:453px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97  { width:472px;height:auto;top:63px;left:252px; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .radio-container { width:472px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 {display:block;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 { width:472px;height:auto;top:63px;left:252px; }
 }@media only screen and (max-width: 763px) { #k7mpkD8pcyk4FGTlEfVmxKTORI76vUf5 { display:block; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #x8zoBsrAigyHrk1MT5cbFyWNxxnUDEMH {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #J56cOVFSumdtv2CxitlBu54rx8BIo7Ez { display:none; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #WdXgo8ZxIbymuOulUmSqtksf7TeZfvAN {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #DT9hSIraqhdFxpWEiPVP4P1o4VJzQVTz {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #vQeNrWNflT3UVMlUgs0P3y3Cs4V8uTNC { display:none; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #k1lNqC3uvpgTUDppb2DQGKJ6SSBWfDBl {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #c8LKsM6mPbv9MLbGXdIQA4sFI17oIkBK {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #ZxiwlbF0oVaTIADZCXLXuf4evJa4kfMD { display:none; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #RFU9KJsace3C3dUt66XzdmtDsD4NMLnw {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #GwSBSIPNvptGrirHc0A2HRiGTeadNNZQ {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #nhVdb3k1ODDTiTU7GaZ7HpcCm4NoJtoJ {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #OHfK4ucST41sWUgKT5BvbuTKyuyGhAKu {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #ggXxHCDm14qqitUWQw6h29wL8Z6ANbN5 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #wVVLBRWF1FvS3ZEMIOPSQt1MceT9u36g {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #Qyad5zOrSVTnXwaUwpU3ODMU6085hLc4 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #M4shG2mzaTU1iCZoBdDm8a8lrhlWXSTh {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #vcvX4gpGm5TLuVsym0S6bdA8qyhBZm26 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #wACFmdZvBv7HONshfLWXGeKUEtum0uUU {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #Lr0wbgVX3qehu1wtOvSsyL4HWGSrebOR {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #p3nH43xKtuly6ktXsTomottHUS2DKmAl {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #N9r9fuBBoXOKxQU0gfALiveATMvyOTy3 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #U3zUq58b9bRTSEaLrP7ZEkFoMFzzPRsJ {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #tyrg8prMeDvBzCFIU8GonTrd8RwG0AQk {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #MG7MQ4RTbnoQrgfd6h6bTJLTTb0E68A0 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #tSFdVwcrGITwuTB705zszsGseb3JWp0T {  }
 }@media only screen and (max-width: 763px) { #Md3S32yDvUFMfSxpofUB9F1s278NOU5N { width:280px;height:45px;top:266px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLSL7PDoUUtoOntfTHGuPJ5frSWQWJhl { display:block; }
 }@media only screen and (max-width: 763px) { #m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 { display:block; }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZlAOluueoNAUKrJQLeUXovw5kWPI18p { display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnvmOJozbczMUUcAOJ31d7evJuX7FvCl { display:block; }#AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection { display:block; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#262833;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { width:80px;height:33px;top:24px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aqDN9ETccOTkxQ072Bzx12fJhRFHI9dW { width:196px;height:50.434784px;top:13px;left:124px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { width:112px;height:71px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FVS4mf9zExl9RTto2WTfetTGtHLJ8dHa { width:320px;height:71px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oPkxSXo1ZAPM4OVNclX4OJMIJ9y8daCr { width:280px;height:45px;top:186px;left:20px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #Pb2m1yTyM87Jipg4LZuTtByvnLLXTNQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #MXkT7Q0TG2Vx6pgTgAcwvd0tukIJl9M0 { width:30px;height:30px;top:251px;left:145px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { width:320px;height:15px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { display:none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { width:320px;height:35px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qlehogiUkMRK2xotdZStCIrCRhynXTel { display:block; }#qlehogiUkMRK2xotdZStCIrCRhynXTel > .row .container { width:320px;height:870px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sogk9TUGyCZf3QgG4hf1QvSatfLeOdkm { width:320px;height:64.347824px;top:10px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #btqUeFEqqnQlxlqyg2yqWbD6Ap0vMMZ4 { width:320px;height:140.869568px;top:88px;left:0px;font-size:12px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LH6P7ifNUT1kMEa97ZtGyEkcCOWH8GHV { width:62.989132px;height:25.991848px;top:373px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #DiWa5D6l9owpX2dBA6IJMrpeeHcoHhMT { width:301px;height:32.173912px;top:352px;left:19px;font-size:25px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #D3ETz8264cD0XDSCA75ZKpZba2N7DuC1 { width:320px;height:518px;top:318px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97  { width:280px;height:auto;top:375px;left:0px;z-index:15001; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 {display:block;}#fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 { width:280px;height:auto;top:375px;left:0px;z-index:15001; }
 }@media only screen and (max-width: 763px) { #k7mpkD8pcyk4FGTlEfVmxKTORI76vUf5 { display:block; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #x8zoBsrAigyHrk1MT5cbFyWNxxnUDEMH {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #J56cOVFSumdtv2CxitlBu54rx8BIo7Ez { display:none; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #WdXgo8ZxIbymuOulUmSqtksf7TeZfvAN {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #DT9hSIraqhdFxpWEiPVP4P1o4VJzQVTz {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #vQeNrWNflT3UVMlUgs0P3y3Cs4V8uTNC { display:none; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #k1lNqC3uvpgTUDppb2DQGKJ6SSBWfDBl {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #c8LKsM6mPbv9MLbGXdIQA4sFI17oIkBK {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #ZxiwlbF0oVaTIADZCXLXuf4evJa4kfMD { display:none; }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #RFU9KJsace3C3dUt66XzdmtDsD4NMLnw {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #GwSBSIPNvptGrirHc0A2HRiGTeadNNZQ {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #nhVdb3k1ODDTiTU7GaZ7HpcCm4NoJtoJ {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #OHfK4ucST41sWUgKT5BvbuTKyuyGhAKu {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #ggXxHCDm14qqitUWQw6h29wL8Z6ANbN5 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #wVVLBRWF1FvS3ZEMIOPSQt1MceT9u36g {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #Qyad5zOrSVTnXwaUwpU3ODMU6085hLc4 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #M4shG2mzaTU1iCZoBdDm8a8lrhlWXSTh {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #vcvX4gpGm5TLuVsym0S6bdA8qyhBZm26 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #wACFmdZvBv7HONshfLWXGeKUEtum0uUU {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #Lr0wbgVX3qehu1wtOvSsyL4HWGSrebOR {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #p3nH43xKtuly6ktXsTomottHUS2DKmAl {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #N9r9fuBBoXOKxQU0gfALiveATMvyOTy3 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #U3zUq58b9bRTSEaLrP7ZEkFoMFzzPRsJ {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #tyrg8prMeDvBzCFIU8GonTrd8RwG0AQk {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #MG7MQ4RTbnoQrgfd6h6bTJLTTb0E68A0 {  }
 }@media only screen and (max-width: 763px) { #fWCTWd0gL09FgvJArxISxfNXlNVfRQ97 #tSFdVwcrGITwuTB705zszsGseb3JWp0T {  }
 }@media only screen and (max-width: 763px) { #Md3S32yDvUFMfSxpofUB9F1s278NOU5N { width:280px;height:45px;top:243.10598754883px;left:20px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ZLSL7PDoUUtoOntfTHGuPJ5frSWQWJhl { display:block; }
 }@media only screen and (max-width: 763px) { #m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 { display:none; }#m5NRTMRc6dgaittCoGiFWb4S6WQ1OtF3 > .row .container { width:320px;height:10px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mZlAOluueoNAUKrJQLeUXovw5kWPI18p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13141a, #262833);background-image: -moz-linear-gradient(180deg, #13141a, #262833);background-image: -ms-linear-gradient(180deg, #13141a, #262833);background-image: -o-linear-gradient(180deg, #13141a, #262833);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13141a', endColorstr='#262833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13141a', endColorstr='#262833' );";background-image: linear-gradient(180deg, #13141a, #262833);background-size:auto !important;display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { background-color: transparent; background-image: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .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); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnvmOJozbczMUUcAOJ31d7evJuX7FvCl { display:block; }#AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection { display:block; }#XnvmOJozbczMUUcAOJ31d7evJuX7FvCl > .row .container { width:320px;height:500px;position:relative;display:block; } }