.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-input-select option {
  color: #000;
}
.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 {
  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:#000000;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); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #fb78b6;background-color:#17000a;background-image:none;position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { background-color: transparent; background-image: none; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container > .video-iframe-container { display: none; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row > .video-iframe-container { display: none; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .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); }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { border-width: 0; border-radius: 0; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row > .video-iframe-container {  }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#u7U2vvDRQBVIswqJrPLwEVWQSGErLFpw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:159px;top:13.5px;left:520.5px;overflow:hidden;display:block; }
#cSJCeRzDkCtPitt1XEzByHADsOmTyetK { position:absolute;display:block;z-index:15085;height:42px;width:154px;top:21.5px;left:904px;display:block; }
#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { background-color: transparent; background-image: none; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container > .video-iframe-container { display: none; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row > .video-iframe-container { display: none; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .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); }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { border-width: 0; border-radius: 0; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row > .video-iframe-container {  }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#NG4B2k0goydGisVeGtdscZy73fNdRDAD { 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;height:200px;width:200px;display:none; }
#nCJnpPl1lTonTuVLd5FBMicont03GCZh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7d7d7;background-image:none;position:relative;display:block; }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row .container { background-color: transparent; background-image: none; }#nCJnpPl1lTonTuVLd5FBMicont03GCZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row .container > .video-iframe-container { display: none; }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row > .video-iframe-container { display: none; }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .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); }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row .container { border-width: 0; border-radius: 0; }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row > .video-iframe-container {  }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#bqcg2d0GmgK011HwN4a7WQrwXBFvKE8V { color:#000000;display:block;width:1133px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:14.796875px;left:33.5px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container { background-color: transparent; background-image: none; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container > .video-iframe-container { display: none; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row > .video-iframe-container { display: none; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .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); }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container { border-width: 0; border-radius: 0; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row > .video-iframe-container {  }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container { font-size:14px;font-family:arial;height:851px;width:1200px;position:relative;display:block; }#a1gsirGnPbppDsuJTc235ruJaEdUxZph { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 13px rgba(0,0,0,0.23) ;height:785px;width:1193px;top:33px;left:4px;display:block; }
#TEzMmXBzHRBTGabDeAr3N2P8Sc7xtJX0 { color:#000000;display:block;width:1200px;position:absolute;font-family:arial;font-size:45px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:117px;text-align:center;text-align-last:center;display:block; }
#ubsSkKXXnK2bR1PtTTRHzLmZNfUSlvtb { position:absolute;display:block;z-index:15030;height:618px;width:1104px;top:174px;left:48px;display:block; }
#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container { background-color: transparent; background-image: none; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container > .video-iframe-container { display: none; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row > .video-iframe-container { display: none; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .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); }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container { border-width: 0; border-radius: 0; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row > .video-iframe-container {  }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container { font-size:14px;font-family:arial;height:817px;width:1200px;position:relative;display:block; }#mES7nuFhVZUviOe06vmFNDUtMxo6UWFJ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 13px rgba(0,0,0,0.23) ;height:785px;width:1193px;top:0px;left:4px;display:block; }
#yhxDRlyzhV3tpzMw0qHA9DALk7XQudoX { color:#000000;display:block;width:1200px;position:absolute;font-family:arial;font-size:45px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:36px;left:0px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#kQ65T1wXmEqA8K4gbOW8HKfr2TBtowHL { position:absolute;display:block;z-index:15030;height:616px;width:1100px;top:131px;left:50px;display:block; }
#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { background-color: transparent; background-image: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container > .video-iframe-container { display: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container { display: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .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); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { border-width: 0; border-radius: 0; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container {  }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { font-size:14px;font-family:arial;height:961px;width:1200px;position:relative;display:block; }#OwqwAXOokKVXkx8fbBvds5q2qasC3pKz { position:absolute;display:block;z-index:15004;background-color:#ffeffe;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 13px rgba(0,0,0,0.23) ;height:891px;width:1193px;top:52.5px;left:3.5px;display:block; }
#vLpfMKTiTmg7M30ZSzfnsQKmS62HOydk { color:#000000;display:block;width:1006px;position:absolute;font-family:arial;font-size:45px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:78.5px;left:97px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#cN6lXO22oQNxAWeAvNX6P3GG1imXAeiN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:707px;width:707px;top:145.5px;left:246.5px;overflow:hidden;display:block; }
#JxSrPE4pVwA8MNGU7SfGQck7yw88QQP9 { background-color:#ff7bc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #fb78b6;border-left:2px solid #fb78b6;border-right:2px solid #fb78b6;border-bottom:2px solid #fb78b6;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:438px;height:55px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:868px;left:381px;display:block; }
#h8WzBuKJUvGNq5Nw36psJ7FLsXaCAVwl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT { background-color:#f8aed4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row .container { background-color: transparent; background-image: none; }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row .container > .video-iframe-container { display: none; }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row > .video-iframe-container { display: none; }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .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); }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row .container { border-width: 0; border-radius: 0; }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row > .video-iframe-container {  }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row .container { font-size:14px;font-family:arial;height:774px;width:1200px;overflow:visible;position:relative;display:block; }#MrT5ipINQz5t6wEQZ5CtbH50ETvHcEBZ { position:absolute;display:block;z-index:15001;height:272px;width:486px;top:104px;left:641px;display:block; }
#QyGvlVa6KkhB8DMJLGJOQxgT4kXurl52 { color:#000000;display:block;width:486px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:73px;left:641px;height:22.0938px;display:block; }
#Rv5uTy5dRbwycoNKmwk4Rkmq1Qytyu2S { color:#000000;display:block;width:486px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:74px;left:106px;height:22.0938px;display:block; }
#nIxSy6FbTsav6PAiDS31HOLTbbOPw8Cg { color:#000000;display:block;width:486px;position:absolute;font-family:arial;font-size:38px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125px;left:372px;height:49.3984px;text-align:center;text-align-last:center;display:block; }
#UPfNmA3s5kPGcfMhnHGovgkOosa8wDel { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:275px;width:490px;top:102px;left:104px;display:block; }
#KKJOG4pqbCl9Z75fxDQPB96QARLQhBTk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:275px;width:490px;top:448px;left:104px;display:block; }
#RDRZwt9ahya72q0WJaDNxI8EL4Dnzzvw { color:#000000;display:block;width:486px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:418.9375px;left:106px;height:22.0938px;display:block; }
#n7kNd17KZiLdpgi3SCyXFJtzbW787WW2 { color:#000000;display:block;width:486px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:400.8984375px;left:641px;height:44.1875px;display:block; }
#DJXWPrTalsrKeTuWThCSwyH7Fb4U58WP { position:absolute;display:block;z-index:15004;height:272px;width:486px;top:451px;left:641px;display:block; }
#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333232;background-image:none;position:relative;display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { background-color: transparent; background-image: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .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); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { border-width: 0; border-radius: 0; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container {  }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { font-size:14px;font-family:arial;height:52px;width:1200px;position:relative;display:block; }#R25T6tVaVyVyv776SIzbM1voCqCptrRZ { color:#797979;display:block;width:367px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16px;left:416.5px;height:20.7969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 { display:block; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7U2vvDRQBVIswqJrPLwEVWQSGErLFpw { width:159px;height:58px;top:13px;left:302.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cSJCeRzDkCtPitt1XEzByHADsOmTyetK { top:21px;left:610px;width:154px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW { display:block; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NG4B2k0goydGisVeGtdscZy73fNdRDAD { display:none; }
 }@media only screen and (max-width: 763px) { #nCJnpPl1lTonTuVLd5FBMicont03GCZh { display:block; }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqcg2d0GmgK011HwN4a7WQrwXBFvKE8V { top:14px;left:0px;width:764px;height:62px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xuOOwcONFM8blXFGllEmSCJ7TVhthL47 { display:block; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1gsirGnPbppDsuJTc235ruJaEdUxZph { top:33px;left:0px;width:764px;height:785px;display:block; }
 }@media only screen and (max-width: 763px) { #TEzMmXBzHRBTGabDeAr3N2P8Sc7xtJX0 { top:44px;left:0px;width:764px;height:117px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #ubsSkKXXnK2bR1PtTTRHzLmZNfUSlvtb { top:174px;left:0px;width:764px;height:618px;display:block; }
 }@media only screen and (max-width: 763px) { #leuFdkIF3OCzCiv8d760yB0ISdgbnzRS { display:block; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mES7nuFhVZUviOe06vmFNDUtMxo6UWFJ { top:0px;left:0px;width:764px;height:785px;display:block; }
 }@media only screen and (max-width: 763px) { #yhxDRlyzhV3tpzMw0qHA9DALk7XQudoX { top:36px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #kQ65T1wXmEqA8K4gbOW8HKfr2TBtowHL { top:131px;left:0px;width:764px;height:616px;display:block; }
 }@media only screen and (max-width: 763px) { #ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 { display:block; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwqwAXOokKVXkx8fbBvds5q2qasC3pKz { top:52px;left:0px;width:764px;height:891px;display:block; }
 }@media only screen and (max-width: 763px) { #vLpfMKTiTmg7M30ZSzfnsQKmS62HOydk { top:78px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #cN6lXO22oQNxAWeAvNX6P3GG1imXAeiN { top:145px;left:28.5px;width:707px;height:707px;display:block; }
 }@media only screen and (max-width: 763px) { #JxSrPE4pVwA8MNGU7SfGQck7yw88QQP9 { width:438px;height:55px;top:868px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #h8WzBuKJUvGNq5Nw36psJ7FLsXaCAVwl { display:block; }
 }@media only screen and (max-width: 763px) { #t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT { display:block; }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrT5ipINQz5t6wEQZ5CtbH50ETvHcEBZ { top:104px;left:278px;width:486px;height:272px;display:block; }
 }@media only screen and (max-width: 763px) { #QyGvlVa6KkhB8DMJLGJOQxgT4kXurl52 { top:73px;left:278px;width:486px;height:22px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #Rv5uTy5dRbwycoNKmwk4Rkmq1Qytyu2S { top:74px;left:0px;width:486px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nIxSy6FbTsav6PAiDS31HOLTbbOPw8Cg { top:11px;left:154px;width:486px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #UPfNmA3s5kPGcfMhnHGovgkOosa8wDel { top:102px;left:0px;width:490px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #KKJOG4pqbCl9Z75fxDQPB96QARLQhBTk { top:448px;left:0px;width:490px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #RDRZwt9ahya72q0WJaDNxI8EL4Dnzzvw { top:418px;left:0px;width:486px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #n7kNd17KZiLdpgi3SCyXFJtzbW787WW2 { top:400px;left:278px;width:486px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DJXWPrTalsrKeTuWThCSwyH7Fb4U58WP { top:451px;left:278px;width:486px;height:272px;display:block; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R25T6tVaVyVyv776SIzbM1voCqCptrRZ { top:16px;left:198.5px;width:367px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 { position:relative;z-index:auto;display:block; }#ZzKrM6tlx8EigT9uxpPoHUfSCM45T6W8 > .row .container { width:320px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7U2vvDRQBVIswqJrPLwEVWQSGErLFpw { width:187px;height:70px;top:14px;left:66.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cSJCeRzDkCtPitt1XEzByHADsOmTyetK { width:320px;height:40px;top:29px;left:0px;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW { position:relative;z-index:auto;display:none; }#zuUmX9n5aUHTdsV6PqeXXDNKdIb7LgNW > .row .container { width:320px;height:133px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NG4B2k0goydGisVeGtdscZy73fNdRDAD { top:79px;left:57px;width:206px;height:2px;z-index:15007;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }
 }@media only screen and (max-width: 763px) { #nCJnpPl1lTonTuVLd5FBMicont03GCZh { display:block; }#nCJnpPl1lTonTuVLd5FBMicont03GCZh > .row .container { width:320px;height:102.3828px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqcg2d0GmgK011HwN4a7WQrwXBFvKE8V { width:320px;height:0;top:20px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOOwcONFM8blXFGllEmSCJ7TVhthL47 { background-color:#ffffff;background-image:none;display:block; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container { background-color: transparent; background-image: none; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container > .video-iframe-container { display: none; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row > .video-iframe-container { display: none; }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .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); }#xuOOwcONFM8blXFGllEmSCJ7TVhthL47 > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1gsirGnPbppDsuJTc235ruJaEdUxZph { width:320px;height:190px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TEzMmXBzHRBTGabDeAr3N2P8Sc7xtJX0 { width:320px;height:0;top:33px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #ubsSkKXXnK2bR1PtTTRHzLmZNfUSlvtb { width:320px;height:192px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #leuFdkIF3OCzCiv8d760yB0ISdgbnzRS { background-color:#ffffff;background-image:none;display:block; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container { background-color: transparent; background-image: none; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container > .video-iframe-container { display: none; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row > .video-iframe-container { display: none; }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .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); }#leuFdkIF3OCzCiv8d760yB0ISdgbnzRS > .row .container { width:320px;height:226px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mES7nuFhVZUviOe06vmFNDUtMxo6UWFJ { width:320px;height:190px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yhxDRlyzhV3tpzMw0qHA9DALk7XQudoX { width:320px;height:0;top:33px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #kQ65T1wXmEqA8K4gbOW8HKfr2TBtowHL { width:320px;height:191px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 { background-color:#efefef;background-image:none;display:block; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { background-color: transparent; background-image: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container > .video-iframe-container { display: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row > .video-iframe-container { display: none; }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .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); }#ORG5chXIeMWBQ6svcXPmZLq4LNapuec3 > .row .container { width:320px;height:489px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwqwAXOokKVXkx8fbBvds5q2qasC3pKz { width:320px;height:459px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vLpfMKTiTmg7M30ZSzfnsQKmS62HOydk { width:320px;height:41.5938px;top:26px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cN6lXO22oQNxAWeAvNX6P3GG1imXAeiN { width:320px;height:320px;top:74px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JxSrPE4pVwA8MNGU7SfGQck7yw88QQP9 { width:300px;height:55px;top:407px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #h8WzBuKJUvGNq5Nw36psJ7FLsXaCAVwl { display:block; }
 }@media only screen and (max-width: 763px) { #t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT { display:block; }#t4Nd07FaFQXqHVli5q1iOosNaLxv3GsT > .row .container { width:320px;height:1107px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrT5ipINQz5t6wEQZ5CtbH50ETvHcEBZ { width:320px;height:180px;top:109px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QyGvlVa6KkhB8DMJLGJOQxgT4kXurl52 { width:320px;height:22.0938px;top:84px;left:0px;font-size:17px;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv5uTy5dRbwycoNKmwk4Rkmq1Qytyu2S { width:320px;height:44.1875px;top:313px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIxSy6FbTsav6PAiDS31HOLTbbOPw8Cg { width:320px;height:41.5938px;top:24px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPfNmA3s5kPGcfMhnHGovgkOosa8wDel { height:179.586px;width:320px;top:357px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KKJOG4pqbCl9Z75fxDQPB96QARLQhBTk { height:179.59183673469px;width:320px;top:599px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RDRZwt9ahya72q0WJaDNxI8EL4Dnzzvw { width:320px;height:22.0938px;top:568px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7kNd17KZiLdpgi3SCyXFJtzbW787WW2 { width:320px;height:66.2812px;top:798.586px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJXWPrTalsrKeTuWThCSwyH7Fb4U58WP { width:320px;height:192px;top:875.859375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { background-color:#acacac;background-image:none;display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { background-color: transparent; background-image: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .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); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:320px;height:54px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R25T6tVaVyVyv776SIzbM1voCqCptrRZ { width:320px;height:18.1953px;top:18px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }