.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#dfdfdf;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); }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N { position:relative;display:block; }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N { background-color: transparent; background-image: none; }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .row .container > .video-iframe-container { display: none; }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .row > .video-iframe-container { display: none; }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .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); }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N { border-width: 0; border-radius: 0; }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .row .container > .video-iframe-container {  }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .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:661px;width:1200px;position:relative;display:block; }#POZRCPDOz45zdQI6K5dAeTRHtwvIc5Vf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:616px;width:606px;top:22px;left:21px;overflow:hidden;display:block; }
#EESxQoVmSNrNwvfcnTdRTUvPrRDV3Mi6 { position:absolute;display:block;z-index:15023;height:428px;width:466px;top:22px;left:643px;display:block; }
#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { position:relative;z-index:auto;display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { background-color: transparent; background-image: none; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container > .video-iframe-container { display: none; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row > .video-iframe-container { display: none; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .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); }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { border-width: 0; border-radius: 0; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container > .video-iframe-container {  }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1016px;width:1200px;position:relative;display:block; }#Ck2iq1D3ygrEe61cVdiBlWBPEENK3LiS { color:#000000;display:block;width:312px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:58px;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:183px;left:652px;height:104.375px;font-style:normal;display:block; }
#OlefyQeVes85rOGNAFlTMn26xFUil8SU { color:#000000;display:block;width:433px;position:absolute;font-family:lato;font-size:34px;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:306px;left:652px;height:203.984px;font-style:normal;display:block; }
#oFDyQCmfonkaufbLCVq8ACdENrG5fiy3 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:303px;width:413px;top:647px;left:159px;overflow:hidden;display:block; }
#lKTf67svJKTxIDeDZhF5v3XtW8F498lh { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:303px;width:413px;top:647px;left:628px;overflow:hidden;display:block; }
#VbTipGn9mf4xs9At4nqr2XbWOs3EwnbV { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:722px;width:580px;top:0px;left:87.5px;overflow:hidden;display:block; }
#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { position:relative;display:block; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { background-color: transparent; background-image: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container > .video-iframe-container { display: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row > .video-iframe-container { display: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .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); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { border-width: 0; border-radius: 0; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container > .video-iframe-container {  }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(234,231,231,0.53), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(234,231,231,0.53), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(234,231,231,0.53), #ffffff);background-image: -o-linear-gradient(180deg, rgba(234,231,231,0.53), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87eae7e7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#87eae7e7', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(234,231,231,0.53), #ffffff);background-size:cover !important;font-size:14px;font-family:arial;height:1369px;width:1200px;position:relative;display:block; }#T9oiQyBDXGDTPX5Wod7wXMt8vJg1rVZx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:85px;width:925px;top:51px;left:134px;overflow:hidden;display:block; }
#SogZmRhSmQPWz20cqsFubRmoUnSblZd1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:234px;width:276px;top:150px;left:163px;overflow:hidden;display:block; }
#sLur6ddHwVZm6DBisxkwawbLBUaRTMmo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:233px;width:276px;top:151px;left:483px;overflow:hidden;display:block; }
#xOFSm9OEJ6ybuE9vnqf1QWCZ9AVTnFBT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:231px;width:276px;top:153px;left:790px;overflow:hidden;display:block; }
#V5b4TJNAbtf0GWzia2XaK1Twg4hn9v6A { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:281px;top:468px;left:457.5px;overflow:hidden;display:block; }
#T0AQdV3Q4bI2LHpVkFGswcZenL8korGO { color:#a9a9a9;display:block;width:987px;position:absolute;font-family:lato;font-size:15px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:600.25px;left:106.5px;height:136.5px;text-align:center;text-align-last:center;display:block; }
#Jzv8tJKI4hNGmfAWFQEgq49aTWR2sJNC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:695px;width:1200px;top:674px;left:0px;overflow:hidden;display:block; }
#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { position:relative;display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { background-color: transparent; background-image: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container > .video-iframe-container { display: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row > .video-iframe-container { display: none; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .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); }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { border-width: 0; border-radius: 0; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container > .video-iframe-container {  }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0a082e;background-image:none;font-size:14px;font-family:arial;height:147px;width:1200px;position:relative;display:block; }#I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { color:#000000;display:block;width:311px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:52px;left:605px;height:20.8px;display:block; }
#cxLfEldlst24tznW6SeQNWEBEo90Ewll { box-sizing:content-box;color:#0bcee8;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:45px;left:865px;display:block; }
#nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { box-sizing:content-box;color:#0bcee8;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:45px;left:899px;display:block; }
#TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { box-sizing:content-box;color:#0bcee8;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:45px;left:933px;display:block; }
#kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { box-sizing:content-box;color:#0bcee8;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:45px;left:967px;display:block; }
#q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { color:#000000;display:block;width:290px;position:absolute;font-family:lato;font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:84px;left:605px;height:31.1875px;display:block; }
#tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { box-sizing:content-box;color:#ffffff;font-size:16px;font-weight:400;line-height:1;height:23px;width:23px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:79px;left:894px;display:block; }
#NwCpCSZfMPaeHehUBKHWzCUm8J2p9bOD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:83px;width:222px;top:32px;left:237px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voB96DBEHaKTvS7vMvya2SizIfeeSd3N { display:block; }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POZRCPDOz45zdQI6K5dAeTRHtwvIc5Vf { top:22px;left:0px;width:606px;height:616px;display:block; }
 }@media only screen and (max-width: 763px) { #EESxQoVmSNrNwvfcnTdRTUvPrRDV3Mi6 { top:22px;left:298px;width:466px;height:428px;display:block; }
 }@media only screen and (max-width: 763px) { #TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck2iq1D3ygrEe61cVdiBlWBPEENK3LiS { top:183px;left:434px;width:312px;height:104px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #OlefyQeVes85rOGNAFlTMn26xFUil8SU { top:306px;left:331px;width:433px;height:163px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oFDyQCmfonkaufbLCVq8ACdENrG5fiy3 { top:647px;left:0px;width:413px;height:303px;display:block; }
 }@media only screen and (max-width: 763px) { #lKTf67svJKTxIDeDZhF5v3XtW8F498lh { top:647px;left:351px;width:413px;height:303px;display:block; }
 }@media only screen and (max-width: 763px) { #VbTipGn9mf4xs9At4nqr2XbWOs3EwnbV { top:0px;left:0px;width:580px;height:722px;display:block; }
 }@media only screen and (max-width: 763px) { #UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { display:block; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9oiQyBDXGDTPX5Wod7wXMt8vJg1rVZx { top:51px;left:0px;width:764px;height:70.205405405405px;display:block; }
 }@media only screen and (max-width: 763px) { #SogZmRhSmQPWz20cqsFubRmoUnSblZd1 { top:150px;left:0px;width:276px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #sLur6ddHwVZm6DBisxkwawbLBUaRTMmo { top:151px;left:265px;width:276px;height:233px;display:block; }
 }@media only screen and (max-width: 763px) { #xOFSm9OEJ6ybuE9vnqf1QWCZ9AVTnFBT { top:153px;left:488px;width:276px;height:231px;display:block; }
 }@media only screen and (max-width: 763px) { #V5b4TJNAbtf0GWzia2XaK1Twg4hn9v6A { top:468px;left:239.5px;width:281px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #T0AQdV3Q4bI2LHpVkFGswcZenL8korGO { top:600px;left:0px;width:764px;height:136px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Jzv8tJKI4hNGmfAWFQEgq49aTWR2sJNC { top:674px;left:0px;width:764px;height:442.48333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { top:52px;left:387px;width:311px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cxLfEldlst24tznW6SeQNWEBEo90Ewll { top:45px;left:647px;width:34px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { top:45px;left:681px;width:34px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { top:45px;left:715px;width:34px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { top:45px;left:730px;width:34px;height:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { top:84px;left:387.00003051758px;width:290px;height:15px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { top:79px;left:676px;width:23px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NwCpCSZfMPaeHehUBKHWzCUm8J2p9bOD { top:32px;left:19px;width:222px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #voB96DBEHaKTvS7vMvya2SizIfeeSd3N { display:block; }#voB96DBEHaKTvS7vMvya2SizIfeeSd3N > .row .container { width:320px;height:924px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POZRCPDOz45zdQI6K5dAeTRHtwvIc5Vf { width:320px;height:325.52677029361px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EESxQoVmSNrNwvfcnTdRTUvPrRDV3Mi6 { width:257px;height:280px;top:346px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { position:relative;z-index:auto;display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container { width:320px;height:956px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck2iq1D3ygrEe61cVdiBlWBPEENK3LiS { width:256px;height:57.5938px;top:352px;left:32px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlefyQeVes85rOGNAFlTMn26xFUil8SU { width:255px;height:88px;top:433px;left:33px;font-size:20px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFDyQCmfonkaufbLCVq8ACdENrG5fiy3 { width:226px;height:165px;top:559px;left:47px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lKTf67svJKTxIDeDZhF5v3XtW8F498lh { width:233px;height:171px;top:748px;left:44px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbTipGn9mf4xs9At4nqr2XbWOs3EwnbV { width:320px;height:398.34482758621px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { display:block; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG { background-color: transparent; background-image: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container > .video-iframe-container { display: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row > .video-iframe-container { display: none; }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .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); }#UzkCbC45GVAl7T0PXopyATe2LDwo7lcG > .row .container { width:320px;height:1087px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efefef, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #efefef, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #efefef, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #efefef, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #efefef, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9oiQyBDXGDTPX5Wod7wXMt8vJg1rVZx { width:290px;height:25px;top:15.625px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SogZmRhSmQPWz20cqsFubRmoUnSblZd1 { width:213px;height:180px;top:52px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #sLur6ddHwVZm6DBisxkwawbLBUaRTMmo { width:211px;height:177px;top:232px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #xOFSm9OEJ6ybuE9vnqf1QWCZ9AVTnFBT { width:208px;height:174px;top:424px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #V5b4TJNAbtf0GWzia2XaK1Twg4hn9v6A { width:146px;height:35px;top:641.5px;left:87px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T0AQdV3Q4bI2LHpVkFGswcZenL8korGO { width:280px;height:195px;top:718.5px;left:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Jzv8tJKI4hNGmfAWFQEgq49aTWR2sJNC { width:320px;height:184px;top:901.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { width:320px;height:237px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { width:310.969px;height:20.7969px;top:101px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxLfEldlst24tznW6SeQNWEBEo90Ewll { width:33.9844px;height:33.9844px;top:121px;left:85px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { width:33.9844px;height:33.9844px;top:121px;left:121px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { width:33.9844px;height:33.9844px;top:121px;left:159px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { width:33.9844px;height:33.9844px;top:121px;left:201px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { width:157px;height:28.5938px;top:177.65625px;left:81.5px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWml5h4MpTwHlyLnqycxLfyUJUXt9QHq { width:16px;height:16px;top:183.953125px;left:234.984375px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NwCpCSZfMPaeHehUBKHWzCUm8J2p9bOD { width:113px;height:41px;top:30px;left:103.5px;display:block; }
 }