<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 575.98px) {
  .brand-bottom::after {
    left: 45.5%;
  }
}

@media (max-width: 767.98px) {
  .sticky-mobile {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 7px #cecece;
    background: white;
    max-height: 100vh;
    overflow-y: auto;
  }

  .sticky-mobile .navbar.bg-main {
    background: #fff;
    padding: 0 !important;
  }

  .sticky-mobile .navbar.bg-main .container-cs {
    background: rgb(1, 70, 106);
  }

  .sticky-mobile .navbar.bg-main .container-cs .navbar-collapse {
    padding-bottom: 1rem !important;
  }

  .sticky-mobile&gt;.top-bar&gt;.navbar .navbar-nav {
    margin-bottom: 30px;
  }

  .page-header-dojo,
  .single-post-search {
    margin-top: calc(45px + 15px + 1.5rem) !important;
  }

  .short-desc-author {
    text-align: center !important;
  }

  aside {
    margin-bottom: 30px;
  }

  /*--start member page --*/
  #item-header-avatar {
    width: auto !important;
  }

  #item-header-cover-image h1 {
    width: 100%;
  }

  #menu-top-menu-1 {
    margin-top: 15px;
  }

  .pd-login-btn-wrapper {
    /* padding: 0.8em 1em 1em; */
  }

  /*---end member page---*/
  /*--start login mobile--*/
  .hidden-menu-mobile {
    position: relative;
    right: 0;
    background: white;
    margin-top: -1;
    padding: 1rem 2rem;
    z-index: 999;
    width: 100%;
  }

  #show-hidden-menu-mobile img {
    border-radius: 50%;
    /* border: 2px solid white;
    margin: 10px 20px 2em; */
  }

  .user-box {
    display: flex;
    align-items: center;
    line-height: 0rem;
  }

  .left-img {
    width: 25%;
    margin-right: 1rem;
  }

  .left-img img {
    border-radius: 50%;
  }

  .right-text p {
    font-size: 0.8em;
    font-family: var(--default-font);
    color: black;
  }

  .right-text a {
    font-size: 0.8em;
    font-family: var(--default-font);
    color: #525252;
  }

  .hidden-menu-mobile ul li {
    list-style: none;
    line-height: 1.6rem;
  }

  .hidden-menu-mobile ul li a {
    font-size: 0.8em;
    font-family: var(--default-font);
    color: #525252;
    text-decoration: none;
  }

  /* .hidden-menu-mobile::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 40px;
    width: 15px;
    height: 15px;
    background: white;
    transform: rotate(45deg);
    z-index: -1;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    border-right: none;
  } */

  /*--end login mobile--*/
  .sidebar {
    position: inherit !important;
    width: 100% !important;
  }

  .bg-main {
    background: var(--primary-color);
    /* z-index: 114; */
  }

  .mrgb-4 {
    margin-bottom: 4rem;
  }

  .btn-nav {
    border-radius: 0.25rem;
    margin-right: 0;
    padding: 0.2em 0.5em;
    border: 1px solid #0064ab;
    font-size: 0.75rem;
  }

  .btn-nav:hover {
    border-radius: 0.25rem;
    margin-right: 0;
    padding: 0.2em 0.5em;
    border: 1px solid #0064ab;
    color: white;
    background: #0064ab;
    font-size: 0.75rem;
  }

  .bg-trasparent .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  #chevron {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: -2rem;
    height: 45px;
    width: 100%;
    bottom: 1.5rem;
  }

  #chevron:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 100%;
    width: 51%;
    background: rgb(1, 70, 106);
    transform: skew(0deg, 7deg);
  }

  #chevron:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    height: 100%;
    width: 50%;
    background: rgb(1, 70, 106);
    transform: skew(0deg, -7deg);
  }

  /*--start hamburger mobile--*/
  .hamburger {
    text-align: center;
  }

  .hamburger__button {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    /*background-color: #484848;*/
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
  }

  .hamburger__icon,
  .hamburger__icon::before,
  .hamburger__icon::after {
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 0px;
    background-color: rgb(1, 70, 106);
  }

  .hamburger__icon {
    /* top: calc(50% - 2px); */
    /*left: calc(50% - 30px);*/
    /*transition: all 0.3s linear;*/
  }

  .hamburger__icon::before,
  .hamburger__icon::after {
    content: '';
    left: 0;
  }

  .hamburger__icon::before {
    bottom: 8px;
  }

  .hamburger__icon::after {
    top: 8px;
    /*transition: all 0.3s linear;*/
  }

  .toggled.hamburger__button .hamburger__icon {
    height: 2px;
    width: 25px;
    /*left: 30px;*/
    top: 50%;
    transform: rotate(-45deg);
    background-color: rgb(1, 70, 106);
  }

  .toggled.hamburger__button .hamburger__icon::after {
    width: 25px;
    height: 2px;
    top: 0px;
    transform: rotate(-270deg);
    background-color: rgb(1, 70, 106);
  }

  .toggled.hamburger__button .hamburger__icon::before {
    transform: scale(0);
  }

  #overlay {
    top: 166px;
  }

  .admin-bar #overlay {
    top: 212px !important;
  }

  .select_wrap {
    width: 220px !important;
    position: relative;
    z-index: 126;
  }

  .select_wrap .default_option:before {
    right: 12px;
  }

  .select_wrap .default_option {
    margin-bottom: 0px;
  }

  /*--end hamburger mobile--*/
  .text-top-search {
    font-size: 0.8rem;
    margin: 0 5px;
  }

  .left-welcome {
    justify-content: space-between;
  }

  .right-learn-more {
    justify-content: space-between;
    margin-top: 1rem;
  }

  .py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-5 {
    padding-right: 15px !important;
  }

  .pl-cs {
    padding-left: 15px;
  }

  .pr-cs {
    padding-right: 15px;
  }

  .pdr-cs {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pdl-cs {
    padding-left: 15px;
    padding-right: 15px;
  }

  #owl-demo {
    padding: 0px 0px;
    margin-bottom: 0rem;
  }

  .pd-sensei-24 {
    padding: 0;
  }

  .owl-top-home .d-flex {
    align-items: center;
    margin-bottom: 0px !important;
  }

  .owl-top-home .cs-carosel img {
    /*width: 100%!important;*/
  }

  .owl-top-home .cs-carosel a img {
    /* max-width: 140px!important;*/
    position: relative;
    margin: 0;
  }

  .owl-top-home .owl-dots {
    text-align: center;
    width: 100%;
  }

  .owl-top-home .owl-dots .owl-dot span {}

  .owl-top-home .owl-dots .owl-dot.active span,
  .owl-top-home .owl-dots .owl-dot:hover span {
    background: #fe5000;
  }

  .owl-dots button.owl-dot.active {
    background-color: none;
  }

  .res-position {
    position: relative;
    color: white;
  }

  .res-footer-post {
    background: #f2f2f2;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.6rem;
  }

  .flex-cs {
    display: flex;
    align-items: center;
  }

  .flex-cs .card-title {
    margin-bottom: 0;
  }

  .latest-post h1 {
    margin-top: 10px;
  }

  .search-top-wrapper {
    flex-direction: column;
    width: 100% !important;
  }

  .lp-sub-dojo {
    position: relative;
    z-index: 10;
  }

  .select_wrap .select_ul {
    z-index: 12;
    position: absolute;
  }

  .select_wrap_sub .select_ul_sub {
    z-index: 11;
  }

  /*.carosel-sub-dojo {
    opacity: 0;
    max-height: 100% !important;
  }*/

  .fundamental_gallery img {
    width: 40px !important;
  }

  .carousel-wrap-cs p {
    font-size: 0.7em;
    line-height: 1.15;
  }

  .carosel-sub-dojo:after {
    display: none;
  }

  .latest-post-image a h4 {
    font-size: 1.2rem !important;
  }

  .latest-post-image a {
    position: relative !important;
  }

  .heading-flex-sub-dojo {
    left: 5.5% !important;
  }

  .res-footer-post p {
    margin-bottom: 0;
  }

  .wrapper-content-footer {
    padding: 0 0 !important;
  }

  /*.footer-top {*/
  /*    background: #222222 !important;*/
  /*}*/
  /*.footer-copyright {*/
  /*    background: #222222 !important;*/
  /*}*/
  /*.footer-bottom {*/
  /*    background: #010101 !important;*/
  /*}*/
  .copyright {
    flex-wrap: wrap;
  }

  .right-copy-right a {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-copyright p {
    /*color: white;*/
    margin-bottom: 0;
    padding: 1rem;
  }

  .footer-top h3 {
    /*color: white !important;*/
  }

  .footer-top ul li a {
    /*color: white !important;*/
  }

  .footer-top p {
    /*color: white !important;*/
  }

  .wrapper-ebook {
    padding: 0 0;
    text-align: center;
  }

  .wrapper-ebook img {
    width: 12rem;
  }

  .card-area {
    margin-bottom: 3.5rem !important;
  }

  .res-mrg {
    margin-bottom: 3rem !important;
  }

  .home-1 img {
    margin-bottom: 5px;
  }

  .home-1 h5 {
    display: flex;
    align-items: center;
  }

  .btn-outline-orange {
    margin-top: 0.8rem;
  }

  .res-login {
    margin-top: 0.8rem;
  }

  .grid-latest-block-wrappper {
    display: flex;
    flex-direction: column;
  }

  .grid-latest-block {
    width: 100% !important;
  }

  .featured-post-wrapper {
    flex-direction: column;
  }

  .featured-post-block {
    width: 100% !important;
    margin-bottom: 1rem;
  }

  .child-home .card-body {
    background: #f2f2f2;
    padding: 0.5rem 0.5rem 0.5rem !important;
  }

  .responsive-card-footer-cs {
    background: #f2f2f2;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }

  .w-35 {
    width: 30% !important;
  }

  .w-65 {
    width: 70%;
  }

  .owl-carousel .owl-item.active {
    margin-left: 10px;
    margin-right: 10px !important;
  }

  .owl-nav span {
    /*display: none;*/
  }

  /*--strat video carosel home page--*/
  .btn-grey {
    padding: 2px 10px 0px;
  }

  .card-dojo-video .card-title {
    font-size: 0.8rem;
  }

  .time-span {
    position: relative;
    top: 60px;
    left: 5px;
  }

  .card-dojo-video p {
    padding: 0 0 1.5rem;
  }

  /*--end video carosel home page--*/
  /*--start author selection--*/
  .img_overlay:before {
    background: linear-gradient(0deg,
        rgba(65, 65, 65, 0.6643032212885154) 60px,
        rgba(0, 212, 255, 0) 60px);
  }

  /*--end author selection--*/
  /*--start webinar--*/
  .wrapper-head-dropdown h2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  /*--end webinar--*/
  /*--start sub dojo home--*/
  .wrapper-search {
    width: 100% !important;
    /* margin: 0 auto; */
  }

  .btn-search {
    width: 27% !important;
  }

  .form-inline .input-group {
    width: 70% !important;
  }

  /*.carosel-sub-dojo {
    margin-bottom: 1rem;
  }

  .carosel-sub-dojo .d-flex {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    padding: 1rem 2rem;
  }

  .carosel-sub-dojo .owl-nav {
    display: none;
  }

  .carosel-sub-dojo i {
    font-size: 4.5em !important;
    margin-bottom: 1rem;
  }

  .carosel-sub-dojo .owl-dots {
    display: block !important;
    text-align: center;
  }

  .carosel-sub-dojo .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: white !important;
  }

  .carosel-sub-dojo .owl-dots button.owl-dot.active {
    background: #fe5000 !important;
  }*/

  .lp-sub-dojo h3 img {
    margin-bottom: 0;
  }

  .child-home .card-footer-cs {
    background: #f2f2f2;
    padding: 0 0.5rem 0.5rem;
    margin-bottom: 1rem;
  }

  .child-home .card-body {
    background: #f2f2f2;
    padding: 0.5rem 0.5rem 0.5rem;
  }

  .related-post-block img {
    height: auto !important;
  }

  .related-post-block {
    margin-bottom: 30px;
  }

  .not-a-dojo {
    display: flex !important;
    flex-direction: column !important;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }

  .left-img-not {
    position: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .right-content-not {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }

  /*--end sub dojo home ---*/
  /*--start podcast--*/
  .flex-top-podcast {
    flex-direction: column !important;
  }

  .left-img-podcast {
    width: auto;
    margin: 0 auto;
  }

  .right-text-top {
    width: 100% !important;
  }

  .wrapper-more-podcast {
    flex-direction: column;
  }

  .wrapper-podcast-player {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .wrapper-see-more {
    margin-top: 0 !important;
    flex-direction: column;
  }

  .right-text-podcast {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .left-author-profile {
    width: 100% !important;
    padding-top: 0 !important;
    display: flex;
    justify-content: space-evenly;
  }

  .morelink {
    top: 85px !important;
  }

  .wrapper-more-podcast .block-podcast {
    width: 100% !important;
  }

  .register-now {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .wrapper-left-top {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .register-now .content-left {
    padding: 20px 0 !important;
    text-align: center;
  }

  .register-now .right-mascot {
    margin-top: 0px !important;
    margin-right: 0px !important;
    text-align: center;
  }

  .responsive-flex-podcast {
    flex-wrap: nowrap !important;
  }

  .w-res-25 {
    width: 25%;
  }

  .w-res-75 {
    width: 75%;
  }

  .top-podcast {
    padding: 15px 0 15px !important;
  }

  .res-100 {
    width: 100%;
  }

  .title-center-podcast {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }

  .wrapper-podcast-block {
    padding: 30px;
  }

  /*--end podcast--*/
  /*--start category page--*/
  /*.category-post-list img {
        margin-bottom: 60px;
    }*/
  .top-post-wrapper {
    flex-wrap: wrap;
  }

  .left-top-post {
    width: 100%;
    margin-bottom: 15px;
  }

  .right-top-post {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }

  .content-right {
    padding: 0;
  }

  .top-post {
    width: 100%;
    text-align: left;
    /* margin-top: -40px; */
  }

  .top-post img {
    width: 15%;
    background: #ffffffc2;
    padding: 5px;
    /* border-radius: 50%; */
    position: absolute;
    top: 0;
  }

  /*--end category page--*/
  /*--start author selection--*/
  .author-selection .wrapper-form {
    padding: 1em;
  }

  .author-selection .wrapper-form h4 {
    margin-top: 0em;
  }

  .block-author h6 {
    top: -4.6rem !important;
  }

  .main .tab-menu-link {
    font-size: 1rem;
  }

  /*--end author selection--*/
  /*--start pop up--*/
  /*.wrapper-form-outer {
        padding: 1.5rem !important;
    }*/
  .wrapper-form-login {
    padding: 15px 0;
  }

  .wrapper-form-register {
    padding: 15px 0;
  }

  .tabs__content {
    padding: 0em 0em;
  }

  .close {
    margin-top: -5.7rem;
  }

  /*--end pop up--*/
  /*--strat login--*/
  .login-container {
    width: 100%;
    margin: 0 auto;
  }

  .wrapper-form-outer-left {
    padding-right: 0em;
    margin-bottom: 1rem;
  }

  /*--end login--*/
  /*--start single post page--*/
  .col-reverse-mob {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .dojo_favorites {
    padding: 0.6rem !important;
    background: rgb(255 255 255 / 40%);
  }

  .favorite-text {
    font-size: 0.6rem !important;
    margin-bottom: 0 !important;
  }

  .theChampSharingRound {
    width: 72px;
  }

  .offset-6 {
    margin-left: 0;
  }

  .comment-meta .comment-edit-link {
    left: 8rem !important;
  }

  .wrapper-overlay-img {
    margin-top: 0 !important;
    margin-bottom: 1rem;
    background: rgb(65, 65, 65);
    background: none;
  }

  .img_overlay-single-post,
  .img_overlay-single-post img {
    height: auto !important;
    width: 100% !important;
  }

  .img_overlay-single-post:before {
    background: none;
  }

  .wrapper-overlay-img h1 {
    font-size: 1rem;
    position: relative;
  }

  .social-list-author {
    display: flex;
    justify-content: space-between center;
    justify-content: center;
  }

  .social-list-author li {
    list-style: none;
    margin-bottom: 0;
    margin: 0 0.2rem;
  }

  .single-post div#contents {
    font-size: 1rem;
  }

  /*--end single post page--*/
}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-expand-lg a .altaro-left {
    /* width: 7rem; */
  }

  .owl-top-home .owl-dots {
    display: none !important;
  }

  .navbar-expand-lg a .dojo-right {
    max-height: 40px;
    height: 100%;
    /* margin-left: 0.25rem;*/
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sticky-mobile .navbar.bg-main {
    background: #fff;
    padding: 0 !important;
  }

  .owl-top-home .owl-dots {
    display: none !important;
  }

  .sticky-mobile .navbar.bg-main .container-cs {
    background: rgb(1, 70, 106);
  }

  .sticky-mobile .navbar.bg-main .container-cs .navbar-collapse {
    padding-bottom: 1rem !important;
  }

  .sticky-mobile&gt;.top-bar&gt;.navbar .navbar-nav {
    margin-bottom: 50px;
  }

  /*--start author page--*/
  .img-author-label {
    height: 120px;
  }

  .wrapper-author-content figure {
    text-align: center;
  }

  /*--end author page--*/

  /*--start category top post--*/
  .top-post-wrapper {
    flex-wrap: wrap;
  }

  .left-top-post {
    width: 100%;
  }

  .right-top-post {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }

  .content-right {
    padding: 0;
  }

  .top-post {
    width: 100%;
    text-align: center;
    margin-top: -40px;
  }

  .top-post img {
    width: 30%;
    background: white;
    padding: 10px;
    border-radius: 50%;
  }

  .thumb-img-top-post {
    width: 100%;
  }

  /*--end category top post--*/

  #menu-top-menu-1 {
    margin-top: 15px;
  }

  .btn-outline-orange {
    margin-top: 0.8rem;
  }

  .single-post-search {
    margin-top: 70px !important;
    margin-bottom: 24px !important;
  }

  .bg-trasparent .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .pd-login-btn-wrapper {
    /* padding: 0.8em 1em 2em; */
  }

  .sticky-scroll {
    width: 270px;
  }

  /*--start podcast--*/
  .wrapper-podcast-player {
    margin-top: 0%;
  }

  .morelink {
    top: 85px;
  }

  .wrapper-see-more {
    margin-top: 0%;
  }

  /*--end podcast--*/

  /*--start author selection--*/
  .block-author h6 {
    top: -5rem;
  }

  /*--end author selection--*/

  /*--start hamburger mobile--*/

  .btn-nav {
    border-radius: 0.25rem;
    margin-right: 0;
    padding: 0.2em 0.5em;
    border: 1px solid #0064ab;
    font-size: 0.75rem;
  }

  .btn-nav:hover {
    border-radius: 0.25rem;
    margin-right: 0;
    padding: 0.2em 0.5em;
    border: 1px solid #0064ab;
    color: white;
    background: #0064ab;
    font-size: 0.75rem;
  }

  .navbar-expand-lg a .dojo-right {
    height: 24px;
    /* margin-left: 0.25rem;*/
  }

  .sticky-mobile {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 7px #cecece;
    background: white;
  }

  .hamburger {
    text-align: center;
  }

  .hamburger__button {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    /*background-color: #484848;*/
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
  }

  .hamburger__icon,
  .hamburger__icon::before,
  .hamburger__icon::after {
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 0px;
    background-color: black;
  }

  .hamburger__icon {
    /* top: calc(50% - 2px);
    left: calc(50% - 5px); */
    /*transition: all 0.3s linear;*/
  }

  .hamburger__icon::before,
  .hamburger__icon::after {
    content: '';
    left: 0;
  }

  .hamburger__icon::before {
    bottom: 8px;
  }

  .hamburger__icon::after {
    top: 8px;
    /*transition: all 0.3s linear;*/
  }

  #chevron {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: -2rem;
    height: 60px;
    width: 100%;
    bottom: 1.5rem;
  }

  #chevron:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 60%;
    background: #0064ab;
    transform: skew(0deg, 7deg);
  }

  #chevron:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    width: 60%;
    background: #0064ab;
    transform: skew(0deg, -7deg);
  }

  .wrapper-search {
    margin-bottom: 30px;
  }

  .mrgb-4 {
    margin-bottom: 4rem;
  }

  .toggled.hamburger__button .hamburger__icon {
    height: 2px;
    width: 25px;
    top: 50%;
    transform: rotate(-45deg);
    background-color: black;
  }

  .toggled.hamburger__button .hamburger__icon::after {
    width: 25px;
    height: 2px;
    top: -1px;
    transform: rotate(-270deg);
    background-color: black;
  }

  .toggled.hamburger__button .hamburger__icon::before {
    transform: scale(0);
  }

  #overlay {
    top: 150px;
  }

  .admin-bar #overlay {
    top: 200px !important;
  }

  .select_wrap .default_option {
    margin-bottom: 0px;
  }

  /*--end hamburger mobile--*/

  /*--start login mobile--*/
  .hidden-menu-mobile {
    position: relative;
    right: 0;
    background: white;
    margin-top: -1;
    padding: 1rem 2rem;
    z-index: 999;
    width: 100%;
  }

  #show-hidden-menu-mobile img {
    border-radius: 50%;
    border: 2px solid white;
    margin: 10px 20px;
  }

  .user-box {
    display: flex;
    align-items: center;
    line-height: 0rem;
  }

  .left-img {
    width: 10%;
    margin-right: 1rem;
  }

  .left-img img {
    border-radius: 50%;
  }

  .right-text p {
    font-size: 0.8em;
    font-family: var(--default-font);
    color: black;
  }

  .right-text a {
    font-size: 0.8em;
    font-family: var(--default-font);
    color: #525252;
  }

  .hidden-menu-mobile ul li {
    list-style: none;
    line-height: 1.6rem;
  }

  .hidden-menu-mobile ul li a {
    font-size: 0.8em;
    font-family: var(--default-font);
    color: #525252;
    text-decoration: none;
  }

  .hidden-menu-mobile::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 40px;
    width: 15px;
    height: 15px;
    background: white;
    transform: rotate(45deg);
    z-index: -1;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    border-right: none;
  }

  /*--end login mobile--*/

  .img-left-dojo-sub {
    width: 224%;
  }

  .hamburger__icon {
    /* left: calc(50% - 30px); */
  }

  .carousel-wrap-cs p {
    font-size: 0.7em;
  }

  .search-top-wrapper {
    flex-direction: column;
    width: 100% !important;
  }

  .text-top-search {
    font-size: 1rem;
  }

  .search-top-wrapper {
    flex-direction: row;
  }

  #overlay {
    top: 150px;
  }

  #breadcrumbs li {
    margin: 10px 5px 10px 5px;
  }

  .wrapper-overlay-img h1 {
    font-size: 1.5rem;
    /*bottom: 50px;*/
  }

  /*--start single post--*/
  .col-reverse-mob {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .col-reverse-mob .author {
    margin-top: 20px;
  }

  .social-list-author {
    display: flex;
    justify-content: center;
  }

  .social-list-author li {
    list-style: none;
    margin: 0 4px;
  }

  /*--end single post--*/

  /*--start dojo-home--*/
  .page-header-dojo {
    margin-top: calc(45px + 15px + 1.5rem) !important;
  }

  .featured-post-wrapper {
    flex-wrap: wrap;
  }

  .featured-post-block {
    width: 100%;
    margin-bottom: 15px;
  }

  .featured-content-right {
    padding: 0 1rem;
    width: 80%;
  }

  /*--end dojo-home--*/

  /*--start sub-dojo-home--*/
  .latest-post-image h4 {
    font-size: 1rem;
  }

  .wrapper-ebook {
    padding: 0 0em;
  }

  .wrapper-ebook img {
    width: 100px;
  }

  /*--end sub-dojo-home--*/
}

.owl-top-home .owl-dots {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wrapper-overlay-img h1 {
    bottom: 60px;
  }

  .sticky-scroll {
    width: 200px;
  }

  /*--start sticky header--*/

  .btn-nav {
    border-radius: 0.25rem;
    margin-right: 0;
    padding: 0.2em 0.5em;
    border: 1px solid #0064ab;
    font-size: 0.75rem;
  }

  .btn-nav:hover {
    border-radius: 0.25rem;
    margin-right: 0;
    padding: 0.2em 0.5em;
    border: 1px solid #0064ab;
    color: white;
    background: #0064ab;
    font-size: 0.75rem;
  }

  .fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 930px;
  }

  /*--end sticky header--*/
  /*--start podcast--*/
  .wrapper-podcast-player {
    margin-top: 0%;
  }

  .morelink {
    top: 85px;
  }

  .wrapper-see-more {
    margin-top: 0%;
  }

  /*--end podcast--*/
  /*--start author selection--*/
  .block-author h6 {
    top: -4.8rem;
  }

  /*--end author selection--*/
  .bg-main .navbar-nav .nav-link {
    padding: 0.8em 0.8em !important;
  }

  .brand-bottom::after {
    left: 16.1% !important;
  }

  .search-top-wrapper {
    width: 80%;
  }

  .wrapper-search {
    width: 75%;
    margin: 0 auto;
  }

  #overlay {
    top: 212px;
  }

  .admin-bar #overlay {
    top: 244px !important;
  }
}

@media (min-width: 1366px) and (max-width: 1920px) {
  .owl-top-home .owl-dots {
    display: none !important;
  }

  /*.sidebar.sticky-scroll {
        top: 20px !important;
    }*/
}

@media (min-width: 1200px) {}

@media (max-width: 515.98px) {
  #chevron:before {
    transform: skew(0deg, 10deg);
  }

  #chevron:after {
    transform: skew(0deg, -10deg);
  }
}

/* mobile logo style 2024 */

.hs-dojo-logo-container {
  display: flex;
}

.hs-dojo-logo-container .main-site-mobile-logo-hr,
.hs-dojo-logo-container .internal-site-mobile-logo-hr {
  width: 90px;
  height: 35px; 
}

.hs-dojo-logo-container .main-site-mobile-logo-hr img,
.hs-dojo-logo-container .internal-site-mobile-logo-hr img {
  height: 100%;
}</pre></body></html>