.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfc5c5;background-image:url("https://images.assets-landingi.com/o5cccN9u/bg_ebook.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;position:relative;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { border-width: 0; border-radius: 0; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { font-size:14px;font-family:arial;height:629px;width:960px;position:relative;display:block; }#CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:83px;left:71px;height:0;display:block; }
#hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { color:#3fb49f;display:block;width:487px;position:absolute;font-family:oswald;font-size:55px;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:134.25px;left:12px;height:181.5px;font-style:normal;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; }
#CM27wM9h0DlXFJko6KMG1hHk4kSwbeeP { color:#000000;display:block;width:293px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:397px;left:191px;height:66px;font-style:normal;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; }
#XS9XwtV7VAm9s4ToiumecBeaKsUzIZte { position:absolute;display:block;z-index:100003;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:5px;width:350px;top:97px;left:0;display:block; }
#VOIiaba0yFKnGU1c1rBdNMV2tkbgTBrq { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:169px;width:243px;top:293px;left:353px;overflow:hidden;display:block; }
#ZC8BDHATya68mC3W5NeFTg9tLQDz6wNh { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 25px rgba(0,0,0,0.2) ;height:443px;width:313px;top:74px;left:543px;overflow:hidden;display:block; }
#XSUvCGFOIMnPK49s5P69b2uPeowdvhiT { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 25px rgba(0,0,0,0.2) ;height:443px;width:313px;top:146.5px;left:647px;overflow:hidden;display:block; }
#nwQmyhkfTvFrwmHUIpgkqby5IEdFT8nw { background-color:#3fb49f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:482px;left:131px;display:block; }
#GNZC0S4geTNdLZClGUpCUlSuMHpUwBZS { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { background-color: transparent; background-image: none; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container > .video-iframe-container { display: none; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row > .video-iframe-container { display: none; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .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); }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { border-width: 0; border-radius: 0; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { font-size:14px;font-family:arial;height:520px;width:960px;position:relative;display:block; }#oOoXsnT0ecFohbixrsoZkSkTTrck4VH9 { color:#000000;display:block;width:351px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:212.60000610352px;left:0;height:20.8px;font-style:normal;display:block; }
#o5KOpem5Cz5fM6yVPSLIcZmQaimyMO34 { position:absolute;display:block;z-index:100001;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:5px;width:350px;top:183px;left:1px;display:block; }
#o5pCUbGtdpGRkRqVVEstBaJ1G6gO6sMw { position:absolute;display:block;z-index:100002;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:5px;width:485px;top:229.39999389648px;left:475px;display:block; }
#DV1fLGTkMX32CZenBb2VFdKtHNUtTfnm { box-sizing:content-box;color:#3fb49f;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:259.85000610352px;left:412px;display:block; }
#dwgatf5hAP7P9PCXSzOwCLUPzv65SzIx { color:#414247;display:block;width:470px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:41.300003051758px;left:490px;height:97.5px;font-style:normal;display:block; }
#TTbLND8x8KXrUKiIsaexXFB16zF0h8dK { color:#414247;display:block;width:472px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:259.85000610352px;left:488px;height:97.5px;font-style:normal;display:block; }
#T0HsE89ni5LWmUOgkwPlCpCFKqc1Tnhe { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:146.14999389648px;left:490px;height:24px;font-style:normal;display:block; }
#CwTZ4ANUMmIkTRLhPQS8dpUq69uxMeAx { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:370px;left:490px;height:24px;font-style:normal;display:block; }
#gFy1IFx0sDXyDqFTJUSulK4v3gc09yCd { color:#000000;display:block;width:348px;position:absolute;font-family:oswald;font-size:32px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:44.350006103516px;left:0;height:124.8px;font-style:normal;display:block; }
#HnxTbcFMTuAk7RweWps3Ium51yJEO5u9 { box-sizing:content-box;color:#3fb49f;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:29px;left:402px;display:block; }
#lyBkyQPf2MOaTTsrGwTXTMrF4PzGClif { background-color:#3fb49f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:23px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:190.60000610352px;left:490px;display:block; }
#HRtr9eptQ0Ieml4aNtRuzcNowf13ABtT { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Kq4ql3buihdCbfxATQTf2mtwbqliuUdO { background-color:#3fb49f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:23px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:411.60000610352px;left:490px;display:block; }
#M5KbMQUTE3nptcBdmp27J1sLyPJemo5X { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfc5c5;background-image:url("https://images.assets-landingi.com/o5cccN9u/bg_ebook.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;position:relative;display:block; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container { background-color: transparent; background-image: none; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container > .video-iframe-container { display: none; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row > .video-iframe-container { display: none; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .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); }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container { border-width: 0; border-radius: 0; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container { font-size:14px;font-family:arial;height:619px;width:960px;position:relative;display:block; }#IxJlSbpdeWebzd70zelln3iRaG6mDvRT { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:83px;left:71px;height:0;display:block; }
#IQMfTS79TOqOhIbb8WWvb1TwTFWVzUNP { color:#3fb49f;display:block;width:487px;position:absolute;font-family:oswald;font-size:55px;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:134.25px;left:12px;height:181.5px;font-style:normal;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; }
#XHXlLQ7sfXvFGJ66lfltAi7tVEXuP47C { color:#000000;display:block;width:293px;position:absolute;font-family:oswald;font-size:30px;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:397px;left:191px;height:66px;font-style:normal;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; }
#h2wAy93JtHRfHZL0LxkvIA2B3eRwiVk8 { position:absolute;display:block;z-index:100003;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:5px;width:350px;top:97px;left:0;display:block; }
#obkKbIQbGglMDLoWH9EbTWRVQ5N9aGZK { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:169px;width:243px;top:293px;left:353px;overflow:hidden;display:block; }
#q9iZthlvLDM8mMUGltx2ibQ6TpdcTeWO { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 25px rgba(0,0,0,0.2) ;height:313px;width:221px;top:15px;left:529px;overflow:hidden;display:block; }
#rlwFVlNwZTQBVtZgCuJzFmadcdTxhL21 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 25px rgba(0,0,0,0.2) ;height:315px;width:221px;top:83px;left:739px;overflow:hidden;display:block; }
#JOiva4NqeGEpUVAXsPiWqrelUXE30PeE { background-color:#3fb49f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:482px;left:131px;display:block; }
#si9kDMMxTERRDh2932nddC80mgvP7rza { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Me1XyzAWGBnaBu5GzHEqFmg6P50evhZ3 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 25px rgba(0,0,0,0.2) ;height:313px;width:219px;top:237.5px;left:562px;overflow:hidden;display:block; }
#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row .container { background-color: transparent; background-image: none; }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row .container > .video-iframe-container { display: none; }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row > .video-iframe-container { display: none; }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .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); }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row .container { border-width: 0; border-radius: 0; }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;position:relative;display:block; }#gNRchwSQMb8ssZCgOO2URTfcFTIyLOG1 { color:#000000;display:block;width:351px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:259.85000610352px;left:0;height:41.6px;font-style:normal;display:block; }
#r5qRI41uRPOJSdghyfWT5pX5syfc42aU { position:absolute;display:block;z-index:100001;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:5px;width:350px;top:229.39999389648px;left:0;display:block; }
#sghcTzsDZTT3J9RVpc4S45e7ACgPS56S { position:absolute;display:block;z-index:100002;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:5px;width:485px;top:229.39999389648px;left:475px;display:block; }
#Qss64J7U83KThmKWiQxlNTOqrfckw63L { box-sizing:content-box;color:#3fb49f;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:259.85000610352px;left:402px;display:block; }
#LwgLv2U9cKAB6y2Fdo1oandXFFkQDAub { color:#414247;display:block;width:470px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:41.300003051758px;left:490px;height:97.5px;font-style:normal;display:block; }
#oypUMpHCTHdvQMmkIkrJNFbJPObWKqbT { color:#414247;display:block;width:472px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:259.85000610352px;left:488px;height:97.5px;font-style:normal;display:block; }
#kapB6pTzkZq4eavw7dLaJhBiwhh9GTmN { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:146.14999389648px;left:490px;height:24px;font-style:normal;display:block; }
#vnVarc72eZRfv9LLpdlSH87m2rcQBISg { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:370px;left:490px;height:24px;font-style:normal;display:block; }
#a9xSbivdheg0IA5iZOFJ0KGrAISDrt9V { color:#000000;display:block;width:348px;position:absolute;font-family:oswald;font-size:32px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:44.350006103516px;left:0;height:166.4px;font-style:normal;display:block; }
#CXAuhVhyOod5qgGd7Q9e00yzAlx5DeJ2 { box-sizing:content-box;color:#3fb49f;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:29px;left:402px;display:block; }
#SPMhVxTrEFxzRdFLJBhDzWhRPI41nzGs { background-color:#3fb49f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:23px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:190.60000610352px;left:490px;display:block; }
#MVTNn96GSABwMLWBa23J0U2TTsRV9HOk { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Be28WMQT3f6PQgFMxxGTwi6TgLlZOTKR { background-color:#3fb49f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:23px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:411.60000610352px;left:490px;display:block; }
#IrqLwZM9FPUaT60Jh5MANWlIo6mrBOxA { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#rMg71i3U99VlTr60QpSpZueyykQL7Sdx { position:absolute;display:block;z-index:100003;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:5px;width:485px;top:472.39999389648px;left:475px;display:block; }
#HQozqJQSrPfSFf0Fb6nrfItxLBQ37uVK { color:#414247;display:block;width:472px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:494.85000610352px;left:488px;height:32.5px;font-style:normal;display:block; }
#SLa9IlCRMcs7q3EZTRGT0TQcDTLtcOhO { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:545.85000610352px;left:490px;height:24px;font-style:normal;display:block; }
#fBSJMMVdgyrlgSKCn1FGJcnWTuPaxIwv { background-color:#3fb49f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:235px;height:23px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:584px;left:490px;display:block; }
#AudI4NaZmSE6hivapnsZ0evChQ7WxiXt { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#pKyqbchBeoNGPIXiZMOqx0GVPLWuikmx { box-sizing:content-box;color:#3fb49f;font-size:44px;font-weight:400;line-height:1;height:64px;width:64px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:494.85000610352px;left:402px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:83px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:487px;height:182px;top:134px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CM27wM9h0DlXFJko6KMG1hHk4kSwbeeP { width:293px;height:66px;top:397px;left:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XS9XwtV7VAm9s4ToiumecBeaKsUzIZte { width:350px;height:5px;top:97px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VOIiaba0yFKnGU1c1rBdNMV2tkbgTBrq { width:243px;height:169px;top:293px;left:255px;display:block; }
 }@media only screen and (max-width: 763px) { #ZC8BDHATya68mC3W5NeFTg9tLQDz6wNh { width:313px;height:443px;top:74px;left:445px;display:block; }
 }@media only screen and (max-width: 763px) { #XSUvCGFOIMnPK49s5P69b2uPeowdvhiT { width:313px;height:443px;top:146px;left:451px;display:block; }
 }@media only screen and (max-width: 763px) { #nwQmyhkfTvFrwmHUIpgkqby5IEdFT8nw { width:280px;height:55px;top:482px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #GNZC0S4geTNdLZClGUpCUlSuMHpUwBZS { display:block; }
 }@media only screen and (max-width: 763px) { #UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 { display:block; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOoXsnT0ecFohbixrsoZkSkTTrck4VH9 { width:351px;height:20px;top:212px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o5KOpem5Cz5fM6yVPSLIcZmQaimyMO34 { width:350px;height:5px;top:183px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #o5pCUbGtdpGRkRqVVEstBaJ1G6gO6sMw { width:485px;height:5px;top:229px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #DV1fLGTkMX32CZenBb2VFdKtHNUtTfnm { width:64px;height:64px;top:259px;left:314px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #dwgatf5hAP7P9PCXSzOwCLUPzv65SzIx { width:470px;height:97px;top:41px;left:294px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTbLND8x8KXrUKiIsaexXFB16zF0h8dK { width:472px;height:97px;top:259px;left:292px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T0HsE89ni5LWmUOgkwPlCpCFKqc1Tnhe { width:470px;height:24px;top:146px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CwTZ4ANUMmIkTRLhPQS8dpUq69uxMeAx { width:470px;height:24px;top:370px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gFy1IFx0sDXyDqFTJUSulK4v3gc09yCd { width:348px;height:124px;top:44px;left:0;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HnxTbcFMTuAk7RweWps3Ium51yJEO5u9 { width:64px;height:64px;top:29px;left:304px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #lyBkyQPf2MOaTTsrGwTXTMrF4PzGClif { width:211px;height:23px;top:190px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #HRtr9eptQ0Ieml4aNtRuzcNowf13ABtT { display:block; }
 }@media only screen and (max-width: 763px) { #Kq4ql3buihdCbfxATQTf2mtwbqliuUdO { width:211px;height:23px;top:411px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #M5KbMQUTE3nptcBdmp27J1sLyPJemo5X { display:block; }
 }@media only screen and (max-width: 763px) { #xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 { display:block; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxJlSbpdeWebzd70zelln3iRaG6mDvRT { width:200px;height:0;top:83px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IQMfTS79TOqOhIbb8WWvb1TwTFWVzUNP { width:487px;height:182px;top:134px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XHXlLQ7sfXvFGJ66lfltAi7tVEXuP47C { width:293px;height:;top:397px;left:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h2wAy93JtHRfHZL0LxkvIA2B3eRwiVk8 { width:350px;height:5px;top:97px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #obkKbIQbGglMDLoWH9EbTWRVQ5N9aGZK { width:243px;height:169px;top:293px;left:255px;display:block; }
 }@media only screen and (max-width: 763px) { #q9iZthlvLDM8mMUGltx2ibQ6TpdcTeWO { width:221px;height:313px;top:15px;left:431px;display:block; }
 }@media only screen and (max-width: 763px) { #rlwFVlNwZTQBVtZgCuJzFmadcdTxhL21 { width:221px;height:315px;top:83px;left:543px;display:block; }
 }@media only screen and (max-width: 763px) { #JOiva4NqeGEpUVAXsPiWqrelUXE30PeE { width:280px;height:55px;top:482px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #si9kDMMxTERRDh2932nddC80mgvP7rza { display:block; }
 }@media only screen and (max-width: 763px) { #Me1XyzAWGBnaBu5GzHEqFmg6P50evhZ3 { width:219px;height:313px;top:237px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn { display:block; }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNRchwSQMb8ssZCgOO2URTfcFTIyLOG1 { width:351px;height:41px;top:259px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r5qRI41uRPOJSdghyfWT5pX5syfc42aU { width:350px;height:5px;top:229px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #sghcTzsDZTT3J9RVpc4S45e7ACgPS56S { width:485px;height:5px;top:229px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #Qss64J7U83KThmKWiQxlNTOqrfckw63L { width:64px;height:64px;top:259px;left:304px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #LwgLv2U9cKAB6y2Fdo1oandXFFkQDAub { width:470px;height:97px;top:41px;left:294px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oypUMpHCTHdvQMmkIkrJNFbJPObWKqbT { width:472px;height:97px;top:259px;left:292px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kapB6pTzkZq4eavw7dLaJhBiwhh9GTmN { width:470px;height:24px;top:146px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vnVarc72eZRfv9LLpdlSH87m2rcQBISg { width:470px;height:24px;top:370px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a9xSbivdheg0IA5iZOFJ0KGrAISDrt9V { width:348px;height:0;top:44px;left:0;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CXAuhVhyOod5qgGd7Q9e00yzAlx5DeJ2 { width:64px;height:64px;top:29px;left:304px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #SPMhVxTrEFxzRdFLJBhDzWhRPI41nzGs { width:211px;height:23px;top:190px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #MVTNn96GSABwMLWBa23J0U2TTsRV9HOk { display:block; }
 }@media only screen and (max-width: 763px) { #Be28WMQT3f6PQgFMxxGTwi6TgLlZOTKR { width:211px;height:23px;top:411px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #IrqLwZM9FPUaT60Jh5MANWlIo6mrBOxA { display:block; }
 }@media only screen and (max-width: 763px) { #rMg71i3U99VlTr60QpSpZueyykQL7Sdx { width:485px;height:5px;top:472px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #HQozqJQSrPfSFf0Fb6nrfItxLBQ37uVK { width:472px;height:32px;top:494px;left:292px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SLa9IlCRMcs7q3EZTRGT0TQcDTLtcOhO { width:470px;height:24px;top:545px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fBSJMMVdgyrlgSKCn1FGJcnWTuPaxIwv { width:235px;height:23px;top:584px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #AudI4NaZmSE6hivapnsZ0evChQ7WxiXt { display:block; }
 }@media only screen and (max-width: 763px) { #pKyqbchBeoNGPIXiZMOqx0GVPLWuikmx { width:64px;height:64px;top:494px;left:304px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { background-color:#ededed;background-image:none;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:320px;height:709px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCRtRl9R0wtxnPBft5MTroaNOKQlSG0T { width:300px;height:115.5px;top:56px;left:10px;text-align:left;text-align-last:left;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CM27wM9h0DlXFJko6KMG1hHk4kSwbeeP { width:136px;height:52.8px;top:557px;left:92px;text-align:left;text-align-last:left;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XS9XwtV7VAm9s4ToiumecBeaKsUzIZte { width:250px;height:5px;top:40px;left:0;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #VOIiaba0yFKnGU1c1rBdNMV2tkbgTBrq { width:243px;height:169px;top:2328.98828125px;left:38px;display:none; }
 }@media only screen and (max-width: 763px) { #ZC8BDHATya68mC3W5NeFTg9tLQDz6wNh { width:152px;height:216px;top:217px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XSUvCGFOIMnPK49s5P69b2uPeowdvhiT { width:153px;height:218px;top:300px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #nwQmyhkfTvFrwmHUIpgkqby5IEdFT8nw { width:280px;height:55px;top:634px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GNZC0S4geTNdLZClGUpCUlSuMHpUwBZS { display:block; }
 }@media only screen and (max-width: 763px) { #UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 { display:block; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { width:320px;height:805px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOoXsnT0ecFohbixrsoZkSkTTrck4VH9 { width:320px;height:20.8px;top:176.39999389648px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5KOpem5Cz5fM6yVPSLIcZmQaimyMO34 { width:320px;height:5px;top:156px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #o5pCUbGtdpGRkRqVVEstBaJ1G6gO6sMw { width:320px;height:5px;top:477px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DV1fLGTkMX32CZenBb2VFdKtHNUtTfnm { width:68px;height:67px;top:244px;left:126px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #dwgatf5hAP7P9PCXSzOwCLUPzv65SzIx { width:295px;height:70.2px;top:310px;left:12.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTbLND8x8KXrUKiIsaexXFB16zF0h8dK { width:295px;height:70.2px;top:590px;left:12.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T0HsE89ni5LWmUOgkwPlCpCFKqc1Tnhe { width:320px;height:24px;top:390.5px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwTZ4ANUMmIkTRLhPQS8dpUq69uxMeAx { width:320px;height:24px;top:667.20001220703px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFy1IFx0sDXyDqFTJUSulK4v3gc09yCd { width:320px;height:153.6px;top:0;left:0;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HnxTbcFMTuAk7RweWps3Ium51yJEO5u9 { width:64px;height:64px;top:517px;left:128px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #lyBkyQPf2MOaTTsrGwTXTMrF4PzGClif { width:211px;height:23px;top:432px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HRtr9eptQ0Ieml4aNtRuzcNowf13ABtT { display:block; }
 }@media only screen and (max-width: 763px) { #Kq4ql3buihdCbfxATQTf2mtwbqliuUdO { width:211px;height:23px;top:705.20001220703px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #M5KbMQUTE3nptcBdmp27J1sLyPJemo5X { display:block; }
 }@media only screen and (max-width: 763px) { #xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 { background-color:#ededed;background-image:none;display:block; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container { background-color: transparent; background-image: none; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container > .video-iframe-container { display: none; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row > .video-iframe-container { display: none; }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .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); }#xMEwocAIIhfNX3OXutcNKy5D4fTqmLn7 > .row .container { width:320px;height:833px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxJlSbpdeWebzd70zelln3iRaG6mDvRT { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQMfTS79TOqOhIbb8WWvb1TwTFWVzUNP { width:300px;height:115.5px;top:56px;left:10px;text-align:left;text-align-last:left;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XHXlLQ7sfXvFGJ66lfltAi7tVEXuP47C { width:136px;height:52.8px;top:619px;left:92px;text-align:left;text-align-last:left;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h2wAy93JtHRfHZL0LxkvIA2B3eRwiVk8 { width:250px;height:5px;top:40px;left:0;background-color:#3fb49f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #obkKbIQbGglMDLoWH9EbTWRVQ5N9aGZK { width:243px;height:169px;top:2328.98828125px;left:38px;display:none; }
 }@media only screen and (max-width: 763px) { #q9iZthlvLDM8mMUGltx2ibQ6TpdcTeWO { width:130px;height:185px;top:259px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rlwFVlNwZTQBVtZgCuJzFmadcdTxhL21 { width:127px;height:182px;top:222.5px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #JOiva4NqeGEpUVAXsPiWqrelUXE30PeE { width:280px;height:55px;top:715px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #si9kDMMxTERRDh2932nddC80mgvP7rza { display:block; }
 }@media only screen and (max-width: 763px) { #Me1XyzAWGBnaBu5GzHEqFmg6P50evhZ3 { width:126px;height:180px;top:375px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn { display:block; }#ul4mokhBxX2T3P4JbHlbUkudhJTpiqPn > .row .container { width:320px;height:1034px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNRchwSQMb8ssZCgOO2URTfcFTIyLOG1 { width:320px;height:41.6px;top:221px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5qRI41uRPOJSdghyfWT5pX5syfc42aU { width:320px;height:5px;top:205px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #sghcTzsDZTT3J9RVpc4S45e7ACgPS56S { width:320px;height:5px;top:525.80000305176px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Qss64J7U83KThmKWiQxlNTOqrfckw63L { width:67px;height:66px;top:283px;left:126.5px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #LwgLv2U9cKAB6y2Fdo1oandXFFkQDAub { width:295px;height:70.2px;top:348px;left:12.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oypUMpHCTHdvQMmkIkrJNFbJPObWKqbT { width:295px;height:70.2px;top:602.79998779297px;left:12.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kapB6pTzkZq4eavw7dLaJhBiwhh9GTmN { width:320px;height:24px;top:433px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnVarc72eZRfv9LLpdlSH87m2rcQBISg { width:320px;height:24px;top:673px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9xSbivdheg0IA5iZOFJ0KGrAISDrt9V { width:320px;height:192px;top:14px;left:0;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CXAuhVhyOod5qgGd7Q9e00yzAlx5DeJ2 { width:64px;height:64px;top:541.19999694824px;left:128px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #SPMhVxTrEFxzRdFLJBhDzWhRPI41nzGs { width:211px;height:23px;top:470px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MVTNn96GSABwMLWBa23J0U2TTsRV9HOk { display:block; }
 }@media only screen and (max-width: 763px) { #Be28WMQT3f6PQgFMxxGTwi6TgLlZOTKR { width:211px;height:23px;top:722.20001220703px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IrqLwZM9FPUaT60Jh5MANWlIo6mrBOxA { display:block; }
 }@media only screen and (max-width: 763px) { #rMg71i3U99VlTr60QpSpZueyykQL7Sdx { width:320px;height:5px;top:789.20001220703px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HQozqJQSrPfSFf0Fb6nrfItxLBQ37uVK { width:320px;height:23.4px;top:892.20001220703px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SLa9IlCRMcs7q3EZTRGT0TQcDTLtcOhO { width:320px;height:24px;top:926.60000610352px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fBSJMMVdgyrlgSKCn1FGJcnWTuPaxIwv { width:235px;height:23px;top:969.60000610352px;left:42.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AudI4NaZmSE6hivapnsZ0evChQ7WxiXt { display:block; }
 }@media only screen and (max-width: 763px) { #pKyqbchBeoNGPIXiZMOqx0GVPLWuikmx { width:64px;height:64px;top:815.20001220703px;left:128px;font-size:44px;display:block; }
 }