.responsive-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .responsive-flex {
    flex-direction: column;
  }
}
.responsive-flex .doc-img {
  margin-right: 20px !important;
  max-width: 250px !important;
  height: auto !important;
}
@media (max-width: 768px) {
  .responsive-flex .doc-img {
    margin: 0 auto 20px auto !important;
  }
}

main#blog-post {
  padding-top: 80px;
  margin: auto;
  position: relative;
}
main#blog-post .fl-button {
  color: #FFF;
  padding: 10px 18px;
  background: #F47721;
  border: 1px solid #F47721;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  outline: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
main#blog-post section.info {
  max-width: 1920px;
  margin: auto;
}
main#blog-post section.info .info-container {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media (max-width: 768px) {
  main#blog-post section.info .info-container {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
main#blog-post section.info .info-container > div {
  flex: 1;
}
@media (max-width: 374px) {
  main#blog-post section.info .info-container .info-wrapper {
    padding-left: 16px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  main#blog-post section.info .info-container .info-wrapper {
    padding-left: clamp(16px, 4%, 123px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  main#blog-post section.info .info-container .info-wrapper {
    padding-left: 123px;
  }
}
@media (min-width: 1920px) {
  main#blog-post section.info .info-container .info-wrapper {
    padding-left: 230px;
  }
}
main#blog-post section.info .info-container .info-wrapper .date-wrapper {
  padding-bottom: 12px;
}
main#blog-post section.info .info-container .info-wrapper .date-wrapper p {
  color: #344054;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
main#blog-post section.info .info-container .info-wrapper .title-wrapper {
  padding-bottom: 16px;
}
main#blog-post section.info .info-container .info-wrapper .title-wrapper h1 {
  color: #101828;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  main#blog-post section.info .info-container .info-wrapper .title-wrapper h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
main#blog-post section.info .info-container .info-wrapper .summary-wrapper p {
  color: #475467;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px) {
  main#blog-post section.info .info-container .info-wrapper .summary-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}
main#blog-post section.info .info-container .info-wrapper .author-wrapper {
  display: flex;
  gap: 12px;
  padding-top: 32px;
}
main#blog-post section.info .info-container .info-wrapper .author-wrapper .image-wrapper img {
  border-radius: 200px;
  width: 40px;
  height: 40px;
}
main#blog-post section.info .info-container .info-wrapper .author-wrapper .bio-wrapper p {
  color: #475467;
  font-size: 14px;
  line-height: 20px;
}
main#blog-post section.info .info-container .info-wrapper .author-wrapper .bio-wrapper .name {
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 768px) {
  main#blog-post section.info .info-container .feature-image-wrapper {
    width: 100%;
  }
}
main#blog-post section.info .info-container .feature-image-wrapper img {
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  main#blog-post section.info .info-container .feature-image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
main#blog-post section.post-content {
  margin: auto;
  position: relative;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  color: #475467;
}
@media (max-width: 374px) {
  main#blog-post section.post-content {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  main#blog-post section.post-content {
    padding-right: clamp(16px, 4%, 123px);
    padding-left: clamp(16px, 4%, 123px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  main#blog-post section.post-content {
    padding-right: 123px;
    padding-left: 123px;
  }
}
@media (min-width: 1920px) {
  main#blog-post section.post-content {
    padding-right: 230px;
    padding-left: 230px;
  }
}
@media (max-width: 768px) {
  main#blog-post section.post-content {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
main#blog-post section.post-content img {
  max-width: 100% !important;
  object-fit: contain;
  object-position: center;
  height: auto;
}
main#blog-post section.post-content .doc-img {
  border-radius: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  main#blog-post section.post-content .doc-img {
    max-width: calc(41.7% - 8px);
    padding-right: 16px;
    float: left;
  }
}
main#blog-post section.post-content .float-right {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  main#blog-post section.post-content .float-right {
    max-width: calc(41.7% - 8px);
    padding-right: 16px;
    float: right;
  }
}
main#blog-post section.post-content .float-left {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  main#blog-post section.post-content .float-left {
    max-width: calc(41.7% - 8px);
    padding-right: 16px;
    float: left;
  }
}
main#blog-post section.post-content .blog-post-content .doc-info img {
  border-radius: 0;
}
@media (min-width: 1025px) {
  main#blog-post section.post-content .blog-post-content .doc-info table {
    width: 50%;
  }
}
main#blog-post section.post-content .content {
  flex: 3;
  word-break: break-word;
}
main#blog-post section.post-content img {
  border-radius: 12px;
}
main#blog-post section.post-content p {
  color: var(--gray-600, #475467);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
main#blog-post section.post-content blockquote {
  color: var(--gray-900, #101828);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  border-left: 2px solid #F46E15;
  padding-left: 20px;
}
main#blog-post section.post-content h2 {
  color: var(--gray-900, #101828);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  padding-bottom: 16px;
}
main#blog-post section.post-content h3 {
  font-size: 24px;
  padding-bottom: 16px;
}
main#blog-post section.post-content ul {
  list-style: disc;
  list-style-position: inside;
  line-height: 24px;
  color: var(--gray-600, #475467);
  padding-left: 1em;
}
main#blog-post section.post-content ul li > * {
  display: inline;
}
main#blog-post section.post-content ol {
  list-style: decimal;
  list-style-position: inside;
  line-height: 24px;
  color: var(--gray-600, #475467);
  padding-left: 1em;
}
main#blog-post section.post-content ol li > * {
  display: inline;
}
main#blog-post section.post-content li {
  line-height: 24px;
  color: var(--gray-600, #475467);
}
main#blog-post section.post-content a {
  color: #F47721;
}
main#blog-post section.post-content .conclusion-container {
  margin: auto;
  padding-top: 48px;
  padding-bottom: 32px;
}
main#blog-post section.post-content .conclusion-container .content-wrapper {
  padding: 32px;
  border-radius: 16px;
  background: #F9FAFB;
}
main#blog-post section.post-content .conclusion-container .content-wrapper img {
  border-radius: 12px;
}
main#blog-post section.post-content .conclusion-container .content-wrapper p {
  color: var(--gray-600, #475467);
  font-size: 18px;
  line-height: 28px;
}
main#blog-post section.post-content .conclusion-container .content-wrapper blockquote {
  color: var(--gray-900, #101828);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
main#blog-post section.post-content .conclusion-container .content-wrapper h2 {
  color: var(--gray-900, #101828);
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
main#blog-post section.post-content .conclusion-container .content-wrapper h3 {
  color: var(--gray-900, #101828);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
main#blog-post section.post-content .conclusion-container .content-wrapper ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1em;
  line-height: 24px;
  color: var(--gray-600, #475467);
}
main#blog-post section.post-content .conclusion-container .content-wrapper ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1em;
  line-height: 24px;
  color: var(--gray-600, #475467);
}
main#blog-post section.post-content .conclusion-container .content-wrapper li {
  line-height: 24px;
  color: var(--gray-600, #475467);
}
main#blog-post section.post-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
}
main#blog-post section.post-content .tags-wrapper .tag {
  padding: 4px 10px;
  border-radius: 8px;
  border: 0px solid #EAECF0;
  background: #F9FAFB;
}
main#blog-post section.post-content .tags-wrapper a {
  color: #344054;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
main#blog-post section.post-content .share-this-post {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
main#blog-post section.post-content .share-this-post p {
  color: #344054;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
main#blog-post section.post-content .share-this-post a {
  cursor: pointer;
}
main#blog-post section.post-content .share-this-post a svg {
  height: 24px;
  width: 24px;
}
main#blog-post section.post-content .share-this-post a svg:hover g path {
  fill: #667085;
}
main#blog-post section.all-posts {
  background: var(--gray-25, #FCFCFD);
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 374px) {
  main#blog-post section.all-posts {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  main#blog-post section.all-posts {
    padding-left: clamp(16px, 4%, 123px);
    padding-right: clamp(16px, 4%, 123px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  main#blog-post section.all-posts {
    padding-left: 123px;
    padding-right: 123px;
  }
}
@media (min-width: 1920px) {
  main#blog-post section.all-posts {
    padding-left: 230px;
    padding-right: 230px;
  }
}
main#blog-post section.all-posts .container {
  max-width: 1460px;
  margin: auto;
  position: relative;
}
main#blog-post section.all-posts .container > .heading-text-wrapper {
  display: flex;
  justify-content: space-between;
}
main#blog-post section.all-posts .container > .heading-text-wrapper h2 {
  color: #101828;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  main#blog-post section.all-posts .container > .heading-text-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 374px) {
  main#blog-post section.all-posts .container > .heading-text-wrapper a {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
  }
  main#blog-post section.all-posts .container > .heading-text-wrapper a button {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 768px) {
  main#blog-post section.all-posts .container > .heading-text-wrapper a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-right: clamp(16px, 4%, 123px);
    padding-left: clamp(16px, 4%, 123px);
  }
  main#blog-post section.all-posts .container > .heading-text-wrapper a button {
    width: 100%;
  }
}
main#blog-post section.all-posts .container .swiper {
  width: 100%;
  overflow: hidden;
  padding-top: 64px;
}
@media (max-width: 768px) {
  main#blog-post section.all-posts .container .swiper {
    width: calc(100% + clamp(16px, 4%, 123px));
  }
}
main#blog-post section.all-posts .container .swiper .post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main#blog-post section.all-posts .container .swiper .post .heading-text-wrapper h2 {
  color: #101828;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 768px) {
  main#blog-post section.all-posts .container .swiper .post .heading-text-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  main#blog-post section.all-posts .container .swiper .post .heading-text-wrapper button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
main#blog-post section.all-posts .container .swiper .swiper-wrapper {
  display: flex;
}
main#blog-post section.all-posts .container .swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}
main#blog-post section.all-posts .container .swiper .swiper-wrapper .swiper-slide img {
  height: 240px;
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}
main#blog-post section.all-posts .container .swiper .button-wrapper {
  display: flex;
  gap: 32px;
  padding-top: 32px;
}
@media (max-width: 768px) {
  main#blog-post section.all-posts .container .swiper .button-wrapper {
    padding-top: 24px;
    padding-bottom: 72px;
  }
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-next {
  border: 1px solid transparent;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: 1px solid var(--gray-200, #EAECF0);
  background: #FFF;
  cursor: pointer;
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-next.swiper-button-disabled:after {
  content: "";
  display: inline-block;
  background-image: url("../../utils/icons/arrow-right-disabled.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-next:after {
  content: "";
  display: inline-block;
  background-image: url("../../utils/icons/arrow-right-gray.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-next:focus-visible {
  outline: none;
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-next:hover {
  background: rgba(249, 250, 251, 0.2);
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: 1px solid var(--gray-200, #EAECF0);
  background: #FFF;
  cursor: pointer;
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-prev.swiper-button-disabled:after {
  content: "";
  display: inline-block;
  background-image: url("../../utils/icons/arrow-left-disabled.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-prev:after {
  content: "";
  display: inline-block;
  background-image: url("../../utils/icons/arrow-left-gray.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-prev:focus-visible {
  outline: none;
}
main#blog-post section.all-posts .container .swiper .button-wrapper .swiper-button-prev:hover {
  background: rgba(249, 250, 251, 0.2);
}