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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.65;
    background-color: #ffffff;
    color: #000;
    font-family: sans-serif;
    font-weight: 400;
}
p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
}
html,body{
  scroll-behavior: smooth;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.invisible {
    margin:0; font-size: 0; overflow: hidden; display: none;
}
/* --------------------------------------------------------- */
/* ---------------------- end of reset --------------------- */
/* --------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

.container-width {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}

.mobile {
    display: none;
}
.left-column {
    float: left;
    width: 760px;
    background: white none repeat scroll 0% 0%;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.sidebar {
    float: right;
    width: 320px;
    position: sticky;
    padding: 3px 15px;
    border-radius: 5px;
}
.advertorial {
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    background: #f5f5f5;
    height: 36px;
}
.left-column h1 {
    font-size: 45px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
}
.left-column .smb-author {
    display: flex;
    gap: 15px;
}
.left-column .smb-author .smb-autor-img {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
}
.left-column .smb-author .smb-autor-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left-column .smb-autor-content {
    border-left: 5px solid #004a2f;
    padding-left: 10px;
}
.left-column .smb-author .smb-autor-name {
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    color: #004a2f;
}
.left-bottom-content.PageContent {
    margin-top: 0;
}
@media screen and (min-width: 641px) {
    .PageContent {
        margin-bottom: 80px;
        margin-top: 80px;
    }
}
.PageContent {
    max-width: 1000px;
    margin: 35px auto;
}
.Rte {
    word-break: break-word;
}
.left-column .grey-box {
    background-color: #f5f5f5;
    padding: 10px 15px 10px 25px;
    border-left: 5px solid #ddd;
    margin-top: 15px;
    font-style: italic;
}
.left-bottom-content.Rte img {
    margin-top: 32px;
    margin-bottom: 10px;
}
b, strong {
    font-weight: 700;
}
.left-column .Rte p a {
    color: #00e;
}
img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top;
}
.Rte img {
    display: block;
    margin: 32px auto 12px;
}
.left-bottom-content.Rte img {
    margin-top: 32px;
    margin-bottom: 10px;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
    display: block;
    clear: both;
    content: " ";
}

.clearfix {
    zoom:1;
}

.left-column{box-shadow: none}

.sidebar-bloggers-st {
    background-color: #f5f5f5;
    padding: 30px 24px;
    border-radius: 16px;
    position: sticky;
    top: 10px;
}
.sidebar .sidebar-content {
    margin: 15px 0;
}
.sidebar .sidebar-content p a {
    color: #004a2f;
    text-decoration: underline;
}
body h4 {
    color: #000;
    line-height: 1.3;
    margin-bottom: 21px;
}
.sidebar .side_bar_heading a {
    color: #004a2f;
    text-decoration: underline;
    font-size: 20px;
}
.sidebar .side-bar-button a {
    background-color: #3affa7;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    padding: 15px 10px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 800;
    display: block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
.clearfix:after{
    content: '';
    clear: both;
    display: block;
}
.left-bottom-content.rich-text__buttons {
    text-align: center;
    margin-bottom: 30px;
}
.all-main-btn {
    background-color: #3affa7;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    padding: 21px 70px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 800;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
}
.left-column .left-bottom-content .rich-text__text.rte {
    box-shadow: none;
    max-width: 100%;
    background: #f5f5f5;
    color: #000;
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 13px #3affa7;
    padding: 30px;
    margin: 0 auto;
    border-radius: 11px;
}
.footer {
    clear: both;
    text-align:center;
    font-size: 16px;
    color: #fff;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    background-color: #121212;
}
.footer img {
    max-width: 100px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
    color: #fff;
    text-decoration: none;
}
.footer p {
    margin-bottom: 0px;
}
.mobile-sticky-button {
    display: block;
    background-color: #000000b3;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
    text-align: center;
    width: 100%;
}
@media (max-width: 991px){
    .sidebar {
       display: none;
    }
    .left-column {
        width: 100%;
        float: none;
    }
    .container-width {
       padding: 0 12px; 
    }
    .mobile-sticky-button a {
        text-align: center;
    }
    .mobile-sticky-button.visible {
        opacity: 1;
        visibility: visible;
    }
    .mobile-sticky-button .all-main-btn {
        margin: 0 15px;
    }
    .footer {
        padding-bottom: 130px;
    }
    
}
@media (max-width: 767px) {
    .left-column h1 {
        font-size: 24px;
    }
    .left-column .left-bottom-content .all-main-btn {
        font-size: 23px;
        line-height: 1.3;
        padding: 20px 24px;
    }
    .all-main-btn {
        padding: 20px 24px;
        font-size: 17px;
    }
    .footer a,.footer a:hover,.footer p {
       font-size: 14px;
    }
}
@media (max-width: 499px) {
    .black {
        display: none;
    }
    .row-page {
        display: flex;
        flex-direction: column;
    }
    
}