.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); }#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:945px;width:1200px;position:relative;display:block; }#u7yP5W9piLhSaIa0XCnPQEbfu5afJdb6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:629px;width:647px;top:174px;left:37px;overflow:hidden;display:block; }
#LtbsqFcqserd22IFKNTT73iOrw86Wpdy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:301px;top:56px;left:254px;overflow:hidden;display:block; }
#PdVrAQmAxbJWp3UBGIpEr1HhBBZ01XND { color:#000000;display:block;width:352px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:69px;left:706px;height:79.2px;font-style:normal;display:block; }
#BFHLq66fJy2rHXQ10kC6VJr7hMNMPi3V { color:#77777f;display:block;width:358px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:187.375px;left:706px;height:75.9px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EESxQoVmSNrNwvfcnTdRTUvPrRDV3Mi6 { position:absolute;display:block;z-index:15023;height:348px;width:453px;top:284.27499389648px;left:706.00003051758px;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:#ffffff;background-image:none;font-size:14px;font-family:arial;height:634px;width:1200px;position:relative;display:block; }#ZIuccyJUptrtTT2uaMCo61hSBRnKAlXo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:591px;width:479px;top:21.5px;left:596px;overflow:hidden;display:block; }
#UA21F3nOQfo0MfdSNRZgT8kQVDb1tWiK { color:#000000;display:block;width:388px;position:absolute;font-family:lato;font-size:81px;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:115px;left:141px;height:218.7px;font-style:normal;display:block; }
#tDelbDBTGvWfbadPvp6L0Qup5TzRCOx5 { color:#77777f;display:block;width:421px;position:absolute;font-family:lato;font-size:31px;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:381px;left:141px;height:136.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT { position:relative;display:block; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT { background-color: transparent; background-image: none; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container > .video-iframe-container { display: none; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row > .video-iframe-container { display: none; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .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); }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT { border-width: 0; border-radius: 0; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container > .video-iframe-container {  }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(257deg, #0bcee8, #3e3a91);background-image: -moz-linear-gradient(257deg, #0bcee8, #3e3a91);background-image: -ms-linear-gradient(257deg, #0bcee8, #3e3a91);background-image: -o-linear-gradient(257deg, #0bcee8, #3e3a91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bcee8', endColorstr='#3e3a91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bcee8', endColorstr='#3e3a91' );";background-image: linear-gradient(257deg, #0bcee8, #3e3a91);background-size:cover !important;font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#aLZdxJSP9La5KZCs97doNt2gTwuBLT1S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:81px;width:844px;top:24.5px;left:178px;overflow:hidden;display:block; }
#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm { position:relative;display:block; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm { background-color: transparent; background-image: none; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row .container > .video-iframe-container { display: none; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row > .video-iframe-container { display: none; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .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); }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm { border-width: 0; border-radius: 0; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row .container > .video-iframe-container {  }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .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:634px;width:1200px;position:relative;display:block; }#OgbGJSz1aZFgFdVJ0LFoWmQh8QhVhxHh { color:#0bcee8;display:block;width:456px;position:absolute;font-family:lato;font-size:31px;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:115px;left:141px;height:124px;font-style:normal;display:block; }
#sfd7v75fXtgdcnLxZDX4rwXUSPQZIzzw { color:#77777f;display:block;width:421px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:347px;left:141px;height:209.2px;font-style:normal;text-align:left;text-align-last:left;display:block; }#sfd7v75fXtgdcnLxZDX4rwXUSPQZIzzw li:not(:first-child){ padding-top:14px;padding-right:0;padding-bottom:0;padding-left:0; }#sfd7v75fXtgdcnLxZDX4rwXUSPQZIzzw li:before{  }
#wcsrhypLEywesovxnVV1tleSkwXRQk4t { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:556px;width:451px;top:53px;left:654px;overflow:hidden;display:block; }
#ZL7hxxidL3OcmBZtZ1QmTcMe5bSW0t9T { color:#3e3a91;display:block;width:421px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:278px;left:141px;height:25.3px;font-style:normal;text-align:left;text-align-last:left;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:15.6px;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) { #TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7yP5W9piLhSaIa0XCnPQEbfu5afJdb6 { top:174px;left:0px;width:647px;height:629px;display:block; }
 }@media only screen and (max-width: 763px) { #LtbsqFcqserd22IFKNTT73iOrw86Wpdy { top:56px;left:36px;width:301px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #PdVrAQmAxbJWp3UBGIpEr1HhBBZ01XND { top:69px;left:412px;width:352px;height:79px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #BFHLq66fJy2rHXQ10kC6VJr7hMNMPi3V { top:187px;left:406px;width:358px;height:75px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EESxQoVmSNrNwvfcnTdRTUvPrRDV3Mi6 { top:284px;left:270px;width:453px;height:348px;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) { #ZIuccyJUptrtTT2uaMCo61hSBRnKAlXo { top:21px;left:285px;width:479px;height:591px;display:block; }
 }@media only screen and (max-width: 763px) { #UA21F3nOQfo0MfdSNRZgT8kQVDb1tWiK { top:115px;left:0px;width:388px;height:218px;font-size:81px;display:block; }
 }@media only screen and (max-width: 763px) { #tDelbDBTGvWfbadPvp6L0Qup5TzRCOx5 { top:381px;left:0px;width:421px;height:136px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT { display:block; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLZdxJSP9La5KZCs97doNt2gTwuBLT1S { top:24px;left:0px;width:764px;height:73.322274881517px;display:block; }
 }@media only screen and (max-width: 763px) { #cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm { display:block; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgbGJSz1aZFgFdVJ0LFoWmQh8QhVhxHh { top:115px;left:0px;width:456px;height:124px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sfd7v75fXtgdcnLxZDX4rwXUSPQZIzzw { top:347px;left:0px;width:421px;height:188px;font-size:19px;display:block; }#sfd7v75fXtgdcnLxZDX4rwXUSPQZIzzw li:before{  }
 }@media only screen and (max-width: 763px) { #wcsrhypLEywesovxnVV1tleSkwXRQk4t { top:53px;left:313px;width:451px;height:556px;display:block; }
 }@media only screen and (max-width: 763px) { #ZL7hxxidL3OcmBZtZ1QmTcMe5bSW0t9T { top:278px;left:0px;width:421px;height:25px;font-size:23px;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) { #TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE { position:relative;z-index:auto;display:block; }#TvEwmxvVz29yzvg32Ra5Eq4V2lOEPqTE > .row .container { width:320px;height:1142px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7yP5W9piLhSaIa0XCnPQEbfu5afJdb6 { width:320px;height:311.094px;top:113.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LtbsqFcqserd22IFKNTT73iOrw86Wpdy { width:163px;height:36px;top:42px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PdVrAQmAxbJWp3UBGIpEr1HhBBZ01XND { width:284px;height:70.4px;top:403.46875px;left:18px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFHLq66fJy2rHXQ10kC6VJr7hMNMPi3V { width:272px;height:59.4px;top:498.3125px;left:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EESxQoVmSNrNwvfcnTdRTUvPrRDV3Mi6 { width:320px;height:348px;top:577.7125px;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:626px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIuccyJUptrtTT2uaMCo61hSBRnKAlXo { width:320px;height:394.812px;top:230.140625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UA21F3nOQfo0MfdSNRZgT8kQVDb1tWiK { width:245px;height:86.4px;top:13px;left:37.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDelbDBTGvWfbadPvp6L0Qup5TzRCOx5 { width:247px;height:79.2px;top:126.59375px;left:36.5px;font-size:18px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT { display:block; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT { background-color: transparent; background-image: none; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container > .video-iframe-container { display: none; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row > .video-iframe-container { display: none; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .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); }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT { border-width: 0; border-radius: 0; }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container > .video-iframe-container {  }#v9cZSxp2Zw1PboLo1Mo2bamHJNV0EhaT > .row .container { width:320px;height:57px;background-color:transparent;background-image: -webkit-linear-gradient(82deg, #3e3a91, #0bcee8);background-image: -moz-linear-gradient(82deg, #3e3a91, #0bcee8);background-image: -ms-linear-gradient(82deg, #3e3a91, #0bcee8);background-image: -o-linear-gradient(82deg, #3e3a91, #0bcee8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3a91', endColorstr='#0bcee8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3a91', endColorstr='#0bcee8' );";background-image: linear-gradient(82deg, #3e3a91, #0bcee8);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLZdxJSP9La5KZCs97doNt2gTwuBLT1S { width:320px;height:30.7031px;top:13.125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm { display:block; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm { background-color: transparent; background-image: none; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row .container > .video-iframe-container { display: none; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row > .video-iframe-container { display: none; }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .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); }#cfeA1K2m8LVc2ZomnN0sTZKCiKcgyhCm > .row .container { width:320px;height:1002px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgbGJSz1aZFgFdVJ0LFoWmQh8QhVhxHh { width:247px;height:105px;top:24px;left:36.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sfd7v75fXtgdcnLxZDX4rwXUSPQZIzzw { width:271px;height:313.7px;top:251.59375px;left:24.5px;font-size:19px;display:block; }#sfd7v75fXtgdcnLxZDX4rwXUSPQZIzzw li:before{  }
 }@media only screen and (max-width: 763px) { #wcsrhypLEywesovxnVV1tleSkwXRQk4t { width:320px;height:394.5px;top:576.390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZL7hxxidL3OcmBZtZ1QmTcMe5bSW0t9T { width:260px;height:50.6px;top:171px;left:36.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt { display:block; }#Xl2J7tv4TuP9cubZDuSkO1gK1xVMeRqt > .row .container { width:320px;height:254px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4LsFWdBDcDLJrQoRMIcfOBfES4FupkU { width:310.969px;height:20.8px;top:122px;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:142px;left:85px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nyPOGHHhNmMIlKCXfbNfsXM1DnrxTGCU { width:33.9844px;height:33.9844px;top:142px;left:121px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TTDiUdLZtiPxEZa2HJMXgMTR8867GXfa { width:33.9844px;height:33.9844px;top:142px;left:159px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kX4DWviWsElRZoGFLTb0LTKVfNeNSWev { width:33.9844px;height:33.9844px;top:142px;left:201px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #q0WmIJObZiaWi8zMpxaTM3gCHU9n0v7k { width:157px;height:28.6px;top:200.65625px;left:76.984375px;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:214.25px;left:219.984375px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NwCpCSZfMPaeHehUBKHWzCUm8J2p9bOD { width:187px;height:69px;top:29px;left:66.5px;display:block; }
 }