.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;
}
.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;
  }
}
@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { border-bottom:1px solid #eeeeee;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { background-color: transparent; background-image: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container > .video-iframe-container { display: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container { display: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .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); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { border-width: 0; border-radius: 0; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { font-size:14px;font-family:"open sans";height:77.75px;width:1200px;position:relative;display:block; }#SvGbfHnEuW3UPeha2MbUvBGwTIBWFsa7 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27px;width:159px;top:25.375px;left:87.984375px;overflow:hidden;display:block; }
#aBuMls2IpJNyMfJJsRSdiydfZlixVUZd { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18px;width:291px;top:29.875px;left:823px;overflow:hidden;display:block; }
#PibgIkO5SauNVXXPkS3ce6w3TWwinWBR { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:31px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:18.8671875px;left:500px;height:40.2969px;text-align:center;text-align-last:center;display:block; }
#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3DaBBSkC/pawel_czerwinski_2dyR13FNg2I_unsplash.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.adaptive-delivery-prevent-bg, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyload, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyloading { background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,214,225,0.3); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,214,225,0.3); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { border-width: 0; border-radius: 0; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { font-size:14px;font-family:"open sans";height:3913px;width:1200px;position:relative;display:block; }#acSiWs42lEHCZQoJaVnJN9kWJSd1Dwse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,244,244,0.83);background-image:none;height:80.9801px;width:336.989px;position:absolute;display:block;z-index:100004;top:403px;left:120px;display:none; }
#LkWazahK89lK4JgOGne93r8PH17ILG9U { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3780px;width:1035px;top:58.5px;left:83.5px;display:block; }
#SOnmyd83Lkc9c1hHN6xskHM57DvIxcab { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:348.34375px;left:192.96875px;height:;font-style:normal;display:block; }
#NxT4SFPTodLPmA4gK41bZG9fNMe9TH0D { color:#000000;display:block;width:270.969px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:97.84375px;left:464.5px;height:67.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3iZpr5dP0wkccA35egXUmcAIrXuoZer { position:absolute;display:block;z-index:100009;background-color:#505053;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:400px;top:195.25px;left:400px;display:block; }
#sPfPJfefg9k2Zt5X9EW7dqlI3E2KPdxh { color:#000000;display:block;width:270.969px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:220.34375px;left:464.5px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyx9hE750VJ3GQNRXaNGUyTWJJsgNZsK { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:268.34375px;left:280px;display:block; }
#VOxXWLNuzAn9MJqkqGeeAnBN7lch3Qm8 { color:#000000;display:block;width:270.969px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:672.34375px;left:223.46875px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRcfnAfA5NO1nEpo1Ed8eWfpmn1ITXlt { position:absolute;display:block;z-index:100013;height:180px;width:320px;top:714.140625px;left:198.96875px;display:block; }
#wTD7eFGAAkzmttEh6BVxEop0m8vGrS6T { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:1553.25px;left:247px;overflow:hidden;display:block; }
#QgTD90hRWZTww0c0Pdk5gqMmf9GlrNys { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:1553.25px;left:674px;overflow:hidden;display:block; }
#K9X46SvTtxT56S5neOVko44DcBsJJtTQ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:1934.25px;left:247px;overflow:hidden;display:block; }
#B2JAboZc2O5PhytMeoTnX5TO8CTQOWNG { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:1934.25px;left:674px;overflow:hidden;display:block; }
#A0tTmu5tOfhLAAGQz4ZXdBnQhp4tCAoy { color:#000000;display:block;width:400px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:2350.046875px;left:247px;height:145.578px;display:block; }
#sTNaFxehe8Qmti99RHBxwobHuRtvTAUs { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:2296.25px;left:247px;height:20.7969px;display:block; }
#sV8L26KIZmauKtwxkQwbeF6NJNMoU9mB { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:2588.25px;left:247px;overflow:hidden;display:block; }
#sIPfKUPXFiplMaU9kdkTZccQVaJUKnFc { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:2588.25px;left:674px;overflow:hidden;display:block; }
#mc3I4i03V0bQi21nO1BAwbDdIhrJXtBB { color:#000000;display:block;width:270.969px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1494.34375px;left:211.5px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXquHXICOvX2EXboKmIc2PdvZlNAHko9 { color:#000000;display:block;width:270.969px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:2533.34375px;left:211.5px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htLWXVpTgRswa09uGrOtFu68vr5forvd { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:2982.25px;left:247px;overflow:hidden;display:block; }
#Ac1OM3eoWRBu6JicFrWbEZe9zeRlbxi1 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:2983.25px;left:674px;overflow:hidden;display:block; }
#ozshnR4cLRclxSfs5hEMxRaa0Tq8wzGl { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:350px;top:3384.5px;left:247px;overflow:hidden;display:block; }
#hoeIaJEmbNUhiHFQn0TNgXThGlP2x99u { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:3384.5px;left:674px;height:20.7969px;display:block; }
#AhOJROK41g0rBLZpcqMGXTAzpaPxxgtM { color:#000000;display:block;width:357px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:3455.046875px;left:670.5px;height:103.984px;display:block; }
#vWoS5U3UFD2nTeh6Dmfwapeay1HB7oGo { color:#000000;display:block;width:270.969px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:672.34375px;left:694.46875px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#taAJu3xD6q91qtztAlDq0lb7MkR19JRd { position:absolute;display:block;z-index:100014;height:180px;width:320px;top:706.140625px;left:674px;display:block; }
#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 { position:relative;display:block; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 { background-color: transparent; background-image: none; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row .container > .video-iframe-container { display: none; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row > .video-iframe-container { display: none; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .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); }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 { border-width: 0; border-radius: 0; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:55px;width:1200px;position:relative;display:block; }#pZEWXTT2T72S1VvcvzmXzXOFkuMCHagT { display:block;width:149px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.6875px;left:82.984375px;height:20.7969px;display:block; }
#BqNrMtigv1RWXFQcCGb4Fgx2vwpEKe1E { display:block;width:105.996px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:20.48828125px;left:790.9765625px;height:20.7969px;display:block; }
#LdnpvRQCyyoR6qLeSM7QvtqWkZDyQVfF { display:block;width:283.984px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:20.48828125px;left:916.015625px;height:20.7969px;display:block; }
