/*new blog redesign*/
@font-face {
  font-family: "Avenir Next LT Pro Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AvenirNext-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro Regular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AvenirNext-Demi.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-Heavy.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Black";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-Roman.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next W1G Thin";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirNext-Thin.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirNext-Heavy.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro Light';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/avenirnextltpro-light.woff.ttf") format("truetype");
  font-display: swap;
}
#wpadminbar {
  position: absolute !important;
  /* display: none !important; */
}
html {
  margin: 0 !important;
}
.blog-page {
  color: #000;
}
.blog-page .header {
  --header__bottom-padding: 2.2rem 0;
}
.blog-page h1 {
  font-size: 4.6rem;
}
.blog-page h2 {
  font-size: 3.6rem;
}
.fsp_info {
  display: inline-flex;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #616161 !important;
}
.single_post_image .post_thumbnail {
  margin-top: 3.7rem !important;
}
/* main.content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
    background: red;
    opacity: 0.2;
  }
  main.content:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    background: red;
    opacity: 0.2;
  } */
@media (min-width: 1400px) {
  .blog-page .container {
    max-width: calc(1245px + var(--global-gap) * 2);
  }
}
@media (min-width: 1600px) {
  .blog-page .container {
    max-width: calc(1420px + var(--global-gap) * 2);
  }
}
.hb {
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 1.3rem 0;
  background: var(--color-white);
  border-top: 1px solid #d9d9d9;
  box-shadow: 0px 5px 20px rgba(80, 54, 123, 0.1);
}
.hb-progress {
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background: #fe0072;
  width: 0;
}
.hb .logo {
  max-width: inherit;
  font-size: 2.1rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 300;
  font-family: "Avenir Next LT Pro Light";
  margin-right: auto;
  opacity: 0;
  transform: translateY(-2rem);
  transition: all 0.4s ease-in-out;
  min-width: max-content;
}
.scrolled .hb .logo {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .hb-logo {
    opacity: 1;
    transform: none;
  }
}
.hb .logo picture {
  max-width: 6.7rem;
  min-width: 6.7rem;
  margin-right: 0.4rem;
}
.hb .container {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.hb_nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.hb .go-site {
  font-size: 2rem;
  position: relative;
  align-items: center;
  align-content: center;
  color: var(--color-white);
  text-decoration: none;
  display: none;
}
.hb .go-site i {
  font-size: 1rem;
  margin-left: 0.4rem;
}
.hb .go-site .c-pink {
  font-weight: 600;
  color: var(--color-pink);
}
@media (max-width: 991px) {
  .hb .go-site {
    display: inline-flex;
  }
}
.hb .login-btn {
  --btn-bg: var(--gradient-main);
  --btn-subbg: var(--color-white);
  --btn-color: var(--color-dark);
  display: none;
}
.hb .demo-request {
  --btn-bg: var(--gradient-main);
  --btn-subbg: var(--gradient-main);
  --btn-color: var(--color-white);
  min-width: max-content;
}
@media (max-width: 991px) {
  .hb .login-btn {
    display: inline-flex;
  }
}
.hb-search {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 1.6rem;
}
.hb-search-form_wrap {
  transition: all 0.4s ease;
  overflow: hidden;
  width: 0;
}
.hb-search.open .hb-search-form_wrap {
  width: 16rem;
}
.hb-search-form {
  padding: 0.2rem;
  border-radius: 4rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  width: 16rem;
  height: 2.9rem;
  display: flex;
}
.hb-search-form input {
  background: var(--color-white);
  border-radius: 3.8rem;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0.5rem 1.45rem;
  font-size: 1.4rem;
  color: var(--color-black);
  outline: none;
  border: none !important;
}
.hb-search-form input::placeholder {
  color: #b1b9d1;
  font-size: 1.2rem;
}
.hb-search-actions {
  display: flex;
  margin-left: 1.6rem;
}
.hb-search-actions > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
.hb-search-actions i {
  font-size: 2.2rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hb-search-btn {
  display: none;
}
.hb-search.go-search .hb-search-btn {
  display: flex;
}
.hb-search.go-search .hb-search-trigger {
  display: none;
}
.hb-menu {
  position: relative;
  margin-right: 1.6rem;
}
.hb-menu-title {
  font-size: 2rem;
  color: var(--c-white);
  display: none;
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .hb-menu-title {
    display: block;
  }
}
.hb-menu-title i {
  font-size: 1rem;
}
.hb-menu_content {
  position: relative;
}
.hb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: var(--color-black);
  display: flex;
  margin: 0 -1.8rem;
}
.hb-menu ul li {
  padding: 0 1.8rem;
}
.hb-menu ul li a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  .hb-menu ul li a {
    font-family: "Avenir Next LT Pro Light";
  }
}
.hb-menu ul li a:hover {
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hb-menu-button {
  align-items: center;
  align-content: center;
  display: none;
}
@media (max-width: 991px) {
  .hb-menu-button {
    display: flex;
  }
}
.hb-menu-button {
  position: relative;
  border: none;
  outline: 0;
  background-color: transparent;
  width: 2rem;
  height: 2.4rem;
  justify-content: center;
  color: currentColor;
  transition: 0.4s ease-in-out 0.2s;
  margin-left: auto;
}
.hb-menu-button .l {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: currentColor;
  border-radius: 0.4rem;
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.hb-menu-button .l-2,
.hb-menu-button.active .l-1,
.hb-menu-button.active .l-3 {
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.hb-menu-button .l-1 {
  transform: translateY(-0.7rem);
}
.hb-menu-button .l-3 {
  transform: translateY(0.7rem);
}
.hb-menu-button.active {
  transform: rotate(-315deg);
  transition: 0.4s ease-in-out;
}
.hb-menu-button.active .l-2 {
  transform: rotate(-90deg);
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.hb-menu-button.active .l-1,
.hb-menu-button.active .l-3 {
  transform: translateY(0);
}

.hb > .hb-menu-button {
  position: fixed;
  width: 4.8rem;
  right: 0;
  top: 0;
  height: 100vh;
  transform: none !important;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .blog-page .header,
  .single-post .header {
    display: none;
  }
  .hb .logo {
    display: flex;
    text-decoration: none;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .hb_nav {
    --w: 27.2rem;
    position: fixed;
    right: calc(-1 * var(--w));
    top: 0;
    width: var(--w);
    background: #3c1c60;
    color: var(--color-white);
    height: calc(var(--vh, 1vh) * 100);
    display: block;
    padding: 10rem 2.5rem 5rem 1.6rem;
    overflow: auto;
    transition: all 0.4s ease-in-out;
    z-index: 0;
  }
  .hb_nav.open {
    right: 0;
  }
  .hb-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-white);
  }
  .hb_nav-extra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eef1fa;
  }
  .hb .go-site {
    margin-bottom: 2.4rem;
  }
  .hb .login-btn {
    margin-bottom: 1.8rem;
    min-width: 10.1rem;
  }
  .hb-search {
    margin-top: 2rem;
  }
  .hb-search-form_wrap,
  .hb-search-form {
    width: 100%;
  }
  .hb-search-form input {
    padding-right: 3.4rem;
  }
  .hb-search-actions {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: calc(100% - 0.8rem);
    width: 3.4rem;
    justify-content: center;
    padding-right: 0.2rem;
  }
  .hb-search-actions svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .hb-search-actions:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.1rem;
    background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  }
  .hb-search-trigger {
    display: none !important;
  }
  .hb-search-btn {
    display: flex !important;
  }
  .hb-menu_content {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  .hb-menu.open .hb-menu_content {
    height: auto;
  }
}

@media (max-width: 767px) {
  .hb .container {
    max-width: 100%;
  }
  .hb .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.3rem;
    height: calc(100% + 2.6rem);
    width: calc(var(--vw, 1vw) * 100 - 4.8rem);
    background: #3c1c60;
    z-index: 1;
    opacity: 0;
  }
  .menu-open .hb .container:before {
    opacity: 1;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .menu-open .hb .logo {
    transform: translateY(0.5rem);
  }
  .hb .container > .hb-menu-button.active {
    color: var(--color-white);
    position: fixed;
    right: 7.3rem;
    top: 1.8rem;
    z-index: 3;
  }
  .menu-open .hb > .hb-menu-button {
    opacity: 1;
    visibility: visible;
  }
  .hb_nav {
    --w: calc(var(--vw, 1vw) * 100 - 4.8rem);
    right: auto;
    left: calc(-1 * var(--w));
  }
  .hb_nav.open {
    left: 0;
  }
  .hb_nav.open .hb-menu-button {
    display: flex;
  }
}

.blog-page {
  background: linear-gradient(180deg, #f5f5f5 5.66%, #ffffff 16.17%), #ffffff;
}
.bnf {
  background: none;
}
.bnf_block {
  position: relative;
}
.bnf_block-head {
  --headings-sizes-h1: 3.6rem;
  padding: 6.1rem 0 7.2rem 0;
  background: #f8f9ff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.bnf_block-head h1:not(:last-child) {
  margin-bottom: 1.3rem;
  line-height: 1.3;
}
.bnf_block-main {
  padding: 4.2rem 0 8.3rem 0;
}
.bnf_items > * {
  position: relative;
}
.bnf_items > *:not(:last-child) {
  padding-bottom: 3.2rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #dee3f0;
}
.bnf .b-card--big {
  max-width: 64.5rem;
}
@media (min-width: 1600px) {
  .bnf .b-card--big {
    max-width: 75rem;
  }
}

.b-card {
  --headings-sizes-h1: 3.6rem;
  --headings-sizes-h2: 3.6rem;
  --headings-sizes-h3: 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  color: #000000;
  font-weight: 300;
  overflow: hidden;
  text-decoration: none !important;
  min-height: 100%;
}
.b-card_image {
  overflow: hidden;
  border-radius: 1rem;
  background: #3c1c60;
}
.b-card_image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fe0072;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.b-card_image picture {
  padding-top: 56.35910224%;
}
.b-card .category {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3c1c60;
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.b-card .title {
  margin-bottom: 0.3rem;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.b-card:hover .title {
  color: #fe0072;
}
.b-card .by {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 400;
}
.b-card .descr {
  font-weight: 400;
}
.b-card .by:not(:last-child) {
  margin-bottom: 1.2rem;
}
.b-card--def {
  border-radius: 1rem;
  box-shadow: 0px 11.2856px 22.5712px rgba(80, 54, 123, 0.1);
}
.b-card--def .b-card_image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}
.b-card--def:hover .b-card_image:after {
  opacity: 0.3;
}
.b-card--def .b-card_info {
  background: #fff;
  padding: 2.4rem 1.7rem 4.3rem 1.7rem;
}
.b-card--def .category {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.b-card--def .title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Avenir Next LT Pro Regular";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-card--def .by {
  color: #616161;
  font-size: 1.4rem;
}
.b-card--big .b-card_image {
  margin-bottom: 3.8rem;
}
.b-card--simple .category {
  margin-bottom: 1.3rem;
}
.b-card--simple .title {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Avenir Next LT Pro Regular";
}
.b-card--simple .by {
  font-size: 1.4rem;
  color: #616161;
}

@media (max-width: 767px) {
  .b-card .title {
    font-size: 2.8rem !important;
  }
  .b-card--simple .title {
    font-size: 1.6rem !important ;
  }
  .b-card--def .title {
    font-size: 1.6rem !important;
  }
  .b-card--def .by {
    font-size: 1.4rem !important;
  }
  .bnc-on-page .col-12.d-block.d-lg-none.mob-more {
    display: none !important;
  }
}

.bnl {
  padding: 3rem 0;
}
.bnl:nth-last-child(2) {
  padding-bottom: 13rem;
}
@media (max-width: 991px) {
  .bnl:nth-last-child(2) {
    padding-bottom: 5.5rem;
  }
}
.bnl:last-child {
  padding-bottom: 7.4rem;
}
.bnl_head {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 4.4rem;
  color: #34163e;
}
.b-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-family: "Avenir Next LT Pro Regular";
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .b-more {
    font-size: 1.6rem;
  }
}
.b-more i {
  font-size: 1.4rem;
  color: #fd0173;
  transition: transform 0.3s ease-in-out;
}
.b-more > *:not(:last-child) {
  margin-right: 0.5rem;
}
.bnl_slider {
  position: relative;
}
.bnl_slider .swiper-container {
  padding: 3rem 2rem;
  margin: -3rem -2rem;
}
.bnl_slider .swiper-slide {
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.bnl_slider .swiper-slide-visible {
  opacity: 1;
}
.bnl_slider .swiper-buttons {
  padding: 0;
  transform: none;
  margin-top: 8rem;
  justify-content: center;
}
.bnl_slider .swiper-button {
  color: #34163e;
  width: 2.4rem;
  height: 3rem;
  font-size: 2.4rem;
}

.sub-new {
  margin: 3.6rem 0;
  padding: 5.4rem 0;
  background: url("../images/sub-img.png"), #3c1c60;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  color: #fff;
  font-size: 2rem;
}
.sub-new h2 {
  margin-bottom: 0.2rem;
}
.sub-new .su_form {
  margin-top: 2.5rem;
}
.sub-new .su_form .hs-form-field .hs-input {
  border-radius: 1rem !important;
  border: 1px solid #fff !important;
  height: 4.2rem !important;
  width: 100% !important;
  background: none !important;
  color: #fff !important;
  padding: 1rem 1.5rem !important;
}
.sub-new .su_form .hs-form-field {
  flex: none;
  width: 100%;
  max-width: 36.4rem !important;
  margin-right: 1.4rem !important;
}
.sub-new .su_form .hs-form-field .hs-input::placeholder {
  color: #fff !important;
}
.sub-new form .button {
  border-radius: 1rem !important;
  width: 13rem !important;
  height: 4.2rem !important;
  --btn-bg: var(--gradient-main);
  --btn-subbg: #fff;
  --btn-color: #34163e;
  border-radius: 1rem;
  height: 4.2rem;
  border: none;
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 700;
}
.sub-new .su_form .hs_submit {
  border-radius: 1rem !important;
  width: 13rem !important;
  height: 4.2rem !important;
  --btn-bg: var(--gradient-main);
  --btn-subbg: #fff !important;
  --btn-color: #34163e !important;
  border-radius: 1rem !important;
  height: 4.2rem !important;
  border: none !important;
  text-transform: none !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  font-family: "Avenir Next LT Pro Regular" !important;
}
.sub-new form {
  margin-bottom: 0;
}
.sub-new .su_form .hs_submit .hs-button {
  background: #fff !important;
  border-radius: 0.9rem !important;
  height: 3.8rem !important;
  width: 12.6rem !important;
  text-transform: none !important;
  font-family: "Avenir Next LT Pro Regular" !important;
}
.sub-new .su_form .hs_submit .hs-button:hover {
  background: none !important;
}
.cdp-copy-alert-success {
  top: auto !important;
  bottom: 0;
}
.bnc {
  --headings-sizes-h1: 3.6rem;
  --headings-sizes-h2: 3.6rem;
  padding: 7.6rem 0 8.3rem 0;
}

.bnc-on-page .section_text {
  text-align: center;
}
.bnc .row {
  margin-bottom: -8rem;
}
.bnc .row > div {
  margin-bottom: 8rem;
}
.bnc_block {
  position: relative;
}
.bnc_block .section_text h2 {
  margin-bottom: 2.8rem;
}
.bnc_block .section_text h4 {
  line-height: 1.3;
  font-weight: 700;
  font-family: "Avenir Next LT Pro Regular";
}
.bnc_block .section_text h4:nth-last-child(2) {
  margin-bottom: 6.2rem;
}
.bnc-on-page .bnc_block .section_text p:nth-last-child(2) {
  margin-bottom: 2rem;
}
.bnc_block:not(:first-child) {
  margin-top: 11rem;
  padding-top: 10.5rem;
  border-top: 1px solid #dee3f0;
}
.bnc_block:last-child {
  border-top: 0;
  margin-top: 0;
}
.bnc_block:nth-last-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}
.bnc_block-more {
  text-align: center;
}
.bnc_block-more .b-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
}

@media (max-width: 991px) {
  .bnc {
    padding: 3.3rem 0 3.8rem 0;
  }
  .bnc_block {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .bnc_block:not(:first-child) {
    margin-top: 1.9rem !important;
    padding-top: 2.7rem !important;
  }
}
@media (max-width: 767px) {
  .bnc h2 {
    font-size: 2rem !important;
  }
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pagination-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  font-size: 1.2rem;
  color: #34163e;
  text-decoration: none;
}
.pagination-button i {
  color: inherit;
}
.pagination-button.off {
  opacity: 0;
  visibility: hidden;
}
.pagination ul {
  list-style: none;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #a19eb4;
  font-size: 2rem;
  margin: 0;
}
.pagination ul li:not(:last-child) {
  margin-right: 1rem;
}
.pagination ul a {
  color: inherit;
  text-decoration: none;
}
.pagination ul a.active {
  color: #000000;
}
.bnc-on-page {
  padding-top: 8.5rem;
}
.bnc-on-page .section_text {
  max-width: 68.4rem;
  margin: 0 auto;
}
.bnc-on-page .bnc_block:nth-last-child(2) {
  margin-bottom: 8rem;
}
.ready-blog-new {
  padding: 6rem 0;
  height: auto;
  text-align: center;
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #3c1c60 84.75%
  );
}
.ready-blog-new h2 {
  line-height: 1.36;
  margin-bottom: 1.6rem !important;
}
.single-post .ready-blog-new {
  padding: 4.75rem 0;
}
@media (max-width: 991px) {
  .ready-blog-new {
    padding: 3.4rem 0;
  }
  .ready-blog-new .section__text {
    text-align: center !important;
  }
  .ready-blog-new h2 {
    font-size: 2.4rem;
  }
  .bnf_block-head {
    padding: 3rem 0;
    font-size: 1.6rem;
    background: transparent;
  }
  .bnf_block-head h1 {
    font-size: 28px;
  }
  .bnf_block-main {
    padding: 0 0 2.2rem 0;
  }
  .bnf .row {
    margin-bottom: -1.8rem;
  }
  .bnf .row > div {
    margin-bottom: 1.8rem;
  }
  .bnf .b-card--big {
    max-width: 100%;
  }
  .bnf_items {
    border-top: 1px solid #dee3f0;
    padding-top: 2rem;
  }
  .b-card {
    --headings-sizes-h1: 2.8rem;
    --headings-sizes-h2: 2.8rem;
    --headings-sizes-h3: 1.6rem;
    font-size: 1.6rem;
  }
  .bnl {
    padding: 2.2rem 0 3rem 0;
  }
  .bnl h2 {
    font-size: 2.4rem;
  }
  .bnl_head {
    margin-bottom: 3.5rem;
  }
  .bnl .b-card .category {
    background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .bnl_slider .swiper-buttons {
    margin-top: 2.7rem;
  }
  .bnl_slider .swiper-button {
    display: inline-flex;
    width: 1.4rem;
    font-size: 1.4rem;
  }
  .sub-new {
    margin: 2rem 0;
    padding: 5.4rem 0 18.5rem 0;
    background-position: bottom right;
    background-size: auto 16.8rem;
  }
  .bnc {
    --headings-sizes-h1: 2.8rem;
    --headings-sizes-h2: 2rem;
    --headings-sizes-h4: 1.6rem;
  }
  .bnc h1 {
    font-size: 2.8rem;
    max-width: 28.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bnc h2 {
    font-size: 2rem;
  }
  .bnc h4 {
    font-size: 1.6rem;
  }
  .bnc-on-page {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
    --headings-sizes-h1: 2.8rem;
  }
  .bnc-on-page--search {
    padding-bottom: 2rem;
  }
  .bnc .section_text h2 {
    margin-bottom: 2rem;
  }
  .bnc-on-page .section_text {
    margin-bottom: 3.6rem;
  }
  .bnc-text-side {
    margin-bottom: 2.4rem;
  }
  .bnc-text-side .b-more {
    display: none;
  }
  .bnc-text-side p:nth-last-child(2) {
    margin-bottom: 0;
  }
  .bnc .mob-more {
    margin-top: 0.8rem;
  }
  .bnc .row {
    margin-bottom: -1.2rem;
  }
  .bnc .row > div {
    margin-bottom: 1.2rem;
  }
  .bnc_block:not(:last-child) {
    margin-bottom: 3.5rem;
    padding-bottom: 2.8rem;
  }
  .bnc-on-page .bnc_block:nth-last-child(2) {
    margin-bottom: 5.2rem;
  }
  .bnc-on-page .bnc_block:last-child {
    padding-bottom: 4.2rem;
    border-bottom: 1px solid #dee3f0;
  }
  .bnc-on-page--search .bnc_block:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .bnc_block-more .b-more {
    background: #3c1c60;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .bnc_block-more .b-more:after {
    background: #3c1c60;
  }
  .bnc_block-more .b-more i {
    color: #3c1c60;
  }
  .blog-page {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .bnl {
    overflow: hidden;
  }
  .bnl_slider .swiper-container {
    max-width: 32.5rem;
    overflow: visible;
  }
  .bnl_slider .swiper-slide {
    opacity: 1;
  }
  .sub-new .hbspt-form .hs-form {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .sub-new .su_form .hs-form-field {
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
  .sub-new .su_form .hs_submit {
    height: 3.4rem !important;
    width: 10.4rem !important;
  }
  .sub-new .su_form .hs_submit .hs-button {
    height: 3rem !important;
    width: 10rem !important;
    font-size: 1.4rem !important;
  }
  .sub-new h2 {
    font-size: 2.8rem;
  }
  .bnc .b-card {
    flex-direction: row;
    background: none;
    box-shadow: none;
    align-items: center;
    align-content: center;
    margin-bottom: 2rem;
    --headings-sizes-h3: 1.4rem;
  }
  .bnc .b-card .b-card_image {
    width: 13.6rem;
    min-width: 13.6rem;
    border-radius: 1rem;
    margin-right: 1.1rem;
  }
  .bnc .b-card .b-card_info {
    padding: 0;
    background: none !important;
  }
  .bnc .b-card .category {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .bnc .b-card .title {
    margin-bottom: 0;
    font-family: "Avenir", sans-serif;
    font-weight: 400;
  }
  .bnc .b-card .by {
    display: none;
  }
  .sub-new {
    background-position: bottom left;
  }
}

.bnc-on-page .error-msg {
  font-size: 2rem !important;
}

.blog-search {
  position: relative;
  width: 46.1rem;
  border-radius: 5rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  padding: 0.2rem;
  height: 5.8rem;
  display: flex;
  margin: 0 auto 0 auto;
}
.blog-search_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4.8rem;
  background: #fff;
  padding-left: 2rem;
}
.blog-search_inner input {
  position: relative;
  border: none;
  outline: none;
  padding: 1rem 7rem 1rem 0;
  height: 100%;
  color: #000000;
}
@media (max-width: 991px) {
  .blog-search_inner input {
    font-size: 1.6rem;
  }
}
.blog-search_inner input::placeholder {
  color: #000000;
}
.blog-search_inner button {
  position: absolute;
  height: calc(100% - 1.6rem);
  width: 6.7rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: none;
  padding: 0.4rem 0.4rem 0 0;
  border: none;
  outline: none;
}
.blog-search_inner button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background: linear-gradient(-180deg, #9925cf 0%, #fd0173 100%);
}

@media (max-width: 767px) {
  .blog-search {
    height: 4.9rem;
    padding: 0.1rem;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .single_post_new {
    font-size: 2rem;
  }
}
.single_post_new .default__head {
  flex-direction: column;
  padding: 4.1rem 0 3.2rem 0 !important;
}
.single_post_info h1 {
  font-size: 3.6rem !important;
}
.single_post_image {
  padding-left: 0 !important;
}
.single_post_image .post_thumbnail picture {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.single_post_image img {
  border-radius: 1rem;
}
.post_share-wrap {
  position: relative;
  height: 100%;
  padding-top: 4.1rem;
}
.post_share {
  position: sticky;
  top: 10rem;
  flex-direction: column !important;
}
.socials.post_share a {
  width: 3.75rem !important;
  height: 3.75rem !important;
  border-radius: 100% !important;
  border: 0.5px solid #dbdbdb !important;
  background-color: transparent !important;
  color: #969696 !important;
  text-decoration: none !important;
}
.socials.post_share a:hover {
  color: #3c1c60 !important;
}
.socials.post_share a:hover svg {
  fill: #3c1c60 !important;
  stroke: #3c1c60 !important;
}
.section.post-body img {
  border-radius: 1rem;
}
.single_post_new .default__head {
  align-items: flex-start;
  align-content: flex-start;
}
.single_post_image {
  width: 100%;
}
.single_post_image img {
  width: 100%;
}
.single_post_content {
  font-family: 'Avenir Next LT Pro Light', sans-serif;
  font-weight: 300;
}
.breadcrumbs {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.breadcrumbs ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}
.breadcrumbs ul li {
  position: relative;
  display: inline;
  margin-right: 1rem;
}
.breadcrumbs ul li i {
  vertical-align: middle;
  margin-left: 1rem;
  color: #34163e;
  font-size: 1.3rem;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
  color: #000;
}
.banner-side_inner {
  padding-top: 4.1rem;
  position: sticky;
  top: 5.8rem;
  max-width: 32.5rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .banner-side_inner {
    max-width: 100%;
  }
}
.banner-link img {
  border-radius: 1rem;
}
.bnf_items--single h3 {
  font-size: 2rem !important;
  margin-bottom: 0.2rem !important;
}
.bnf_items--single .r-more {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.bnf_items--single .r-more i {
  margin-left: 1rem;
  font-size: 1rem;
}
.bnf_items--single > *:not(:last-child) {
  border-bottom: none;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}
.bnf_items--single {
  margin-bottom: 4.2rem;
}
.single-post {
  background: #fff;
}
.blog-page h1,
.blog-page h2,
.blog-page h3,
.blog-page h4,
.blog-page h5,
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  font-family: "Avenir Next LT Pro Bold";
  font-weight: 700;
}
.single_post_content .section.post-body h2:not(:last-child),
.single_post_content .section.post-body h3:not(:last-child),
.single_post_content .section.post-body h4:not(:last-child) {
  margin-bottom: 3rem;
}
.content-side img {
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .content-side {
    order: 1;
  }
  .banner-side {
    order: 2;
  }
  .share-side {
    order: 3;
    display: none;
  }
  .post_share {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .single_post_info h1 {
    font-size: 2.8rem !important;
  }
  .post_share {
    flex-direction: row !important;
  }
}

.link-page i.dn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 50%;
  transform: translateY(1rem);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  color: green;
}
.link-page.done i.dn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .blog-page .header .container,
  .blog-page .hb .container {
    max-width: 100%;
  }
}


.single_post_author {
  position: relative;
  padding-left: 3.4rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
}
.single_post_author h4 {
  font-size: 2.2rem !important;
  margin-bottom: 0 !important;
}
.single_post_author h4.ttl {
  font-family: 'AvenirNext', sans-serif;
  font-weight: 400;
}
.single_post_author h4.name {
  font-family: 'Avenir Next LT Pro Regular', sans-serif;
  font-weight: 700;
}
.single_post_author h4:not(:last-child) {
  margin-bottom: 0;
}
.single_post_author:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3rem;
  height: 100%;
  background: #3C1C60;
  border-radius: 3rem;
}
.single_post_author .spa_image {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  border-radius: 100%;
  background: #D9D9D9;
  margin-right: 2.1rem;
}
.single_post_author .spa_info {
  padding-left: 0;
}
.single_post_author .spa_bio {
  margin-top: 3.1rem;
  position: relative;
  font-family: 'Avenir Next LT Pro Light', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
}
a.b-card.b-card--simple {
  flex-direction: row;
}
.b-card--simple .b-card_image {
  margin-right: 1.6rem;
  width: 14.7rem;
  min-width: 14.7rem;
}
@media (min-width: 768px) {
  .b-card--simple .b-card_image {
    display: none;
  }
}
@media (max-width: 767px) {
  .single_post_author {
    margin-top: 5rem !important;
  }
  .single_post_author h4 {
    font-size: 1.6rem !important;
    line-height: 1.9rem !important;
    margin-bottom: 0 !important;
  }
  .single_post_content h2 {
    font-size: 2rem !important;
  }
  .banner-side_inner {
    padding-top: 5.8rem !important;
  }
  .banner-side_inner h4 {
    font-size: 2.4rem !important;
  }
  .b-card--simple .category {
    margin-bottom: 0.4rem !important;
  }
  .b-card--simple .category,
  .b-card--simple .by {
    font-size: 1.2rem !important;
  }
  .b-card--simple .title {
    font-size: 1.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .bnc_block .section_text h4:nth-last-child(2) {
    margin-bottom: 1.8rem;
  }
}
.loaded .submenu {
  transition: all 0s ease-in-out;
}
@media (min-width: 1200px) {
  .submenu {
    pointer-events: none;
  }
  .with-child:hover .submenu {
    pointer-events: all;
  }
}
.banner-side_inner {
  position: relative;
  top: 0;
  min-height: 100%;
  /* display: flex;
  flex-direction: column; */
}
.banner-side_inner h4 {
  /* order: 2;
  margin-top: 4.2rem; */
}
.banner-side_inner .banner-link {
  /* order: 1; */
}
.banner-side_inner .bnf_items {
  /* order: 3;
  margin-bottom: 0; */
}
.banner-side_inner .banner-link,
.banner-side_inner .banner-link {
  position: sticky;
  top: 8.8rem !important;
}
/* @media (min-width: 992px) and (max-height: 800px) {
  .banner-side_inner {
    position: relative;
    top: 0;
    min-height: 100%;
    /* display: flex;
    flex-direction: column; */
  }
  .banner-side_inner h4 {
    /* order: 2;
    margin-top: 4.2rem; */
  }
  .banner-side_inner .banner-link {
    /* order: 1; */
  }
  .banner-side_inner .bnf_items {
    /* order: 3;
    margin-bottom: 0; */
  }
  .banner-side_inner .banner-link,
  .banner-side_inner .banner-link {
    position: sticky;
    top: 8.8rem !important;
  }
} */