.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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);
}
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-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: 959px) {
    html {
        width: 960px;
    }
}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); }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT { border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:3px solid #ffffff;background-color:#ffffff;background-image:none;position:relative;z-index:auto;top:auto;bottom:auto;left:auto;right:auto;display:block; }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT > .row .container { background-color: transparent; background-image: none; }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT > .row .container > .video-iframe-container { display: none; }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT > .row > .video-iframe-container { display: none; }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT > .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); }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT > .row .container { border-width: 0; border-radius: 0; }#i5bTidJt7s3QEuBEXSRSqbFDTDMTvakT > .row .container { font-size:14px;font-family:arial;height:42px;width:960px;position:relative;display:block; }#AD451NSWo518IzTEEZ5xCBnT5ROsWuW0 { color:#000000;display:block;width:88.9844px;position:absolute;font-family:"3points avenir";font-size:24px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:11px;left:49.96875px;height:31px;font-style:normal;display:block; }
#gNCmMx0or1U0IIJMD9WvJvAtDFT9C1nn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#0a1263;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:fe3points;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:98.9931px;height:27.9688px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:6.9965286254883px;left:667.98614501953px;display:block; }
#RTCZbopJLaP5pqMGsQ3lI3sKPoomRP5V { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#dJGvNvATHnDz2tECD4JdJpL7TflmgWHZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#0a1263;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:fe3points;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:77.9861px;height:21.9965px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:10.486112594604px;left:742.98614501953px;display:block; }
#VNAClcDH7BAOx29qrn08RmHHJRUP9iBz { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#EcKPkTEt9SaDfKIava2qxBDeJxiV4ZBB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#0a1263;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:fe3points;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:90.9896px;height:25.9896px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:8.4895839691162px;left:810.98968505859px;display:block; }
#UcmHGMD7qTiUwkg07XEDNCVIS6Ico0I2 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Zc8c2EkpKMsOHku5wEcrDcOxViSP6goT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#0a1263;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:fe3points;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:58.9931px;height:16.9965px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:12.968751907349px;left:900.98968505859px;display:block; }
#agxle89nQxwpTbHTIz4ub5w3cwENsEQK { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#ZvNFkokXBHT75tBupdbXhofFiS6iM9Cc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#0a1263;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:fe3points;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:111.997px;height:26.9965px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:7.4826393127441px;left:566.97918701172px;display:block; }
#RhG2WoNEMyrm9UANArTMnQsTwLf7DUyA { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#mWXHDcwpusW5BTEaDhvc50fVhWIS2pAe { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:13px;left:120px;display:none; }
#lxPTyKCfk6if67FgtmRiT5bPEH0fOiDZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:39px;top:2.5px;left:10.96875px;overflow:hidden;display:block; }
#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X > .row .container { background-color: transparent; background-image: none; }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X > .row .container > .video-iframe-container { display: none; }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X > .row > .video-iframe-container { display: none; }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X > .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); }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X > .row .container { border-width: 0; border-radius: 0; }#BslRBG4Z5gecKrzQmRLeWT6PV2deV48X > .row .container { font-size:14px;font-family:"open sans";height:668px;width:960px;overflow:visible;position:relative;display:block; }#Au3i9BfMkb1zpNHMqBF7wg3HFSiylJhF { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:246px;width:246px;top:161px;left:622px;overflow:hidden;display:block; }
#y4kX2V4eeJ4MpTArTH8fIBBBKhPJs2uP { color:#3a3a3a;display:block;width:551px;position:absolute;font-family:"3points avenir";font-size:57px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:151px;left:10.8125px;height:222px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cRXCrdK2np0cuPa3a10oeByWZcbzEQV3 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10px;width:81px;top:151px;left:0;overflow:hidden;display:block; }
#dwUWapyZLh7ur62BeeIgVPQ9Mp94Q0sn { background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #3a3a3a;border-left:1px solid #3a3a3a;border-right:1px solid #3a3a3a;border-bottom:1px solid #3a3a3a;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:#3a3a3a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:53px;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:430.984375px;left:10.8125px;display:block; }
#wWXa7seVaPa7QzFH1oRSkHdJIBZx8P5T { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3a3a;background-image:none;position:relative;z-index:auto;top:auto;bottom:auto;left:auto;right:auto;display:block; }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv > .row .container { background-color: transparent; background-image: none; }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv > .row .container > .video-iframe-container { display: none; }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv > .row > .video-iframe-container { display: none; }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv > .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); }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv > .row .container { border-width: 0; border-radius: 0; }#sRLyPcI666n0y7A1syB9CSKWXiZTmkKv > .row .container { font-size:14px;font-family:arial;height:345px;width:960px;position:relative;display:block; }#drkmiuueQgzzfx8Tmr4waoXxvR0DGXaR { color:#66a6ff;display:block;width:200px;position:absolute;font-family:"3points avenir";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:64px;left:73px;height:20px;display:block; }
#wgTBzcXt3E3b4SI5Ke2mvZvhh0a3kamT { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:209px;left:13px;display:block; }
#cLFETfEwKRTgBDg1JdyDdHnz9h6cRlnA { color:#66a6ff;display:block;width:338px;position:absolute;font-family:"3points avenir";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:213.9921875px;left:72.986145019531px;height:40px;display:block; }
#NyV0bF5By5qMhX3gAKOzCMXmHTqfs8VJ { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:49px;left:13px;display:block; }
#zupKR3eUTbV6HoTNleQTauy7bQpZk1OT { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:99px;left:13px;display:block; }
#BSiTCxw6wyGuSrs5PIQoToIKpf0Py2h2 { color:#66a6ff;display:block;width:316px;position:absolute;font-family:"3points avenir";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:113.95782470703px;left:72.986145019531px;height:20px;display:block; }
#q3QaPe9Nu2o7RlbGVryZn1kC5Qin37Ew { color:#66a6ff;display:block;width:316px;position:absolute;font-family:"3points avenir";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:174px;left:73px;height:20px;display:block; }
#LSKCBOOwIRl4brWZcLJbM0FD7zWznTXZ { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:159px;left:13px;display:block; }
#QrK1ZUnIHClLyvGoH5mVFHuT6wcmzukK { color:#66a6ff;display:block;width:200px;position:absolute;font-family:"3points avenir";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:14.982666015625px;left:72.986145019531px;height:20px;display:block; }
#NFpslbvZbHpJtvhHp1lC1clNHTBNaAOX { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;box-shadow: 1px 1px 22px rgba(0,0,0,0.5) ;height:143px;width:143px;top:61.475646972656px;left:811.44097900391px;overflow:hidden;display:block; }
#H5IMzrJ6iKTX77lNkEOE3lrXboW26zMt { box-sizing:content-box;color:#0e9ae5;font-size:100px;font-weight:400;line-height:1;height:143px;width:143px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:116.96179199219px;left:811.94451904297px;display:block; }
#NfyMLx33tkKCJTV00A1tAkKhOT6IoRdA { color:#66a6ff;display:block;width:200px;position:absolute;font-family:"3points avenir";font-size:18px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:26.961791992188px;left:502.98614501953px;height:23px;display:block; }
#FOoMKdwp5JTvb4csmpiZB49L2mmbSd0C { color:#66a6ff;display:block;width:200px;position:absolute;font-family:"3points avenir";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:63.958312988281px;left:502.98614501953px;height:20px;display:block; }
#zVZMELfrlk2enh5b4noe2UmqKbi7EfO6 { color:#66a6ff;display:block;width:200px;position:absolute;font-family:"3points avenir";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:98.958312988281px;left:502.98614501953px;height:20px;display:block; }
#oN6hUoFxyE0O5DITInQr4ANV09QopuWF { color:#66a6ff;display:block;width:317px;position:absolute;font-family:"3points avenir";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:223.97552490234px;left:495.43402099609px;height:20px;display:block; }
#IwJl2LW8uCC5L9UcOp70G8neKofbm3zd { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:3.9930419921875px;left:10.9375px;display:block; }
#mD13GQ4k1Qn7nN6RdStR5Nbr2RGvF72W { position:absolute;display:block;z-index:100048;height:90px;width:161px;top:258.97552490234px;left:798.76739501953px;display:block; }
#JDkfCxxtNkhNTO5tXoeVpC8LaNFbq8Rk { position:absolute;display:block;z-index:100049;height:102px;width:183px;top:239.98321533203px;left:-0.20831298828125px;display:block; }
