.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020202;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; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container { background-color: transparent; background-image: none; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container > .video-iframe-container { display: none; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row > .video-iframe-container { display: none; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .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); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container { border-width: 0; border-radius: 0; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container { font-size:14px;font-family:arial;height:805px;width:1200px;position:relative;display:block; }#fLfwbkpmEH6TbSvQsLNoHLKUoX9gKDMn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:149px;height:41px;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:201px;left:1020px;display:block; }
#elaozwKfNP08qeoEKZVV1Lg9yawHpsc9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#B6bQaJXoVO6ggOvgLzhPWihKtduQoQ8G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:176px;height:41px;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:266px;left:992px;display:block; }
#RoMVIyGfmatWEpJO2UkbbIodLBKcAE7B { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VCVBKDOQTS3x0oeUKGwzAiXlgc1zVOeL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:223px;height:42px;text-decoration:none;z-index:15007;text-align:right;text-align-last:right;top:331px;left:945px;display:block; }
#qMlKsUt0mBVmG6c4SafLldBtzJMx4wo5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Zg140qh93Wee1Zz6HbAD8nWrWz67m0GZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:149px;height:42px;text-decoration:none;z-index:15008;text-align:right;text-align-last:right;top:396px;left:1020px;display:block; }
#OoPVT9MLl8zPZDqAw9G2AUzTN4lZEa9e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ityK1f5tOxFr55musvkwwkErcODbnmIe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:149px;height:35px;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:461px;left:1020px;display:block; }
#I97mOzaXtZXTFbtW7T8gMVF6EAxXFKar { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HRnb7TOsL5O7no0iuveWQLIf4MIHVDQJ { position:absolute;display:block;z-index:15012;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:798px;width:526px;top:4px;left:0px;overflow:hidden;display:block; }
#cEJ4F2USG92e7nAsv26iIkzJUau8DCNK { position:absolute;display:block;z-index:15013;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:126px;width:559px;top:600.9765625px;left:569.1015625px;overflow:hidden;display:block; }
#UaWx4gMwlqqdeUcrHa7pcTtHbU610VWs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:149px;height:41px;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:201px;left:1020px;display:none; }
#yMd1O9EdJNr96T8sHirWbDd7SuoXfHbl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 { 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; }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row .container { background-color: transparent; background-image: none; }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row .container > .video-iframe-container { display: none; }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row > .video-iframe-container { display: none; }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .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); }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row .container { border-width: 0; border-radius: 0; }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row .container { font-size:14px;font-family:arial;height:205px;width:1200px;position:relative;display:block; }#wrdaI0ae9oGwM6yLC0BXyhbXh47h9sTJ { box-sizing:content-box;height:2.96875px;width:725.977px;position:absolute;display:block;z-index:15000;background-color:#020202;background-image:none;top:37.94921875px;left:236.9921875px;display:block; }
#mAVCWiineTUAO56p6w4SwcOzkh19dZkg { color:#020202;display:block;width:1191.96px;position:absolute;font-family:athena;font-size:45px;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:61.96875px;left:0px;height:40.5px;text-align:center;text-align-last:center;display:block; }
#N2DUJra8S1k0bWOwELvf8ldmkcBs7Ihb { box-sizing:content-box;height:2.96875px;width:725.957px;position:absolute;display:block;z-index:15001;background-color:#020202;background-image:none;top:171.953125px;left:237.01171875px;display:block; }
#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020202;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; }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row .container { background-color: transparent; background-image: none; }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row .container > .video-iframe-container { display: none; }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row > .video-iframe-container { display: none; }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .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); }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row .container { border-width: 0; border-radius: 0; }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row .container { font-size:14px;font-family:arial;height:206px;width:1200px;position:relative;display:block; }#rrNWHg8xZQLTgnozpTIJhOyf7ORDwtgX { color:#eeeeee;display:block;width:717.961px;position:absolute;font-family:comfortaa;font-size:27px;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:116.7890625px;left:253.4765625px;height:;text-align:center;text-align-last:center;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; }
#CKpqJL3TyHVKzmumQMKUVKFlcD9y1nB2 { color:#eeeeee;display:block;width:1002.98px;position:absolute;font-family:athena;font-size:50px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30px;left:111px;height:65px;display:block; }
#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA { position:relative;display:block; }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA { background-color: transparent; background-image: none; }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .row .container > .video-iframe-container { display: none; }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .row > .video-iframe-container { display: none; }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .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); }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA { border-width: 0; border-radius: 0; }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:600px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QgXfp97hKsu6KQ5q9l8o5SSkGJEn0KUh { position:absolute;display:block;z-index:15001;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:541px;width:304px;top:15px;left:48px;overflow:hidden;display:block; }
#XlP6zAlT2rqpyOVtMWihfP67eaRhEAmD { color:#eeeeee;display:block;width:258px;position:absolute;font-family:athena;font-size:30px;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:60.984375px;left:70.9921875px;height:60px;text-align:center;text-align-last:center;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; }
#rDZhuT1rIqx517RVHPrKy8UnhcpvI7k6 { color:#eeeeee;display:block;width:298.965px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:454.609375px;left:50px;height:39.5833px;text-align:center;text-align-last:center;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; }
#KSmKTVvloOUkB5ZiCPd0qEr9tkom3k7s { color:#eeeeee;display:block;width:298.945px;position:absolute;font-family:athena;font-size:30px;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:60.984375px;left:450.4921875px;height:60px;text-align:center;text-align-last:center;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; }
#tpTpLT5BPeuS3IX37t59BmPTxe7SD0Ot { color:#eeeeee;display:block;width:298.945px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:444.6796875px;left:450.4921875px;height:39.5833px;text-align:center;text-align-last:center;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; }
#v9QZkuIWkmSFu1EXNhwWuXeCpbbzgOhP { color:#eeeeee;display:block;width:298.969px;position:absolute;font-family:athena;font-size:30px;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:61px;left:851px;height:33px;text-align:center;text-align-last:center;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; }
#se7Z1msqsDzfs3nhTArgLt7kuzEcuX0t { color:#eeeeee;display:block;width:298.969px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:444.6796875px;left:850.5px;height:39.5833px;text-align:center;text-align-last:center;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; }
#VVftlOVSl1xOwCErOvCrmCX1zAAvNFAO { position:absolute;display:block;z-index:15002;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:540px;width:303px;top:16.0078125px;left:448.0078125px;overflow:hidden;display:block; }
#lTGb07STI9x0vohDZC0RSXCmUT4KkUuX { position:absolute;display:block;z-index:15003;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:540px;width:303px;top:15px;left:849px;overflow:hidden;display:block; }
#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB { position:relative;display:block; }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB { background-color: transparent; background-image: none; }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .row .container > .video-iframe-container { display: none; }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .row > .video-iframe-container { display: none; }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .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); }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB { border-width: 0; border-radius: 0; }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:600px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qzNczf4IaTg2aBTuDW3F6yxOmpt9LBSk { position:absolute;display:block;z-index:15001;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:540px;width:303px;top:0px;left:46px;overflow:hidden;display:block; }
#PW9SNWqAvzivaQ4Un0z5zON5zVoUx1SH { color:#eeeeee;display:block;width:298.969px;position:absolute;font-family:athena;font-size:30px;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:45.8671875px;left:45.9765625px;height:60px;text-align:center;text-align-last:center;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; }
#pKhWvuaPELr98Z56EiW6GFKNePoVpUTd { color:#eeeeee;display:block;width:276.984px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:399.8203125px;left:57.4765625px;height:39.5833px;text-align:center;text-align-last:center;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; }
#docTHCl6oDeSc5BHq4yG4L0dIAymg5TF { position:absolute;display:block;z-index:15002;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:540px;width:303px;top:0px;left:437.9296875px;overflow:hidden;display:block; }
#epcHTUEgBvem0torGx49fl6el4yphLLn { color:#eeeeee;display:block;width:298.969px;position:absolute;font-family:athena;font-size:30px;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:45.8671875px;left:439.9453125px;height:60px;text-align:center;text-align-last:center;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; }
#Ae7kK2ZPRFhhUaGTg4kGXVAAToflPZ0D { color:#eeeeee;display:block;width:298.969px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:399.8203125px;left:439.921875px;height:39.5833px;text-align:center;text-align-last:center;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; }
#QQIQA8r99AO0VElpAPkVgkU91CAi3Olm { position:absolute;display:block;z-index:15003;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:540px;width:303px;top:0px;left:848.484375px;overflow:hidden;display:block; }
#hAuVZ4krJK52qXlh0H3zR2D2xrlbXB6I { color:#eeeeee;display:block;width:262.988px;position:absolute;font-family:athena;font-size:30px;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:30.859375px;left:868.4765625px;height:90px;text-align:center;text-align-last:center;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; }
#mevi8FgOm85cW1JbUMMmfUE2yIchETcr { color:#eeeeee;display:block;width:298.965px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:399.8046875px;left:853.7109375px;height:19.7917px;text-align:center;text-align-last:center;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; }
#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt { background-color:#020202;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container { background-color: transparent; background-image: none; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container > .video-iframe-container { display: none; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row > .video-iframe-container { display: none; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .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); }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container { border-width: 0; border-radius: 0; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container { font-size:14px;font-family:arial;height:844px;width:1200px;overflow:visible;position:relative;display:block; }#gwAV7bUTef2dWCNeh8RHL3bFnLttDxtD { color:#ffffff;display:block;width:603px;position:absolute;font-family:audrey;font-size:50px;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:43.984375px;left:312.5px;height:45px;text-align:left;text-align-last:left;display:block; }
#GqannONTFH3PUuV2MhUxWxaWl4o3w1iH { color:#ffffff;display:block;width:453.961px;position:absolute;font-family:comfortaa;font-size:29px;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:169px;left:609px;height:49.2917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQFhzdBnP82blXowLphpQRC5HCW6tAQn { color:#ffffff;display:block;width:563.977px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:218.2265625px;left:636px;height:54.375px;font-style:normal;display:block; }
#mWsIk4HD2NMDdbZdvEe7qNx5TBUPvXea { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9922px;width:37.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:171px;left:626px; }
#XTZ3NdPacI25GwqMub1vHt9XusJOHqgs { color:#ffffff;display:block;width:453.961px;position:absolute;font-family:comfortaa;font-size:29px;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:620px;left:596px;height:49.2917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWrJqRvTcFtstubDbwAJpxxAP0f8BO5a { z-index:15003;top:714.9375px;left:633.46875px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #f1eee9, #eeeeee);background-image: -moz-linear-gradient(45deg, #f1eee9, #eeeeee);background-image: -ms-linear-gradient(45deg, #f1eee9, #eeeeee);background-image: -o-linear-gradient(45deg, #f1eee9, #eeeeee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eee9', endColorstr='#eeeeee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eee9', endColorstr='#eeeeee' );";background-image: linear-gradient(45deg, #f1eee9, #eeeeee);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 15px 15px rgba(98,9,195,0.2) ;box-sizing:border-box;color:#020202;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:comfortaa;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:430.969px;height:43.9688px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D2DlfPoUGHpGtkgzqBtnvJkaiExobFHz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#G4uFxNC8MNhtNvacaSbyih28TEuIiIzZ { position:absolute;display:block;z-index:15018;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:662.988px;width:490px;top:178.26171875px;left:0px;overflow:hidden;display:block; }
#DbkQaNluaZcbIUmTVFpGRAr9uxNw4aU0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:51.9844px;width:51.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:619px;left:626px; }
#lO6atrahMsmOt8wOzDnTS3VaaXRtzzTM { position:absolute;display:block;z-index:15020;height:241.969px;width:436.969px;top:284.625px;left:636px;display:block; }
#xeKI9oRKynSX03vBavbaWrl9X1uSMuti { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row .container { background-color: transparent; background-image: none; }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row .container > .video-iframe-container { display: none; }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row > .video-iframe-container { display: none; }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .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); }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row .container { border-width: 0; border-radius: 0; }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row .container { font-size:14px;font-family:arial;height:93px;width:1200px;position:relative;display:block; }#neOMPTXX5sS5M0TgcbEz6sroXSJPJSou { color:rgba(255,255,255,0.8);display:block;width:211.969px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:31.21875px;left:906.984375px;height:30.5859px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kt8kSigLrkvnO5cipzThTErd01firl4J { position:absolute;display:block;z-index:15007;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:63.9844px;width:42px;top:14.484375px;left:1131.9609375px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D08szaa45OiVcaTvJKGQKZglxENTL8Vt { display:none; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fLfwbkpmEH6TbSvQsLNoHLKUoX9gKDMn { width:148px;height:40px;top:201px;left:615px;display:block; }
 }@media only screen and (max-width: 763px) { #elaozwKfNP08qeoEKZVV1Lg9yawHpsc9 { display:block; }
 }@media only screen and (max-width: 763px) { #B6bQaJXoVO6ggOvgLzhPWihKtduQoQ8G { width:175px;height:40px;top:266px;left:588px;display:block; }
 }@media only screen and (max-width: 763px) { #RoMVIyGfmatWEpJO2UkbbIodLBKcAE7B { display:block; }
 }@media only screen and (max-width: 763px) { #VCVBKDOQTS3x0oeUKGwzAiXlgc1zVOeL { width:222px;height:41px;top:331px;left:541px;display:block; }
 }@media only screen and (max-width: 763px) { #qMlKsUt0mBVmG6c4SafLldBtzJMx4wo5 { display:block; }
 }@media only screen and (max-width: 763px) { #Zg140qh93Wee1Zz6HbAD8nWrWz67m0GZ { width:148px;height:41px;top:396px;left:615px;display:block; }
 }@media only screen and (max-width: 763px) { #OoPVT9MLl8zPZDqAw9G2AUzTN4lZEa9e { display:block; }
 }@media only screen and (max-width: 763px) { #ityK1f5tOxFr55musvkwwkErcODbnmIe { width:148px;height:35px;top:461px;left:615px;display:block; }
 }@media only screen and (max-width: 763px) { #I97mOzaXtZXTFbtW7T8gMVF6EAxXFKar { display:block; }
 }@media only screen and (max-width: 763px) { #HRnb7TOsL5O7no0iuveWQLIf4MIHVDQJ { width:595px;height:902.70806716554px;top:4px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cEJ4F2USG92e7nAsv26iIkzJUau8DCNK { width:559px;height:126px;top:600px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #UaWx4gMwlqqdeUcrHa7pcTtHbU610VWs { width:148px;height:40px;top:201px;left:615px;display:none; }
 }@media only screen and (max-width: 763px) { #yMd1O9EdJNr96T8sHirWbDd7SuoXfHbl { display:block; }
 }@media only screen and (max-width: 763px) { #mVzwXk6fyg4war4rTB8t2WoCdnHganU2 { display:block; }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrdaI0ae9oGwM6yLC0BXyhbXh47h9sTJ { width:725px;height:2px;top:37px;left:18.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #mAVCWiineTUAO56p6w4SwcOzkh19dZkg { width:764px;height:81px;top:61px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #N2DUJra8S1k0bWOwELvf8ldmkcBs7Ihb { width:725px;height:2px;top:171px;left:19.01171875px;display:block; }
 }@media only screen and (max-width: 763px) { #GV3lKa1onZocNuwA5iflzQ9EICt2BEVb { display:none; }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rrNWHg8xZQLTgnozpTIJhOyf7ORDwtgX { width:717px;height:;top:116px;left:35.4765625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CKpqJL3TyHVKzmumQMKUVKFlcD9y1nB2 { width:764px;height:64px;top:30px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #afJyDIWcKksEamXPtZEt1fzPEoFxZzIA { display:block; }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgXfp97hKsu6KQ5q9l8o5SSkGJEn0KUh { width:304px;height:541px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XlP6zAlT2rqpyOVtMWihfP67eaRhEAmD { width:258px;height:60px;top:60px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rDZhuT1rIqx517RVHPrKy8UnhcpvI7k6 { width:298px;height:;top:454px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KSmKTVvloOUkB5ZiCPd0qEr9tkom3k7s { width:298px;height:60px;top:60px;left:210px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tpTpLT5BPeuS3IX37t59BmPTxe7SD0Ot { width:298px;height:39px;top:444px;left:210px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v9QZkuIWkmSFu1EXNhwWuXeCpbbzgOhP { width:298px;height:33px;top:60px;left:464px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #se7Z1msqsDzfs3nhTArgLt7kuzEcuX0t { width:298px;height:39px;top:444px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VVftlOVSl1xOwCErOvCrmCX1zAAvNFAO { width:303px;height:540px;top:16px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #lTGb07STI9x0vohDZC0RSXCmUT4KkUuX { width:303px;height:540px;top:15px;left:459px;display:block; }
 }@media only screen and (max-width: 763px) { #BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB { display:block; }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzNczf4IaTg2aBTuDW3F6yxOmpt9LBSk { width:303px;height:540px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PW9SNWqAvzivaQ4Un0z5zON5zVoUx1SH { width:298px;height:60px;top:45px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pKhWvuaPELr98Z56EiW6GFKNePoVpUTd { width:276px;height:59px;top:399px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #docTHCl6oDeSc5BHq4yG4L0dIAymg5TF { width:303px;height:540px;top:0px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #epcHTUEgBvem0torGx49fl6el4yphLLn { width:298px;height:60px;top:45px;left:210px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7kK2ZPRFhhUaGTg4kGXVAAToflPZ0D { width:298px;height:;top:399px;left:210px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QQIQA8r99AO0VElpAPkVgkU91CAi3Olm { width:303px;height:540px;top:0px;left:459px;display:block; }
 }@media only screen and (max-width: 763px) { #hAuVZ4krJK52qXlh0H3zR2D2xrlbXB6I { width:262px;height:90px;top:30px;left:500px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #mevi8FgOm85cW1JbUMMmfUE2yIchETcr { width:298px;height:39px;top:399px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt { display:block; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwAV7bUTef2dWCNeh8RHL3bFnLttDxtD { width:603px;height:45px;top:43px;left:94.5px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #GqannONTFH3PUuV2MhUxWxaWl4o3w1iH { width:453px;height:49px;top:169px;left:311px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LQFhzdBnP82blXowLphpQRC5HCW6tAQn { width:563px;height:54px;top:218px;left:201px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mWsIk4HD2NMDdbZdvEe7qNx5TBUPvXea { top:171px;left:408px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #XTZ3NdPacI25GwqMub1vHt9XusJOHqgs { width:453px;height:49px;top:620px;left:311px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #PWrJqRvTcFtstubDbwAJpxxAP0f8BO5a { top:714px;left:334px;width:430px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #D2DlfPoUGHpGtkgzqBtnvJkaiExobFHz { display:block; }
 }@media only screen and (max-width: 763px) { #G4uFxNC8MNhtNvacaSbyih28TEuIiIzZ { width:490px;height:662.988px;top:178px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DbkQaNluaZcbIUmTVFpGRAr9uxNw4aU0 { top:619px;left:408px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #lO6atrahMsmOt8wOzDnTS3VaaXRtzzTM { width:436px;height:241px;top:284px;left:328px;display:none; }
 }@media only screen and (max-width: 763px) { #xeKI9oRKynSX03vBavbaWrl9X1uSMuti { width:620px;height:348px;display:none; }
 }@media only screen and (max-width: 763px) { #X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR { display:block; }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neOMPTXX5sS5M0TgcbEz6sroXSJPJSou { width:211px;height:30px;top:31px;left:553px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kt8kSigLrkvnO5cipzThTErd01firl4J { width:42px;height:63.9844px;top:14px;left:722px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D08szaa45OiVcaTvJKGQKZglxENTL8Vt { background-color:#020202;background-image:none;display:block; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container { background-color: transparent; background-image: none; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container > .video-iframe-container { display: none; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row > .video-iframe-container { display: none; }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .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); }#D08szaa45OiVcaTvJKGQKZglxENTL8Vt > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLfwbkpmEH6TbSvQsLNoHLKUoX9gKDMn { width:91.9792px;height:40.9896px;top:80.41667175293px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #elaozwKfNP08qeoEKZVV1Lg9yawHpsc9 { display:block; }
 }@media only screen and (max-width: 763px) { #B6bQaJXoVO6ggOvgLzhPWihKtduQoQ8G { width:117px;height:40.9922px;top:162.9375px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #RoMVIyGfmatWEpJO2UkbbIodLBKcAE7B { display:block; }
 }@media only screen and (max-width: 763px) { #VCVBKDOQTS3x0oeUKGwzAiXlgc1zVOeL { width:136.992px;height:42px;top:162.421875px;left:183.0234375px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #qMlKsUt0mBVmG6c4SafLldBtzJMx4wo5 { display:block; }
 }@media only screen and (max-width: 763px) { #Zg140qh93Wee1Zz6HbAD8nWrWz67m0GZ { width:84px;height:42px;top:103.921875px;left:117.984375px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #OoPVT9MLl8zPZDqAw9G2AUzTN4lZEa9e { display:block; }
 }@media only screen and (max-width: 763px) { #ityK1f5tOxFr55musvkwwkErcODbnmIe { width:70.9896px;height:36.9965px;top:82.395835876465px;left:248.99305820465px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #I97mOzaXtZXTFbtW7T8gMVF6EAxXFKar { display:block; }
 }@media only screen and (max-width: 763px) { #HRnb7TOsL5O7no0iuveWQLIf4MIHVDQJ { width:228px;height:345.984px;top:164.015625px;left:45.984375px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cEJ4F2USG92e7nAsv26iIkzJUau8DCNK { width:228px;height:42.9844px;top:27.5390625px;left:43.4765625px;display:block; }
 }@media only screen and (max-width: 763px) { #UaWx4gMwlqqdeUcrHa7pcTtHbU610VWs { width:91.9792px;height:40.9896px;top:80.41667175293px;left:113.99305820465px;text-align:center;text-align-last:center;font-size:12px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #yMd1O9EdJNr96T8sHirWbDd7SuoXfHbl { display:block; }
 }@media only screen and (max-width: 763px) { #mVzwXk6fyg4war4rTB8t2WoCdnHganU2 { display:block; }#mVzwXk6fyg4war4rTB8t2WoCdnHganU2 > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrdaI0ae9oGwM6yLC0BXyhbXh47h9sTJ { width:250px;height:1.99219px;top:33.984375px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mAVCWiineTUAO56p6w4SwcOzkh19dZkg { width:319.945px;height:56.6719px;top:63.9609375px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2DUJra8S1k0bWOwELvf8ldmkcBs7Ihb { width:250px;height:1.99219px;top:140.09765625px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GV3lKa1onZocNuwA5iflzQ9EICt2BEVb { display:block; }#GV3lKa1onZocNuwA5iflzQ9EICt2BEVb > .row .container { width:320px;height:144px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrNWHg8xZQLTgnozpTIJhOyf7ORDwtgX { width:319.961px;height:35.2031px;top:86.875px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CKpqJL3TyHVKzmumQMKUVKFlcD9y1nB2 { width:319.945px;height:54.9844px;top:19.9453125px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #afJyDIWcKksEamXPtZEt1fzPEoFxZzIA { display:block; }#afJyDIWcKksEamXPtZEt1fzPEoFxZzIA > .row .container { width:320px;height:1746px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgXfp97hKsu6KQ5q9l8o5SSkGJEn0KUh { width:303px;height:538.992px;top:36.984375px;left:8.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #XlP6zAlT2rqpyOVtMWihfP67eaRhEAmD { width:297.961px;height:50.0156px;top:76.96875px;left:10.9921875px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rDZhuT1rIqx517RVHPrKy8UnhcpvI7k6 { width:259.969px;height:35.2031px;top:468.9375px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KSmKTVvloOUkB5ZiCPd0qEr9tkom3k7s { width:297.938px;height:50.0156px;top:1237.5px;left:11.015625px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tpTpLT5BPeuS3IX37t59BmPTxe7SD0Ot { width:297.914px;height:35.2031px;top:1615.9453125px;left:10.9921875px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v9QZkuIWkmSFu1EXNhwWuXeCpbbzgOhP { width:297.961px;height:27.5px;top:676px;left:11px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #se7Z1msqsDzfs3nhTArgLt7kuzEcuX0t { width:297.949px;height:35.2031px;top:1045.99609375px;left:10.99609375px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VVftlOVSl1xOwCErOvCrmCX1zAAvNFAO { width:303px;height:540px;top:1168.96875px;left:8.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #lTGb07STI9x0vohDZC0RSXCmUT4KkUuX { width:303px;height:540px;top:603px;left:10.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB { display:block; }#BhoHPuJZ4ePu2SfS4l1N7s8a0RaVPtpB > .row .container { width:320px;height:1710px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzNczf4IaTg2aBTuDW3F6yxOmpt9LBSk { width:303px;height:540px;top:12px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #PW9SNWqAvzivaQ4Un0z5zON5zVoUx1SH { width:297.969px;height:50.0156px;top:68.984375px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pKhWvuaPELr98Z56EiW6GFKNePoVpUTd { width:250.996px;height:52.8047px;top:426.953125px;left:34.47265625px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #docTHCl6oDeSc5BHq4yG4L0dIAymg5TF { width:303px;height:540px;top:571.9921875px;left:10.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #epcHTUEgBvem0torGx49fl6el4yphLLn { width:297.961px;height:50.0156px;top:622.8515625px;left:10.9921875px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7kK2ZPRFhhUaGTg4kGXVAAToflPZ0D { width:297.969px;height:35.2031px;top:997.8125px;left:10.99609375px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QQIQA8r99AO0VElpAPkVgkU91CAi3Olm { width:303px;height:540px;top:1131.984375px;left:8.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #hAuVZ4krJK52qXlh0H3zR2D2xrlbXB6I { width:277.992px;height:75.0234px;top:1174.96875px;left:20.9765625px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mevi8FgOm85cW1JbUMMmfUE2yIchETcr { width:297.949px;height:17.6016px;top:1566.93359375px;left:11.015625px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt { background-color:#020202;background-image:none;display:block; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container { background-color: transparent; background-image: none; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container > .video-iframe-container { display: none; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row > .video-iframe-container { display: none; }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .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); }#WAkacUEKKmEbJvqhPFGS5r5QMAeq5pPt > .row .container { width:320px;height:1155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwAV7bUTef2dWCNeh8RHL3bFnLttDxtD { width:319.969px;height:54px;top:48.984375px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqannONTFH3PUuV2MhUxWxaWl4o3w1iH { width:283px;height:32.3047px;top:150.984375px;left:35px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQFhzdBnP82blXowLphpQRC5HCW6tAQn { width:315px;height:44.7656px;top:210px;left:-2.0078125px;font-size:14px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mWsIk4HD2NMDdbZdvEe7qNx5TBUPvXea { display:flex;width:30px;height:30px;top:152.1328125px;left:0px; }
 }@media only screen and (max-width: 763px) { #XTZ3NdPacI25GwqMub1vHt9XusJOHqgs { width:274px;height:32.3047px;top:561.3515625px;left:44px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PWrJqRvTcFtstubDbwAJpxxAP0f8BO5a { top:627.984375px;left:7.9921875px;width:303.961px;height:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #D2DlfPoUGHpGtkgzqBtnvJkaiExobFHz { display:block; }
 }@media only screen and (max-width: 763px) { #G4uFxNC8MNhtNvacaSbyih28TEuIiIzZ { width:319.969px;height:429.961px;top:719.9765625px;left:0.0234375px;display:block; }
 }@media only screen and (max-width: 763px) { #DbkQaNluaZcbIUmTVFpGRAr9uxNw4aU0 { display:flex;width:34px;height:34px;top:559.0078125px;left:0px;font-size:23px; }
 }@media only screen and (max-width: 763px) { #lO6atrahMsmOt8wOzDnTS3VaaXRtzzTM { width:320px;height:208px;top:279.890625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xeKI9oRKynSX03vBavbaWrl9X1uSMuti { top:298.5px;left:0px;width:319.992px;height:234.984px;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR { display:block; }#X5aIJqNMVXGKKKmX18f5csXNRQkO7hTR > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neOMPTXX5sS5M0TgcbEz6sroXSJPJSou { width:151.953px;height:23.7656px;top:37.9296875px;left:123.96484375px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kt8kSigLrkvnO5cipzThTErd01firl4J { width:29px;height:45px;top:15.48828125px;left:288.59594903024px;display:block; }
 }