article h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 20px 0 20px;
  text-align: center;
}
@media (max-width: 991px) {
  article h1 {
    font-size: 35px;
  }
}
article h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
  margin: 20px 0 24px;
}
@media (max-width: 991px) {
  article h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  article h2 {
    font-size: 30px;
  }
}
article h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
  margin: 20px 0 15px;
}
@media (max-width: 991px) {
  article h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  article h3 {
    font-size: 26px;
  }
}
article h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
  margin: 20px 0 15px;
}
@media (max-width: 991px) {
  article h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  article h4 {
    font-size: 22px;
  }
}
article h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
  margin: 10px 0;
}
@media (max-width: 991px) {
  article h5 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  article h5 {
    font-size: 20px;
  }
}
article h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
  margin: 10px 0;
}
@media (max-width: 991px) {
  article h6 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  article h6 {
    font-size: 18px;
  }
}
article p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}
@media (max-width: 991px) {
  article p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  article p {
    font-size: 16px;
  }
}
article p:has(+ ul), article p:has(+ ol) {
  margin-bottom: 10px;
}
article code {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  font-family: "Gilroy", sans-serif !important;
}
@media (max-width: 991px) {
  article code {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  article code {
    font-size: 16px;
  }
}
article strong a {
  font-weight: 700;
}
article a,
article span.book-a-call-btn {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  color: #5b22e5;
  text-decoration: underline;
}
article a strong,
article span.book-a-call-btn strong {
  font-weight: 700;
}
article a:hover,
article span.book-a-call-btn:hover {
  text-decoration: none;
}
article a strong,
article span.book-a-call-btn strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  article a,
  article span.book-a-call-btn {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  article a,
  article span.book-a-call-btn {
    font-size: 16px;
  }
}
article h1 a,
article h2 a,
article h3 a,
article h4 a,
article h5 a,
article h6 a {
  color: inherit;
  text-decoration: underline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
article ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 30px;
}
article ul li {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  article ul li {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  article ul li {
    font-size: 16px;
  }
}
article ul ul,
article ul ol {
  list-style-type: circle;
  margin-bottom: 20px;
}
article ol {
  list-style-type: decimal;
  padding-left: 40px;
  margin-bottom: 30px;
}
article ol li {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  article ol li {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  article ol li {
    font-size: 16px;
  }
}
article ol ol,
article ol ul {
  list-style-type: circle;
  margin-bottom: 20px;
}
article .wp-block-table {
  overflow-x: visible;
}
@media (max-width: 991px) {
  article .wp-block-table {
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  article table {
    width: 100%;
    min-width: 550px;
    border-collapse: collapse;
  }
}
article table thead {
  border-bottom: none !important;
}
article table th {
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 480px) {
  article table th {
    font-size: 15px;
    line-height: 1em;
    padding: 5px !important;
  }
}
article table th a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 480px) {
  article table th a {
    font-size: 15px;
    line-height: 1em;
    padding: 5px !important;
  }
}
article table td {
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 480px) {
  article table td {
    font-size: 15px;
    line-height: 1em;
    padding: 5px !important;
  }
}
article table td a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 480px) {
  article table td a {
    font-size: 15px;
    line-height: 1em;
    padding: 5px !important;
  }
}
article table th,
article table td {
  text-align: center;
  vertical-align: middle;
}

article figure {
  margin: 20px auto;
  max-width: 750px;
}
article figure.border-img {
  border: 1px solid black;
}
article figure.wp-block-embed-twitter .wp-block-embed__wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
article figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
article figure figcaption {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: black;
}
article figure figcaption a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
article figure video,
article figure iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  visibility: visible !important;
  margin: 0 auto 20px auto;
}
article figure .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
article figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-toc {
  width: 100%;
  max-width: 830px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .post-toc {
    padding: 20px 0;
    border-top: 1px solid #303ab2;
    border-bottom: 1px solid #303ab2;
  }
}
.post-toc .toc-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 20px 0;
}
.post-toc ol {
  padding-left: 0;
  list-style-type: none;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .post-toc ol {
    margin-bottom: 0;
  }
}
.post-toc ol li {
  margin-bottom: 10px;
}
.post-toc ol li a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 991px) {
  .post-toc ol li a {
    display: block;
    text-align: center;
  }
}
.post-toc ol li a:hover {
  color: #303ab2;
}
.post-toc ol li:hover a {
  color: #303ab2;
}
.post-toc h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 108%;
}
@media (max-width: 991px) {
  .post-toc h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .post-toc h2 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .post-toc {
    margin: 0 auto;
  }
}
.post-toc a.is-past {
  color: #303ab2;
}
.post-toc a.is-current {
  font-weight: 700;
}
.post-toc .toc-controls a {
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
}
@media (max-width: 991px) {
  .post-toc .toc-controls a {
    display: block;
    text-align: center;
  }
}

.in-content-ad .in-content-ad-wrap {
  width: 100%;
  max-width: 830px;
  border-radius: 16px;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.in-content-ad .in-content-ad-wrap.global-override {
  border: 2px solid #1affee;
  background-color: white;
  background-image: url(https://stg-carbon6blog-c6dev.kinsta.cloud/wp-content/uploads/2024/12/Global_Override_BG.png);
  background-repeat: no-repeat;
  justify-content: center;
}
.in-content-ad .in-content-ad-wrap.global-override .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.in-content-ad .in-content-ad-wrap.global-override .txt-wrap p {
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 5px;
}
.in-content-ad .in-content-ad-wrap.global-override .txt-wrap p span {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  color: #303ab2;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.global-override .txt-wrap p span {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.global-override .txt-wrap p span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.global-override .txt-wrap p {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.global-override .txt-wrap p {
    font-size: 18px;
  }
}
.in-content-ad .in-content-ad-wrap.global-override .txt-wrap a {
  display: block;
  background: #1affee;
  border: 2px solid #303ab2;
  width: 100%;
  max-width: 285px;
  padding: 10px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  color: black !important;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.global-override .txt-wrap a {
    font-size: 20px;
    max-width: 260px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.global-override .txt-wrap a {
    font-size: 18px;
    max-width: 240px;
  }
}
.in-content-ad .in-content-ad-wrap.global-override .img-wrap {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.in-content-ad .in-content-ad-wrap.global-override .img-wrap img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.global-override .img-wrap img {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.global-override .img-wrap img {
    max-width: 250px;
  }
}
.in-content-ad .in-content-ad-wrap.ai-revolution {
  border: 2px solid #5b22e5;
  background-color: white;
  background-image: url(https://stg-carbon6blog-c6dev.kinsta.cloud/wp-content/uploads/2024/12/AI_Revolution_Banner_BG_2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.ai-revolution {
    align-items: center;
    justify-content: center;
  }
}
.in-content-ad .in-content-ad-wrap.ai-revolution .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .in-content-ad .in-content-ad-wrap.ai-revolution .txt-wrap {
    padding: 15px 20px;
  }
}
.in-content-ad .in-content-ad-wrap.ai-revolution .txt-wrap p {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.ai-revolution .txt-wrap p {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.ai-revolution .txt-wrap p {
    font-size: 17px;
  }
}
.in-content-ad .in-content-ad-wrap.ai-revolution .txt-wrap a {
  display: block;
  background: #5b30e1;
  width: 100%;
  max-width: 227px;
  padding: 10px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  color: white !important;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.ai-revolution .txt-wrap a {
    font-size: 20px;
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.ai-revolution .txt-wrap a {
    font-size: 17px;
    max-width: 200px;
  }
}
.in-content-ad .in-content-ad-wrap.ai-revolution .img-wrap {
  margin-bottom: 20px;
  width: 100%;
  max-width: 350px;
  height: auto;
}
.in-content-ad .in-content-ad-wrap.ai-revolution .img-wrap img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.ai-revolution .img-wrap {
    display: none;
  }
}
.in-content-ad .in-content-ad-wrap.amz-seller-week {
  background-color: #2e0077;
  border: 3px solid #5b22e5;
  padding: 70px;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.amz-seller-week {
    padding: 20px 30px 0 30px;
  }
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.amz-seller-week .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .img-wrap img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.amz-seller-week .img-wrap img {
    max-width: 150px;
  }
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .global-btn {
  background-color: #fe5e00;
  border: 2px solid #fe5e00;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 22px;
  margin: 0 auto;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.amz-seller-week .global-btn {
    max-width: 180px;
    font-size: 19px;
    margin-bottom: 20px;
    height: 44px;
  }
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .global-btn:hover {
  color: #fe5e00;
  background-color: #fff;
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .bgr-rectangle {
  opacity: 0.75;
  background-image: linear-gradient(270deg, #4c09b2, #5e01a9);
  border-radius: 60px;
  width: 64px;
  height: 210px;
  position: absolute;
  inset: auto auto -140px 185px;
  transform: rotate(34deg);
  z-index: -1;
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .bgr-rectangle.second {
  bottom: -80px;
  left: 140px;
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.amz-seller-week .bgr-rectangle {
    bottom: -130px;
    left: 75px;
  }
  .in-content-ad .in-content-ad-wrap.amz-seller-week .bgr-rectangle.second {
    left: 20px;
  }
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .txt-wrap p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.amz-seller-week .txt-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.amz-seller-week .txt-wrap p {
    font-size: 16px;
  }
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .txt-wrap p span {
  display: block;
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .txt-wrap p span:first-of-type {
  font-weight: 700;
}
.in-content-ad .in-content-ad-wrap.amz-seller-week .txt-wrap p span.txt-red {
  color: #fe5e00;
}
.in-content-ad .in-content-ad-wrap.cap-ec {
  background-color: #2e0077;
}
.in-content-ad .in-content-ad-wrap.cap-ec .wrapper {
  background-image: url("https://www.carbon6.io/wp-content/uploads/2025/03/cap-ec-banner-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  align-items: center;
  padding: 70px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.cap-ec .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 0 30px;
  }
}
@media (max-width: 768px) {
  .in-content-ad .in-content-ad-wrap.cap-ec .wrapper {
    background-size: cover;
    background-position: center;
  }
}
.in-content-ad .in-content-ad-wrap.cap-ec .img-wrap svg {
  max-width: 220px;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.cap-ec .img-wrap svg {
    max-width: 150px;
  }
}
.in-content-ad .in-content-ad-wrap.cap-ec .global-btn {
  background-color: #1affee;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 22px;
  margin: 0 auto;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.cap-ec .global-btn {
    max-width: 180px;
    font-size: 19px;
    margin-bottom: 20px;
    height: 44px;
  }
}
.in-content-ad .in-content-ad-wrap.cap-ec .global-btn:hover {
  background-color: #fff;
}
.in-content-ad .in-content-ad-wrap.cap-ec .txt-wrap p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.cap-ec .txt-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.cap-ec .txt-wrap p {
    font-size: 16px;
  }
}
.in-content-ad .in-content-ad-wrap.cap-ec .txt-wrap p span {
  display: block;
}
.in-content-ad .in-content-ad-wrap.cap-ec .txt-wrap p span:first-of-type {
  font-weight: 700;
  display: inline;
}
.in-content-ad .in-content-ad-wrap.cap-ec .txt-wrap p span.txt-blue {
  color: #1affee;
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 {
  background: url("https://www.carbon6.io/wp-content/uploads/2025/03/Carbon6-Fee-Stack-2025-Banner-bgr.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-color: #ffffff;
  padding: 40px;
  border: 2px solid #1affed;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.fee-stack-2025 {
    padding: 20px 30px 0 30px;
  }
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.fee-stack-2025 .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 .img-wrap {
  max-width: 250px;
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 .img-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.fee-stack-2025 .img-wrap img {
    max-width: 150px;
  }
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 .global-btn {
  background-color: #ff00f9;
  border: 2px solid #ff00f9;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 22px;
  margin: 0 auto;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.fee-stack-2025 .global-btn {
    max-width: 180px;
    font-size: 19px;
    margin-bottom: 20px;
    height: 44px;
  }
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 .global-btn:hover {
  color: #ff00f9;
  background-color: #fff;
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 .txt-wrap {
  max-width: 420px;
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 .txt-wrap p {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
  color: black;
  text-align: center;
}
@media (max-width: 991px) {
  .in-content-ad .in-content-ad-wrap.fee-stack-2025 .txt-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .in-content-ad .in-content-ad-wrap.fee-stack-2025 .txt-wrap p {
    font-size: 16px;
  }
}
.in-content-ad .in-content-ad-wrap.fee-stack-2025 .txt-wrap p .short {
  display: none;
}
.in-content-ad.small-ad .global-override .img-wrap {
  display: none;
}
.in-content-ad.small-ad .global-override .txt-wrap {
  width: 100% !important;
  padding: 30px 20px;
}
.in-content-ad.small-ad .ai-revolution {
  overflow: hidden;
  position: relative;
  justify-content: end;
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .ai-revolution {
    justify-content: center;
  }
}
.in-content-ad.small-ad .ai-revolution .txt-wrap p,
.in-content-ad.small-ad .ai-revolution .txt-wrap a {
  font-size: 23px;
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .ai-revolution .txt-wrap p {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .in-content-ad.small-ad .ai-revolution .txt-wrap p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .ai-revolution .txt-wrap a {
    font-size: 20px;
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  .in-content-ad.small-ad .ai-revolution .txt-wrap a {
    font-size: 17px;
    max-width: 200px;
  }
}
.in-content-ad.small-ad .ai-revolution .img-wrap img {
  max-width: 230px;
  position: absolute;
  left: 0;
  bottom: -67px;
}
.in-content-ad.small-ad .amz-seller-week {
  padding: 15px 70px 0 70px;
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .amz-seller-week {
    padding: 15px 15px 0 15px;
  }
}
.in-content-ad.small-ad .amz-seller-week .global-btn {
  margin-bottom: 15px;
}
.in-content-ad.small-ad .cap-ec .wrapper {
  padding: 15px 70px;
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .cap-ec .wrapper {
    padding: 15px 15px 0 15px;
  }
}
.in-content-ad.small-ad .fee-stack-2025 {
  padding: 15px 70px 0 70px;
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .fee-stack-2025 {
    padding: 15px 15px 0 15px;
  }
}
.in-content-ad.small-ad .fee-stack-2025 .global-btn {
  margin-bottom: 15px;
  height: 48px;
}
.in-content-ad.small-ad .fee-stack-2025 .img-wrap {
  max-width: 200px;
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .fee-stack-2025 .img-wrap {
    display: none;
  }
}
.in-content-ad.small-ad .fee-stack-2025 p {
  font-size: 25px !important;
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .fee-stack-2025 p {
    font-size: 18px !important;
  }
}
.in-content-ad.small-ad .fee-stack-2025 p .short {
  display: inline !important;
}
@media (max-width: 991px) {
  .in-content-ad.small-ad .fee-stack-2025 p .short {
    display: block !important;
  }
}
.in-content-ad.small-ad .fee-stack-2025 p .big {
  display: none;
}

.author-popup {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4117647059);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  opacity: 1;
  padding: 20px;
}
.author-popup .author-popup-wrap {
  z-index: 9999;
  background-image: url(../../img/noise-bg.png);
  background-repeat: repeat;
  background-color: white;
  border: 2px solid #000;
  border-radius: 10px;
  width: 100%;
  max-width: 950px;
  padding: 60px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: relative;
  justify-content: space-between;
  opacity: 1;
}
@media (max-width: 991px) {
  .author-popup .author-popup-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    padding: 25px;
    gap: 10px;
  }
}
.author-popup .author-popup-close {
  z-index: 999;
  cursor: pointer;
  background-color: black;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.45s;
  position: absolute;
  inset: 15px 15px auto auto;
}
@media (max-width: 991px) {
  .author-popup .author-popup-close {
    width: 35px;
    height: 35px;
  }
}
.author-popup .author-popup-close svg {
  width: 15px;
  height: 15px;
}

.author-popup-img-wrap {
  border-radius: 100%;
}
.author-popup-img-wrap img {
  border-radius: 100%;
}
@media (max-width: 991px) {
  .author-popup-img-wrap img {
    width: 90px;
    height: 90px;
  }
}

.author-name {
  display: flex;
  flex-direction: row;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  gap: 10px;
}
@media (max-width: 991px) {
  .author-name {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 24px;
  }
}

.author-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 90px;
  background-color: #303ab2;
  border: 1px solid #303ab2;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.author-badge:hover {
  color: #303ab2;
  background-color: white;
}
.author-badge:hover svg path {
  fill: #303ab2;
}
@media (max-width: 991px) {
  .author-badge {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

.author-bio p,
.author-bio a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .author-bio p,
  .author-bio a {
    text-align: center;
    font-size: 15px;
  }
}
.author-bio a {
  text-decoration: underline;
}

.author-page .author-bio-wrap {
  display: flex;
  margin: 50px auto;
  width: 100%;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .author-page .author-bio-wrap {
    flex-direction: column;
    margin: 30px auto;
  }
}
.author-page .author-name {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
.author-page #load-more {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 5px;
  width: 120px;
  margin: 40px auto 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.6s;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.author-page #recent-posts {
  max-width: 1200px;
  margin: 0 auto;
}

.highlighted-glossary-term {
  position: relative;
  cursor: alias;
  padding-top: 40px;
  background: linear-gradient(90deg, #303ab2);
  background-repeat: no-repeat;
  background-position: bottom -1px center;
  background-size: 100% 4px;
  display: inline;
  white-space: nowrap;
}

.c6-glossary-tip-wrap {
  display: none;
  position: absolute;
  width: 600px;
  z-index: 99;
  left: 0;
  bottom: 5px;
  letter-spacing: 0;
  filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, 0.2509803922));
  background-color: #f1fbff;
  border-radius: 8px;
  max-width: 600px;
  margin-bottom: 30px;
  padding: 3px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.c6-glossary-tip-content-wrap {
  z-index: 2;
  background-color: #f1fbff;
  border-radius: 5px;
  padding: 27px 21px;
  position: relative;
}
@media (max-width: 768px) {
  .c6-glossary-tip-content-wrap {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .c6-glossary-tip-content-wrap {
    padding: 14px;
  }
}

.c6-glossary-tip-txt {
  margin-bottom: 0 !important;
  color: black !important;
  display: inline !important;
  letter-spacing: 0 !important;
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
}
@media (max-width: 768px) {
  .c6-glossary-tip-txt {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  .c6-glossary-tip-txt {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .c6-glossary-tip-close-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .c6-glossary-tip-close-icon {
    width: 10px;
    height: 10px;
  }
}

.c6-glossary-tip-triangle {
  z-index: 1;
  width: 40px;
  height: 22px;
  position: absolute;
  bottom: -12px;
  left: 20px;
}
@media (max-width: 991px) {
  .c6-glossary-tip-triangle {
    display: none;
  }
}

.c6-glossary-tip-close-wrap {
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 991px) {
  .c6-glossary-tip-close-wrap {
    z-index: 20;
    color: #fff;
    background-color: #5b22e5;
    border: 2px solid #1affee;
    border-radius: 80px;
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute;
    top: -10px;
    right: -10px;
  }
}

.highlighted-glossary-term:hover .c6-glossary-tip-wrap {
  display: block;
}
@media (max-width: 991px) {
  .highlighted-glossary-term:hover .c6-glossary-tip-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    bottom: unset;
  }
}

.glossary-term-popup {
  white-space: normal;
}
@media (max-width: 991px) {
  .glossary-term-popup {
    display: none;
  }
}
.glossary-term-popup.active {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}

.glossary-term-popup.active .glossary-term-holder {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 20px;
}

.c6-glossary-tip-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0;
  border-radius: 21px;
  max-width: 105px;
  margin-bottom: -10px;
  margin-left: auto;
  color: #303ab2;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .c6-glossary-tip-btn {
    margin-bottom: -3px;
    line-height: 20px;
    font-size: 14px;
  }
}

.global-btn {
  display: block;
  letter-spacing: 0;
  background-color: #303ab2;
  border: 2px solid #303ab2;
  border-radius: 40px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.4s;
  text-align: center;
  padding: 16px 20px;
  max-width: 180px;
  border: 2px solid #303ab2;
}
.global-btn:hover {
  background-color: #202777;
  border: 2px solid #202777;
}
.global-btn:focus {
  border: 2px solid #1edfe9;
}
.global-btn:active {
  color: black;
  border: 2px solid #1edfe9;
  background-color: #1edfe9;
}
.global-btn.ghost-btn {
  background-color: white;
  border: 2px solid #303ab2;
  color: #303ab2;
}
@media (max-width: 480px) {
  .global-btn.ghost-btn {
    font-size: 16px;
    padding: 13px;
    max-width: 160px;
  }
}
.global-btn.ghost-btn:hover {
  background-color: #202777;
  border: 2px solid #202777;
  color: white;
}
.global-btn.ghost-btn:focus {
  border: 2px solid #1edfe9;
  background-color: #303ab2;
  color: white;
}
.global-btn.ghost-btn:active {
  color: black;
  border: 2px solid #1edfe9;
  background-color: #1edfe9;
}
.global-btn.ghost-btn#load-more {
  cursor: pointer;
  margin: 0 auto;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  max-width: 200px;
}
.global-btn.ghost-btn#load-more:hover {
  background-color: #303ab2;
  color: white !important;
}
.global-btn.ghost-btn#load-more:hover span {
  color: white !important;
}
.global-btn.ghost-btn#load-more:active {
  background-color: #303ab2;
  color: white !important;
}
.global-btn.ghost-btn#load-more:active span {
  color: white !important;
}
.global-btn.ghost-btn#load-more:focus {
  background-color: #303ab2;
  color: white !important;
}
.global-btn.ghost-btn#load-more:focus span {
  color: white !important;
}
@media (max-width: 991px) {
  .global-btn.ghost-btn#load-more {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .global-btn.ghost-btn#load-more {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .global-btn.ghost-btn#load-more {
    font-size: 17px;
  }
}

.post-content {
  width: 100%;
  max-width: 1005px;
}
@media (max-width: 991px) {
  .post-content figure {
    max-width: 100%;
  }
}
.post-content figure img {
  border: 2px solid #303ab2;
  border-radius: 20px;
}
.post-content figure.wp-block-audio {
  margin: 20px 0 30px 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .post-content .audio-title {
    padding: 0 20px;
  }
}
.post-content .wp-block-audio {
  padding: 6px 12px;
}
.post-content .wp-block-audio audio {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 10px;
  background: #e9f9ff;
  padding-left: 5px;
  padding-right: 5px;
}
.post-content .wp-block-audio audio::-webkit-media-controls-enclosure,
.post-content .wp-block-audio audio::-webkit-media-controls-panel {
  background: transparent !important;
}

.content-wrapper {
  width: 100%;
}

.sidebar-wrapper {
  width: 100%;
  max-width: 333px;
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .sidebar-wrapper {
    position: static;
    margin: 0 auto 40px auto;
  }
}
.sidebar-wrapper .sidebar {
  width: 100%;
}
.sidebar-wrapper .sidebar .cta-box {
  width: 100%;
  max-width: 290px;
  background-color: #303ab2;
  border-radius: 26px;
  padding: 25px 23px 220px 23px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .sidebar-wrapper .sidebar .cta-box {
    display: none;
  }
}
.sidebar-wrapper .sidebar .cta-box h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 108%;
  text-align: center;
}
.sidebar-wrapper .sidebar .cta-box .global-btn {
  margin: 20px auto -5px auto;
}
.sidebar-wrapper .sidebar .cta-box .global-btn.ghost-btn {
  border-color: transparent;
}
.sidebar-wrapper .sidebar .cta-box img {
  width: 100%;
  max-width: 240px;
  position: absolute;
}

article {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  max-width: 1440px;
  gap: 20px;
}
article p,
article a,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article span {
  color: #242626;
}
article h2 {
  margin-top: 0;
  padding-top: 20px;
}

main {
  width: 100%;
  background: white;
}

#related {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px;
  position: relative;
}
@media (max-width: 1150px) {
  #related {
    padding-bottom: 130px;
  }
}
@media (max-width: 768px) {
  #related {
    padding: 55px 20px;
    padding-bottom: 130px;
  }
}
@media (max-width: 768px) {
  #related {
    padding: 40px 20px;
    padding-bottom: 130px;
  }
}
@media (max-width: 480px) {
  #related {
    padding-bottom: 130px;
  }
}
#related h2 {
  text-align: left;
  padding-left: 200px;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 1150px) {
  #related h2 {
    font-size: 34px;
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  #related h2 {
    font-size: 30px;
  }
}
@media (max-width: 440px) {
  #related h2 {
    font-size: 26px;
  }
}
#related .slider-wrap {
  max-width: 1540px;
  margin: 0 auto;
}
#related .slider-wrap .slick-arrow {
  position: absolute;
  cursor: pointer;
  border: none;
  z-index: 999;
  top: -100px;
  color: transparent;
  border-radius: 100%;
  background-color: #303ab2;
  background-image: url(../../img/arrow-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1150px) {
  #related .slider-wrap .slick-arrow {
    top: unset;
    bottom: -26%;
  }
}
@media (max-width: 768px) {
  #related .slider-wrap .slick-arrow {
    background-size: 15px;
    width: 35px;
    height: 35px;
    bottom: -25%;
  }
}
#related .slider-wrap .slick-arrow.slick-disabled {
  opacity: 0.6;
  cursor: default;
}
#related .slider-wrap .slick-prev {
  right: 30%;
}
@media (max-width: 1340px) {
  #related .slider-wrap .slick-prev {
    right: 31%;
  }
}
@media (max-width: 1150px) {
  #related .slider-wrap .slick-prev {
    right: unset;
    left: 41%;
  }
}
@media (max-width: 991px) {
  #related .slider-wrap .slick-prev {
    left: 34%;
  }
}
@media (max-width: 768px) {
  #related .slider-wrap .slick-prev {
    left: 36%;
  }
}
@media (max-width: 610px) {
  #related .slider-wrap .slick-prev {
    left: 34%;
  }
}
@media (max-width: 490px) {
  #related .slider-wrap .slick-prev {
    left: 32%;
  }
}
@media (max-width: 415px) {
  #related .slider-wrap .slick-prev {
    left: 29%;
  }
}
#related .slider-wrap .slick-prev[aria-disabled=true] {
  opacity: 0.6;
  cursor: default;
}
#related .slider-wrap .slick-next {
  right: 26%;
  transform: rotate(180deg);
}
@media (max-width: 1150px) {
  #related .slider-wrap .slick-next {
    right: 47%;
  }
}
@media (max-width: 991px) {
  #related .slider-wrap .slick-next {
    right: 52%;
  }
}
@media (max-width: 768px) {
  #related .slider-wrap .slick-next {
    right: 50%;
  }
}
@media (max-width: 610px) {
  #related .slider-wrap .slick-next {
    right: 48%;
  }
}
@media (max-width: 490px) {
  #related .slider-wrap .slick-next {
    right: 46%;
  }
}
@media (max-width: 415px) {
  #related .slider-wrap .slick-next {
    right: 43%;
  }
}
#related .slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1540px;
  position: relative;
  right: -13%;
}
@media (max-width: 1340px) {
  #related .slider {
    right: -2%;
  }
}
@media (max-width: 1055px) {
  #related .slider {
    max-width: 980px;
    right: -2%;
  }
}
@media (max-width: 991px) {
  #related .slider {
    max-width: 850px;
    right: -7%;
  }
}
@media (max-width: 480px) {
  #related .slider {
    max-width: 560px;
    right: -7%;
  }
}
#related .slider .slide {
  text-align: center;
  margin-left: 15px;
  max-width: 390px;
  background-color: #f1fbff;
  padding: 15px;
  border-radius: 20px;
}
@media (max-width: 1340px) {
  #related .slider .slide {
    max-width: 310px;
  }
}
@media (max-width: 480px) {
  #related .slider .slide {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  #related .slider .slide {
    max-width: 290px;
  }
}
@media (max-width: 550px) {
  #related .slider .slide {
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  #related .slider .slide {
    max-width: 270px;
  }
}
#related .slider .slide img {
  width: 100%;
  max-width: 390px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 13px;
  max-height: 190px;
}
#related .slider .slide h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 768px) {
  #related .slider .slide h3 {
    font-size: 16px;
  }
}
#related .slider .slide .slider-title,
#related .slider .slide .slider-meta-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#related .slider .slide .slider-title {
  -webkit-line-clamp: 2;
}
#related .slider .slide .global-btn {
  max-width: 115px;
  font-size: 13px;
  padding: 10px 12px;
}
@media (max-width: 768px) {
  #related .slider .slide .global-btn {
    font-size: 10px;
  }
}

#insights {
  padding: 75px 20px 0 20px;
  background-color: #303ab2;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  #insights {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  #insights {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  #insights {
    padding: 40px 20px;
  }
}
#insights .two-cols {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 22;
}
@media (max-width: 991px) {
  #insights .two-cols {
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
#insights .two-cols .form-wrap {
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  #insights .two-cols .form-wrap {
    padding: 0;
  }
}
#insights .two-cols .form-wrap h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  #insights .two-cols .form-wrap h2 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #insights .two-cols .form-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  #insights .two-cols .form-wrap h2 {
    font-size: 26px;
  }
}
#insights .two-cols .form-wrap .desc {
  color: white;
  margin: 40px 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
  max-width: 525px;
}
@media (max-width: 991px) {
  #insights .two-cols .form-wrap .desc {
    text-align: center;
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  #insights .two-cols .form-wrap .desc {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #insights .two-cols .form-wrap .desc {
    font-size: 18px;
    margin: 25px 0;
  }
}
#insights .two-cols .form-wrap .form {
  height: 150px;
}
#insights .two-cols .form-wrap .form #gform_36 .gfield_required.gfield_required_text {
  display: none;
}
#insights .two-cols .form-wrap .form #gform_36 #input_36_1 {
  border: none;
  border-bottom: 2px solid white;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: white;
  font-size: 21px;
  font-weight: 500;
  line-height: 108%;
  padding-left: 0;
}
@media (max-width: 991px) {
  #insights .two-cols .form-wrap .form #gform_36 #input_36_1 {
    text-align: center;
  }
}
#insights .two-cols .form-wrap .form #gform_36 #input_36_1:active {
  outline: none;
}
#insights .two-cols .form-wrap .form #gform_36 #input_36_1:focus {
  outline: none;
}
#insights .two-cols .form-wrap .form #gform_36 #input_36_1:target {
  outline: none;
}
#insights .two-cols .form-wrap .form #gform_36 #field_36_1 {
  position: relative;
}
#insights .two-cols .form-wrap .form #gform_36 #field_36_1 label {
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 108%;
}
@media (max-width: 991px) {
  #insights .two-cols .form-wrap .form #gform_36 #field_36_1 label {
    text-align: center;
    justify-content: center;
  }
}
#insights .two-cols .form-wrap .form #gform_36 #field_36_1 #validation_message_36_1 {
  position: absolute;
  bottom: -28px;
  color: white;
}
@media (max-width: 991px) {
  #insights .two-cols .form-wrap .form #gform_36 #field_36_1 #validation_message_36_1 {
    text-align: center;
  }
}
#insights .two-cols .form-wrap .form #gform_36 #gform_submit_button_36 {
  border-radius: 40px;
  background: white;
  color: #303ab2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  width: 100%;
  max-width: 180px;
  padding: 15px;
  border: 2px solid white;
}
@media (max-width: 991px) {
  #insights .two-cols .form-wrap .form #gform_36 #gform_submit_button_36 {
    margin: 0 auto;
  }
}
#insights .two-cols .form-wrap .form #gform_36 #gform_submit_button_36:hover {
  background-color: #202777;
  border: 2px solid #202777;
  color: white;
}
#insights .two-cols .form-wrap .form #gform_36 #gform_submit_button_36:focus {
  border: 2px solid #1edfe9;
  background-color: #303ab2;
  color: white;
  outline: none;
}
#insights .two-cols .form-wrap .form #gform_36 #gform_submit_button_36:active {
  color: black;
  border: 2px solid #1edfe9;
  background-color: #1edfe9;
  outline: none;
}
#insights .two-cols .form-wrap .form #gform_36_validation_container {
  display: none !important;
}
#insights .two-cols .form-wrap .form #gform_confirmation_message_36 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 108%;
  font-family: "Gilroy", Arial, sans-serif;
}
#insights .two-cols .img-wrap {
  width: 100%;
  max-width: 291px;
  position: relative;
  bottom: -24px;
}
@media (max-width: 991px) {
  #insights .two-cols .img-wrap {
    bottom: -175px;
    margin-top: -135px;
  }
}
@media (max-width: 480px) {
  #insights .two-cols .img-wrap {
    max-width: 200px;
  }
}
#insights .two-cols .img-wrap img {
  width: 100%;
  max-width: 291px;
  height: auto;
}
@media (max-width: 480px) {
  #insights .two-cols .img-wrap img {
    max-width: 200px;
  }
}

#featured {
  padding: 60px 20px 20px 20px;
}
@media (max-width: 991px) {
  #featured {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  #featured {
    padding-bottom: 20px;
  }
}
#featured .two-cols {
  width: 100%;
  max-width: 1440px;
  gap: 20px;
  margin: 0 auto;
  padding-right: 50px;
}
@media (max-width: 1455px) {
  #featured .two-cols {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #featured .two-cols {
    gap: 35px;
  }
}
#featured .two-cols .featured-img {
  width: 100%;
  max-width: 735px;
}
@media (max-width: 991px) {
  #featured .two-cols .featured-img {
    max-width: 650px;
  }
}
#featured .two-cols .featured-img img {
  width: 100%;
  max-width: 735px;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 600px) {
  #featured .two-cols .featured-img img {
    border-radius: 25px;
  }
}
@media (max-width: 500px) {
  #featured .two-cols .featured-img img {
    border-radius: 20px;
  }
}
@media (max-width: 430px) {
  #featured .two-cols .featured-img img {
    border-radius: 18px;
  }
}
@media (max-width: 380px) {
  #featured .two-cols .featured-img img {
    border-radius: 18px;
  }
}
#featured .two-cols .txt-wrap {
  width: 100%;
  max-width: 560px;
}
#featured .two-cols .txt-wrap .featured-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: 4.4px;
  color: #303ab2;
}
@media (max-width: 991px) {
  #featured .two-cols .txt-wrap .featured-category {
    font-size: 20px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 768px) {
  #featured .two-cols .txt-wrap .featured-category {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #featured .two-cols .txt-wrap .featured-category {
    font-size: 15px;
  }
}
#featured .two-cols .txt-wrap h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 108%;
  margin: 30px 0;
}
@media (max-width: 1455px) {
  #featured .two-cols .txt-wrap h2 {
    font-size: 45px;
  }
}
@media (max-width: 1225px) {
  #featured .two-cols .txt-wrap h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #featured .two-cols .txt-wrap h2 {
    text-align: center;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  #featured .two-cols .txt-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #featured .two-cols .txt-wrap h2 {
    font-size: 26px;
    margin: 15px 0;
  }
}
#featured .two-cols .txt-wrap .meta-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1125px) {
  #featured .two-cols .txt-wrap .meta-info {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  #featured .two-cols .txt-wrap .meta-info {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #featured .two-cols .txt-wrap .meta-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #featured .two-cols .txt-wrap .meta-info {
    margin-bottom: 15px;
    gap: 20px;
  }
}
#featured .two-cols .txt-wrap .meta-info svg {
  width: 20px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  #featured .two-cols .txt-wrap .meta-info svg {
    width: 12px;
  }
}
@media (max-width: 440px) {
  #featured .two-cols .txt-wrap .meta-info svg {
    display: none;
  }
}
#featured .two-cols .txt-wrap .meta-info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1125px) {
  #featured .two-cols .txt-wrap .meta-info p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #featured .two-cols .txt-wrap .meta-info p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  #featured .two-cols .txt-wrap .meta-info p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #featured .two-cols .txt-wrap .global-btn {
    margin: 0 auto;
  }
}

#post-content {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px 80px 20px;
}
#post-content h2:first-of-type {
  margin-top: 0;
}
@media (max-width: 991px) {
  #post-content {
    flex-direction: column;
    gap: 0;
  }
}/*# sourceMappingURL=main.css.map */