@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir/Avenir-Roman.eot");
  src: url("fonts/avenir/Avenir-Roman.woff") format("woff"), url("fonts/avenir/Avenir-Roman.ttf") format("truetype"), url("fonts/avenir/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("fonts/avenir/Avenir-Roman.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

.blog-post-section {
  width: 100%;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section {
    width: 90%;
  }
}

@media only screen and (max-width: 764px) {
  .blog-post-section {
    width: 90%;
  }
}

.blog-post-section .blog-post-fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 96%;
  visibility: hidden;
  margin: auto;
  z-index: 10001;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-fixed {
    display: none;
  }
}

.blog-post-section .blog-post-fixed .blog-post-fixed-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  pointer-events: all;
  max-width: 300px;
}

.blog-post-section .blog-post-fixed .blog-post-fixed-left .written-by {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: normal;
  color: #777777;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-post-section .blog-post-fixed .blog-post-fixed-left .author-name {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 10px;
}

.blog-post-section .blog-post-fixed .blog-post-fixed-left .author-position {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: normal;
  color: #777777;
  margin-bottom: 10px;
}

.blog-post-section .blog-post-fixed .blog-post-fixed-left .v-sep-line {
  height: 1px;
  width: 100%;
  background-color: #777777;
  opacity: 0.2;
  margin-bottom: 10px;
}

.blog-post-section .blog-post-fixed .blog-post-fixed-left .post-likes {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: normal;
  color: #777777;
}

.blog-post-section .blog-post-fixed .blog-post-fixed-left .post-rem-time {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: normal;
  color: #777777;
}

.blog-post-section .blog-post-fixed .blog-post-fixed-right {
  pointer-events: all;
}

.blog-post-section .blog-post-fixed-guides {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  margin: auto;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -80px;
  z-index: 1000;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-fixed-guides {
    display: none;
  }
}

.blog-post-section .blog-post-fixed-guides .blog-post-fixed-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  width: 300px;
  pointer-events: all;
}

.blog-post-section .blog-post-fixed-guides .blog-post-fixed-left .guide-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: normal;
  color: #222222;
  cursor: pointer;
}

.blog-post-section .blog-post-fixed-guides .blog-post-fixed-left .guide-link .link-line {
  width: 20px;
  height: 1px;
  background-color: #222222;
  opacity: 0.2;
  margin-right: 5px;
}

.blog-post-section .blog-post-fixed-guides .blog-post-fixed-left .guide-link.g-l-active {
  font-weight: 800;
  color: #291e30;
}

.blog-post-section .blog-post-fixed-guides .blog-post-fixed-left .guide-link.g-l-active .link-line {
  width: 40px;
  background-color: #143F93;
  opacity: 0.9;
  animation: pulse 2s;
}

@keyframes pulse {
  0% {
    width: 20px;
  }
  100% {
    width: 40px;
  }
}

.blog-post-section .blog-post-fixed-guides .blog-post-fixed-right {
  pointer-events: all;
  position: relative;
  right: 2%;
}

.blog-post-section .blog-post-content {
  position: sticky;
  top: 0px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}

.blog-post-section .blog-post-content .post-form {
  background: linear-gradient(77deg, #C2E9FB 0.54%, #BFACE5 149.81%);
  mix-blend-mode: normal;
  /* light-shadow */
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-content .post-form {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
}

.blog-post-section .blog-post-content .post-form .post-form-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 10px;
  top: -10px;
  background-color: #6979F8;
  z-index: -1;
  border-radius: 4px;
}

.blog-post-section .blog-post-content .post-form .form-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-post-section .blog-post-content .post-form .form-left .form-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: normal;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-content .post-form .form-left .form-header {
    font-family: Avenir;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
    color: #222222;
  }
}

.blog-post-section .blog-post-content .post-form .form-left .form-text {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  color: #222222;
}

.blog-post-section .blog-post-content .post-form .form-left .form-input-button {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-content .post-form .form-left .form-input-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
  }
}

.blog-post-section .blog-post-content .post-form .form-left .form-input-button .form-input-div {
  flex-basis: 65%;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-content .post-form .form-left .form-input-button .form-input-div {
    flex-basis: unset;
  }
}

.blog-post-section .blog-post-content .post-form .form-left .form-input-button .form-input-div input {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #143F93;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: normal;
  color: #143F93;
  padding-left: 5px;
}

.blog-post-section .blog-post-content .post-form .form-left .form-input-button .form-input-div input::placeholder {
  color: #143F93;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-content .post-form .form-left .form-input-button .form-input-div input {
    border-radius: 3px;
  }
}

.blog-post-section .blog-post-content .post-form .form-left .form-input-button .form-input-button {
  flex-basis: 35%;
  align-self: stretch;
  background-color: #143F93;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: normal;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  height: 35px;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-content .post-form .form-left .form-input-button .form-input-button {
    flex-basis: unset;
    border-radius: 3px;
    width: 60%;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-content .post-form .form-right img {
    width: 100%;
  }
}

.blog-post-section .blog-post-content > *:not(.wp-block-image) {
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-content > *:not(.wp-block-image) {
    width: 100%;
  }
}

.blog-post-section .blog-post-content > .wp-block-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.blog-post-section .blog-post-content > .wp-block-image.size-full img {
  width: 100% !important;
  height: auto !important;
}

.blog-post-section .blog-post-content > .wp-block-image.size-medium img {
  width: 50% !important;
  height: auto !important;
}

.blog-post-section .blog-post-hero {
  width: 85%;
  margin: auto;
  padding: 50px 0px;
  position: relative;
 
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-hero {
    width: 100%;
  }
}

.blog-post-section .blog-post-hero .blog-post-hero-background {
  background-color: transparent;
  height: 80%;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-hero .blog-post-hero-background {
    height: 70%;
  }
}

.blog-post-section .blog-post-hero .blog-post-title {
  position: relative;
  width: 90%;
  margin: auto;
  text-align: center;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: normal;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-hero .blog-post-title {
    font-size: 28px;
    line-height: 32px;
    width: 100%;
  }
}

@media only screen and (max-width: 764px) {
  .blog-post-section .blog-post-hero .blog-post-title {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
  }
}

.blog-post-section .blog-post-hero .blog-post-author {
  position: relative;
  width: 50%;
  margin: auto;
  padding: 35px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-hero .blog-post-author {
    flex-wrap: wrap;
    width: 70%;
  }
}

.blog-post-section .blog-post-hero .blog-post-author .author-image {
  margin-right: 10px;
}

.blog-post-section .blog-post-hero .blog-post-author .author-image img {
  position: relative;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  object-fit: contain;
}

.blog-post-section .blog-post-hero .blog-post-author .author-name {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  color: #fff;
  margin-right: 10px;
}

.blog-post-section .blog-post-hero .blog-post-author .post-time {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  color: #fff;
}

.blog-post-section .blog-post-hero .feature-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: relative;
}

.blog-post-section .blog-post-hero .feature-image img {
  width: 90%;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-hero .feature-image img {
    width: 100%;
    border-radius: 4px;
  }
}

.blog-post-section .blog-post-hero .feature-image .feature-image-excerpt {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  color: #777777;
}

.blog-post-section .blog-post-guide-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

@media only screen and (min-width: 1025px) {
  .blog-post-section .blog-post-guide-mobile {
    display: none;
  }
}

.blog-post-section .blog-post-guide-mobile .guide-mobile-link-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 10px;
}

.blog-post-section .blog-post-guide-mobile .guide-mobile-link {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  color: #222222;
}

.blog-post-section .blog-post-footer {
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .blog-post-section .blog-post-footer {
    width: 100%;
  }
}

.blog-post-section .blog-post-footer .blog-post-tags {
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-post-section .blog-post-footer .blog-post-tags .blog-post-tag {
  background-color: #F2F2F2;
  border-radius: 4px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: normal;
  color: #777777;
  padding: 5px 7px;
}

.blog-post-section .blog-post-footer .blog-post-engagement {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.blog-post-section .blog-post-footer .blog-post-engagement .blog-post-claps {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.blog-post-section .blog-post-footer .blog-post-engagement .blog-post-claps .claps-count {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: normal;
  color: #777777;
}

.blog-post-section .blog-post-footer .blog-post-engagement .blog-post-comments {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.blog-post-section .blog-post-footer .blog-post-engagement .blog-post-comments .comments-count {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: normal;
  color: #777777;
}

.blog-post-section .blog-post-footer .blog-post-author-details {
  margin: 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.blog-post-section .blog-post-footer .blog-post-author-details .author-image {
  align-self: stretch;
}

.blog-post-section .blog-post-footer .blog-post-author-details .author-image img {
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.blog-post-section .blog-post-footer .blog-post-author-details .author-name-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.blog-post-section .blog-post-footer .blog-post-author-details .author-name-block .about-author {
 font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: normal;
  color: #757575;
}

.blog-post-section .blog-post-footer .blog-post-author-details .author-name-block .author-name {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: normal;
  color: #292929;
  margin-bottom: 2px;
}

.blog-post-section .blog-post-footer .blog-post-author-details .author-name-block .author-position {
 font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  color: #757575;
}

.wp-applaud-count::after {
  content: " Likes" !important;
}

.wp-applaud {
  text-decoration: none !important;
  color: #222222;
}

.wp-applaud:hover {
  color: #143F93;
}

.social-rocket-buttons {
  display: flex !important;
  flex-direction: column !important;
}

li {
  font-size: 16px;
  line-height: 150%;
}

p {
  font-size: 16px;
  line-height: 150%;
  color: #222222;
}

.blog-post-content a {
  color: #0000EE;
}

.blog-post-content a:hover {
  color: #0000EE;
  font-weight: 600;
  cursor: pointer;
}
/*# sourceMappingURL=blog-post.css.map */