@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::selection {
  background-color: #673AB7;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Assistant", "Calibri", "Arial", sans-serif;
  color: #2B2B2B;
  background-color: #FCFCFC;
  overflow-x: hidden;
  font-size: 16px;
  line-height: calc(16px + 6px);
}

a {
  color: #4285F4;
}
a:hover, a:focus {
  color: #4285F4;
  text-decoration: underline;
}

a object {
  pointer-events: none;
}

hr {
  border-color: #E3E4F1;
}

button {
  background-color: transparent;
  padding: 0;
  border: none;
}

.fz-12 {
  font-size: 12px;
  line-height: calc(12px + 6px);
}

.fz-14 {
  font-size: 14px;
  line-height: calc(14px + 6px);
}

.fz-16 {
  font-size: 16px;
  line-height: calc(16px + 6px);
}

.fz-18 {
  font-size: 18px;
  line-height: calc(18px + 6px);
}

.fz-20 {
  font-size: 20px;
  line-height: calc(20px + 6px);
}

.fz-22 {
  font-size: 22px !important;
  line-height: calc(22px + 6px) !important;
}

.fz-24 {
  font-size: 24px;
  line-height: calc(24px + 6px);
}

.fz-26 {
  font-size: 26px !important;
  line-height: calc(26px + 6px) !important;
}

.fz-32 {
  font-size: 32px;
  line-height: calc(32px + 6px);
}

.fz-36 {
  font-size: 36px;
  line-height: calc(36px + 6px);
}

.fz-48 {
  font-size: 48px;
  line-height: calc(48px + 6px);
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.color-primary {
  color: #673AB7;
}

.color-dark {
  color: #2B2B2B;
}

.color-light {
  color: #FFF !important;
}

.bgc-primary {
  background-color: #673AB7;
}

.bgc-dark {
  background-color: #2B2B2B;
}

.bgc-light {
  background-color: #FFF;
}

.border-full {
  border: 1px solid #E3E4F1;
}

.cursor-pointer {
  cursor: pointer;
}

.w-fit-content {
  width: fit-content;
}

.mw-fit-content {
  max-width: fit-content;
}

.container {
  padding-right: 0;
  padding-left: 0;
  max-width: 1360px !important;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

/* ----- CARD ITEM BLOG ----- */
.card-item-header {
  max-width: 100%;
  min-width: 100%;
  min-height: 225px;
  max-height: 225px;
  background-color: #F8F9FA;
  border: 1px solid #E3E4F1;
  border-radius: 0.5rem;
}
.card-item-header:hover img, .card-item-header:focus img {
  transform: scale(1.1);
}
.card-item-header img {
  max-width: 100%;
  min-width: 100%;
  min-height: 225px;
  max-height: 225px;
  transition: 0.4s ease-in-out;
}
.card-item-body a {
  color: #673AB7;
}
.card-item-footer {
  font-size: 14px;
  line-height: calc(14px + 6px);
}
.card-item-footer a {
  color: #673AB7;
}
.card-item {
  /* ----- PURPOSE OTHERS ARTICLES ----- */
}
.card-item.card-more {
  margin-bottom: 3rem;
}
@media all and (min-width: 992px) {
  .card-item.card-more:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.card-item.card-more:last-child {
  margin-bottom: 0 !important;
}

.pmy-btn {
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  color: #673AB7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 18px;
  line-height: calc(18px + 6px);
  outline: none !important;
  transition: 0.2s ease-in-out;
}
.pmy-btn:hover, .pmy-btn:focus {
  text-decoration: none !important;
}
.pmy-btn[disabled] {
  cursor: not-allowed;
}
.pmy-btn-small {
  padding: 0.25rem 0.5rem;
  font-size: 16px;
  line-height: calc(16px + 6px);
  font-weight: 400;
}
@media all and (min-width: 576px) {
  .pmy-btn-big {
    padding: 1rem 3rem;
  }
}
@media all and (max-width: 575px) {
  .pmy-btn-big {
    padding: 1rem 2rem;
  }
}
.pmy-btn-outline-light {
  border: 1px solid #673AB7;
  color: #673AB7;
}
.pmy-btn-outline-light svg {
  fill: #673AB7;
}
.pmy-btn-outline-light:hover, .pmy-btn-outline-light:active {
  background-color: rgba(103, 58, 183, 0.25);
  color: #673AB7;
}
.pmy-btn-outline-light:focus {
  background-color: rgba(103, 58, 183, 0.25);
  color: #673AB7;
  box-shadow: none !important;
  outline: none;
}
.pmy-btn-outline-full {
  border: 1px solid #673AB7;
  color: #673AB7;
}
.pmy-btn-outline-full svg {
  fill: #673AB7;
}
.pmy-btn-outline-full:hover, .pmy-btn-outline-full:active {
  background-color: rgba(103, 58, 183, 0.9);
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.pmy-btn-outline-full:hover svg, .pmy-btn-outline-full:active svg {
  fill: #FFF;
}
.pmy-btn-full {
  background-color: #673AB7;
  color: #FFF;
  border: 1px solid #673AB7;
}
.pmy-btn-full svg {
  fill: #FFF;
}
.pmy-btn-full:hover, .pmy-btn-full:active {
  background-color: rgba(103, 58, 183, 0.9);
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.pmy-btn-full[disabled] {
  background-color: rgba(103, 58, 183, 0.75);
  border-color: transparent;
}
.pmy-btn-full[disabled]:hover, .pmy-btn-full[disabled]:active {
  box-shadow: none;
}
.pmy-btn-light {
  background-color: #FFF;
  color: #673AB7;
  border: 1px solid #673AB7;
}
.pmy-btn-light svg {
  fill: #673AB7;
}
.pmy-btn-light:hover, .pmy-btn-light:active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #673AB7;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.pmy-btn-input-sizing {
  height: 48px;
}

.back-to-top-btn {
  margin: 1rem;
  padding: 0;
  background-color: #673AB7;
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50%;
  border: none;
  outline: none;
  z-index: 97;
  transition: 0.2s ease-in-out;
}
.back-to-top-btn-icon {
  transform: rotate(90deg);
  pointer-events: none;
}
.back-to-top-btn:hover, .back-to-top-btn:focus {
  background-color: rgba(103, 58, 183, 0.9);
}
.back-to-top-btn-showed {
  opacity: 1;
}

.tag-category {
  padding: 0.35rem 1rem;
  background-color: transparent;
  color: #2B2B2B;
  outline: none !important;
  transition: 0.2s ease-in-out;
  border: 1px solid #E3E4F1;
  border-radius: 1rem;
}
.tag-category:hover, .tag-category:focus {
  text-decoration: none;
  border-color: transparent;
  background-color: rgba(211, 221, 239, 0.35);
  color: inherit;
}
.tag-category-selected {
  border-color: transparent;
  background-color: rgba(103, 58, 183, 0.25) !important;
  color: #673AB7 !important;
  pointer-events: none;
}

#scrollContainer {
  background-color: #E3E4F1;
  top: 66px;
  z-index: 99;
}
#scrollContainerBar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background-color: #E94969;
}

#articleWrapperSidebar {
  background-color: #FCFCFC;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (min-width: 992px) {
  #articleWrapperSidebar {
    background-image: url(https://blog.askingfranklin.com/wp-content/uploads/2021/05/background-banner-sidebar.jpg);
  }
}
@media all and (max-width: 991px) {
  #articleWrapperSidebar {
    background-image: url(https://blog.askingfranklin.com/wp-content/uploads/2021/03/background-banner-blog.jpg);
  }
}

#bannerRessource {
  background-color: #FCFCFC;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://blog.askingfranklin.com/wp-content/uploads/2021/03/background-banner-blog.jpg);
}

.input-primary {
  min-height: 48px;
  height: 48px;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #E3E4F1;
  background-color: #FFF;
  border-radius: 0.25rem;
  transition: 0.2s ease-in-out;
}
.input-primary::placeholder {
  font-size: 14px;
  line-height: calc(14px + 6px);
}
.input-primary:focus {
  outline: none;
  border-left: 4px solid #673AB7;
}

.sib_signup_form .ckeckbox-primary-wrapper input + label {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
}
.sib_signup_form .ckeckbox-primary-wrapper input + label .checkbox-primary-checked-circle {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transform: scale(0.75);
  transition: 0.2s ease-out;
}
.sib_signup_form .ckeckbox-primary-wrapper input:checked, .sib_signup_form .ckeckbox-primary-wrapper input:not(:checked) {
  position: absolute;
  top: 3px;
  opacity: 0;
  width: 16px;
  height: 16px;
}
.sib_signup_form .ckeckbox-primary-wrapper input:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: #2B2B2B;
  background-color: #FFF;
  border-radius: 2px;
}
.sib_signup_form .ckeckbox-primary-wrapper input:not(:checked) + label::after {
  content: "✓";
  position: absolute;
  top: 0.25rem;
  left: 0.15rem;
  font-size: 1rem;
  line-height: 1;
  color: #FFF;
  transition: 0.2s ease-out;
  transform: scale(0);
}
.sib_signup_form .ckeckbox-primary-wrapper input:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: transparent;
  background-color: #673AB7;
  border-radius: 2px;
}
.sib_signup_form .ckeckbox-primary-wrapper input:checked + label::after {
  content: "✓";
  position: absolute;
  top: 0.25rem;
  left: 0.15rem;
  font-size: 1rem;
  line-height: 1;
  color: #FFF;
  transition: 0.2s ease-out;
  transform: scale(1);
}
.sib_signup_form .ckeckbox-primary-wrapper input:checked + label .checkbox-primary-checked-circle {
  box-shadow: 0 0 4px rgba(103, 58, 183, 0.25);
  background-color: rgba(103, 58, 183, 0.25);
  transform: scale(1);
}
.sib_signup_form .sib-alert-message-warning {
  color: #FF4444 !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
  border: none !important;
  font-size: 14px;
  line-height: 1;
}
.sib_signup_form .sib-alert-message-success {
  color: #00C851 !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
  border: none !important;
  font-size: 14px;
  line-height: 1;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: fit-content !important;
  width: fit-content !important;
}

#navbar {
  height: 66px;
  background-color: #FFF;
  border-bottom: 1px solid #E3E4F1;
  z-index: 99;
  min-width: 100%;
  top: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}
#navbar .logo-asking-franklin {
  width: 200px;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 575px) {
  #navbar .logo-asking-franklin {
    width: 150px;
  }
}
@media (max-width: 767px) {
  #navbar .logo-asking-franklin {
    width: 120px;
  }
}
#navbar .nav-link {
  font-size: 18px;
  line-height: calc(18px + 6px);
  display: flex;
  flex-direction: row;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: #2B2B2B;
  transition: 0.2s ease-in-out;
}
#navbar .nav-link:hover, #navbar .nav-link:focus {
  background-color: rgba(211, 221, 239, 0.35);
  text-decoration: none;
}
#navbar .nav-btn-newsletter {
  white-space: nowrap;
  font-size: 14px !important;
  padding: 0.5rem 1rem !important;
  background-color: #EA4866 !important;
  border-color: #EA4866 !important;
  color: #fff !important;
  border-radius: 25px;
  font-weight: 600;
  line-height: 20px;
}
#navbar .nav-btn-newsletter:hover, #navbar .nav-btn-newsletter:active {
  background-color: #d63d58 !important;
  border-color: #d63d58 !important;
  color: #fff !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}
#navbar .nav-btn-newsletter:focus {
  text-decoration: none !important;
}
#navbar .nav-btn-cta a {
  height: auto;
  white-space: nowrap;
  font-size: 14px !important;
  padding: 0.5rem 1rem !important;
  line-height: 20px;
  border-radius: 25px;
}
#navbar .nav-btn-cta .cta-text {
  display: inline;
}
@media (max-width: 991px) {
  #navbar .nav-btn-cta a {
    padding: 0.5rem 1rem !important;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #navbar .nav-btn-cta .cta-text {
    display: none;
  }
  #navbar .nav-btn-cta a {
    padding: 0.5rem !important;
    min-width: auto;
    width: auto;
  }
  #navbar .nav-btn-cta a .mr-2 {
    margin-right: 0 !important;
  }
}
#navbar .language-toggle {
  font-size: 1.2rem;
}
#navbar .language-toggle .flag-icon {
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.2s;
  display: inline-block;
}
#navbar .language-toggle .flag-icon:hover {
  transform: scale(1.2);
}
#navbar .language-toggle .lang-link {
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}
#navbar .language-toggle .lang-link:hover, #navbar .language-toggle .lang-link.active {
  opacity: 1;
}
@media (max-width: 767px) {
  #navbar .language-toggle {
    font-size: 1rem;
  }
  #navbar .language-toggle .flag-icon {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  #navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #navbar ul li.ml-3, #navbar ul li.ml-md-4 {
    margin-left: 0.5rem !important;
  }
}

footer {
  color: #FFF;
}
footer .container > div:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .logo-link {
  max-width: fit-content;
}
footer .social-media-wrapper li:not(:last-child) {
  margin-right: 1.5rem !important;
}
footer .social-media-wrapper li a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition: 0.2s ease-in-out;
}
footer .social-media-wrapper li a:hover, footer .social-media-wrapper li a:focus {
  background-color: rgba(211, 221, 239, 0.35);
  text-decoration: none;
}

#categories-link {
  top: 66px;
  border-bottom: 1px solid #E3E4F1;
  z-index: 99;
}
#categories-link ul {
  max-width: 1360px;
  padding: 0.5rem 0 1.25rem 0;
  overflow-y: hidden;
  overflow-x: auto;
}
#categories-link ul::-webkit-scrollbar {
  height: 5px;
}
#categories-link ul::-webkit-scrollbar-track {
  background-color: rgba(211, 221, 239, 0.35);
}
#categories-link ul::-webkit-scrollbar-thumb {
  background-color: #E3E4F1;
}
#categories-link ul::-webkit-scrollbar-thumb:hover {
  background-color: #D3DDEF;
}
#categories-link ul > li {
  margin: 1rem 0.5rem 0 0;
  white-space: nowrap;
}
@media all and (max-width: 1199px) {
  #categories-link ul > li:first-child {
    margin-left: 1rem;
  }
}

@media all and (min-width: 768px) {
  #article-page .hero-article h1 {
    font-size: 48px;
    line-height: calc(48px + 6px);
  }
}
@media all and (max-width: 767px) {
  #article-page .hero-article h1 {
    font-size: 36px;
    line-height: calc(36px + 6px);
  }
}
#article-page .hero-article a {
  color: #673AB7;
}
@media all and (min-width: 768px) {
  #article-page .hero-article-img {
    max-width: 66%;
  }
}
@media all and (max-width: 767px) {
  #article-page .hero-article-img {
    min-width: calc(100% + 3rem);
    left: -1.5rem;
  }
}
@media all and (min-width: 768px) {
  #article-page .hero-article-img img {
    max-height: 400px;
    border-radius: 0.5rem;
  }
}
#article-page #article-summary {
  background-color: #F8F9FA;
  border-radius: 0.5rem;
}
#article-page #article-summary .summary-title-lvl-2:first-of-type {
  margin-top: 1rem;
}
#article-page #article-summary .summary-title-lvl-3 {
  margin-left: 1rem;
}
#article-page #article-summary .summary-title-lvl-4 {
  margin-left: 2rem;
}
#article-page #article-wrapper-content {
  height: fit-content;
  border-radius: 0.25rem;
}
@media all and (min-width: 992px) {
  #article-page #article-wrapper-content {
    margin-right: 3rem;
    max-width: calc(75% - 3rem);
    flex: calc(75% - 3rem);
  }
}
@media all and (min-width: 992px) {
  #article-page #article-wrapper #articleWrapperSidebar {
    border-radius: 0.5rem;
    position: sticky;
    top: calc(66px + 3rem);
    border: 1px solid #E3E4F1;
  }
}
@media all and (max-width: 991px) {
  #article-page #article-wrapper #articleWrapperSidebar {
    min-width: calc(100% + 3rem);
    position: relative;
    left: -1.5rem;
    border-top: 1px solid #E3E4F1;
    border-bottom: 1px solid #E3E4F1;
  }
}
#article-page #article-wrapper #articleWrapperSidebar {
  height: fit-content;
  background-color: #FCFCFC;
}
#article-page #article-wrapper #article-wrapper-content > * {
  white-space: initial;
}
#article-page #article-wrapper #article-wrapper-content > *:first-child {
  margin-top: 0 !important;
}
#article-page #article-wrapper #article-wrapper-content h2 {
  color: #673AB7;
  margin: 3rem 0 1.5rem 0;
}
@media all and (min-width: 768px) {
  #article-page #article-wrapper #article-wrapper-content h2 {
    font-size: 32px;
    line-height: calc(32px + 6px);
  }
}
@media all and (max-width: 767px) {
  #article-page #article-wrapper #article-wrapper-content h2 {
    font-size: 26px !important;
    line-height: calc(26px + 6px) !important;
  }
}
#article-page #article-wrapper #article-wrapper-content h2::before {
  content: "";
  height: calc(66px + 1rem);
  margin-top: calc(-66px - 1rem);
  display: block;
  visibility: hidden;
  opacity: 0;
}
#article-page #article-wrapper #article-wrapper-content h3 {
  color: #673AB7;
  margin: 2rem 0 1rem 0;
}
@media all and (min-width: 768px) {
  #article-page #article-wrapper #article-wrapper-content h3 {
    font-size: 26px !important;
    line-height: calc(26px + 6px) !important;
  }
}
@media all and (max-width: 767px) {
  #article-page #article-wrapper #article-wrapper-content h3 {
    font-size: 20px;
    line-height: calc(20px + 6px);
  }
}
#article-page #article-wrapper #article-wrapper-content h3::before {
  content: "";
  height: calc(66px + 1rem);
  margin-top: calc(-66px - 1rem);
  display: block;
  visibility: hidden;
  opacity: 0;
}
#article-page #article-wrapper #article-wrapper-content h4 {
  color: #673AB7;
  margin: 1rem 0 0.5rem 0;
}
@media all and (min-width: 768px) {
  #article-page #article-wrapper #article-wrapper-content h4 {
    font-size: 22px !important;
    line-height: calc(22px + 6px) !important;
  }
}
@media all and (max-width: 767px) {
  #article-page #article-wrapper #article-wrapper-content h4 {
    font-size: 16px;
    line-height: calc(16px + 6px);
  }
}
#article-page #article-wrapper #article-wrapper-content h4::before {
  content: "";
  height: calc(66px + 1rem);
  margin-top: calc(-66px - 1rem);
  display: block;
  visibility: hidden;
  opacity: 0;
}
#article-page #article-wrapper #article-wrapper-content p {
  margin: 1.5rem 0;
}
#article-page #article-wrapper #article-wrapper-content p strong {
  font-weight: 600;
}
#article-page #article-wrapper #article-wrapper-content p strong a {
  font-weight: 400;
}
#article-page #article-wrapper #article-wrapper-content p em {
  font-style: italic;
}
#article-page #article-wrapper #article-wrapper-content ul {
  margin-left: 1rem;
  padding-left: 1rem;
}
#article-page #article-wrapper #article-wrapper-content ul li {
  list-style: disc;
  padding: 0.5rem 0;
}
#article-page #article-wrapper #article-wrapper-content ol {
  margin-left: 1rem;
  padding-left: 1rem;
}
#article-page #article-wrapper #article-wrapper-content ol li {
  list-style: decimal;
  padding: 0.5rem 0;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image {
  margin: 1.5rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image > a {
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image > a::after {
  content: "";
  background-color: rgba(103, 58, 183, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image > a:hover::after, #article-page #article-wrapper #article-wrapper-content .wp-block-image > a:focus::after {
  transform: scale(1);
  border-radius: 0;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image > a:hover img, #article-page #article-wrapper #article-wrapper-content .wp-block-image > a:focus img {
  transform: scale(1.1);
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image img {
  height: auto;
  border-radius: 0.5rem;
  transition: 0.4s ease-in-out;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image figcaption {
  color: #9A9A9A;
  margin: 0.5rem auto 1.5rem auto;
  text-align: center;
  font-size: 14px;
  line-height: calc(14px + 6px);
}
@media all and (min-width: 768px) {
  #article-page #article-wrapper #article-wrapper-content .wp-block-image figcaption {
    max-width: 75%;
  }
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image figcaption strong {
  font-weight: 600;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-image figcaption em {
  font-style: italic;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button {
  margin: 1.5rem 0 3rem 0 !important;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button a {
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  color: #673AB7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 18px;
  line-height: calc(18px + 6px);
  outline: none !important;
  transition: 0.2s ease-in-out;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button a:hover, #article-page #article-wrapper #article-wrapper-content .wp-block-button a:focus {
  text-decoration: none !important;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button a[disabled] {
  cursor: not-allowed;
}
@media all and (min-width: 576px) {
  #article-page #article-wrapper #article-wrapper-content .wp-block-button a {
    padding: 1rem 3rem;
  }
}
@media all and (max-width: 575px) {
  #article-page #article-wrapper #article-wrapper-content .wp-block-button a {
    padding: 1rem 2rem;
  }
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button a {
  background-color: #673AB7;
  color: #FFF;
  border: 1px solid #673AB7;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button a svg {
  fill: #FFF;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button a:hover, #article-page #article-wrapper #article-wrapper-content .wp-block-button a:active {
  background-color: rgba(103, 58, 183, 0.9);
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button a[disabled] {
  background-color: rgba(103, 58, 183, 0.75);
  border-color: transparent;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-button a[disabled]:hover, #article-page #article-wrapper #article-wrapper-content .wp-block-button a[disabled]:active {
  box-shadow: none;
}
@media all and (max-width: 991px) {
  #article-page #article-wrapper #article-wrapper-content .wp-block-table {
    position: relative;
    height: 175px;
  }
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table {
  overflow-x: auto;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table::-webkit-scrollbar {
  height: 5px;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table::-webkit-scrollbar-track {
  background-color: rgba(211, 221, 239, 0.35);
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #E3E4F1;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table::-webkit-scrollbar-thumb:hover {
  background-color: #D3DDEF;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table {
  overflow-x: auto;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table::-webkit-scrollbar {
  width: 5px;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table::-webkit-scrollbar-track {
  background-color: rgba(211, 221, 239, 0.35);
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #E3E4F1;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table::-webkit-scrollbar-thumb:hover {
  background-color: #D3DDEF;
}
@media all and (max-width: 991px) {
  #article-page #article-wrapper #article-wrapper-content .wp-block-table table {
    position: absolute;
  }
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table table tbody tr:first-child {
  background-color: #2B2B2B;
  color: #FFF;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table table tbody tr:nth-child(even) {
  background-color: #F8F9FA;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table table tbody tr td {
  min-width: 80px;
  border: 1px solid #E3E4F1;
  padding: 0.5rem;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table figcaption {
  color: #9A9A9A;
  margin: 0.5rem auto 0.5rem auto;
  text-align: center;
  white-space: break-spaces;
  font-size: 14px;
  line-height: calc(14px + 6px);
}
@media all and (min-width: 768px) {
  #article-page #article-wrapper #article-wrapper-content .wp-block-table figcaption {
    max-width: 75%;
  }
}
@media all and (max-width: 991px) {
  #article-page #article-wrapper #article-wrapper-content .wp-block-table figcaption {
    display: none;
  }
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table figcaption strong {
  font-weight: 600;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-table figcaption em {
  font-style: italic;
}
#article-page #article-wrapper #article-wrapper-content blockquote {
  background-color: #FCFCFC;
  border-left: 4px solid #673AB7;
  margin: 1rem 0;
  padding-left: 0.5rem;
  padding: 0.5rem;
}
#article-page #article-wrapper #article-wrapper-content blockquote p {
  margin: 0;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-pullquote {
  padding: 0;
  margin: 1.5rem 0;
  text-align: left;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-pullquote blockquote {
  background-color: #FCFCFC;
  border-left: 4px solid #673AB7;
  margin: 1rem 0;
  padding-left: 0.5rem;
  padding: 0.5rem;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-pullquote blockquote p {
  margin: 0;
}
#article-page #article-wrapper #article-wrapper-content .wp-block-pullquote blockquote p {
  font-size: 16px;
  line-height: calc(16px + 6px);
}
#article-page #article-wrapper #article-wrapper-content .wp-block-pullquote blockquote cite {
  display: block;
  margin-top: 1rem;
  font-style: italic;
  font-size: 14px;
  line-height: calc(14px + 6px);
}
#article-page #article-wrapper #article-wrapper-content pre.wp-block-preformatted {
  background-color: #FCFCFC;
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #E3E4F1;
  border-radius: 0.25rem;
}
#article-page #article-wrapper #article-wrapper-content pre.wp-block-preformatted strong {
  font-weight: 600;
}
#article-page #article-wrapper #article-wrapper-content pre.wp-block-preformatted em {
  font-style: italic;
}
#article-page #article-wrapper #article-wrapper-content pre.wp-block-verse {
  background-color: rgba(103, 58, 183, 0.1);
  color: #E94969;
  margin: 1.5rem 0;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
#article-page #article-wrapper #article-wrapper-content iframe {
  max-width: 100%;
}
#article-page .about-author-container {
  background-color: #FCFCFC;
  border-radius: 0.5rem;
}
#article-page .about-author-container img {
  min-height: 75px;
  height: 75px;
  min-width: 75px;
  width: 75px;
  background-color: #FFF;
}
#article-page .share-article-social-media li {
  list-style: none !important;
}
#article-page .share-article-social-media li:not(:last-child) {
  margin-right: 1rem;
}
#article-page .share-article-social-media li a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition: 0.2s ease-in-out;
}
#article-page .share-article-social-media li a:hover, #article-page .share-article-social-media li a:focus {
  background-color: rgba(211, 221, 239, 0.35);
  text-decoration: none;
}
#article-page .share-article-social-media li a {
  min-width: 75px;
  width: auto;
  padding: 0.5rem 1rem;
  color: #FFF;
}
#article-page .share-article-social-media li a.facebook-share-button {
  background-color: #3B5998;
}
#article-page .share-article-social-media li a.facebook-share-button:hover, #article-page .share-article-social-media li a.facebook-share-button:focus {
  background-color: rgba(59, 89, 152, 0.9);
}
#article-page .share-article-social-media li a.linkedin-share-button {
  background-color: #0073B1;
}
#article-page .share-article-social-media li a.linkedin-share-button:hover, #article-page .share-article-social-media li a.linkedin-share-button:focus {
  background-color: rgba(0, 115, 177, 0.9);
}
#article-page .share-article-social-media li a.twitter-share-button {
  background-color: #00ACEE;
}
#article-page .share-article-social-media li a.twitter-share-button:hover, #article-page .share-article-social-media li a.twitter-share-button:focus {
  background-color: rgba(0, 172, 238, 0.9);
}

/*# sourceMappingURL=index.css.map */
