:root {
    --color-main: ;
    --color-bg-navbar: rgb(0, 0, 0);
    --color-text-navbar: rgb(255, 255, 255);
    --color-bg-footer: rgb(46, 49, 56);
    --color-text-footer: rgb(255, 255, 255);
}
body {
	font-family: "Open Sans", sans-serif;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
b, h1, h2, h3, strong {
	font-weight: 700
}
ol, ul {
	list-style: none
}
h1 {
	font-size: 30px;
	margin: 10px 0;
	line-height: 1.2
}
h2 {
	font-size: 32px;
	line-height: 45px;
	padding: 20px 0
}
h3 {
	font-size: 32px;
	line-height: 45px
}
section {
	margin-bottom: 15px
}
blockquote {
	padding: 0 0 60px;
	border: none;
	color: #757575;
	font-weight: 300;
	position: relative;
	margin-bottom: 20px
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: ""
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
i {
	font-style: italic
}
p {
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 1.7;
	color: #3a3838
}
a:link, a:visited {
	font-weight: 700;
	text-decoration: underline;
	color: #00e
}
img {
	display: block;
	width: 100%;
	height: auto
}
.container-full {
	padding: 0 10px
}
.adv-navbar {
	background-color: var(--color-bg-navbar);
	border-bottom: 1px solid #cecece;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.trending-navbar {
	display: flex;
	align-items: center
}
.header-logo {
	max-width: 400px;
	width: 85%;
	padding-right: 10px;
	flex: 1 1 0%
}
.flag {
	position: unset;
	width: auto;
	height: auto;
	flex: none
}
#brand-logo {
	width: 100%
}
.brand {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: #fff;
	padding: 10px 0;
	width: 100%
}
.advertorial-text {
	font-size: 13px;
	color: var(--color-text-navbar)
}
.container-main {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto
}
.container-body {
	display: flex;
	justify-content: space-between;
	white-space: nowrap
}
.container-left, .container-right {
	display: inline-block;
	white-space: normal
}
.container-left {
	padding-bottom: 20px
}
.container-left ul {
	font-size: 22px;
	line-height: 1.7;
	color: #3a3838;
	padding-bottom: 5px
}
.tick-list li, .x-list li {
	display: flex
}
.tick-list li:before, .x-list li:before {
	margin-right: 10px
}
.tick-list li:before {
	content: "✓";
	color: #069206
}
.x-list li:before {
	content: "X";
	color: #f75252
}
.container-left li {
	font-size: 22px;
	padding-bottom: 10px;
	line-height: 30px
}
.grey-box {
	background-color: #f7f7f7;
	border-left: solid 3px #ccc;
	margin-bottom: 15px;
	padding: 8px 15px;
	font-style: italic;
	line-height: 1.3em;
	font-size: 24px;
	color: #403f3e
}
.container-right {
	display: none;
	padding-bottom: 50px
}
.container-right>div {
	width: 275px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #d8d4d4
}
.image-link {
	display: block
}
.image-caption .caption {
	text-align: center;
	background-color: #e0d2ff;
	font-size: 21px;
	margin-bottom: 10px;
	padding: 0 5px
}
.cta-btn {
	background-color: #069206;
	display: block;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	border-bottom: 5px solid #216f00;
	padding: 15px;
	border-radius: 7px;
	font-weight: 700
}
.testimonials blockquote:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: inherit;
	color: #000;
	font-size: 18px;
	padding-right: .5em;
	position: relative;
	top: 0;
	left: 0
}
.testimonials blockquote {
	font-size: 20px;
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 0;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 10px 20px;
	line-height: 1.4
}
.testimonials .quotation-footer {
	margin: 0;
	text-align: right;
	font-size: 1em;
	font-style: italic
}
.testimonials .quotation-footer::before {
	content: "\2014 \00A0"
}
#share-container {
	white-space: nowrap;
	margin: 0 0 18px
}
.text {
	padding: 9px 0;
	color: #fff;
	font-weight: 700;
	text-align: center
}
.box {
	display: inline-block;
	width: 33%;
	margin: 0 auto
}
.box2 {
	margin: 0 4px
}
.box1, .box2 {
	-webkkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cta-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
	opacity: inherit
}
.cta-fixed a {
	background-color: #266d09;
	border: 1px solid #c77421;
	width: 80%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 16px 12px;
	font-size: 19px;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	display: block;
	line-height: 1.42857143
}
.th-post-author {
	margin: 15px 0
}
.media {
	display: flex;
	align-items: flex-start
}
.th-post-tag {
	margin-right: 10px;
	padding: 5px 8px;
	border-radius: 2px;
	background-color: #4fcde9;
	color: #fff
}

@media (min-width:576px) {
.brand {
	font-size: 24px
}
}

@media (min-width:768px) {
.tick-list,  .x-list {
	padding-inline-start: 40px
}
}

@media (min-width:1066px) {
h1 {
	font-size: 38px;
	margin: 20px 0
}
.container-left {
	margin-right: 40px
}
.container-right {
	display: block
}
}

@media (max-width:1240px) {
#st-4 {
	display: none !important
}
}
.th-blog-footer {
	padding-bottom: calc(120px + 3rem) !important
}
.th-blog-footer {
	background-color: var(--color-bg-footer)
}
.th-footer-links {
	text-align: center;
	font-weight: 300;
	color: var(--color-text-footer)
}
.th-footer-links a {
	color: var(--color-text-footer) !important;
	text-transform: uppercase
}
.th-footer-links a img {
	margin: 10px auto
}
.th-blog-cta-discount a:hover, .th-blog-product-cta a:hover, a {
	text-decoration: none
}
.dmca-badge img {
	height: unset;
	width: unset
}
.dmca-badge:hover {
	text-decoration: none !important
}
.th-footer-links a:hover {
	text-decoration: underline
}
.th-footer-links b {
	font-weight: 600
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) {
	display: flex !important;
	flex-wrap: wrap;
	margin: -5px !important;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) img {
	display: unset;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn {
	display: inline-block !important;
	height: unset !important;
	padding: 10px !important;
	flex: 1 1 0%;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons).st-has-labels .st-btn {
	min-width: 80px !important;
	margin: 5px !important;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn > span {
	display: none !important;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn img {
	width: 24px !important;
	height: 24px !important;
	top: unset !important;
	position: unset !important;
	vertical-align: middle !important;
}
.sharethis-claim {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

@media (max-width: 575px) {
[id^="st-"]:not(.sharethis-sticky-share-buttons).st-has-labels .st-btn.st-last {
	min-width: 200px !important;
	flex: 1 1 100% !important;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn.st-last > span, [id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn.st-remove-label.st-last > span {
	display: none !important;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn.st-last:after, [id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn.st-remove-label.st-last:after {
	content: 'Send\20 to\20 a\20 friend\20 by\20 Whatsapp';
	color: #fff;
	letter-spacing: 0.5px;
	vertical-align: middle;
	padding: 0 6px;
}
}

@media (min-width: 576px) {
.sharethis-claim {
	font-size: 16px;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn {
	padding: 5px 10px !important;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn img {
	width: 20px !important;
	height: 20px !important;
}
.cta-fixed a {
	padding: 16px 12px;
}
}

@media (min-width: 768px) {
.sharethis-claim {
	font-size: 18px;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn {
	padding: 0 10px !important;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn img {
	width: 16px !important;
	height: 16px !important;
}
[id^="st-"]:not(.sharethis-sticky-share-buttons) .st-btn > span {
	display: initial !important;
	line-height: 34px !important;
}
}
.testimonial-footer {
	display: flex;
	margin-top: 25px;
}
.image-70 {
	width: 70px;
}
.stars {
	width: 100px;
}
body {
	word-break: break-word;
}
.th-blog-footer {
	padding-bottom: 3rem !important;
}
.adv-navbar {
	border-bottom: none;
	box-shadow: none;
	background-color: transparent;
}
.advertorial-text {
	color: #000;
}
.container-left {
	padding: 15px;
	flex: 1 1 0%;
	background-color: #fff;
	margin-bottom: 40px;
}
.container-full {
	padding: 0;
}
section:last-child {
	margin-bottom: 0;
}
.container-right > div {
	padding: 15px;
	margin-top: 0;
	width: 300px;
}
.container-right p {
	font-size: 18px;
}
.cta-fixed {
	padding: 28px 0;
	height: auto;
	transform: translateY(100%);
	transition: transform 0.2s ease-in-out;
}
.cta-fixed a {
	padding: 10px 12px;
	white-space: initial;
	max-width: 80%;
	width: auto;
}
.brand {
	padding: 10px 15px;
	align-items: unset;
}
.grey-box {
	padding: 10px 15px;
	font-size: 20px;
}

@media (min-width: 576px) {
.container-full {
	padding: 0 10px;
}
.cta-fixed a {
	padding: 16px 12px;
}
}

@media (min-width: 1066px) {
.container-left {
	margin-right: 30px;
}
}
#st-1 {
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	;
	direction: ltr;
	display: block;
	opacity: 1;
	text-align: center;
	z-index: 94034;
}
#st-1.st-animated {
	-moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
	-ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
	-o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
	-webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
	transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
#st-1.st-hidden {
	opacity: 0;
}
#st-1.st-hide {
	display: none;
}
#st-1 .st-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
}
#st-1 .st-btn:last-child {
	margin-right: 0;
}
#st-1 .st-btn > svg {
	height: 16px;
	width: 16px;
	position: relative;
	top: 8px;
	vertical-align: top;
}
#st-1 .st-btn > img {
	display: inline-block;
	height: 16px;
	width: 16px;
	position: relative;
	top: 8px;
	vertical-align: top;
}
#st-1 .st-btn > span {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.5px;
	min-width: 60px;
	opacity: 1;
	padding: 0 6px;
	position: relative;
	vertical-align: top;
}
#st-1.st-has-labels .st-btn {
	min-width: 120px;
}
#st-1.st-has-labels .st-btn.st-remove-label {
	min-width: 50px;
}
#st-1.st-has-labels .st-btn.st-remove-label > span {
	display: none;
}
#st-1.st-has-labels .st-btn.st-hide-label > span {
	display: none;
}
#st-1 .st-total {
	color: #555;
	display: inline-block;
	font-weight: 500;
	line-height: 12px;
	margin-right: 0;
	max-width: 80px;
	padding: 4px 8px;
	text-align: center;
}
#st-1 .st-total.st-hidden {
	display: none;
}
#st-1 .st-total > span {
	font-size: 16px;
	line-height: 17px;
	display: block;
	padding: 0;
}
#st-1 .st-total > span.st-shares {
	font-size: 9px;
	line-height: 9px;
}
#st-1.st-justified {
	display: flex;
	text-align: center;
}
#st-1.st-justified .st-btn {
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
#st-1 .st-btn:hover {
	opacity: .8;
	top: -4px;
}
#st-1 .st-btn[data-network='facebook'] {
	background-color: #4267B2
}
#st-1 .st-btn[data-network='facebook'] > span {
	color: #fff
}
#st-1 .st-btn[data-network='messenger'] {
	background-color: #448AFF
}
#st-1 .st-btn[data-network='messenger'] > span {
	color: #fff
}
#st-1 .st-btn[data-network='email'] {
	background-color: #7d7d7d
}

#st-1 .st-btn[data-network='email'] > span {
	color: #fff
}
#st-1 .st-btn[data-network='whatsapp'] {
	background-color: #25d366
}

#st-1 .st-btn[data-network='whatsapp'] > span {
	color: #fff
}
#st-1 .st-btn[data-network='snapchat'] > span {
	color: #333
}
#st-2 {
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	;
	direction: ltr;
	display: block;
	opacity: 1;
	text-align: center;
	z-index: 94034;
}
#st-2.st-animated {
	-moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
	-ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
	-o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
	-webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
	transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
#st-2.st-hidden {
	opacity: 0;
}
#st-2.st-hide {
	display: none;
}
#st-2 .st-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
}
#st-2 .st-btn:last-child {
	margin-right: 0;
}
#st-2 .st-btn > svg {
	height: 16px;
	width: 16px;
	position: relative;
	top: 8px;
	vertical-align: top;
}
#st-2 .st-btn > img {
	display: inline-block;
	height: 16px;
	width: 16px;
	position: relative;
	top: 8px;
	vertical-align: top;
}
#st-2 .st-btn > span {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.5px;
	min-width: 60px;
	opacity: 1;
	padding: 0 6px;
	position: relative;
	vertical-align: top;
}
#st-2.st-has-labels .st-btn {
	min-width: 120px;
}
#st-2.st-has-labels .st-btn.st-remove-label {
	min-width: 50px;
}
#st-2.st-has-labels .st-btn.st-remove-label > span {
	display: none;
}
#st-2.st-has-labels .st-btn.st-hide-label > span {
	display: none;
}
#st-2 .st-total {
	color: #555;
	display: inline-block;
	font-weight: 500;
	line-height: 12px;
	margin-right: 0;
	max-width: 80px;
	padding: 4px 8px;
	text-align: center;
}
#st-2 .st-total.st-hidden {
	display: none;
}
#st-2 .st-total > span {
	font-size: 16px;
	line-height: 17px;
	display: block;
	padding: 0;
}
#st-2 .st-total > span.st-shares {
	font-size: 9px;
	line-height: 9px;
}
#st-2.st-justified {
	display: flex;
	text-align: center;
}
#st-2.st-justified .st-btn {
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
#st-2 .st-btn:hover {
	opacity: .8;
	top: -4px;
}
#st-2 .st-btn[data-network='facebook'] {
	background-color: #4267B2
}

#st-2 .st-btn[data-network='facebook'] > span {
	color: #fff
}
#st-2 .st-btn[data-network='messenger'] {
	background-color: #448AFF
}

#st-2 .st-btn[data-network='messenger'] > span {
	color: #fff
}
#st-2 .st-btn[data-network='email'] {
	background-color: #7d7d7d
}

#st-2 .st-btn[data-network='email'] > span {
	color: #fff
}
#st-2 .st-btn[data-network='whatsapp'] {
	background-color: #25d366
}

#st-2 .st-btn[data-network='whatsapp'] > span {
	color: #fff
}
#st-2 .st-btn[data-network='snapchat'] > span {
	color: #333
}
#st-3 {
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	backface-visibility: hidden;
	display: block;
	position: fixed;
	opacity: 1;
	text-align: left;
	top: 160px;
	z-index: 94034;
}
#st-3.st-left {
	left: 0px;
}
#st-3.st-hidden.st-left {
	left: -48px;
}
#st-3.st-hidden {
	width: 96px;
}
#st-3 > div {
	clear: left;
	float: left;
}
#st-3 .st-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: NaNpx;
	height: 48px;
	line-height: 24px;
	margin-bottom: 0;
	opacity: 1;
	overflow: hidden;
	padding: 12px;
	position: relative;
	text-align: left;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	width: 48px;
}
#st-3 .st-btn.st-first {
	border-top: none;
	border-top-right-radius: 5px;
}
#st-3 .st-btn.st-last {
	border-bottom: none;
	border-bottom-right-radius: 5px;
}
#st-3 .st-btn > svg {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	height: 24px;
	margin-left: 0;
	vertical-align: top;
	width: 24px;
}
#st-3 .st-btn > img {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	height: 24px;
	margin-left: 0;
	vertical-align: top;
	width: 24px;
}
#st-3 .st-btn > span {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	left: -35px;
	letter-spacing: 0.5px;
	opacity: 0;
	padding: 0 6px;
	position: relative;
	vertical-align: top;
	filter: alpha(opacity=0);
}
#st-3 .st-btn.st-hide-label > span {
	display: none !important;
}
#st-3 .st-total {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #fff;
	color: #555;
	display: inline-block;
	font-weight: 500;
	line-height: 18px;
	margin-right: 0;
	min-height: 34px;
	max-width: 80px;
	opacity: 1;
	padding: 4px 0;
	text-align: center;
	width: 48px;
}
#st-3 .st-total.st-hidden {
	display: none;
}
#st-3 .st-total > span {
	display: block;
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}
#st-3 .st-total > span.st-shares {
	font-size: 11px;
	line-height: 11px;
}
#st-3 .st-toggle {
	left: -48px;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #ccc;
	border-bottom-right-radius: 5px;
	color: white;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	text-align: center;
	width: 48px;
}
#st-3.st-hidden .st-toggle {
	border-top-right-radius: 5px;
}
#st-3.st-left .st-toggle .st-left {
	display: inline-block;
}
#st-3.st-left.st-hidden .st-toggle .st-left {
	display: none;
}
#st-3.st-left .st-toggle .st-right {
	display: none;
}
#st-3.st-left.st-hidden .st-toggle .st-right {
	display: inline-block;
}
#st-3:hover .st-toggle {
	left: 0;
}
#st-3.st-hidden:hover .st-toggle {
	left: 48px;
}
#st-3.st-toggleable:hover .st-btn.st-last {
	border-bottom-right-radius: 0;
}
#st-3.st-toggleable:hover .st-btn.st-last:hover {
	border-bottom-right-radius: 5px;
}
#st-3 .st-btn:hover {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
#st-3.st-has-labels .st-btn:hover {
	width: 120px;
}
#st-3:not(.st-has-labels) .st-btn:hover {
	width: 62px;
}
#st-3 .st-btn.st-hide-label:hover {
	width: 62px;
}
#st-3 .st-btn:hover > svg {
	margin-left: 5px;
}
#st-3 .st-btn:hover > img {
	margin-left: 5px;
}
#st-3 .st-btn:hover > span {
	opacity: 1;
	display: inline-block;
	left: 0;
	filter: alpha(opacity=100);
}

@media (max-width: 1024px) {
#st-3 .st-btn:hover > svg {
	margin-left: 0;
}
#st-3 .st-btn:hover > span {
	display: none;
}
}

@media (max-width: 1024px) {
#st-3 {
	bottom: 0;
	display: none;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
}
#st-3.st-hidden {
	bottom: -48px;
	width: 100%;
}
#st-3.st-hidden.st-left {
	left: 0;
}
#st-3.st-hidden.st-right {
	right: 0;
}
#st-3 > div {
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	clear: none;
	flex: 1;
	float: none;
}
#st-3 .st-total {
	background: #fff;
	padding: 6px 8px;
}
#st-3 .st-btn {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	width: auto;
}
#st-3 .st-btn > span {
	display: none;
}
#st-3 .st-toggle {
	display: none;
}
}
#st-3 .st-btn[data-network='facebook'] {
	background-color: #4267B2
}
#st-3 .st-btn[data-network='facebook'] > span {
	color: #fff
}
#st-3 .st-btn[data-network='messenger'] {
	background-color: #448AFF
}

#st-3 .st-btn[data-network='messenger'] > span {
	color: #fff
}
#st-3 .st-btn[data-network='email'] {
	background-color: #7d7d7d
}

#st-3 .st-btn[data-network='email'] > span {
	color: #fff
}
#st-3 .st-btn[data-network='whatsapp'] {
	background-color: #25d366
}

#st-3 .st-btn[data-network='whatsapp'] > span {
	color: #fff
}
#st-3 .st-btn[data-network='snapchat'] > span {
	color: #333
}
#st-4 {
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	backface-visibility: hidden;
	display: block;
	position: fixed;
	opacity: 1;
	text-align: left;
	top: 160px;
	z-index: 94034;
}
#st-4.st-left {
	left: 0px;
}
#st-4.st-hidden.st-left {
	left: -48px;
}
#st-4.st-hidden {
	width: 96px;
}
#st-4 > div {
	clear: left;
	float: left;
}
#st-4 .st-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: NaNpx;
	height: 48px;
	line-height: 24px;
	margin-bottom: 0;
	opacity: 1;
	overflow: hidden;
	padding: 12px;
	position: relative;
	text-align: left;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	width: 48px;
}
#st-4 .st-btn.st-first {
	border-top: none;
	border-top-right-radius: 5px;
}
#st-4 .st-btn.st-last {
	border-bottom: none;
	border-bottom-right-radius: 5px;
}
#st-4 .st-btn > svg {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	height: 24px;
	margin-left: 0;
	vertical-align: top;
	width: 24px;
}
#st-4 .st-btn > img {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	height: 24px;
	margin-left: 0;
	vertical-align: top;
	width: 24px;
}
#st-4 .st-btn > span {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	left: -35px;
	letter-spacing: 0.5px;
	opacity: 0;
	padding: 0 6px;
	position: relative;
	vertical-align: top;
	filter: alpha(opacity=0);
}
#st-4 .st-btn.st-hide-label > span {
	display: none !important;
}
#st-4 .st-total {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #fff;
	color: #555;
	display: inline-block;
	font-weight: 500;
	line-height: 18px;
	margin-right: 0;
	min-height: 34px;
	max-width: 80px;
	opacity: 1;
	padding: 4px 0;
	text-align: center;
	width: 48px;
}
#st-4 .st-total.st-hidden {
	display: none;
}
#st-4 .st-total > span {
	display: block;
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}
#st-4 .st-total > span.st-shares {
	font-size: 11px;
	line-height: 11px;
}
#st-4 .st-toggle {
	left: -48px;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #ccc;
	border-bottom-right-radius: 5px;
	color: white;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	text-align: center;
	width: 48px;
}
#st-4.st-hidden .st-toggle {
	border-top-right-radius: 5px;
}
#st-4.st-left .st-toggle .st-left {
	display: inline-block;
}
#st-4.st-left.st-hidden .st-toggle .st-left {
	display: none;
}
#st-4.st-left .st-toggle .st-right {
	display: none;
}
#st-4.st-left.st-hidden .st-toggle .st-right {
	display: inline-block;
}
#st-4:hover .st-toggle {
	left: 0;
}
#st-4.st-hidden:hover .st-toggle {
	left: 48px;
}
#st-4.st-toggleable:hover .st-btn.st-last {
	border-bottom-right-radius: 0;
}
#st-4.st-toggleable:hover .st-btn.st-last:hover {
	border-bottom-right-radius: 5px;
}
#st-4 .st-btn:hover {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
#st-4.st-has-labels .st-btn:hover {
	width: 120px;
}
#st-4:not(.st-has-labels) .st-btn:hover {
	width: 62px;
}
#st-4 .st-btn.st-hide-label:hover {
	width: 62px;
}
#st-4 .st-btn:hover > svg {
	margin-left: 5px;
}
#st-4 .st-btn:hover > img {
	margin-left: 5px;
}
#st-4 .st-btn:hover > span {
	opacity: 1;
	display: inline-block;
	left: 0;
	filter: alpha(opacity=100);
}

@media (max-width: 1024px) {
#st-4 .st-btn:hover > svg {
	margin-left: 0;
}
#st-4 .st-btn:hover > span {
	display: none;
}
}

@media (max-width: 1024px) {
#st-4 {
	bottom: 0;
	display: none;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
}
#st-4.st-hidden {
	bottom: -48px;
	width: 100%;
}
#st-4.st-hidden.st-left {
	left: 0;
}
#st-4.st-hidden.st-right {
	right: 0;
}
#st-4 > div {
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	clear: none;
	flex: 1;
	float: none;
}
#st-4 .st-total {
	background: #fff;
	padding: 6px 8px;
}
#st-4 .st-btn {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	width: auto;
}
#st-4 .st-btn > span {
	display: none;
}
#st-4 .st-toggle {
	display: none;
}
}
#st-4 .st-btn[data-network='facebook'] {
	background-color: #4267B2
}
#st-4 .st-btn[data-network='facebook'] > span {
	color: #fff
}
#st-4 .st-btn[data-network='messenger'] {
	background-color: #448AFF
}

#st-4 .st-btn[data-network='messenger'] > span {
	color: #fff
}
#st-4 .st-btn[data-network='email'] {
	background-color: #7d7d7d
}

#st-4 .st-btn[data-network='email'] > span {
	color: #fff
}
#st-4 .st-btn[data-network='whatsapp'] {
	background-color: #25d366
}

#st-4 .st-btn[data-network='whatsapp'] > span {
	color: #fff
}
#st-4 .st-btn[data-network='snapchat'] > span {
	color: #333
}
.border-success {
    border-color: #198754!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.border-2 {
    border-width: 2px!important;
}
.text-white {
    color: #fff!important;
}
.fw-bold {
    font-weight: 700!important;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bg-success {
    background-color: #198754!important;
}
.card-text:last-child {
    margin-bottom: 0;
}
.container-left ul {
    font-size: 22px;
    line-height: 1.7;
    color: #3a3838;
    padding-bottom: 5px;
}
.container-left li {
    font-size: 22px;
    padding-bottom: 10px;
    line-height: 30px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
@media (max-width:787px) {
	h1 {
		font-size: 24px;
	}
	p {
		font-size: 16px;
		line-height: 1.4;
	}
	h3 {
		font-size: 20px;
		line-height: 25px;
	}

}
