.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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;
  }
}
body { background-color:#f5f5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k56viHoG/Facebook_Ad_image.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:initial;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;overflow:visible;position:relative;display:block; }#IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { display:block;width:579px;position:absolute;font-family:lato;font-size:54px;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:43px;left:0;height:128px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8yHoGTopz1LKLHWO1316dACzlBifdMD { background-color:#afd7c8;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 10px rgba(0,0,0,0.37) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:350px;height:61px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:442.5px;left:283px;display:block; }
#qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#peJI3eR3mUD9SiHc2R1MEaww1U1ffP6O { color:#000000;display:block;width:528px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:186px;left:25.5px;height:182px;display:block; }
#iC1BRDs6O9ABWg31siOZy1nJHMnRqNqB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:168px;width:254px;top:389px;left:12px;overflow:hidden;display:block; }
#PFeuIUwM771KDc9gxnyOb7nq0SUGFx0W { position:absolute;display:block;z-index:99994;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:5px solid #afd7c8;border-left:5px solid #afd7c8;border-right:5px solid #afd7c8;border-bottom:5px solid #afd7c8;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:556px;width:585px;top:15px;left:0;display:block; }
#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { background-color: transparent; background-image: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .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); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { border-width: 0; border-radius: 0; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { font-size:14px;font-family:arial;height:349px;width:960px;position:relative;display:block; }#HlAEUGzr2JrSmnkm5Aumqfz0dtJatil5 { display:block;width:509px;position:absolute;font-family:lato;font-size:54px;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:26px;left:225.5px;height:64px;color:#afd7c8;font-style:normal;display:block; }
#JkvWJAe3EC23Pzy6TkRBisM3Hl08gfXb { color:#000000;display:block;width:677px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:107px;left:141.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#Kk4hCQ3vRyVlFWKaZNDiBLsuRQ9v8Cx4 { color:#000000;display:block;width:694px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:195px;left:136.5px;height:140px;display:block; }
#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k56viHoG/Facebook_Ad_image.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { background-color: transparent; background-image: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container > .video-iframe-container { display: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container { display: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .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); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { border-width: 0; border-radius: 0; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { font-size:14px;font-family:arial;height:438px;width:960px;position:relative;display:block; }#iHv1zpZTJHDbVDLfEwTXBXCdEL1Xy5Gr { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:5px solid #afd7c8;border-left:5px solid #afd7c8;border-right:5px solid #afd7c8;border-bottom:5px solid #afd7c8;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:361px;width:792px;top:33.5px;left:34.5px;display:block; }
#Ubq2IINaU87FRgdZMdbNXS7hibAzfl3k { display:block;width:305px;position:absolute;font-family:lato;font-size:54px;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:48px;left:283px;height:64px;color:#afd7c8;font-style:normal;display:block; }
#kUykvSW2zDMVNxTbIRPf5bJ0SyNJQhM4 { color:#000000;display:block;width:694px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:123px;left:102.5px;height:240px;display:block; }
#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { background-color: transparent; background-image: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .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); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { border-width: 0; border-radius: 0; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { font-size:14px;font-family:arial;height:1137px;width:960px;position:relative;display:block; }#hatlioMvug0MgPGv0e6VuuwogtyHakvp { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:300px;top:28px;left:544.5px;overflow:hidden;display:block; }
#ghdkpa1pMBT9RS1lT7NXVTn19XL5KESP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:300px;top:220px;left:544.5px;overflow:hidden;display:block; }
#uffD2KXSPIbefbpaERSoI48vBX4JURM4 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:300px;top:413px;left:544.5px;overflow:hidden;display:block; }
#vhOTk0X4eGGq93okXQxbOhXDzlvELTWT { color:#000000;display:block;width:528px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:117px;left:0;height:461px;display:block; }#vhOTk0X4eGGq93okXQxbOhXDzlvELTWT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vhOTk0X4eGGq93okXQxbOhXDzlvELTWT li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#Ju5VIQfSvi7om8cEBHqPRcDUNt5QoV3U { display:block;width:397px;position:absolute;font-family:lato;font-size:54px;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:28px;left:65.5px;height:64px;color:#afd7c8;font-style:normal;display:block; }
#uK64Cs11ZQ0iXTyq3dQ4MRIHNE4WgM5l { display:block;width:397px;position:absolute;font-family:lato;font-size:54px;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:615px;left:26px;height:65px;color:#afd7c8;font-style:normal;display:block; }
#awJhqpiK7TkkUqq0wlmqABlTFxTbNrqS { color:#000000;display:block;width:528px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:705px;left:0;height:140px;display:block; }#awJhqpiK7TkkUqq0wlmqABlTFxTbNrqS li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#awJhqpiK7TkkUqq0wlmqABlTFxTbNrqS li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#gb83JvGxTX4nZpESvx0rWvQat2sf9IE6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:133px;width:133px;top:603px;left:563.5px;overflow:hidden;display:block; }
#TXovzyL1VF8dT33kezuCflIvBeGSr3qR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:133px;width:133px;top:603px;left:708.5px;overflow:hidden;display:block; }
#yIkGnWsBTCgZTX1RoaoSHR9a60TqzwvZ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:133px;width:133px;top:749px;left:563.5px;overflow:hidden;display:block; }
#JDrqBnJKNE8aV78WVEX7CfB26O8iZq7t { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:133px;width:133px;top:749px;left:712.5px;overflow:hidden;display:block; }
#P6fp7imMBNIBOfn0v2eBrT4QGPXx378H { color:#000000;display:block;width:585px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:942.5px;left:26px;height:182px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#va68pRMg19dIFRRzEgwp8ViPBQTltlUs { background-color:#afd7c8;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 10px rgba(0,0,0,0.37) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:61px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1003px;left:620px;display:block; }
#boMMxgLc62DEFk5QTEI5Ph0SQulqVRKu { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:646px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { width:579px;height:128px;top:43px;left:8px;font-size:54px;display:block; }
 }@media only screen and (max-width: 959px) { #N8yHoGTopz1LKLHWO1316dACzlBifdMD { width:289px;height:61px;top:442.5px;left:273.5px;display:block; }
 }@media only screen and (max-width: 959px) { #qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block; }
 }@media only screen and (max-width: 959px) { #peJI3eR3mUD9SiHc2R1MEaww1U1ffP6O { width:528px;height:182px;top:187px;left:33.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #iC1BRDs6O9ABWg31siOZy1nJHMnRqNqB { width:254px;height:168px;top:389px;left:8px;display:block; }
 }@media only screen and (max-width: 959px) { #PFeuIUwM771KDc9gxnyOb7nq0SUGFx0W { width:585px;height:556px;top:15px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HlAEUGzr2JrSmnkm5Aumqfz0dtJatil5 { width:509px;height:64px;top:26px;left:127.5px;font-size:54px;display:block; }
 }@media only screen and (max-width: 959px) { #JkvWJAe3EC23Pzy6TkRBisM3Hl08gfXb { width:677px;height:52px;top:107px;left:43.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #Kk4hCQ3vRyVlFWKaZNDiBLsuRQ9v8Cx4 { width:694px;height:140px;top:195px;left:38.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iHv1zpZTJHDbVDLfEwTXBXCdEL1Xy5Gr { width:754px;height:361px;top:33px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #Ubq2IINaU87FRgdZMdbNXS7hibAzfl3k { width:305px;height:64px;top:48px;left:185px;font-size:54px;display:block; }
 }@media only screen and (max-width: 959px) { #kUykvSW2zDMVNxTbIRPf5bJ0SyNJQhM4 { width:694px;height:240px;top:125px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hatlioMvug0MgPGv0e6VuuwogtyHakvp { width:254px;height:152px;top:28px;left:492.5px;display:block; }
 }@media only screen and (max-width: 959px) { #ghdkpa1pMBT9RS1lT7NXVTn19XL5KESP { width:252px;height:151px;top:206px;left:493.5px;display:block; }
 }@media only screen and (max-width: 959px) { #uffD2KXSPIbefbpaERSoI48vBX4JURM4 { width:251px;height:150px;top:381px;left:496.5px;display:block; }
 }@media only screen and (max-width: 959px) { #vhOTk0X4eGGq93okXQxbOhXDzlvELTWT { width:494px;height:487px;top:117px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #Ju5VIQfSvi7om8cEBHqPRcDUNt5QoV3U { width:397px;height:64px;top:28px;left:24px;font-size:54px;display:block; }
 }@media only screen and (max-width: 959px) { #uK64Cs11ZQ0iXTyq3dQ4MRIHNE4WgM5l { width:397px;height:64px;top:619px;left:11px;font-size:54px;display:block; }
 }@media only screen and (max-width: 959px) { #awJhqpiK7TkkUqq0wlmqABlTFxTbNrqS { width:460px;height:140px;top:705px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #gb83JvGxTX4nZpESvx0rWvQat2sf9IE6 { width:133px;height:133px;top:603px;left:465.5px;display:block; }
 }@media only screen and (max-width: 959px) { #TXovzyL1VF8dT33kezuCflIvBeGSr3qR { width:133px;height:133px;top:603px;left:610.5px;display:block; }
 }@media only screen and (max-width: 959px) { #yIkGnWsBTCgZTX1RoaoSHR9a60TqzwvZ { width:133px;height:133px;top:749px;left:465.5px;display:block; }
 }@media only screen and (max-width: 959px) { #JDrqBnJKNE8aV78WVEX7CfB26O8iZq7t { width:133px;height:133px;top:749px;left:614.5px;display:block; }
 }@media only screen and (max-width: 959px) { #P6fp7imMBNIBOfn0v2eBrT4QGPXx378H { width:516px;height:182px;top:905px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #va68pRMg19dIFRRzEgwp8ViPBQTltlUs { width:234px;height:61px;top:952px;left:513.5px;display:block; }
 }@media only screen and (max-width: 959px) { #boMMxgLc62DEFk5QTEI5Ph0SQulqVRKu { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TMcVbc3a/bg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:939px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { width:315px;height:150px;top:49px;left:2.5px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #N8yHoGTopz1LKLHWO1316dACzlBifdMD { width:243px;height:61px;top:561px;left:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block; }
 }@media only screen and (max-width: 763px) { #peJI3eR3mUD9SiHc2R1MEaww1U1ffP6O { width:300px;height:260px;top:290px;left:10px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iC1BRDs6O9ABWg31siOZy1nJHMnRqNqB { width:254px;height:168px;top:647px;left:42.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PFeuIUwM771KDc9gxnyOb7nq0SUGFx0W { width:310px;height:556px;top:264px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:320px;height:528px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlAEUGzr2JrSmnkm5Aumqfz0dtJatil5 { width:320px;height:38px;top:20px;left:0;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JkvWJAe3EC23Pzy6TkRBisM3Hl08gfXb { width:320px;height:130px;top:78px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kk4hCQ3vRyVlFWKaZNDiBLsuRQ9v8Cx4 { width:320px;height:280px;top:228px;left:0;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { width:320px;height:620px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHv1zpZTJHDbVDLfEwTXBXCdEL1Xy5Gr { width:310px;height:491px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ubq2IINaU87FRgdZMdbNXS7hibAzfl3k { width:305px;height:38px;top:34.5px;left:15px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #kUykvSW2zDMVNxTbIRPf5bJ0SyNJQhM4 { width:320px;height:380px;top:109.5px;left:0;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:320px;height:2447px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hatlioMvug0MgPGv0e6VuuwogtyHakvp { width:300px;height:180px;top:793px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ghdkpa1pMBT9RS1lT7NXVTn19XL5KESP { width:300px;height:180px;top:993px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #uffD2KXSPIbefbpaERSoI48vBX4JURM4 { width:300px;height:180px;top:1193px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vhOTk0X4eGGq93okXQxbOhXDzlvELTWT { width:320px;height:695px;top:78px;left:0;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5VIQfSvi7om8cEBHqPRcDUNt5QoV3U { width:320px;height:38px;top:20px;left:0;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #uK64Cs11ZQ0iXTyq3dQ4MRIHNE4WgM5l { width:320px;height:38px;top:1393px;left:0;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #awJhqpiK7TkkUqq0wlmqABlTFxTbNrqS { width:320px;height:192px;top:1451px;left:0;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gb83JvGxTX4nZpESvx0rWvQat2sf9IE6 { width:133px;height:133px;top:1664px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TXovzyL1VF8dT33kezuCflIvBeGSr3qR { width:133px;height:133px;top:1664px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #yIkGnWsBTCgZTX1RoaoSHR9a60TqzwvZ { width:133px;height:133px;top:1832px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JDrqBnJKNE8aV78WVEX7CfB26O8iZq7t { width:133px;height:133px;top:1833px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #P6fp7imMBNIBOfn0v2eBrT4QGPXx378H { width:320px;height:260px;top:2004px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #va68pRMg19dIFRRzEgwp8ViPBQTltlUs { width:250px;height:61px;top:2316px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #boMMxgLc62DEFk5QTEI5Ph0SQulqVRKu { display:block; }
 }